{"info":{"_postman_id":"df7ba7fe-b5cc-459b-b1da-e0672ab82edc","name":"NetSuite API","description":"<html><head></head><body><p>is a REST service provided by Prestructured, a division of <a href=\"https://breadwinner.com/\">Breadwinner</a>, to communicate with NetSuite's API.</p>\n<hr>\n<h3 id=\"api-usage-limits\">API usage limits</h3>\n<p>Our API has a usage limit, based on your plan. You can find information about API limits and costs on our <a href=\"https://prestructured.com/pricing/\">pricing page</a>.</p>\n<hr>\n<h3 id=\"authentication\">Authentication</h3>\n<ul>\n<li><p>We offer Token based authentication to access our APIs</p>\n<blockquote>\n<p><strong><em>netsuite-token:</em></strong> \n  You need to provide your NetSuite generated tokens. </p>\n</blockquote>\n<blockquote>\n<p><strong><em>prestructured-token:</em></strong>\n  You will need a Prestructured Token. If you do not have one, please create an account at <a href=\"https://app.prestructured.com/\">app.prestructured.com</a>, which will provide you with a token.</p>\n</blockquote>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"8502701","collectionId":"df7ba7fe-b5cc-459b-b1da-e0672ab82edc","publishedId":"SVfJTWpU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"0f9bd7"},"publishDate":"2023-03-07T09:43:43.000Z"},"item":[{"name":"Connect to NetSuite","item":[{"name":"Connect to NetSuite","id":"05943e57-84cf-49f1-ae77-f34ef11b6df6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","description":"<p>Your token</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/connect ","urlObject":{"protocol":"https","path":["netsuite","v0","connect "],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"995c039f-0799-41bf-a3dc-a5a76796cd2d","name":"Connect to NetSuite","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/connect"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 07:00:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"info\": \"Successfully connected to NetSuite\",\n    \"isSuccess\": true\n}"}],"_postman_id":"05943e57-84cf-49f1-ae77-f34ef11b6df6"}],"id":"6bfe3809-7cf3-4020-b1b3-466e8f80bddd","event":[{"listen":"prerequest","script":{"id":"4b2717a2-b05c-4980-8792-208b0c69ee67","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6da1b28d-db6c-4a15-8e57-5bfac79a438a","type":"text/javascript","exec":[""]}}],"_postman_id":"6bfe3809-7cf3-4020-b1b3-466e8f80bddd","description":""},{"name":"Attach","item":[{"name":"Attach a contact to customer","id":"6539ae67-8eab-48a3-9112-08cfe8c6470a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"attachReference\":{\r\n      \"type\" : \"attachContactReference\",\r\n      \"attachTo\":{\r\n         \"internalId\":\"5801\",\r\n         \"type\":\"salesOrder\"\r\n      },\r\n      \"contact\":{\r\n         \"internalId\":\"19478\"\r\n      },\r\n      \"contactRole\":{\r\n         \"internalId\":\"-10\"\r\n      }\r\n   }\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/attach","urlObject":{"protocol":"https","path":["netsuite","v0","attach"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"16af1753-c423-4dae-ab6e-1b94d5660670","name":"Attach a contact to customer","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"attachReference\":{\r\n      \"type\" : \"attachContactReference\",\r\n      \"attachTo\":{\r\n         \"internalId\":\"5801\",\r\n         \"type\":\"salesOrder\"\r\n      },\r\n      \"contact\":{\r\n         \"internalId\":\"19478\"\r\n      },\r\n      \"contactRole\":{\r\n         \"internalId\":\"-10\"\r\n      }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/attach"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 07:00:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"writeResponse\": {\n        \"status\": {\n            \"isSuccess\": false,\n            \"statusDetail\": [\n                {\n                    \"code\": \"USER_ERROR\",\n                    \"message\": \"Invalid Attachment record combination\",\n                    \"type\": \"ERROR\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"6539ae67-8eab-48a3-9112-08cfe8c6470a"}],"id":"8cc54cb1-38f6-4adf-91fb-44744a8fb089","event":[{"listen":"prerequest","script":{"id":"fb8540b2-c060-4811-b5f4-85de1f4efb63","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d698cedc-b32a-41f4-b8e6-80225efd8e11","type":"text/javascript","exec":[""]}}],"_postman_id":"8cc54cb1-38f6-4adf-91fb-44744a8fb089","description":""},{"name":"Account","item":[{"name":"GET","item":[{"name":"Retrieve Account","id":"9b451893-c9f1-4859-a613-3eb180e7ce74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/account","urlObject":{"protocol":"https","path":["netsuite","v0","account"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"e84ba917-9a55-4899-b7a9-ae262af14fb5","name":"Retrieve Account","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/account?type=salesOrder","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","account"],"query":[{"key":"type","value":"salesOrder"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Cheque Account\",\r\n                \"acctType\": \"_bank\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"curDocNum\": 6,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": false,\r\n                \"internalId\": \"1\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Retained Earnings\",\r\n                \"acctType\": \"_equity\",\r\n                \"cashFlowRate\": \"_historical\",\r\n                \"generalRate\": \"_historical\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"52\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Opening Balance\",\r\n                \"acctType\": \"_equity\",\r\n                \"cashFlowRate\": \"_historical\",\r\n                \"generalRate\": \"_historical\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"53\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Sales\",\r\n                \"acctType\": \"_income\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"54\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Expenses\",\r\n                \"acctType\": \"_expense\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"58\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Shipping and Handling\",\r\n                \"acctType\": \"_income\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"108\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"VAT on Sales IN\",\r\n                \"acctType\": \"_otherCurrentLiability\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"109\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"VAT on Purchases IN\",\r\n                \"acctType\": \"_otherCurrentAsset\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"110\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"VAT Liability IN\",\r\n                \"acctType\": \"_otherCurrentLiability\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"111\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Cumulative Translation Adjustment\",\r\n                \"acctType\": \"_equity\",\r\n                \"cashFlowRate\": \"_historical\",\r\n                \"generalRate\": \"_historical\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"112\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Unapproved Customer Payments\",\r\n                \"acctType\": \"_nonPosting\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"113\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Accounts Payable\",\r\n                \"acctType\": \"_accountsPayable\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"114\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": true,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Accrued Purchases\",\r\n                \"acctType\": \"_otherCurrentLiability\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"115\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Return Authorizations\",\r\n                \"acctType\": \"_nonPosting\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"116\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Estimates\",\r\n                \"acctType\": \"_nonPosting\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"117\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Purchase Orders\",\r\n                \"acctType\": \"_nonPosting\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"118\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Sales Orders\",\r\n                \"acctType\": \"_nonPosting\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"119\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Unapproved Expense Reports\",\r\n                \"acctType\": \"_nonPosting\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"120\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Advances Paid\",\r\n                \"acctType\": \"_otherCurrentAsset\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"121\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Accounts Receivable\",\r\n                \"acctType\": \"_accountsReceivable\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"122\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": true,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Vendor Return Authorizations\",\r\n                \"acctType\": \"_nonPosting\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"123\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Purchases Returned Not Credited\",\r\n                \"acctType\": \"_otherCurrentAsset\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"124\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Undeposited Funds\",\r\n                \"acctType\": \"_otherCurrentAsset\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"125\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Refunds Payable\",\r\n                \"acctType\": \"_otherCurrentLiability\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"126\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Opportunities\",\r\n                \"acctType\": \"_nonPosting\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"127\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Kalpana - Customer\",\r\n                \"acctType\": \"_bank\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"curDocNum\": 1,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": false,\r\n                \"internalId\": \"213\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"VAT on Sales\",\r\n                \"acctType\": \"_otherCurrentLiability\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"214\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"VAT on Purchases\",\r\n                \"acctType\": \"_otherCurrentAsset\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"215\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"VAT Liability\",\r\n                \"acctType\": \"_otherCurrentLiability\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"216\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Sales Taxes Payable MT\",\r\n                \"acctType\": \"_otherCurrentLiability\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"217\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_5333445_SB1_0129202113068796441199228031_65a54d9\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 2,\r\n    \"totalRecords\": 56\r\n}"}],"_postman_id":"9b451893-c9f1-4859-a613-3eb180e7ce74"},{"name":"Retrieve Account by search ID","id":"cf9f3d1b-59b4-412a-a033-c1ad1e8f195f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/account?searchId=WEBSERVICES_5333445_SB1_0131202115497112362085691137_e24050b&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","account"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_0131202115497112362085691137_e24050b"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"cd28e377-f84d-44ae-8cab-886bf07b1ec2","name":"Retrieve Account by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/account?searchId=WEBSERVICES_5333445_SB1_0131202115497112362085691137_e24050b&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","account"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_0131202115497112362085691137_e24050b"},{"key":"page","value":"2"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 2,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Sales Taxes Payable ND\",\r\n                \"acctType\": \"_otherCurrentLiability\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"219\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Customer Deposits\",\r\n                \"acctType\": \"_otherCurrentLiability\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"220\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Test ACC\",\r\n                \"acctType\": \"_costOfGoodsSold\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": false,\r\n                \"internalId\": \"221\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Test Dhruvsoft Acc for Sales\",\r\n                \"acctType\": \"_accountsReceivable\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": false,\r\n                \"internalId\": \"222\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"revalue\": true,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"GH-Generic Expenses Acc\",\r\n                \"acctType\": \"_expense\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": false,\r\n                \"internalId\": \"223\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"58\",\r\n                    \"name\": \"Expenses\"\r\n                },\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"GH-Test Bank Account\",\r\n                \"acctType\": \"_bank\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"curDocNum\": 4,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": false,\r\n                \"internalId\": \"224\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": true,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Rounding Gain/Loss\",\r\n                \"acctType\": \"_otherExpense\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"225\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Requisitions\",\r\n                \"acctType\": \"_nonPosting\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"226\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Cash Acc\",\r\n                \"acctType\": \"_otherCurrentAsset\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"description\": \"Cash-in-Hand\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": false,\r\n                \"internalId\": \"227\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"DS-Test Bank Account\",\r\n                \"acctType\": \"_bank\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"curDocNum\": 1,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": false,\r\n                \"internalId\": \"228\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": true,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Test bank\",\r\n                \"acctType\": \"_bank\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"curDocNum\": 6,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": false,\r\n                \"internalId\": \"328\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"test bank2\",\r\n                \"acctType\": \"_bank\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": false,\r\n                \"internalId\": \"329\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"test3\",\r\n                \"acctType\": \"_bank\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": false,\r\n                \"internalId\": \"330\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"test\",\r\n                \"acctType\": \"_bank\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": false,\r\n                \"internalId\": \"331\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"test4\",\r\n                \"acctType\": \"_bank\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": false,\r\n                \"internalId\": \"332\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"VAT on Sales NZ\",\r\n                \"acctType\": \"_otherCurrentLiability\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"336\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"VAT on Purchases NZ\",\r\n                \"acctType\": \"_otherCurrentAsset\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"337\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"VAT Liability NZ\",\r\n                \"acctType\": \"_otherCurrentLiability\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"338\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"GST on Sales SG\",\r\n                \"acctType\": \"_otherCurrentLiability\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"339\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"GST on Purchases SG\",\r\n                \"acctType\": \"_otherCurrentAsset\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"340\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"GST Liability SG\",\r\n                \"acctType\": \"_otherCurrentLiability\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"341\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"test accnt11 parent cmpny\",\r\n                \"acctType\": \"_bank\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": false,\r\n                \"internalId\": \"345\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": true,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Inventory Asset\",\r\n                \"acctType\": \"_otherCurrentAsset\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"346\",\r\n                \"inventory\": true,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Cost of Goods Sold\",\r\n                \"acctType\": \"_costOfGoodsSold\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"347\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Transfer Orders\",\r\n                \"acctType\": \"_nonPosting\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"348\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Inventory In Transit\",\r\n                \"acctType\": \"_otherCurrentAsset\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"349\",\r\n                \"inventory\": true,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_5333445_SB1_0131202115497112362085691137_e24050b\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 2,\r\n    \"totalRecords\": 56\r\n}"}],"_postman_id":"cf9f3d1b-59b4-412a-a033-c1ad1e8f195f"},{"name":"Retrieve Account by where","id":"54b313ce-e867-4a0d-9beb-758647cbb694","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/account?where=subsidiary=1","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","account"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"subsidiary=1"}],"variable":[]}},"response":[{"id":"ad0f0995-faa4-4d03-9207-b0913717587a","name":"Retrieve Account by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/account?where=subsidiary=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","account"],"query":[{"key":"where","value":"subsidiary=1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Cheque Account\",\r\n                \"acctType\": \"_bank\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"curDocNum\": 6,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": false,\r\n                \"internalId\": \"1\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Retained Earnings\",\r\n                \"acctType\": \"_equity\",\r\n                \"cashFlowRate\": \"_historical\",\r\n                \"generalRate\": \"_historical\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"52\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Opening Balance\",\r\n                \"acctType\": \"_equity\",\r\n                \"cashFlowRate\": \"_historical\",\r\n                \"generalRate\": \"_historical\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"53\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Sales\",\r\n                \"acctType\": \"_income\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"54\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Expenses\",\r\n                \"acctType\": \"_expense\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"58\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Shipping and Handling\",\r\n                \"acctType\": \"_income\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"108\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"VAT on Sales IN\",\r\n                \"acctType\": \"_otherCurrentLiability\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"109\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"VAT on Purchases IN\",\r\n                \"acctType\": \"_otherCurrentAsset\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"110\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"VAT Liability IN\",\r\n                \"acctType\": \"_otherCurrentLiability\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"111\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Cumulative Translation Adjustment\",\r\n                \"acctType\": \"_equity\",\r\n                \"cashFlowRate\": \"_historical\",\r\n                \"generalRate\": \"_historical\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"112\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Unapproved Customer Payments\",\r\n                \"acctType\": \"_nonPosting\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"113\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Accounts Payable\",\r\n                \"acctType\": \"_accountsPayable\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"114\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": true,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Accrued Purchases\",\r\n                \"acctType\": \"_otherCurrentLiability\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"115\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Return Authorizations\",\r\n                \"acctType\": \"_nonPosting\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"116\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Estimates\",\r\n                \"acctType\": \"_nonPosting\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"117\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Purchase Orders\",\r\n                \"acctType\": \"_nonPosting\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"118\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Sales Orders\",\r\n                \"acctType\": \"_nonPosting\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"119\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Unapproved Expense Reports\",\r\n                \"acctType\": \"_nonPosting\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"120\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Advances Paid\",\r\n                \"acctType\": \"_otherCurrentAsset\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"121\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Accounts Receivable\",\r\n                \"acctType\": \"_accountsReceivable\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"122\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": true,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Vendor Return Authorizations\",\r\n                \"acctType\": \"_nonPosting\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"123\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Purchases Returned Not Credited\",\r\n                \"acctType\": \"_otherCurrentAsset\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"124\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Undeposited Funds\",\r\n                \"acctType\": \"_otherCurrentAsset\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"125\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Refunds Payable\",\r\n                \"acctType\": \"_otherCurrentLiability\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"126\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Opportunities\",\r\n                \"acctType\": \"_nonPosting\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_average\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"127\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Kalpana - Customer\",\r\n                \"acctType\": \"_bank\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"curDocNum\": 1,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": false,\r\n                \"internalId\": \"213\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"VAT on Sales\",\r\n                \"acctType\": \"_otherCurrentLiability\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"214\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"VAT on Purchases\",\r\n                \"acctType\": \"_otherCurrentAsset\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"215\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"VAT Liability\",\r\n                \"acctType\": \"_otherCurrentLiability\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"216\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Sales Taxes Payable MT\",\r\n                \"acctType\": \"_otherCurrentLiability\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"217\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_5333445_SB1_020220211718409383808287510_844dc583\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 2,\r\n    \"totalRecords\": 56\r\n}"}],"_postman_id":"54b313ce-e867-4a0d-9beb-758647cbb694"},{"name":"Retrieve Account by ID","id":"dc9c09fa-1eca-4c1a-8950-aa973761b24b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/account?id=1","urlObject":{"protocol":"https","path":["netsuite","v0","account"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"52676e97-971f-4afd-a31a-d73c01a3d30f","name":"Retrieve Account by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/account?id=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","account"],"query":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"acctName\": \"Cheque Account\",\r\n                \"acctType\": \"_bank\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"curDocNum\": 6,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": false,\r\n                \"internalId\": \"1\",\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\",\r\n                            \"name\": \"Parent Company\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    }\r\n}"}],"_postman_id":"dc9c09fa-1eca-4c1a-8950-aa973761b24b"}],"id":"8640c6bc-c161-416f-92b6-da02363ea0ab","_postman_id":"8640c6bc-c161-416f-92b6-da02363ea0ab","description":""},{"name":"POST","item":[{"name":"Create Account","id":"80beb20c-be20-4a84-b051-1b9f3c001517","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n                \"acctName\": \"final Account\",\r\n                \"acctType\": \"_bank\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"curDocNum\": 6,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": false,\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\",\r\n                            \"name\": \"Parent Company\"\r\n                        }\r\n                    ]\r\n                }\r\n            }"},"url":"https://api.prestructured.com/netsuite/v0/account","urlObject":{"protocol":"https","path":["netsuite","v0","account"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"492c4344-b9ab-47f2-80dd-cde53d78f6e2","name":"Create Account","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n                \"acctName\": \"final Account\",\r\n                \"acctType\": \"_bank\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"curDocNum\": 6,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": false,\r\n                \"inventory\": false,\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\",\r\n                            \"name\": \"Parent Company\"\r\n                        }\r\n                    ]\r\n                }\r\n            }","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"552\",\r\n                \"name\": null,\r\n                \"type\": \"account\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": [\r\n                    {\r\n                        \"afterSubmitFailed\": false,\r\n                        \"code\": null,\r\n                        \"message\": null,\r\n                        \"type\": \"ERROR\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"80beb20c-be20-4a84-b051-1b9f3c001517"}],"id":"68409138-4fca-4d7b-9b3a-1cec3f1b27ed","event":[{"listen":"prerequest","script":{"id":"08ba3d17-7a96-42a0-9f7c-5b0246195f9b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"95463c56-87f6-4c22-8e0d-090756cd8ef3","type":"text/javascript","exec":[""]}}],"_postman_id":"68409138-4fca-4d7b-9b3a-1cec3f1b27ed","description":""},{"name":"PUT","item":[{"name":"Update Account","id":"efea32f1-1c5b-44e0-ade0-046007d4f691","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n                \"acctName\": \"final Account no 1\",\r\n                \"acctType\": \"_bank\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"curDocNum\": 6,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": false,\r\n                \"inventory\": false,\r\n                \"internalId\": \"552\",\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\",\r\n                            \"name\": \"Parent Company\"\r\n                        }\r\n                    ]\r\n                }\r\n            }"},"url":"https://api.prestructured.com/netsuite/v0/account","urlObject":{"protocol":"https","path":["netsuite","v0","account"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"40353b5f-552e-4ba9-b342-cb5ebba4a198","name":"Update Account","originalRequest":{"method":"PUT","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n                \"acctName\": \"final Account no 1\",\r\n                \"acctType\": \"_bank\",\r\n                \"cashFlowRate\": \"_average\",\r\n                \"curDocNum\": 6,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"generalRate\": \"_current\",\r\n                \"includeChildren\": false,\r\n                \"inventory\": false,\r\n                \"internalId\": \"552\",\r\n                \"isInactive\": false,\r\n                \"revalue\": false,\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\",\r\n                            \"name\": \"Parent Company\"\r\n                        }\r\n                    ]\r\n                }\r\n            }","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"552\",\r\n                \"name\": null,\r\n                \"type\": \"account\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": [\r\n                    {\r\n                        \"afterSubmitFailed\": false,\r\n                        \"code\": null,\r\n                        \"message\": null,\r\n                        \"type\": \"ERROR\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"efea32f1-1c5b-44e0-ade0-046007d4f691"}],"id":"1232e3e9-7669-4f1f-91a3-90880a013f27","event":[{"listen":"prerequest","script":{"id":"263681a1-cad5-4adb-8502-8801eb8c0f1e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7ce5152e-e5fb-46e0-a531-a5f8baa1b897","type":"text/javascript","exec":[""]}}],"_postman_id":"1232e3e9-7669-4f1f-91a3-90880a013f27","description":""},{"name":"DELETE","item":[{"name":"Delete Account","id":"4d646d20-83a2-41d0-bfad-3574bb0d819f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/account?id=552","urlObject":{"protocol":"https","path":["netsuite","v0","account"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"552"}],"variable":[]}},"response":[{"id":"4bcb6dfc-f71f-4191-82ac-46afc43f283e","name":"Delete Account","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/account?id=552","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","account"],"query":[{"key":"id","value":"552"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"552\",\r\n                \"name\": null,\r\n                \"type\": \"account\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"4d646d20-83a2-41d0-bfad-3574bb0d819f"}],"id":"84fd028e-cbc1-4fce-a488-5446d8d251d2","event":[{"listen":"prerequest","script":{"id":"393a0695-23d4-4248-979a-a64cce49833f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5cb9d3d6-2cda-45e6-a563-4115df67cc54","type":"text/javascript","exec":[""]}}],"_postman_id":"84fd028e-cbc1-4fce-a488-5446d8d251d2","description":""}],"id":"5ac5e73d-f1c0-427f-9d1a-94ea32005c2d","event":[{"listen":"prerequest","script":{"id":"ce75d80e-320b-411a-81dc-be7d7fe1110f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"36882eb2-2c52-4044-be79-dfbfe9d755f6","type":"text/javascript","exec":[""]}}],"_postman_id":"5ac5e73d-f1c0-427f-9d1a-94ea32005c2d","description":""},{"name":"Accounting Period","item":[{"name":"GET","item":[{"name":"Retrieve Accounting Period","id":"22e9e733-0deb-4010-81fb-a1b0a6b4f5f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/accountingPeriod","urlObject":{"protocol":"https","path":["netsuite","v0","accountingPeriod"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"dc13e9a9-d050-4bb3-b866-098c430e26a2","name":"Retrieve Accounting Period","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/accountingPeriod"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"endDate\": 1546221600,\r\n                \"internalId\": \"101\",\r\n                \"isQuarter\": false,\r\n                \"isYear\": true,\r\n                \"periodName\": \"FY 2018\",\r\n                \"startDate\": 1514772000\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"endDate\": 1522465200,\r\n                \"internalId\": \"102\",\r\n                \"isQuarter\": true,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"101\",\r\n                    \"name\": \"FY 2018\"\r\n                },\r\n                \"periodName\": \"Q1 2018\",\r\n                \"startDate\": 1514772000\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1517364000,\r\n                \"internalId\": \"103\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"102\",\r\n                    \"name\": \"Q1 2018\"\r\n                },\r\n                \"periodName\": \"Jan 2018\",\r\n                \"startDate\": 1514772000\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1519786800,\r\n                \"internalId\": \"104\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"102\",\r\n                    \"name\": \"Q1 2018\"\r\n                },\r\n                \"periodName\": \"Feb 2018\",\r\n                \"startDate\": 1517450400\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1522465200,\r\n                \"internalId\": \"105\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"102\",\r\n                    \"name\": \"Q1 2018\"\r\n                },\r\n                \"periodName\": \"Mar 2018\",\r\n                \"startDate\": 1519873200\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"endDate\": 1530327600,\r\n                \"internalId\": \"106\",\r\n                \"isQuarter\": true,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"101\",\r\n                    \"name\": \"FY 2018\"\r\n                },\r\n                \"periodName\": \"Q2 2018\",\r\n                \"startDate\": 1522551600\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1525057200,\r\n                \"internalId\": \"107\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"106\",\r\n                    \"name\": \"Q2 2018\"\r\n                },\r\n                \"periodName\": \"Apr 2018\",\r\n                \"startDate\": 1522551600\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1527735600,\r\n                \"internalId\": \"108\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"106\",\r\n                    \"name\": \"Q2 2018\"\r\n                },\r\n                \"periodName\": \"May 2018\",\r\n                \"startDate\": 1525143600\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1530327600,\r\n                \"internalId\": \"109\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"106\",\r\n                    \"name\": \"Q2 2018\"\r\n                },\r\n                \"periodName\": \"Jun 2018\",\r\n                \"startDate\": 1527822000\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"endDate\": 1538276400,\r\n                \"internalId\": \"110\",\r\n                \"isQuarter\": true,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"101\",\r\n                    \"name\": \"FY 2018\"\r\n                },\r\n                \"periodName\": \"Q3 2018\",\r\n                \"startDate\": 1530414000\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1533006000,\r\n                \"internalId\": \"111\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"110\",\r\n                    \"name\": \"Q3 2018\"\r\n                },\r\n                \"periodName\": \"Jul 2018\",\r\n                \"startDate\": 1530414000\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1535684400,\r\n                \"internalId\": \"112\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"110\",\r\n                    \"name\": \"Q3 2018\"\r\n                },\r\n                \"periodName\": \"Aug 2018\",\r\n                \"startDate\": 1533092400\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1538276400,\r\n                \"internalId\": \"113\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"110\",\r\n                    \"name\": \"Q3 2018\"\r\n                },\r\n                \"periodName\": \"Sep 2018\",\r\n                \"startDate\": 1535770800\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"endDate\": 1546221600,\r\n                \"internalId\": \"114\",\r\n                \"isQuarter\": true,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"101\",\r\n                    \"name\": \"FY 2018\"\r\n                },\r\n                \"periodName\": \"Q4 2018\",\r\n                \"startDate\": 1538362800\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1540954800,\r\n                \"internalId\": \"115\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"114\",\r\n                    \"name\": \"Q4 2018\"\r\n                },\r\n                \"periodName\": \"Oct 2018\",\r\n                \"startDate\": 1538362800\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1543543200,\r\n                \"internalId\": \"116\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"114\",\r\n                    \"name\": \"Q4 2018\"\r\n                },\r\n                \"periodName\": \"Nov 2018\",\r\n                \"startDate\": 1541041200\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1546221600,\r\n                \"internalId\": \"117\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"114\",\r\n                    \"name\": \"Q4 2018\"\r\n                },\r\n                \"periodName\": \"Dec 2018\",\r\n                \"startDate\": 1543629600\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"endDate\": 1577761200,\r\n                \"internalId\": \"118\",\r\n                \"isQuarter\": false,\r\n                \"isYear\": true,\r\n                \"periodName\": \"FY 2019\",\r\n                \"startDate\": 1546308000\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"endDate\": 1554001200,\r\n                \"internalId\": \"119\",\r\n                \"isQuarter\": true,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"118\",\r\n                    \"name\": \"FY 2019\"\r\n                },\r\n                \"periodName\": \"Q1 2019\",\r\n                \"startDate\": 1546308000\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1548900000,\r\n                \"internalId\": \"120\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"119\",\r\n                    \"name\": \"Q1 2019\"\r\n                },\r\n                \"periodName\": \"Jan 2019\",\r\n                \"startDate\": 1546308000\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1551322800,\r\n                \"internalId\": \"121\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"119\",\r\n                    \"name\": \"Q1 2019\"\r\n                },\r\n                \"periodName\": \"Feb 2019\",\r\n                \"startDate\": 1548986400\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1554001200,\r\n                \"internalId\": \"122\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"119\",\r\n                    \"name\": \"Q1 2019\"\r\n                },\r\n                \"periodName\": \"Mar 2019\",\r\n                \"startDate\": 1551409200\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"endDate\": 1561863600,\r\n                \"internalId\": \"123\",\r\n                \"isQuarter\": true,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"118\",\r\n                    \"name\": \"FY 2019\"\r\n                },\r\n                \"periodName\": \"Q2 2019\",\r\n                \"startDate\": 1554087600\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1556593200,\r\n                \"internalId\": \"124\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"123\",\r\n                    \"name\": \"Q2 2019\"\r\n                },\r\n                \"periodName\": \"Apr 2019\",\r\n                \"startDate\": 1554087600\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1559271600,\r\n                \"internalId\": \"125\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"123\",\r\n                    \"name\": \"Q2 2019\"\r\n                },\r\n                \"periodName\": \"May 2019\",\r\n                \"startDate\": 1556679600\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1561863600,\r\n                \"internalId\": \"126\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"123\",\r\n                    \"name\": \"Q2 2019\"\r\n                },\r\n                \"periodName\": \"Jun 2019\",\r\n                \"startDate\": 1559358000\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"endDate\": 1569812400,\r\n                \"internalId\": \"127\",\r\n                \"isQuarter\": true,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"118\",\r\n                    \"name\": \"FY 2019\"\r\n                },\r\n                \"periodName\": \"Q3 2019\",\r\n                \"startDate\": 1561950000\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1564542000,\r\n                \"internalId\": \"128\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"127\",\r\n                    \"name\": \"Q3 2019\"\r\n                },\r\n                \"periodName\": \"Jul 2019\",\r\n                \"startDate\": 1561950000\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1567220400,\r\n                \"internalId\": \"129\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"127\",\r\n                    \"name\": \"Q3 2019\"\r\n                },\r\n                \"periodName\": \"Aug 2019\",\r\n                \"startDate\": 1564628400\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1569812400,\r\n                \"internalId\": \"130\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"127\",\r\n                    \"name\": \"Q3 2019\"\r\n                },\r\n                \"periodName\": \"Sep 2019\",\r\n                \"startDate\": 1567306800\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_5333445_SB1_0129202113195919641466962637_f0ad48c\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 3,\r\n    \"totalRecords\": 68\r\n}"}],"_postman_id":"22e9e733-0deb-4010-81fb-a1b0a6b4f5f8"},{"name":"Retrieve Accounting Period by search ID","id":"8d61542b-500a-4bd5-89fe-1a450242c64b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/accountingPeriod?searchId=WEBSERVICES_5333445_SB1_013120211549825466306236335_2e20de83&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","accountingPeriod"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_013120211549825466306236335_2e20de83"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"91b29f6c-703c-439e-b0d1-3f60388bd4fb","name":"Retrieve Accounting Period by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/accountingPeriod?searchId=WEBSERVICES_5333445_SB1_013120211549825466306236335_2e20de83&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","accountingPeriod"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_013120211549825466306236335_2e20de83"},{"key":"page","value":"2"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 2,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"endDate\": 1577761200,\r\n                \"internalId\": \"131\",\r\n                \"isQuarter\": true,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"118\",\r\n                    \"name\": \"FY 2019\"\r\n                },\r\n                \"periodName\": \"Q4 2019\",\r\n                \"startDate\": 1569898800\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1572490800,\r\n                \"internalId\": \"132\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"131\",\r\n                    \"name\": \"Q4 2019\"\r\n                },\r\n                \"periodName\": \"Oct 2019\",\r\n                \"startDate\": 1569898800\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1575082800,\r\n                \"internalId\": \"133\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"131\",\r\n                    \"name\": \"Q4 2019\"\r\n                },\r\n                \"periodName\": \"Nov 2019\",\r\n                \"startDate\": 1572577200\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1577761200,\r\n                \"internalId\": \"134\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"131\",\r\n                    \"name\": \"Q4 2019\"\r\n                },\r\n                \"periodName\": \"Dec 2019\",\r\n                \"startDate\": 1575169200\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"endDate\": 1609383600,\r\n                \"internalId\": \"154\",\r\n                \"isQuarter\": false,\r\n                \"isYear\": true,\r\n                \"periodName\": \"FY 2020\",\r\n                \"startDate\": 1577847600\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"endDate\": 1585623600,\r\n                \"internalId\": \"155\",\r\n                \"isQuarter\": true,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"154\",\r\n                    \"name\": \"FY 2020\"\r\n                },\r\n                \"periodName\": \"Q1 2020\",\r\n                \"startDate\": 1577847600\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1580439600,\r\n                \"internalId\": \"156\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"155\",\r\n                    \"name\": \"Q1 2020\"\r\n                },\r\n                \"periodName\": \"Jan 2020\",\r\n                \"startDate\": 1577847600\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1582945200,\r\n                \"internalId\": \"157\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"155\",\r\n                    \"name\": \"Q1 2020\"\r\n                },\r\n                \"periodName\": \"Feb 2020\",\r\n                \"startDate\": 1580526000\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1585623600,\r\n                \"internalId\": \"158\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"155\",\r\n                    \"name\": \"Q1 2020\"\r\n                },\r\n                \"periodName\": \"Mar 2020\",\r\n                \"startDate\": 1583031600\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"endDate\": 1593486000,\r\n                \"internalId\": \"159\",\r\n                \"isQuarter\": true,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"154\",\r\n                    \"name\": \"FY 2020\"\r\n                },\r\n                \"periodName\": \"Q2 2020\",\r\n                \"startDate\": 1585710000\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1588215600,\r\n                \"internalId\": \"160\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"159\",\r\n                    \"name\": \"Q2 2020\"\r\n                },\r\n                \"periodName\": \"Apr 2020\",\r\n                \"startDate\": 1585710000\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1590894000,\r\n                \"internalId\": \"161\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"159\",\r\n                    \"name\": \"Q2 2020\"\r\n                },\r\n                \"periodName\": \"May 2020\",\r\n                \"startDate\": 1588302000\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1593486000,\r\n                \"internalId\": \"162\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"159\",\r\n                    \"name\": \"Q2 2020\"\r\n                },\r\n                \"periodName\": \"Jun 2020\",\r\n                \"startDate\": 1590980400\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"endDate\": 1601434800,\r\n                \"internalId\": \"163\",\r\n                \"isQuarter\": true,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"154\",\r\n                    \"name\": \"FY 2020\"\r\n                },\r\n                \"periodName\": \"Q3 2020\",\r\n                \"startDate\": 1593572400\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1596164400,\r\n                \"internalId\": \"164\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"163\",\r\n                    \"name\": \"Q3 2020\"\r\n                },\r\n                \"periodName\": \"Jul 2020\",\r\n                \"startDate\": 1593572400\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1598842800,\r\n                \"internalId\": \"165\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"163\",\r\n                    \"name\": \"Q3 2020\"\r\n                },\r\n                \"periodName\": \"Aug 2020\",\r\n                \"startDate\": 1596250800\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1601434800,\r\n                \"internalId\": \"166\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"163\",\r\n                    \"name\": \"Q3 2020\"\r\n                },\r\n                \"periodName\": \"Sep 2020\",\r\n                \"startDate\": 1598929200\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"endDate\": 1609383600,\r\n                \"internalId\": \"167\",\r\n                \"isQuarter\": true,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"154\",\r\n                    \"name\": \"FY 2020\"\r\n                },\r\n                \"periodName\": \"Q4 2020\",\r\n                \"startDate\": 1601521200\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1604113200,\r\n                \"internalId\": \"168\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"167\",\r\n                    \"name\": \"Q4 2020\"\r\n                },\r\n                \"periodName\": \"Oct 2020\",\r\n                \"startDate\": 1601521200\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1606705200,\r\n                \"internalId\": \"169\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"167\",\r\n                    \"name\": \"Q4 2020\"\r\n                },\r\n                \"periodName\": \"Nov 2020\",\r\n                \"startDate\": 1604199600\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1609383600,\r\n                \"internalId\": \"170\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"167\",\r\n                    \"name\": \"Q4 2020\"\r\n                },\r\n                \"periodName\": \"Dec 2020\",\r\n                \"startDate\": 1606791600\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"endDate\": 1640919600,\r\n                \"internalId\": \"205\",\r\n                \"isQuarter\": false,\r\n                \"isYear\": true,\r\n                \"periodName\": \"FY 2021\",\r\n                \"startDate\": 1609470000\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"endDate\": 1617159600,\r\n                \"internalId\": \"206\",\r\n                \"isQuarter\": true,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"205\",\r\n                    \"name\": \"FY 2021\"\r\n                },\r\n                \"periodName\": \"Q1 2021\",\r\n                \"startDate\": 1609470000\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1612062000,\r\n                \"internalId\": \"207\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"206\",\r\n                    \"name\": \"Q1 2021\"\r\n                },\r\n                \"periodName\": \"Jan 2021\",\r\n                \"startDate\": 1609470000\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1614481200,\r\n                \"internalId\": \"208\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"206\",\r\n                    \"name\": \"Q1 2021\"\r\n                },\r\n                \"periodName\": \"Feb 2021\",\r\n                \"startDate\": 1612148400\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1617159600,\r\n                \"internalId\": \"209\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"206\",\r\n                    \"name\": \"Q1 2021\"\r\n                },\r\n                \"periodName\": \"Mar 2021\",\r\n                \"startDate\": 1614567600\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"endDate\": 1625022000,\r\n                \"internalId\": \"210\",\r\n                \"isQuarter\": true,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"205\",\r\n                    \"name\": \"FY 2021\"\r\n                },\r\n                \"periodName\": \"Q2 2021\",\r\n                \"startDate\": 1617246000\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1619751600,\r\n                \"internalId\": \"211\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"210\",\r\n                    \"name\": \"Q2 2021\"\r\n                },\r\n                \"periodName\": \"Apr 2021\",\r\n                \"startDate\": 1617246000\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1622430000,\r\n                \"internalId\": \"212\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"210\",\r\n                    \"name\": \"Q2 2021\"\r\n                },\r\n                \"periodName\": \"May 2021\",\r\n                \"startDate\": 1619838000\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"allowNonGLChanges\": false,\r\n                \"endDate\": 1625022000,\r\n                \"internalId\": \"213\",\r\n                \"isAdjust\": false,\r\n                \"isQuarter\": false,\r\n                \"isYear\": false,\r\n                \"parent\": {\r\n                    \"internalId\": \"210\",\r\n                    \"name\": \"Q2 2021\"\r\n                },\r\n                \"periodName\": \"Jun 2021\",\r\n                \"startDate\": 1622516400\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_5333445_SB1_013120211549825466306236335_2e20de83\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 3,\r\n    \"totalRecords\": 68\r\n}"}],"_postman_id":"8d61542b-500a-4bd5-89fe-1a450242c64b"},{"name":"Retrieve Accounting Period by ID","id":"8c250d74-f8c1-47ca-87e4-2c9392872723","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/accountingPeriod?id=101","urlObject":{"protocol":"https","path":["netsuite","v0","accountingPeriod"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"101"}],"variable":[]}},"response":[{"id":"4684a04b-dd3a-42d7-8e2e-6720f39b438a","name":"Retrieve Accounting Period by ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/accountingPeriod?id=101","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","accountingPeriod"],"query":[{"key":"id","value":"101"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"endDate\": 1546221600,\r\n                \"internalId\": \"101\",\r\n                \"isQuarter\": false,\r\n                \"isYear\": true,\r\n                \"periodName\": \"FY 2018\",\r\n                \"startDate\": 1514772000\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    }\r\n}"}],"_postman_id":"8c250d74-f8c1-47ca-87e4-2c9392872723"}],"id":"9e3e5740-e823-4a36-9e36-e8684c08ebf7","_postman_id":"9e3e5740-e823-4a36-9e36-e8684c08ebf7","description":""}],"id":"9d61d2b1-9a3c-46af-b1d0-0002bccbfeff","event":[{"listen":"prerequest","script":{"id":"1e617af9-6d75-45d8-b3b9-c941688c6b27","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2e79fd0b-3c8a-41e8-a75f-9db8fe71b6dd","type":"text/javascript","exec":[""]}}],"_postman_id":"9d61d2b1-9a3c-46af-b1d0-0002bccbfeff","description":""},{"name":"BillingAccount","item":[{"name":"SuiteQL","item":[{"name":"Retrieve billingAccount","id":"87c2eca2-112c-4912-8169-4924201b9490","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/billingAccount","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","billingAccount"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"ae973bf3-adfc-460f-b872-99f426652646","name":"Retrieve billingAccount","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/billingAccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 16,\n    \"hasMore\": false,\n    \"items\": [\n        {\n            \"billingschedule\": \"10\",\n            \"billingschedulename\": \"Monthly Schedule\",\n            \"createdby\": \"Praveena Usurupati\",\n            \"createddate\": \"01/02/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"926\",\n            \"customerdefault\": \"T\",\n            \"displayname\": \"Mind the Gap Clothing: 1 1\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"1\",\n            \"idnumber\": \"1\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/02/2024\",\n            \"name\": \"1\",\n            \"nextbillcycledate\": \"1/2/2024\",\n            \"requestoffcycleinvoice\": \"T\",\n            \"startdate\": \"01/02/2024\",\n            \"subsidiary\": \"12\"\n        },\n        {\n            \"billingschedule\": \"12\",\n            \"billingschedulename\": \"Weekly Schedule\",\n            \"createdby\": \"Alekhya K\",\n            \"createddate\": \"01/02/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"1768\",\n            \"customerdefault\": \"F\",\n            \"displayname\": \"Test Customer 2: 11 11\",\n            \"frequency\": \"WEEKLY\",\n            \"id\": \"209\",\n            \"idnumber\": \"11\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/02/2024\",\n            \"name\": \"11\",\n            \"nextbillcycledate\": \"1/2/2024\",\n            \"requestoffcycleinvoice\": \"F\",\n            \"startdate\": \"01/02/2024\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"billingschedule\": \"10\",\n            \"billingschedulename\": \"Monthly Schedule\",\n            \"createdby\": \"Praveena Usurupati\",\n            \"createddate\": \"01/03/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"1870\",\n            \"customerdefault\": \"F\",\n            \"displayname\": \"Test Account: 13 13\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"211\",\n            \"idnumber\": \"13\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/03/2024\",\n            \"name\": \"13\",\n            \"nextbillcycledate\": \"2/2/2024\",\n            \"requestoffcycleinvoice\": \"F\",\n            \"startdate\": \"01/03/2024\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"billingschedule\": \"12\",\n            \"billingschedulename\": \"Weekly Schedule\",\n            \"createdby\": \"Praveena Usurupati\",\n            \"createddate\": \"01/03/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"1767\",\n            \"customerdefault\": \"F\",\n            \"displayname\": \"Amazon: 14 14\",\n            \"frequency\": \"WEEKLY\",\n            \"id\": \"212\",\n            \"idnumber\": \"14\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/03/2024\",\n            \"name\": \"14\",\n            \"nextbillcycledate\": \"1/9/2024\",\n            \"requestoffcycleinvoice\": \"F\",\n            \"startdate\": \"01/03/2024\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"billingschedule\": \"10\",\n            \"billingschedulename\": \"Monthly Schedule\",\n            \"createdby\": \"Praveena Usurupati\",\n            \"createddate\": \"01/02/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"325\",\n            \"customerdefault\": \"T\",\n            \"displayname\": \"ABC Marketing Inc: 2 2\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"2\",\n            \"idnumber\": \"2\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/02/2024\",\n            \"name\": \"2\",\n            \"nextbillcycledate\": \"1/2/2024\",\n            \"requestoffcycleinvoice\": \"T\",\n            \"startdate\": \"01/02/2024\",\n            \"subsidiary\": \"1\"\n        },\n        {\n            \"billingschedule\": \"10\",\n            \"billingschedulename\": \"Monthly Schedule\",\n            \"createdby\": \"Larry Nelson\",\n            \"createddate\": \"01/02/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"546\",\n            \"customerdefault\": \"T\",\n            \"displayname\": \"Anjoyfase: 3 3\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"3\",\n            \"idnumber\": \"3\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/02/2024\",\n            \"name\": \"3\",\n            \"nextbillcycledate\": \"1/2/2024\",\n            \"requestoffcycleinvoice\": \"T\",\n            \"startdate\": \"01/02/2024\",\n            \"subsidiary\": \"1\"\n        },\n        {\n            \"billingschedule\": \"10\",\n            \"billingschedulename\": \"Monthly Schedule\",\n            \"createdby\": \"Praveena Usurupati\",\n            \"createddate\": \"01/02/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"1663\",\n            \"customerdefault\": \"F\",\n            \"displayname\": \"Burlington Textiles Corp of America: 5 5\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"5\",\n            \"idnumber\": \"5\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/02/2024\",\n            \"name\": \"5\",\n            \"nextbillcycledate\": \"1/2/2024\",\n            \"requestoffcycleinvoice\": \"F\",\n            \"startdate\": \"01/02/2024\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"billingschedule\": \"10\",\n            \"billingschedulename\": \"Monthly Schedule\",\n            \"createdby\": \"Praveena Usurupati\",\n            \"createddate\": \"01/02/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"1663\",\n            \"customerdefault\": \"F\",\n            \"displayname\": \"Burlington Textiles Corp of America: 6 6\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"105\",\n            \"idnumber\": \"6\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/02/2024\",\n            \"name\": \"6\",\n            \"nextbillcycledate\": \"1/2/2024\",\n            \"requestoffcycleinvoice\": \"F\",\n            \"startdate\": \"01/02/2024\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"billingschedule\": \"10\",\n            \"billingschedulename\": \"Monthly Schedule\",\n            \"createdby\": \"Praveena Usurupati\",\n            \"createddate\": \"01/02/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"1767\",\n            \"customerdefault\": \"T\",\n            \"displayname\": \"Amazon: 8 Amazon BA\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"206\",\n            \"idnumber\": \"8\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/02/2024\",\n            \"name\": \"Amazon BA\",\n            \"nextbillcycledate\": \"1/2/2024\",\n            \"requestoffcycleinvoice\": \"T\",\n            \"startdate\": \"01/02/2024\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"billingschedule\": \"10\",\n            \"billingschedulename\": \"Monthly Schedule\",\n            \"createdby\": \"Praveena Usurupati\",\n            \"createddate\": \"01/02/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"1769\",\n            \"customerdefault\": \"T\",\n            \"displayname\": \"Burlington Textiles Corp: 10 Burlington Textiles Corp Account\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"208\",\n            \"idnumber\": \"10\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/02/2024\",\n            \"name\": \"Burlington Textiles Corp Account\",\n            \"nextbillcycledate\": \"1/2/2024\",\n            \"requestoffcycleinvoice\": \"T\",\n            \"startdate\": \"01/02/2024\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"billingschedule\": \"10\",\n            \"billingschedulename\": \"Monthly Schedule\",\n            \"createdby\": \"Dayakar A\",\n            \"createddate\": \"01/02/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"1869\",\n            \"customerdefault\": \"T\",\n            \"displayname\": \"ISRO: 12 JIo Fiber\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"210\",\n            \"idnumber\": \"12\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/02/2024\",\n            \"name\": \"JIo Fiber\",\n            \"nextbillcycledate\": \"1/2/2024\",\n            \"requestoffcycleinvoice\": \"T\",\n            \"startdate\": \"01/02/2024\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"billingschedule\": \"10\",\n            \"billingschedulename\": \"Monthly Schedule\",\n            \"createdby\": \"Praveena Usurupati\",\n            \"createddate\": \"01/04/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"1869\",\n            \"customerdefault\": \"F\",\n            \"displayname\": \"ISRO: 16 Netflix\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"411\",\n            \"idnumber\": \"16\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/04/2024\",\n            \"name\": \"Netflix\",\n            \"nextbillcycledate\": \"3/2/2019\",\n            \"requestoffcycleinvoice\": \"T\",\n            \"startdate\": \"02/20/2019\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"billingschedule\": \"10\",\n            \"billingschedulename\": \"Monthly Schedule\",\n            \"createdby\": \"Praveena Usurupati\",\n            \"createddate\": \"01/03/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"325\",\n            \"customerdefault\": \"F\",\n            \"displayname\": \"ABC Marketing Inc: 15 Test Acount\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"311\",\n            \"idnumber\": \"15\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/03/2024\",\n            \"name\": \"Test Acount\",\n            \"nextbillcycledate\": \"2/2/2024\",\n            \"requestoffcycleinvoice\": \"F\",\n            \"startdate\": \"01/03/2024\",\n            \"subsidiary\": \"1\"\n        },\n        {\n            \"billaddresslist\": \"721\",\n            \"billingschedule\": \"10\",\n            \"billingschedulename\": \"Monthly Schedule\",\n            \"class\": \"4\",\n            \"createdby\": \"Alekhya K\",\n            \"createddate\": \"01/02/2024\",\n            \"currency\": \"9\",\n            \"customer\": \"1765\",\n            \"customerdefault\": \"T\",\n            \"department\": \"2\",\n            \"displayname\": \"Test Customer 1: 7 Test Billing Account 1\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"205\",\n            \"idnumber\": \"7\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/02/2024\",\n            \"location\": \"12\",\n            \"name\": \"Test Billing Account 1\",\n            \"nextbillcycledate\": \"1/2/2024\",\n            \"requestoffcycleinvoice\": \"T\",\n            \"startdate\": \"01/02/2024\",\n            \"subsidiary\": \"19\"\n        },\n        {\n            \"billaddresslist\": \"271\",\n            \"billingschedule\": \"10\",\n            \"billingschedulename\": \"Monthly Schedule\",\n            \"class\": \"4\",\n            \"createdby\": \"Alekhya K\",\n            \"createddate\": \"01/02/2024\",\n            \"currency\": \"4\",\n            \"customer\": \"1264\",\n            \"customerdefault\": \"T\",\n            \"department\": \"2\",\n            \"displayname\": \"1 Renault: 4 Test Billing Account 1\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"4\",\n            \"idnumber\": \"4\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/02/2024\",\n            \"location\": \"9\",\n            \"name\": \"Test Billing Account 1\",\n            \"nextbillcycledate\": \"1/2/2024\",\n            \"requestoffcycleinvoice\": \"T\",\n            \"shipaddresslist\": \"271\",\n            \"startdate\": \"01/02/2024\",\n            \"subsidiary\": \"5\"\n        },\n        {\n            \"billaddresslist\": \"822\",\n            \"billingschedule\": \"10\",\n            \"billingschedulename\": \"Monthly Schedule\",\n            \"createdby\": \"Alekhya K\",\n            \"createddate\": \"01/02/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"1768\",\n            \"customerdefault\": \"T\",\n            \"displayname\": \"Test Customer 2: 9 Test Billing Account 2\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"207\",\n            \"idnumber\": \"9\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/02/2024\",\n            \"name\": \"Test Billing Account 2\",\n            \"nextbillcycledate\": \"1/2/2024\",\n            \"requestoffcycleinvoice\": \"T\",\n            \"shipaddresslist\": \"822\",\n            \"startdate\": \"01/02/2024\",\n            \"subsidiary\": \"11\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 16\n}"}],"_postman_id":"87c2eca2-112c-4912-8169-4924201b9490"},{"name":"Retrieve billingAccount Limit and Offset","id":"7fd68906-006a-4663-8344-1a0ea2c78ce1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/billingAccount?limit=10&offset=0","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","billingAccount"],"host":["api","prestructured","com"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"71922617-5a75-4da1-81cb-43ae7e8a9ded","name":"Retrieve billingAccount","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/billingAccount?limit=10&offset=0","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","billingAccount"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 10,\n    \"hasMore\": true,\n    \"items\": [\n        {\n            \"billingschedule\": \"10\",\n            \"billingschedulename\": \"Monthly Schedule\",\n            \"createdby\": \"Praveena Usurupati\",\n            \"createddate\": \"01/02/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"926\",\n            \"customerdefault\": \"T\",\n            \"displayname\": \"Mind the Gap Clothing: 1 1\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"1\",\n            \"idnumber\": \"1\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/02/2024\",\n            \"name\": \"1\",\n            \"nextbillcycledate\": \"1/2/2024\",\n            \"requestoffcycleinvoice\": \"T\",\n            \"startdate\": \"01/02/2024\",\n            \"subsidiary\": \"12\"\n        },\n        {\n            \"billingschedule\": \"12\",\n            \"billingschedulename\": \"Weekly Schedule\",\n            \"createdby\": \"Alekhya K\",\n            \"createddate\": \"01/02/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"1768\",\n            \"customerdefault\": \"F\",\n            \"displayname\": \"Test Customer 2: 11 11\",\n            \"frequency\": \"WEEKLY\",\n            \"id\": \"209\",\n            \"idnumber\": \"11\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/02/2024\",\n            \"name\": \"11\",\n            \"nextbillcycledate\": \"1/2/2024\",\n            \"requestoffcycleinvoice\": \"F\",\n            \"startdate\": \"01/02/2024\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"billingschedule\": \"10\",\n            \"billingschedulename\": \"Monthly Schedule\",\n            \"createdby\": \"Praveena Usurupati\",\n            \"createddate\": \"01/03/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"1870\",\n            \"customerdefault\": \"F\",\n            \"displayname\": \"Test Account: 13 13\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"211\",\n            \"idnumber\": \"13\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/03/2024\",\n            \"name\": \"13\",\n            \"nextbillcycledate\": \"2/2/2024\",\n            \"requestoffcycleinvoice\": \"F\",\n            \"startdate\": \"01/03/2024\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"billingschedule\": \"12\",\n            \"billingschedulename\": \"Weekly Schedule\",\n            \"createdby\": \"Praveena Usurupati\",\n            \"createddate\": \"01/03/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"1767\",\n            \"customerdefault\": \"F\",\n            \"displayname\": \"Amazon: 14 14\",\n            \"frequency\": \"WEEKLY\",\n            \"id\": \"212\",\n            \"idnumber\": \"14\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/03/2024\",\n            \"name\": \"14\",\n            \"nextbillcycledate\": \"1/9/2024\",\n            \"requestoffcycleinvoice\": \"F\",\n            \"startdate\": \"01/03/2024\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"billingschedule\": \"10\",\n            \"billingschedulename\": \"Monthly Schedule\",\n            \"createdby\": \"Praveena Usurupati\",\n            \"createddate\": \"01/02/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"325\",\n            \"customerdefault\": \"T\",\n            \"displayname\": \"ABC Marketing Inc: 2 2\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"2\",\n            \"idnumber\": \"2\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/02/2024\",\n            \"name\": \"2\",\n            \"nextbillcycledate\": \"1/2/2024\",\n            \"requestoffcycleinvoice\": \"T\",\n            \"startdate\": \"01/02/2024\",\n            \"subsidiary\": \"1\"\n        },\n        {\n            \"billingschedule\": \"10\",\n            \"billingschedulename\": \"Monthly Schedule\",\n            \"createdby\": \"Larry Nelson\",\n            \"createddate\": \"01/02/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"546\",\n            \"customerdefault\": \"T\",\n            \"displayname\": \"Anjoyfase: 3 3\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"3\",\n            \"idnumber\": \"3\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/02/2024\",\n            \"name\": \"3\",\n            \"nextbillcycledate\": \"1/2/2024\",\n            \"requestoffcycleinvoice\": \"T\",\n            \"startdate\": \"01/02/2024\",\n            \"subsidiary\": \"1\"\n        },\n        {\n            \"billingschedule\": \"10\",\n            \"billingschedulename\": \"Monthly Schedule\",\n            \"createdby\": \"Praveena Usurupati\",\n            \"createddate\": \"01/02/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"1663\",\n            \"customerdefault\": \"F\",\n            \"displayname\": \"Burlington Textiles Corp of America: 5 5\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"5\",\n            \"idnumber\": \"5\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/02/2024\",\n            \"name\": \"5\",\n            \"nextbillcycledate\": \"1/2/2024\",\n            \"requestoffcycleinvoice\": \"F\",\n            \"startdate\": \"01/02/2024\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"billingschedule\": \"10\",\n            \"billingschedulename\": \"Monthly Schedule\",\n            \"createdby\": \"Praveena Usurupati\",\n            \"createddate\": \"01/02/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"1663\",\n            \"customerdefault\": \"F\",\n            \"displayname\": \"Burlington Textiles Corp of America: 6 6\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"105\",\n            \"idnumber\": \"6\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/02/2024\",\n            \"name\": \"6\",\n            \"nextbillcycledate\": \"1/2/2024\",\n            \"requestoffcycleinvoice\": \"F\",\n            \"startdate\": \"01/02/2024\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"billingschedule\": \"10\",\n            \"billingschedulename\": \"Monthly Schedule\",\n            \"createdby\": \"Praveena Usurupati\",\n            \"createddate\": \"01/02/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"1767\",\n            \"customerdefault\": \"T\",\n            \"displayname\": \"Amazon: 8 Amazon BA\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"206\",\n            \"idnumber\": \"8\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/02/2024\",\n            \"name\": \"Amazon BA\",\n            \"nextbillcycledate\": \"1/2/2024\",\n            \"requestoffcycleinvoice\": \"T\",\n            \"startdate\": \"01/02/2024\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"billingschedule\": \"10\",\n            \"billingschedulename\": \"Monthly Schedule\",\n            \"createdby\": \"Praveena Usurupati\",\n            \"createddate\": \"01/02/2024\",\n            \"currency\": \"1\",\n            \"customer\": \"1769\",\n            \"customerdefault\": \"T\",\n            \"displayname\": \"Burlington Textiles Corp: 10 Burlington Textiles Corp Account\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"208\",\n            \"idnumber\": \"10\",\n            \"inactive\": \"F\",\n            \"lastmodifieddate\": \"01/02/2024\",\n            \"name\": \"Burlington Textiles Corp Account\",\n            \"nextbillcycledate\": \"1/2/2024\",\n            \"requestoffcycleinvoice\": \"T\",\n            \"startdate\": \"01/02/2024\",\n            \"subsidiary\": \"11\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 16\n}"}],"_postman_id":"7fd68906-006a-4663-8344-1a0ea2c78ce1"},{"name":"Retrieve billingAccount by where","id":"e107065a-d904-4e19-8cf3-d2132f97a0cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/billingAccount?where=customer=926+and+ID=1+and+LastModifiedDate>1578954123","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>1</td>\n<td>Used to Include the ID filter for the request. e.g., ID=1.</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>926</td>\n<td>Used to Include the Customer filter for the request. e.g., Customer=926.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","billingAccount"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"customer=926+and+ID=1+and+LastModifiedDate>1578954123"}],"variable":[]}},"response":[{"id":"1208e2c1-89ab-4314-a81d-8c40c1f0db05","name":"Retrieve billingAccount by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/billingAccount?where=customer=926+and+ID=1+and+LastModifiedDate>1578954123","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","billingAccount"],"query":[{"key":"where","value":"customer=926+and+ID=1+and+LastModifiedDate>1578954123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"count\": 1,\r\n    \"hasMore\": false,\r\n    \"items\": [\r\n        {\r\n            \"billingschedule\": \"10\",\r\n            \"billingschedulename\": \"Monthly Schedule\",\r\n            \"createdby\": \"Praveena Usurupati\",\r\n            \"createddate\": \"1/2/2024\",\r\n            \"currency\": \"1\",\r\n            \"customer\": \"926\",\r\n            \"customerdefault\": \"T\",\r\n            \"displayname\": \"Mind the Gap Clothing: 1 1\",\r\n            \"frequency\": \"MONTHLY\",\r\n            \"id\": \"1\",\r\n            \"idnumber\": \"1\",\r\n            \"inactive\": \"F\",\r\n            \"lastmodifieddate\": \"1/2/2024\",\r\n            \"name\": \"1\",\r\n            \"nextbillcycledate\": \"1/2/2024\",\r\n            \"requestoffcycleinvoice\": \"T\",\r\n            \"startdate\": \"1/2/2024\",\r\n            \"subsidiary\": \"12\"\r\n        }\r\n    ],\r\n    \"offset\": 0,\r\n    \"totalResults\": 1\r\n}"}],"_postman_id":"e107065a-d904-4e19-8cf3-d2132f97a0cf"}],"id":"938b3629-6ab2-4876-ba43-c67def8c3da0","_postman_id":"938b3629-6ab2-4876-ba43-c67def8c3da0","description":""},{"name":"REST","item":[{"name":"GET","item":[{"name":"Retrieve billingAccount","id":"e89c54d3-3531-4f7b-b65a-98b1602fc2c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/rest/billingAccount","urlObject":{"protocol":"https","path":["netsuite","v0","rest","billingAccount"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"21a9f1cb-7120-4867-b401-9b12b632379a","name":"Retrieve billingAccount","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/rest/billingAccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 17,\n    \"hasMore\": false,\n    \"items\": [\n        {\n            \"id\": \"1\"\n        },\n        {\n            \"id\": \"209\"\n        },\n        {\n            \"id\": \"211\"\n        },\n        {\n            \"id\": \"212\"\n        },\n        {\n            \"id\": \"2\"\n        },\n        {\n            \"id\": \"3\"\n        },\n        {\n            \"id\": \"5\"\n        },\n        {\n            \"id\": \"105\"\n        },\n        {\n            \"id\": \"206\"\n        },\n        {\n            \"id\": \"208\"\n        },\n        {\n            \"id\": \"210\"\n        },\n        {\n            \"id\": \"411\"\n        },\n        {\n            \"id\": \"311\"\n        },\n        {\n            \"id\": \"4\"\n        },\n        {\n            \"id\": \"205\"\n        },\n        {\n            \"id\": \"207\"\n        },\n        {\n            \"id\": \"511\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 17\n}"}],"_postman_id":"e89c54d3-3531-4f7b-b65a-98b1602fc2c0"},{"name":"Retrieve billingAccount by ID","id":"90ecc589-b803-4c3f-865b-3bbf04e645d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/rest/billingAccount/8?expandSubResources=true","urlObject":{"protocol":"https","path":["netsuite","v0","rest","billingAccount","8"],"host":["api","prestructured","com"],"query":[{"key":"expandSubResources","value":"true"}],"variable":[]}},"response":[{"id":"8a6475c9-3897-4084-9e7f-8a7dd88f3838","name":"Retrieve billingAccount ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/rest/billingAccount/5?expandSubResources=true","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","rest","billingAccount","5"],"query":[{"key":"expandSubResources","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"billingSchedule\": {\r\n        \"id\": \"10\",\r\n        \"name\": \"Monthly Schedule\"\r\n    },\r\n    \"createdBy\": \"Praveena Usurupati\",\r\n    \"createdDate\": \"2024-01-02T11:16:00Z\",\r\n    \"currency\": {\r\n        \"id\": \"1\",\r\n        \"name\": \"US Dollars\"\r\n    },\r\n    \"customForm\": {\r\n        \"id\": \"-10925\",\r\n        \"name\": \"Standard Billing Account\"\r\n    },\r\n    \"customer\": {\r\n        \"id\": \"1663\",\r\n        \"name\": \"Burlington Textiles Corp of America\"\r\n    },\r\n    \"customerDefault\": false,\r\n    \"displayName\": \"Burlington Textiles Corp of America: 5 5\",\r\n    \"frequency\": {\r\n        \"id\": \"MONTHLY\",\r\n        \"name\": \"Monthly\"\r\n    },\r\n    \"id\": \"5\",\r\n    \"idNumber\": \"5\",\r\n    \"inactive\": false,\r\n    \"lastModifiedDate\": \"2024-01-02T11:16:00Z\",\r\n    \"name\": \"5\",\r\n    \"nextBillCycleDate\": {\r\n        \"id\": \"1/2/2024\",\r\n        \"name\": \"1/2/2024\"\r\n    },\r\n    \"requestOffCycleInvoice\": false,\r\n    \"startDate\": \"2024-01-02\",\r\n    \"subsidiary\": {\r\n        \"id\": \"11\",\r\n        \"name\": \"HEADQUARTERS\"\r\n    }\r\n}"}],"_postman_id":"90ecc589-b803-4c3f-865b-3bbf04e645d4"}],"id":"5845cd1d-efa1-446e-bc8e-32cf5309ff0d","event":[{"listen":"prerequest","script":{"id":"e26df1d1-e001-408d-85a7-bdc0c44d1388","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"faed8218-06e1-4ff0-87eb-93000f8a58c6","type":"text/javascript","exec":[""]}}],"_postman_id":"5845cd1d-efa1-446e-bc8e-32cf5309ff0d","description":""},{"name":"POST","item":[{"name":"Create billingAccount","id":"77f11b94-083c-4d4c-8a24-f375e4d1d362","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"startDate\": \"2024-01-03\",\r\n    \"customer\": {\"id\" : 1663},\r\n    \"billingSchedule\": {\"id\": 10},\r\n    \"name\":\"Ramya Billing Account\",\r\n    \"memo\":\"It's a test account\",\r\n    \"department\":2,\r\n    \"location\":3,\r\n    \"class\":4,\r\n    \"customerdefault\":true,\r\n    \"requestoffcycleinvoice\":true,\r\n    \"inactive\":false\r\n} "},"url":"https://api.prestructured.com/netsuite/v0/rest/billingAccount","urlObject":{"protocol":"https","path":["netsuite","v0","rest","billingAccount"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"dfb13225-29a5-4866-a45d-75d388473301","name":"Create billingAccount","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"startDate\": \"2024-01-03\",\r\n    \"customer\": {\"id\" : 1663},\r\n    \"billingSchedule\": {\"id\": 10},\r\n    \"name\":\"Ramya Billing Account\",\r\n    \"memo\":\"It's a test account\",\r\n    \"department\":2,\r\n    \"location\":3,\r\n    \"class\":4,\r\n    \"customerdefault\":true,\r\n    \"requestoffcycleinvoice\":true,\r\n    \"inactive\":false\r\n} ","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/rest/billingAccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"info\": \"Record Created Successfully\",\r\n    \"internalId\": \"512\",\r\n    \"isSuccess\": true\r\n}"}],"_postman_id":"77f11b94-083c-4d4c-8a24-f375e4d1d362"}],"id":"e76789fb-64c9-4750-8959-2c2218442716","event":[{"listen":"prerequest","script":{"id":"d49dbcc3-2174-4fd1-8d41-71a02b4f4a3d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e084c0dc-5be1-4ad3-8ee2-a90782bc92f4","type":"text/javascript","exec":[""]}}],"_postman_id":"e76789fb-64c9-4750-8959-2c2218442716","description":""},{"name":"PATCH","item":[{"name":"Update billingAccount","id":"f6e71dd0-f3a9-421e-856e-626c1a22adc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"memo\":\"It's a test billing account\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/rest/billingAccount/512","urlObject":{"protocol":"https","path":["netsuite","v0","rest","billingAccount","512"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"25de326b-d108-4ce1-8291-b1e0be9498bb","name":"Update billingAccount","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"memo\":\"It's a test billing account\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/rest/billingAccount/512"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n\"info\": \"Record updated Successfully\",\r\n\"isSuccess\": true\r\n}\r\n"}],"_postman_id":"f6e71dd0-f3a9-421e-856e-626c1a22adc2"}],"id":"68cf2a52-ab53-4f37-86ac-37af8c27c59e","event":[{"listen":"prerequest","script":{"id":"0d14675c-c83f-4690-9227-c79b6005549e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"22941783-bcab-423e-b250-9199b5f38745","type":"text/javascript","exec":[""]}}],"_postman_id":"68cf2a52-ab53-4f37-86ac-37af8c27c59e","description":""},{"name":"DELETE","item":[{"name":"Delete billingAccount","id":"6d06a374-249e-448a-9418-b3a08bd974a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/rest/billingAccount/512","urlObject":{"protocol":"https","path":["netsuite","v0","rest","billingAccount","512"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"d398edc7-c245-4c3c-92f6-107a843fe423","name":"Delete billingAccount","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/rest/billingAccount/512"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n\"info\": \"Record Deleted Successfully\",\r\n\"isSuccess\": true\r\n}"}],"_postman_id":"6d06a374-249e-448a-9418-b3a08bd974a6"}],"id":"1bd8b4e1-54ab-4052-b490-5133e72df04e","event":[{"listen":"prerequest","script":{"id":"9efb8c8f-74c5-4ad0-a6aa-e98fed0d0191","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f4eb32c5-22ed-40a1-b2e7-dbe00aec8bd0","type":"text/javascript","exec":[""]}}],"_postman_id":"1bd8b4e1-54ab-4052-b490-5133e72df04e","description":""}],"id":"e64f713f-d31e-4800-b543-59524f5fdf28","_postman_id":"e64f713f-d31e-4800-b543-59524f5fdf28","description":""}],"id":"56dceff2-3ea6-42ee-b34f-029dd0f48533","_postman_id":"56dceff2-3ea6-42ee-b34f-029dd0f48533","description":""},{"name":"Cash Sales","item":[{"name":"GET","item":[{"name":"Retrieve  cash sales","id":"09292a93-9d80-434b-bd70-c639ca024d91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/cashSale","urlObject":{"protocol":"https","path":["netsuite","v0","cashSale"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"5d7cd439-50be-4ffd-8957-3787ecf0d488","name":"Retrieve cash sales","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/cashSale"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"billingAddress\": {\r\n          \"addr1\": \"Add 1\",\r\n          \"addr2\": \"Add 2\",\r\n          \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n          \"addressee\": \"GS Solutions\",\r\n          \"city\": \"City 1\",\r\n          \"country\": \"_unitedStates\",\r\n          \"internalId\": \"14\",\r\n          \"override\": false,\r\n          \"state\": \"MI\",\r\n          \"zip\": \"0123654\"\r\n        },\r\n        \"canHaveStackable\": false,\r\n        \"ccApproved\": false,\r\n        \"createdDate\": 1550208418,\r\n        \"createdFrom\": {\r\n          \"internalId\": \"249\",\r\n          \"name\": \"Sales Order #5\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"email\": \"shamili@dhruvsoft.com\",\r\n        \"entity\": {\r\n          \"internalId\": \"46\",\r\n          \"name\": \"12 GS Solutions\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"expCostDiscprint\": false,\r\n        \"internalId\": \"251\",\r\n        \"isRecurringPayment\": false,\r\n        \"itemCostDiscPrint\": false,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 10.0,\r\n              \"excludeFromRateRequest\": false,\r\n              \"grossAmt\": 10.0,\r\n              \"item\": {\r\n                \"internalId\": \"15\",\r\n                \"name\": \"Book\"\r\n              },\r\n              \"line\": 1,\r\n              \"orderLine\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"-1\",\r\n                \"name\": \"Custom\"\r\n              },\r\n              \"quantity\": 1.0,\r\n              \"quantityRemaining\": 0.0,\r\n              \"rate\": \"10.00\",\r\n              \"tax1Amt\": 0.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"5\",\r\n                \"name\": \"VAT_IN:UNDEF-IN\"\r\n              },\r\n              \"taxRate1\": 0.0\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1591011518,\r\n        \"memo\": \"Memo\",\r\n        \"paymentMethod\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Cash\"\r\n        },\r\n        \"postingPeriod\": {\r\n          \"internalId\": \"121\",\r\n          \"name\": \"Feb 2019\"\r\n        },\r\n        \"salesEffectiveDate\": 1550169000,\r\n        \"salesTeamList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"salesTeam\": [\r\n            {\r\n              \"contribution\": 100.0,\r\n              \"employee\": {\r\n                \"internalId\": \"3\",\r\n                \"name\": \"B Shamili\"\r\n              },\r\n              \"isPrimary\": false,\r\n              \"salesRole\": {\r\n                \"internalId\": \"-2\",\r\n                \"name\": \"Sales Rep\"\r\n              }\r\n            }\r\n          ]\r\n        },\r\n        \"shipIsResidential\": false,\r\n        \"shippingAddress\": {\r\n          \"addr1\": \"Add 1\",\r\n          \"addr2\": \"Add 2\",\r\n          \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n          \"addressee\": \"GS Solutions\",\r\n          \"city\": \"City 1\",\r\n          \"country\": \"_unitedStates\",\r\n          \"internalId\": \"14\",\r\n          \"override\": false,\r\n          \"state\": \"MI\",\r\n          \"zip\": \"0123654\"\r\n        },\r\n        \"status\": \"Not Deposited\",\r\n        \"subTotal\": 10.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 0.0,\r\n        \"timeDiscPrint\": false,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 10.0,\r\n        \"tranDate\": 1550169000,\r\n        \"tranId\": \"1\",\r\n        \"undepFunds\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"billAddressList\": {\r\n          \"internalId\": \"9278\",\r\n          \"name\": \"130145 Avenue of the Americas New York, NY 10019 USA\"\r\n        },\r\n        \"billingAddress\": {\r\n          \"addr1\": \"130145 Avenue of the Americas New York, NY 10019 USA\",\r\n          \"addrText\": \"United Oil & Gas Corp. test 1201<br>130145 Avenue of the Americas New York, NY 10019 USA<br>New York NY <br>India\",\r\n          \"addressee\": \"United Oil & Gas Corp. test 1201\",\r\n          \"city\": \"New York\",\r\n          \"country\": \"_india\",\r\n          \"internalId\": \"10200\",\r\n          \"override\": false,\r\n          \"state\": \"NY\"\r\n        },\r\n        \"canHaveStackable\": false,\r\n        \"ccApproved\": false,\r\n        \"createdDate\": 1590585449,\r\n        \"currency\": {\r\n          \"internalId\": \"2\",\r\n          \"name\": \"US Dollars\"\r\n        },\r\n        \"currencyName\": \"US Dollars\",\r\n        \"entity\": {\r\n          \"internalId\": \"17971\",\r\n          \"name\": \"CUST433AT United Oil & Gas Corp. test 1201\"\r\n        },\r\n        \"exchangeRate\": 1.101,\r\n        \"expCostDiscprint\": false,\r\n        \"internalId\": \"28011\",\r\n        \"isRecurringPayment\": false,\r\n        \"itemCostDiscPrint\": false,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 59.55,\r\n              \"description\": \"Blue color Bag\\nMade of Leather\",\r\n              \"excludeFromRateRequest\": false,\r\n              \"grossAmt\": 70.27,\r\n              \"item\": {\r\n                \"internalId\": \"34\",\r\n                \"name\": \"Bag\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\"\r\n              },\r\n              \"quantity\": 1.0,\r\n              \"rate\": \"59.55282976\",\r\n              \"tax1Amt\": 10.72,\r\n              \"taxCode\": {\r\n                \"internalId\": \"36\",\r\n                \"name\": \"VAT_IN:GST 18\"\r\n              },\r\n              \"taxRate1\": 18.0\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1590586994,\r\n        \"location\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Atlanta west\"\r\n        },\r\n        \"postingPeriod\": {\r\n          \"internalId\": \"161\",\r\n          \"name\": \"May 2020\"\r\n        },\r\n        \"salesEffectiveDate\": 1590517800,\r\n        \"shipIsResidential\": false,\r\n        \"shippingAddress\": {\r\n          \"addr1\": \"130145 Avenue of the Americas New York, NY 10019 USA\",\r\n          \"addrText\": \"United Oil & Gas Corp. test 1201<br>130145 Avenue of the Americas New York, NY 10019 USA<br>New York NY <br>India\",\r\n          \"addressee\": \"United Oil & Gas Corp. test 1201\",\r\n          \"city\": \"New York\",\r\n          \"country\": \"_india\",\r\n          \"internalId\": \"10200\",\r\n          \"override\": false,\r\n          \"state\": \"NY\"\r\n        },\r\n        \"status\": \"Not Deposited\",\r\n        \"subTotal\": 59.55,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 10.72,\r\n        \"timeDiscPrint\": false,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 70.27,\r\n        \"tranDate\": 1590517800,\r\n        \"tranId\": \"2\",\r\n        \"undepFunds\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"canHaveStackable\": false,\r\n        \"ccApproved\": false,\r\n        \"class\": {\r\n          \"internalId\": \"3\",\r\n          \"name\": \"Sarika\"\r\n        },\r\n        \"createdDate\": 1591013696,\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"173\",\r\n              \"scriptId\": \"custbody_ds_inv_no\",\r\n              \"value\": {\r\n                \"internalId\": \"30114\",\r\n                \"name\": \"Invoice #INV342\",\r\n                \"typeId\": \"-30\"\r\n              }\r\n            }\r\n          ]\r\n        },\r\n        \"department\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"PR Department\"\r\n        },\r\n        \"entity\": {\r\n          \"internalId\": \"18272\",\r\n          \"name\": \"CUST437AT test on 01'06\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"expCostDiscprint\": false,\r\n        \"internalId\": \"30116\",\r\n        \"isRecurringPayment\": false,\r\n        \"itemCostDiscPrint\": false,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 10.0,\r\n              \"excludeFromRateRequest\": false,\r\n              \"grossAmt\": 11.0,\r\n              \"item\": {\r\n                \"internalId\": \"28\",\r\n                \"name\": \"Men's Jeans Pant\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"-1\",\r\n                \"name\": \"Custom\"\r\n              },\r\n              \"quantity\": 1.0,\r\n              \"rate\": \"10.00\",\r\n              \"tax1Amt\": 1.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"590\",\r\n                \"name\": \"VAT_IN:10 tax code\"\r\n              },\r\n              \"taxRate1\": 10.0,\r\n              \"units\": {\r\n                \"internalId\": \"3\",\r\n                \"name\": \"pcs\"\r\n              }\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1591018981,\r\n        \"location\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"test\"\r\n        },\r\n        \"otherRefNum\": \"1222\",\r\n        \"postingPeriod\": {\r\n          \"internalId\": \"162\",\r\n          \"name\": \"Jun 2020\"\r\n        },\r\n        \"salesEffectiveDate\": 1590949800,\r\n        \"salesTeamList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"salesTeam\": [\r\n            {\r\n              \"contribution\": 100.0,\r\n              \"employee\": {\r\n                \"internalId\": \"4\",\r\n                \"name\": \"Navaneeth.D\"\r\n              },\r\n              \"isPrimary\": true,\r\n              \"salesRole\": {\r\n                \"internalId\": \"-2\",\r\n                \"name\": \"Sales Rep\"\r\n              }\r\n            }\r\n          ]\r\n        },\r\n        \"shipIsResidential\": false,\r\n        \"startDate\": 1590949800,\r\n        \"status\": \"Not Deposited\",\r\n        \"subTotal\": 10.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"9\",\r\n          \"name\": \"Australia\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 1.0,\r\n        \"timeDiscPrint\": false,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 11.0,\r\n        \"tranDate\": 1590949800,\r\n        \"tranId\": \"3\",\r\n        \"undepFunds\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_0603202020719183951279466163_b17409b3bdf\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": [\r\n      {\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Record 251: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\r\n        \"type\": \"WARN\"\r\n      },\r\n      {\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Record 28011: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\r\n        \"type\": \"WARN\"\r\n      },\r\n      {\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Record 30116: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\r\n        \"type\": \"WARN\"\r\n      }\r\n    ]\r\n  },\r\n  \"totalPages\": 1,\r\n  \"totalRecords\": 3\r\n}"}],"_postman_id":"09292a93-9d80-434b-bd70-c639ca024d91"},{"name":"Retrieve cash sales by search ID","id":"12e41aa7-8977-42ac-85d9-e62b7c7d8867","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.co/netsuite/v0/cashSale?searchId=WEBSERVICES_5333445_0603202020719183951279466163_b17409b3bdf&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","cashSale"],"host":["api","prestructured","co"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_0603202020719183951279466163_b17409b3bdf"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"009f9e13-366f-4073-bac3-f546ae0a2f1a","name":"Retrieve cash sales by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/cashSale?searchId=WEBSERVICES_5333445_0603202020719183951279466163_b17409b3bdf&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","cashSale"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_0603202020719183951279466163_b17409b3bdf"},{"key":"page","value":"2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:45:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173991"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": false,\r\n  \"statusDetail\": [\r\n    {\r\n      \"afterSubmitFailed\": null,\r\n      \"code\": \"INVALID_SEARCH_PAGE_INDEX\",\r\n      \"message\": \"Invalid search page index.\",\r\n      \"type\": \"ERROR\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"12e41aa7-8977-42ac-85d9-e62b7c7d8867"},{"name":"Retrieve cash sales by where","id":"9a17d87b-141c-4b62-aa3b-f82909634bbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/cashSale?where=LastModifiedDate>1547896321+and+Subsidiary=1","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateCreated</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>TranDate</td>\n<td>1578954123</td>\n<td>Used to Include the transaction date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>6</td>\n<td>Used to Include the Customer filter for the request. e.g., Customer=6.</td>\n</tr>\n<tr>\n<td>Employee</td>\n<td>4</td>\n<td>Used to Include the Employee filter for the request. e.g., Employee=4.</td>\n</tr>\n<tr>\n<td>Entity</td>\n<td>6</td>\n<td>Used to Include the Entity filter for the request. e.g., Entity=6.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>active</td>\n<td>Used to Include the Status Active filter for the request.e.g., Status=active.</td>\n</tr>\n<tr>\n<td>Email</td>\n<td><a href=\"mailto:customer@testcompany.com\">customer@testcompany.com</a></td>\n<td>Used to Include the Email contains filter for the request.e.g., Email=<a href=\"mailto:test@gmail.com\">test@gmail.com</a>.</td>\n</tr>\n<tr>\n<td>Memorized</td>\n<td>false</td>\n<td>Used to Include the Memorized filter for the request. e.g., Memorized=false.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","cashSale"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"LastModifiedDate>1547896321+and+Subsidiary=1"}],"variable":[]}},"response":[{"id":"d258d7f4-c5d7-467d-90aa-15ce7322099e","name":"Retrieve cash sales by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/cashSale?where=LastModifiedDate>1547896321+and+Subsidiary=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","cashSale"],"query":[{"key":"where","value":"LastModifiedDate>1547896321+and+Subsidiary=1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"billingAddress\": {\r\n                    \"addr1\": \"123 Main St\",\r\n                    \"addrText\": \"Christy's Catering<br>123 Main St<br>Anywhere CA\",\r\n                    \"addressee\": \"Christy's Catering\",\r\n                    \"city\": \"Anywhere\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"7706\",\r\n                    \"override\": false,\r\n                    \"state\": \"CA\",\r\n                    \"zip\": \"91234\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1590358975,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USA\"\r\n                },\r\n                \"currencyName\": \"USA\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"220\",\r\n                            \"scriptId\": \"custbody5\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"221\",\r\n                            \"scriptId\": \"custbody6\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"2094\",\r\n                            \"scriptId\": \"custbody_aci_rf_is_linked_order\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"2093\",\r\n                            \"scriptId\": \"custbody_aci_rf_is_linked_order_gross\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"599\",\r\n                            \"scriptId\": \"custbody_eitf81_contingent_handlng_run\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"600\",\r\n                            \"scriptId\": \"custbody_eitf81_cs_contingent_item_msg\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"601\",\r\n                            \"scriptId\": \"custbody_eitf81_ise81bundle\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"598\",\r\n                            \"scriptId\": \"custbody_eitf81_mu_isprocessed\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"597\",\r\n                            \"scriptId\": \"custbody_eitf81_mu_needs_processing\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"2107\",\r\n                            \"scriptId\": \"custbody_mg_ac_showcolumns\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"2541\",\r\n                            \"scriptId\": \"custbody_mgd_rf_rr_report\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"deferredRevenue\": 0.0,\r\n                \"email\": \"cyong@christyscatering.com\",\r\n                \"entity\": {\r\n                    \"internalId\": \"58\",\r\n                    \"name\": \"Code Designers\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"excludeCommission\": false,\r\n                \"expCostDiscTaxable\": false,\r\n                \"expCostDiscprint\": false,\r\n                \"internalId\": \"78\",\r\n                \"isRecurringPayment\": false,\r\n                \"isTaxable\": false,\r\n                \"itemCostDiscPrint\": false,\r\n                \"itemCostDiscTaxable\": false,\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 1800.0,\r\n                            \"description\": \"Business Analysis\",\r\n                            \"isTaxable\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7\",\r\n                                \"name\": \"Services - DNU : Design & Planning -DNU : Business Analysis - DNU\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 15.0,\r\n                            \"rate\": \"120.00\"\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"lastModifiedDate\": 1573731921,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"542\",\r\n                    \"name\": \"May 2019\"\r\n                },\r\n                \"recognizedRevenue\": 1800.0,\r\n                \"revRecOnRevCommitment\": false,\r\n                \"revenueStatus\": \"_completed\",\r\n                \"salesEffectiveDate\": 1558636200,\r\n                \"salesTeamList\": {\r\n                    \"replaceAll\": \"true\",\r\n                    \"salesTeam\": [\r\n                        {\r\n                            \"contribution\": 100.0,\r\n                            \"employee\": {\r\n                                \"internalId\": \"-5\",\r\n                                \"name\": \"Larry Nelson\"\r\n                            },\r\n                            \"isPrimary\": true,\r\n                            \"salesRole\": {\r\n                                \"internalId\": \"-2\",\r\n                                \"name\": \"Sales Rep\"\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Not Deposited\",\r\n                \"subTotal\": 1800.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                },\r\n                \"syncPartnerTeams\": false,\r\n                \"syncSalesTeams\": false,\r\n                \"timeDiscPrint\": false,\r\n                \"timeDiscTaxable\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 1800.0,\r\n                \"tranDate\": 1558636200,\r\n                \"tranId\": \"1\",\r\n                \"tranIsVsoeBundle\": false,\r\n                \"undepFunds\": true,\r\n                \"vsoeAutoCalc\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"canHaveStackable\": false,\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1590359004,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USA\"\r\n                },\r\n                \"currencyName\": \"USA\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"220\",\r\n                            \"scriptId\": \"custbody5\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"221\",\r\n                            \"scriptId\": \"custbody6\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"2094\",\r\n                            \"scriptId\": \"custbody_aci_rf_is_linked_order\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"2093\",\r\n                            \"scriptId\": \"custbody_aci_rf_is_linked_order_gross\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"599\",\r\n                            \"scriptId\": \"custbody_eitf81_contingent_handlng_run\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"600\",\r\n                            \"scriptId\": \"custbody_eitf81_cs_contingent_item_msg\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"601\",\r\n                            \"scriptId\": \"custbody_eitf81_ise81bundle\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"598\",\r\n                            \"scriptId\": \"custbody_eitf81_mu_isprocessed\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"597\",\r\n                            \"scriptId\": \"custbody_eitf81_mu_needs_processing\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"2107\",\r\n                            \"scriptId\": \"custbody_mg_ac_showcolumns\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"2541\",\r\n                            \"scriptId\": \"custbody_mgd_rf_rr_report\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"deferredRevenue\": 0.0,\r\n                \"entity\": {\r\n                    \"internalId\": \"31\",\r\n                    \"name\": \"Golden Technology\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"excludeCommission\": false,\r\n                \"expCostDiscTaxable\": false,\r\n                \"expCostDiscprint\": false,\r\n                \"internalId\": \"79\",\r\n                \"isRecurringPayment\": false,\r\n                \"isTaxable\": false,\r\n                \"itemCostDiscPrint\": false,\r\n                \"itemCostDiscTaxable\": false,\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 700.0,\r\n                            \"description\": \"Software Development\",\r\n                            \"isTaxable\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"5\",\r\n                                \"name\": \"Engineering : Software Development\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 5.0,\r\n                            \"rate\": \"140.00\"\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"lastModifiedDate\": 1573731919,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"541\",\r\n                    \"name\": \"Apr 2019\"\r\n                },\r\n                \"recognizedRevenue\": 700.0,\r\n                \"revRecOnRevCommitment\": false,\r\n                \"revenueStatus\": \"_completed\",\r\n                \"salesEffectiveDate\": 1556044200,\r\n                \"salesTeamList\": {\r\n                    \"replaceAll\": \"true\",\r\n                    \"salesTeam\": [\r\n                        {\r\n                            \"contribution\": 100.0,\r\n                            \"employee\": {\r\n                                \"internalId\": \"21\",\r\n                                \"name\": \"June Peiris\"\r\n                            },\r\n                            \"isPrimary\": true,\r\n                            \"salesRole\": {\r\n                                \"internalId\": \"-2\",\r\n                                \"name\": \"Sales Rep\"\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Not Deposited\",\r\n                \"subTotal\": 700.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                },\r\n                \"syncPartnerTeams\": false,\r\n                \"syncSalesTeams\": false,\r\n                \"timeDiscPrint\": false,\r\n                \"timeDiscTaxable\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 700.0,\r\n                \"tranDate\": 1556044200,\r\n                \"tranId\": \"2\",\r\n                \"tranIsVsoeBundle\": false,\r\n                \"undepFunds\": true,\r\n                \"vsoeAutoCalc\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"billingAddress\": {\r\n                    \"addr1\": \"55 Fast Lane\",\r\n                    \"addrText\": \"Hogstrom Racing School<br>55 Fast Lane<br>Red Oak ME\",\r\n                    \"addressee\": \"Hogstrom Racing School\",\r\n                    \"city\": \"Red Oak\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"7780\",\r\n                    \"override\": false,\r\n                    \"state\": \"ME\",\r\n                    \"zip\": \"12345\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1590359029,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USA\"\r\n                },\r\n                \"currencyName\": \"USA\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"220\",\r\n                            \"scriptId\": \"custbody5\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"221\",\r\n                            \"scriptId\": \"custbody6\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"2094\",\r\n                            \"scriptId\": \"custbody_aci_rf_is_linked_order\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"2093\",\r\n                            \"scriptId\": \"custbody_aci_rf_is_linked_order_gross\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"599\",\r\n                            \"scriptId\": \"custbody_eitf81_contingent_handlng_run\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"600\",\r\n                            \"scriptId\": \"custbody_eitf81_cs_contingent_item_msg\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"601\",\r\n                            \"scriptId\": \"custbody_eitf81_ise81bundle\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"598\",\r\n                            \"scriptId\": \"custbody_eitf81_mu_isprocessed\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"597\",\r\n                            \"scriptId\": \"custbody_eitf81_mu_needs_processing\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"2107\",\r\n                            \"scriptId\": \"custbody_mg_ac_showcolumns\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"2541\",\r\n                            \"scriptId\": \"custbody_mgd_rf_rr_report\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"deferredRevenue\": 0.0,\r\n                \"email\": \"JG@hogstromracing.com\",\r\n                \"entity\": {\r\n                    \"internalId\": \"62\",\r\n                    \"name\": \"Monrovia Database\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"excludeCommission\": false,\r\n                \"expCostDiscTaxable\": false,\r\n                \"expCostDiscprint\": false,\r\n                \"internalId\": \"80\",\r\n                \"isRecurringPayment\": false,\r\n                \"isTaxable\": false,\r\n                \"itemCostDiscPrint\": false,\r\n                \"itemCostDiscTaxable\": false,\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 900.0,\r\n                            \"description\": \"Software Development\",\r\n                            \"isTaxable\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"5\",\r\n                                \"name\": \"Engineering : Software Development\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 10.0,\r\n                            \"rate\": \"90.00\"\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"lastModifiedDate\": 1573731920,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"542\",\r\n                    \"name\": \"May 2019\"\r\n                },\r\n                \"recognizedRevenue\": 900.0,\r\n                \"revRecOnRevCommitment\": false,\r\n                \"revenueStatus\": \"_completed\",\r\n                \"salesEffectiveDate\": 1556735400,\r\n                \"salesTeamList\": {\r\n                    \"replaceAll\": \"true\",\r\n                    \"salesTeam\": [\r\n                        {\r\n                            \"contribution\": 100.0,\r\n                            \"employee\": {\r\n                                \"internalId\": \"21\",\r\n                                \"name\": \"June Peiris\"\r\n                            },\r\n                            \"isPrimary\": true,\r\n                            \"salesRole\": {\r\n                                \"internalId\": \"-2\",\r\n                                \"name\": \"Sales Rep\"\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Not Deposited\",\r\n                \"subTotal\": 900.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                },\r\n                \"syncPartnerTeams\": false,\r\n                \"syncSalesTeams\": false,\r\n                \"timeDiscPrint\": false,\r\n                \"timeDiscTaxable\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 900.0,\r\n                \"tranDate\": 1556735400,\r\n                \"tranId\": \"3\",\r\n                \"tranIsVsoeBundle\": false,\r\n                \"undepFunds\": true,\r\n                \"vsoeAutoCalc\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"billingAddress\": {\r\n                    \"addr1\": \"5674 Main Street\",\r\n                    \"addrText\": \"Global Information<br>5674 Main Street<br>Trenton NJ\",\r\n                    \"addressee\": \"Global Information\",\r\n                    \"city\": \"Trenton\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"7597\",\r\n                    \"override\": false,\r\n                    \"state\": \"NJ\",\r\n                    \"zip\": \"45677\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1590359050,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USA\"\r\n                },\r\n                \"currencyName\": \"USA\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"220\",\r\n                            \"scriptId\": \"custbody5\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"221\",\r\n                            \"scriptId\": \"custbody6\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"2094\",\r\n                            \"scriptId\": \"custbody_aci_rf_is_linked_order\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"2093\",\r\n                            \"scriptId\": \"custbody_aci_rf_is_linked_order_gross\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"599\",\r\n                            \"scriptId\": \"custbody_eitf81_contingent_handlng_run\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"600\",\r\n                            \"scriptId\": \"custbody_eitf81_cs_contingent_item_msg\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"601\",\r\n                            \"scriptId\": \"custbody_eitf81_ise81bundle\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"598\",\r\n                            \"scriptId\": \"custbody_eitf81_mu_isprocessed\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"597\",\r\n                            \"scriptId\": \"custbody_eitf81_mu_needs_processing\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"2107\",\r\n                            \"scriptId\": \"custbody_mg_ac_showcolumns\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"2541\",\r\n                            \"scriptId\": \"custbody_mgd_rf_rr_report\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"deferredRevenue\": 0.0,\r\n                \"entity\": {\r\n                    \"internalId\": \"89\",\r\n                    \"name\": \"Global Information\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"excludeCommission\": false,\r\n                \"expCostDiscTaxable\": false,\r\n                \"expCostDiscprint\": false,\r\n                \"internalId\": \"81\",\r\n                \"isRecurringPayment\": false,\r\n                \"isTaxable\": false,\r\n                \"itemCostDiscPrint\": false,\r\n                \"itemCostDiscTaxable\": false,\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 850.0,\r\n                            \"description\": \"Bug Fixing\",\r\n                            \"isTaxable\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"12\",\r\n                                \"name\": \"Engineering : Bug Fixing\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 10.0,\r\n                            \"rate\": \"85.00\"\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"lastModifiedDate\": 1573731920,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"542\",\r\n                    \"name\": \"May 2019\"\r\n                },\r\n                \"recognizedRevenue\": 850.0,\r\n                \"revRecOnRevCommitment\": false,\r\n                \"revenueStatus\": \"_completed\",\r\n                \"salesEffectiveDate\": 1556735400,\r\n                \"salesTeamList\": {\r\n                    \"replaceAll\": \"true\",\r\n                    \"salesTeam\": [\r\n                        {\r\n                            \"contribution\": 100.0,\r\n                            \"employee\": {\r\n                                \"internalId\": \"187\",\r\n                                \"name\": \"Caitlin McGyver\"\r\n                            },\r\n                            \"isPrimary\": true,\r\n                            \"salesRole\": {\r\n                                \"internalId\": \"-2\",\r\n                                \"name\": \"Sales Rep\"\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Not Deposited\",\r\n                \"subTotal\": 850.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                },\r\n                \"syncPartnerTeams\": false,\r\n                \"syncSalesTeams\": false,\r\n                \"timeDiscPrint\": false,\r\n                \"timeDiscTaxable\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 850.0,\r\n                \"tranDate\": 1556735400,\r\n                \"tranId\": \"4\",\r\n                \"tranIsVsoeBundle\": false,\r\n                \"undepFunds\": true,\r\n                \"vsoeAutoCalc\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"canHaveStackable\": false,\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1590359677,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USA\"\r\n                },\r\n                \"currencyName\": \"USA\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"220\",\r\n                            \"scriptId\": \"custbody5\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"221\",\r\n                            \"scriptId\": \"custbody6\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"2094\",\r\n                            \"scriptId\": \"custbody_aci_rf_is_linked_order\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"2093\",\r\n                            \"scriptId\": \"custbody_aci_rf_is_linked_order_gross\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"599\",\r\n                            \"scriptId\": \"custbody_eitf81_contingent_handlng_run\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"600\",\r\n                            \"scriptId\": \"custbody_eitf81_cs_contingent_item_msg\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"601\",\r\n                            \"scriptId\": \"custbody_eitf81_ise81bundle\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"598\",\r\n                            \"scriptId\": \"custbody_eitf81_mu_isprocessed\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"597\",\r\n                            \"scriptId\": \"custbody_eitf81_mu_needs_processing\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"2107\",\r\n                            \"scriptId\": \"custbody_mg_ac_showcolumns\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"2541\",\r\n                            \"scriptId\": \"custbody_mgd_rf_rr_report\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"deferredRevenue\": 0.0,\r\n                \"entity\": {\r\n                    \"internalId\": \"35\",\r\n                    \"name\": \"Motiva Mobility\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"excludeCommission\": false,\r\n                \"expCostDiscTaxable\": false,\r\n                \"expCostDiscprint\": false,\r\n                \"internalId\": \"84\",\r\n                \"isRecurringPayment\": false,\r\n                \"isTaxable\": false,\r\n                \"itemCostDiscPrint\": false,\r\n                \"itemCostDiscTaxable\": false,\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 2900.0,\r\n                            \"description\": \"Business Analysis\",\r\n                            \"isTaxable\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7\",\r\n                                \"name\": \"Services - DNU : Design & Planning -DNU : Business Analysis - DNU\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 20.0,\r\n                            \"rate\": \"145.00\"\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"lastModifiedDate\": 1573731921,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"542\",\r\n                    \"name\": \"May 2019\"\r\n                },\r\n                \"recognizedRevenue\": 2900.0,\r\n                \"revRecOnRevCommitment\": false,\r\n                \"revenueStatus\": \"_completed\",\r\n                \"salesEffectiveDate\": 1558636200,\r\n                \"salesTeamList\": {\r\n                    \"replaceAll\": \"true\",\r\n                    \"salesTeam\": [\r\n                        {\r\n                            \"contribution\": 100.0,\r\n                            \"employee\": {\r\n                                \"internalId\": \"17\",\r\n                                \"name\": \"Kim Huffman\"\r\n                            },\r\n                            \"isPrimary\": true,\r\n                            \"salesRole\": {\r\n                                \"internalId\": \"-2\",\r\n                                \"name\": \"Sales Rep\"\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Not Deposited\",\r\n                \"subTotal\": 2900.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                },\r\n                \"syncPartnerTeams\": false,\r\n                \"syncSalesTeams\": false,\r\n                \"timeDiscPrint\": false,\r\n                \"timeDiscTaxable\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 2900.0,\r\n                \"tranDate\": 1558636200,\r\n                \"tranId\": \"5\",\r\n                \"tranIsVsoeBundle\": false,\r\n                \"undepFunds\": true,\r\n                \"vsoeAutoCalc\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_TSTDRV2119874_0713202012070439941174691418_acabb\",\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"totalPages\": 5,\r\n    \"totalRecords\": 21\r\n}"}],"_postman_id":"9a17d87b-141c-4b62-aa3b-f82909634bbe"},{"name":"Retrieve cash sales by ID","id":"235aff96-ea20-4353-b4b8-4850db9d62ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/cashSale?id=251,30116","urlObject":{"protocol":"https","path":["netsuite","v0","cashSale"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"251,30116"}],"variable":[]}},"response":[{"id":"3e89a4df-5ace-44fc-94bd-2b1bfc3c2f08","name":"Retrieve cash sales by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/cashSale?id=251,30116","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","cashSale"],"query":[{"key":"id","value":"251,30116"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"billingAddress\": {\r\n          \"addr1\": \"Add 1\",\r\n          \"addr2\": \"Add 2\",\r\n          \"addrText\": \"GS Solutions\\nAdd 1\\nAdd 2\\nCity 1 MI 0123654\\nUnited States\",\r\n          \"addressee\": \"GS Solutions\",\r\n          \"city\": \"City 1\",\r\n          \"country\": \"_unitedStates\",\r\n          \"override\": false,\r\n          \"state\": \"MI\",\r\n          \"zip\": \"0123654\"\r\n        },\r\n        \"canHaveStackable\": false,\r\n        \"ccApproved\": false,\r\n        \"createdDate\": 1550208418,\r\n        \"createdFrom\": {\r\n          \"internalId\": \"249\",\r\n          \"name\": \"Sales Order #5\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"discountTotal\": 0.0,\r\n        \"email\": \"shamili@dhruvsoft.com\",\r\n        \"entity\": {\r\n          \"internalId\": \"46\",\r\n          \"name\": \"12 GS Solutions\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"expCostDiscprint\": false,\r\n        \"giftCertApplied\": 0.0,\r\n        \"internalId\": \"251\",\r\n        \"isRecurringPayment\": false,\r\n        \"itemCostDiscPrint\": false,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 10.0,\r\n              \"excludeFromRateRequest\": false,\r\n              \"grossAmt\": 10.0,\r\n              \"item\": {\r\n                \"internalId\": \"15\",\r\n                \"name\": \"Book\"\r\n              },\r\n              \"line\": 1,\r\n              \"orderLine\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"-1\"\r\n              },\r\n              \"quantity\": 1.0,\r\n              \"quantityRemaining\": 0.0,\r\n              \"rate\": \"10.00\",\r\n              \"tax1Amt\": 0.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"5\",\r\n                \"name\": \"VAT_IN:UNDEF-IN\"\r\n              },\r\n              \"taxRate1\": 0.0\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1591011518,\r\n        \"memo\": \"Memo\",\r\n        \"paymentMethod\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Cash\"\r\n        },\r\n        \"postingPeriod\": {\r\n          \"internalId\": \"121\",\r\n          \"name\": \"Feb 2019\"\r\n        },\r\n        \"salesEffectiveDate\": 1550169000,\r\n        \"salesTeamList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"salesTeam\": [\r\n            {\r\n              \"contribution\": 100.0,\r\n              \"employee\": {\r\n                \"internalId\": \"3\",\r\n                \"name\": \"B Shamili\"\r\n              },\r\n              \"isPrimary\": false,\r\n              \"salesRole\": {\r\n                \"internalId\": \"-2\",\r\n                \"name\": \"Sales Rep\"\r\n              }\r\n            }\r\n          ]\r\n        },\r\n        \"shipIsResidential\": false,\r\n        \"shippingAddress\": {\r\n          \"addr1\": \"Add 1\",\r\n          \"addr2\": \"Add 2\",\r\n          \"addrText\": \"GS Solutions\\nAdd 1\\nAdd 2\\nCity 1 MI 0123654\\nUnited States\",\r\n          \"addressee\": \"GS Solutions\",\r\n          \"city\": \"City 1\",\r\n          \"country\": \"_unitedStates\",\r\n          \"override\": false,\r\n          \"state\": \"MI\",\r\n          \"zip\": \"0123654\"\r\n        },\r\n        \"status\": \"Not Deposited\",\r\n        \"subTotal\": 10.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 0.0,\r\n        \"timeDiscPrint\": false,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 10.0,\r\n        \"tranDate\": 1550169000,\r\n        \"tranId\": \"1\",\r\n        \"undepFunds\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"canHaveStackable\": false,\r\n        \"ccApproved\": false,\r\n        \"class\": {\r\n          \"internalId\": \"3\",\r\n          \"name\": \"Sarika\"\r\n        },\r\n        \"createdDate\": 1591013696,\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"173\",\r\n              \"scriptId\": \"custbody_ds_inv_no\",\r\n              \"value\": {\r\n                \"internalId\": \"30114\",\r\n                \"name\": \"Invoice #INV342\",\r\n                \"typeId\": \"-30\"\r\n              }\r\n            }\r\n          ]\r\n        },\r\n        \"department\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"PR Department\"\r\n        },\r\n        \"discountTotal\": 0.0,\r\n        \"entity\": {\r\n          \"internalId\": \"18272\",\r\n          \"name\": \"CUST437AT test on 01'06\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"expCostDiscprint\": false,\r\n        \"giftCertApplied\": 0.0,\r\n        \"internalId\": \"30116\",\r\n        \"isRecurringPayment\": false,\r\n        \"itemCostDiscPrint\": false,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 10.0,\r\n              \"excludeFromRateRequest\": false,\r\n              \"grossAmt\": 11.0,\r\n              \"item\": {\r\n                \"internalId\": \"28\",\r\n                \"name\": \"Men's Jeans Pant\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"-1\"\r\n              },\r\n              \"quantity\": 1.0,\r\n              \"rate\": \"10.00\",\r\n              \"tax1Amt\": 1.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"590\",\r\n                \"name\": \"VAT_IN:10 tax code\"\r\n              },\r\n              \"taxRate1\": 10.0,\r\n              \"units\": {\r\n                \"internalId\": \"3\",\r\n                \"name\": \"pcs\"\r\n              }\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1591018981,\r\n        \"location\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"jane\"\r\n        },\r\n        \"otherRefNum\": \"1222\",\r\n        \"postingPeriod\": {\r\n          \"internalId\": \"162\",\r\n          \"name\": \"Jun 2020\"\r\n        },\r\n        \"salesEffectiveDate\": 1590949800,\r\n        \"salesTeamList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"salesTeam\": [\r\n            {\r\n              \"contribution\": 100.0,\r\n              \"employee\": {\r\n                \"internalId\": \"4\",\r\n                \"name\": \"Anthony Doe\"\r\n              },\r\n              \"isPrimary\": true,\r\n              \"salesRole\": {\r\n                \"internalId\": \"-2\",\r\n                \"name\": \"Sales Rep\"\r\n              }\r\n            }\r\n          ]\r\n        },\r\n        \"shipIsResidential\": false,\r\n        \"startDate\": 1590949800,\r\n        \"status\": \"Not Deposited\",\r\n        \"subTotal\": 10.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"9\",\r\n          \"name\": \"Australia\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 1.0,\r\n        \"timeDiscPrint\": false,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 11.0,\r\n        \"tranDate\": 1590949800,\r\n        \"tranId\": \"3\",\r\n        \"undepFunds\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  }\r\n}"}],"_postman_id":"235aff96-ea20-4353-b4b8-4850db9d62ba"}],"id":"3270f02d-cc70-4e40-b15c-dd3ef91ab4cd","event":[{"listen":"prerequest","script":{"id":"14e03800-6845-464b-884e-8c2b05ac8f94","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"08afc67a-65ca-4e4a-aa5e-c9516bdfd14b","type":"text/javascript","exec":[""]}}],"_postman_id":"3270f02d-cc70-4e40-b15c-dd3ef91ab4cd","description":""},{"name":"POST","item":[{"name":"Create cash sales","id":"e8efa55e-098b-4621-b84b-d0168f03c3f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"entity\": {\r\n          \"internalId\": \"46\"\r\n        },\r\n  \"itemList\": {\r\n    \"item\": [\r\n      {\r\n        \"amount\": 144.0,\r\n        \"item\": {\r\n          \"internalId\": \"566\"\r\n        },\r\n        \"quantity\": 12.0,\r\n        \"rate\": \"12.00\"\r\n      }\r\n    ]\r\n  },\r\n  \"location\":{\"internalId\":\"1\"},\r\n  \"postingPeriod\": {\r\n    \"internalId\": \"121\"\r\n  },\r\n  \"subsidiary\": {\r\n    \"internalId\": \"1\"\r\n  },\r\n  \"tranDate\": 1550169000\r\n  }"},"url":"https://api.prestructured.com/netsuite/v0/cashSale","urlObject":{"protocol":"https","path":["netsuite","v0","cashSale"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"adb61bd9-7602-40da-a818-dc4281eb81c4","name":"Create cash sales","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"entity\": {\r\n          \"internalId\": \"46\"\r\n        },\r\n  \"itemList\": {\r\n    \"item\": [\r\n      {\r\n        \"amount\": 144.0,\r\n        \"item\": {\r\n          \"internalId\": \"566\"\r\n        },\r\n        \"quantity\": 12.0,\r\n        \"rate\": \"12.00\"\r\n      }\r\n    ]\r\n  },\r\n  \"location\":{\"internalId\":\"1\"},\r\n  \"postingPeriod\": {\r\n    \"internalId\": \"121\"\r\n  },\r\n  \"subsidiary\": {\r\n    \"internalId\": \"1\"\r\n  },\r\n  \"tranDate\": 1550169000\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/cashSale"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"28014\",\r\n        \"name\": null,\r\n        \"type\": \"cashSale\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"e8efa55e-098b-4621-b84b-d0168f03c3f1"}],"id":"1b819032-3262-43e7-8805-17783b0c646c","event":[{"listen":"prerequest","script":{"id":"361c7d0e-eb41-4430-bcbd-33f297d6619b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e0983301-2da1-49cc-947c-2a37f0b1ad05","type":"text/javascript","exec":[""]}}],"_postman_id":"1b819032-3262-43e7-8805-17783b0c646c","description":""},{"name":"PUT","item":[{"name":"Update cash sales","id":"1cb92cef-03a6-4e1c-a491-02026a2e9700","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"entity\": {\r\n          \"internalId\": \"46\"\r\n        },\r\n  \"itemList\": {\r\n    \"item\": [\r\n      {\r\n        \"amount\": 145.0,\r\n        \"item\": {\r\n          \"internalId\": \"566\"\r\n        },\r\n        \"quantity\": 12.0,\r\n        \"rate\": \"12.00\"\r\n      }\r\n    ]\r\n  },\r\n  \"location\":{\"internalId\":\"1\"},\r\n  \"postingPeriod\": {\r\n    \"internalId\": \"121\"\r\n  },\r\n\t\"internalId\": \"28014\",\r\n  \"subsidiary\": {\r\n    \"internalId\": \"1\"\r\n  },\r\n  \"tranDate\": 1550169000\r\n  }"},"url":"https://api.prestructured.com/netsuite/v0/cashSale","urlObject":{"protocol":"https","path":["netsuite","v0","cashSale"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"c8719505-727f-4fa9-9756-6b1d90eac34c","name":"Update cash sales","originalRequest":{"method":"PUT","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"entity\": {\r\n          \"internalId\": \"46\"\r\n        },\r\n  \"itemList\": {\r\n    \"item\": [\r\n      {\r\n        \"amount\": 145.0,\r\n        \"item\": {\r\n          \"internalId\": \"566\"\r\n        },\r\n        \"quantity\": 12.0,\r\n        \"rate\": \"12.00\"\r\n      }\r\n    ]\r\n  },\r\n  \"location\":{\"internalId\":\"1\"},\r\n  \"postingPeriod\": {\r\n    \"internalId\": \"121\"\r\n  },\r\n\t\"internalId\": \"28014\",\r\n  \"subsidiary\": {\r\n    \"internalId\": \"1\"\r\n  },\r\n  \"tranDate\": 1550169000\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/cashSale"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"28014\",\r\n        \"name\": null,\r\n        \"type\": \"cashSale\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          },\r\n          {\r\n            \"afterSubmitFailed\": null,\r\n            \"code\": \"WARNING\",\r\n            \"message\": \"The line total amount is not equal to the item price times the quantity.  Is this correct?\",\r\n            \"type\": \"WARN\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"1cb92cef-03a6-4e1c-a491-02026a2e9700"}],"id":"19120412-cf4c-4944-8cd1-112b16aa0542","event":[{"listen":"prerequest","script":{"id":"2c2743f5-0c08-4e05-81a5-171ad7552b12","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"af8ed066-1662-45ed-b635-c87bbc89ab01","type":"text/javascript","exec":[""]}}],"_postman_id":"19120412-cf4c-4944-8cd1-112b16aa0542","description":""},{"name":"DELETE","item":[{"name":"Delete cash sales","id":"fdcc16d0-cea0-4f05-86f9-0b2fe7dd1569","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/cashSale?id=30520","urlObject":{"protocol":"https","path":["netsuite","v0","cashSale"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"30520"}],"variable":[]}},"response":[{"id":"fb64e5e0-4eec-46f0-bc7c-3182a844b9c4","name":"Delete cash sales","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/cashSale?id=30520","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","cashSale"],"query":[{"key":"id","value":"30520"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"30520\",\r\n        \"name\": null,\r\n        \"type\": \"cashSale\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"fdcc16d0-cea0-4f05-86f9-0b2fe7dd1569"}],"id":"6223fe45-033e-40d8-b0b2-2bc3f9db8487","event":[{"listen":"prerequest","script":{"id":"87c73848-e571-4858-98c1-a7b315ea7b4c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d78d0fa3-1522-4615-8b56-e11cd42e0f3b","type":"text/javascript","exec":[""]}}],"_postman_id":"6223fe45-033e-40d8-b0b2-2bc3f9db8487","description":""}],"id":"664db5c3-2feb-4bc8-94c0-bb4c97fc5101","_postman_id":"664db5c3-2feb-4bc8-94c0-bb4c97fc5101","description":""},{"name":"Cash Refunds","item":[{"name":"GET","item":[{"name":"Retrieve  cash refunds","id":"c663b6dc-a080-45b0-ade6-8a141280b88e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/cashRefund","urlObject":{"protocol":"https","path":["netsuite","v0","cashRefund"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"6381a48f-b425-4142-979e-c83688810362","name":"Retrieve cash refunds","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/cashRefund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"account\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Cheque Account\"\r\n        },\r\n        \"createdDate\": 1557914060,\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"entity\": {\r\n          \"internalId\": \"26\",\r\n          \"name\": \"7 Bilwala Groups\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"internalId\": \"4372\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 100.0,\r\n              \"grossAmt\": 118.0,\r\n              \"item\": {\r\n                \"internalId\": \"243\",\r\n                \"name\": \"Coat Pant / Blazer\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"-1\",\r\n                \"name\": \"Custom\"\r\n              },\r\n              \"quantity\": 1.0,\r\n              \"rate\": \"100.00\",\r\n              \"tax1Amt\": 18.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"36\",\r\n                \"name\": \"VAT_IN:GST 18\"\r\n              },\r\n              \"taxRate1\": \"18.0%\"\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1557914060,\r\n        \"postingPeriod\": {\r\n          \"internalId\": \"125\",\r\n          \"name\": \"May 2019\"\r\n        },\r\n        \"refundCheck\": false,\r\n        \"salesEffectiveDate\": 1557858600,\r\n        \"salesRep\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\"\r\n        },\r\n        \"salesTeamList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"salesTeam\": [\r\n            {\r\n              \"contribution\": 100.0,\r\n              \"employee\": {\r\n                \"internalId\": \"4\",\r\n                \"name\": \"Navaneeth.D\"\r\n              },\r\n              \"isPrimary\": true,\r\n              \"salesRole\": {\r\n                \"internalId\": \"-2\",\r\n                \"name\": \"Sales Rep\"\r\n              }\r\n            }\r\n          ]\r\n        },\r\n        \"subTotal\": 100.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 18.0,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 118.0,\r\n        \"tranDate\": 1557858600,\r\n        \"tranId\": \"1\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Cheque Account\"\r\n        },\r\n        \"billingAddress\": {\r\n          \"addr2\": \"Palo Alto\",\r\n          \"addrText\": \"Atherton Grocery<br>Palo Alto<br>Pope Valley CA 94567<br>United States\",\r\n          \"addressee\": \"Atherton Grocery\",\r\n          \"city\": \"Pope Valley\",\r\n          \"country\": \"_unitedStates\",\r\n          \"internalId\": \"673\",\r\n          \"override\": false,\r\n          \"state\": \"CA\",\r\n          \"zip\": \"94567\"\r\n        },\r\n        \"createdDate\": 1590583934,\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"email\": \"fromjson@rakesh.com\",\r\n        \"entity\": {\r\n          \"internalId\": \"6\",\r\n          \"name\": \"1 Rakesh Reddy\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"internalId\": \"28010\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 65.57,\r\n              \"description\": \"Blue color Bag<br>Made of Leather\",\r\n              \"grossAmt\": 65.57,\r\n              \"item\": {\r\n                \"internalId\": \"34\",\r\n                \"name\": \"Bag\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\"\r\n              },\r\n              \"quantity\": 1.0,\r\n              \"rate\": \"65.56766557\",\r\n              \"tax1Amt\": 0.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"5\",\r\n                \"name\": \"VAT_IN:UNDEF-IN\"\r\n              },\r\n              \"taxRate1\": \"0.0%\"\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1590586910,\r\n        \"location\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Atlanta west\"\r\n        },\r\n        \"paymentMethod\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Cash\"\r\n        },\r\n        \"postingPeriod\": {\r\n          \"internalId\": \"161\",\r\n          \"name\": \"May 2020\"\r\n        },\r\n        \"refundCheck\": false,\r\n        \"salesEffectiveDate\": 1590517800,\r\n        \"subTotal\": 65.57,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 0.0,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 65.57,\r\n        \"tranDate\": 1590517800,\r\n        \"tranId\": \"2\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": {\r\n          \"internalId\": \"125\",\r\n          \"name\": \"Undeposited Funds\"\r\n        },\r\n        \"createdDate\": 1591013867,\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"173\",\r\n              \"scriptId\": \"custbody_ds_inv_no\",\r\n              \"value\": {\r\n                \"internalId\": \"30115\",\r\n                \"name\": \"Estimate #29\",\r\n                \"typeId\": \"-30\"\r\n              }\r\n            }\r\n          ]\r\n        },\r\n        \"entity\": {\r\n          \"internalId\": \"18272\",\r\n          \"name\": \"CUST437AT test on 01'06\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"internalId\": \"30117\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 12.0,\r\n              \"grossAmt\": 13.2,\r\n              \"item\": {\r\n                \"internalId\": \"33\",\r\n                \"name\": \"Socks\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"-1\",\r\n                \"name\": \"Custom\"\r\n              },\r\n              \"quantity\": 1.0,\r\n              \"rate\": \"12.00\",\r\n              \"tax1Amt\": 1.2,\r\n              \"taxCode\": {\r\n                \"internalId\": \"590\",\r\n                \"name\": \"VAT_IN:10 tax code\"\r\n              },\r\n              \"taxRate1\": \"10.0%\"\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1591013867,\r\n        \"location\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"test\"\r\n        },\r\n        \"memo\": \"123456\",\r\n        \"otherRefNum\": \"1222\",\r\n        \"postingPeriod\": {\r\n          \"internalId\": \"162\",\r\n          \"name\": \"Jun 2020\"\r\n        },\r\n        \"refundCheck\": false,\r\n        \"salesEffectiveDate\": 1590949800,\r\n        \"salesRep\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\"\r\n        },\r\n        \"salesTeamList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"salesTeam\": [\r\n            {\r\n              \"contribution\": 100.0,\r\n              \"employee\": {\r\n                \"internalId\": \"4\",\r\n                \"name\": \"Navaneeth.D\"\r\n              },\r\n              \"isPrimary\": true,\r\n              \"salesRole\": {\r\n                \"internalId\": \"-2\",\r\n                \"name\": \"Sales Rep\"\r\n              }\r\n            }\r\n          ]\r\n        },\r\n        \"subTotal\": 12.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"9\",\r\n          \"name\": \"Australia\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 1.2,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 13.2,\r\n        \"tranDate\": 1590949800,\r\n        \"tranId\": \"3\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": {\r\n          \"internalId\": \"125\",\r\n          \"name\": \"Undeposited Funds\"\r\n        },\r\n        \"class\": {\r\n          \"internalId\": \"3\",\r\n          \"name\": \"Sarika\"\r\n        },\r\n        \"createdDate\": 1591019140,\r\n        \"createdFrom\": {\r\n          \"internalId\": \"30116\",\r\n          \"name\": \"Cash Sale #3\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"173\",\r\n              \"scriptId\": \"custbody_ds_inv_no\",\r\n              \"value\": {\r\n                \"internalId\": \"30114\",\r\n                \"name\": \"Invoice #INV342\",\r\n                \"typeId\": \"-30\"\r\n              }\r\n            }\r\n          ]\r\n        },\r\n        \"department\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"PR Department\"\r\n        },\r\n        \"entity\": {\r\n          \"internalId\": \"18272\",\r\n          \"name\": \"CUST437AT test on 01'06\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"internalId\": \"30118\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 10.0,\r\n              \"grossAmt\": 11.0,\r\n              \"item\": {\r\n                \"internalId\": \"28\",\r\n                \"name\": \"Men's Jeans Pant\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"-1\",\r\n                \"name\": \"Custom\"\r\n              },\r\n              \"quantity\": 1.0,\r\n              \"rate\": \"10.00\",\r\n              \"tax1Amt\": 1.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"590\",\r\n                \"name\": \"VAT_IN:10 tax code\"\r\n              },\r\n              \"taxRate1\": \"10.0%\",\r\n              \"units\": {\r\n                \"internalId\": \"3\",\r\n                \"name\": \"pcs\"\r\n              }\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1591019140,\r\n        \"location\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"test\"\r\n        },\r\n        \"otherRefNum\": \"1222\",\r\n        \"postingPeriod\": {\r\n          \"internalId\": \"162\",\r\n          \"name\": \"Jun 2020\"\r\n        },\r\n        \"refundCheck\": false,\r\n        \"salesEffectiveDate\": 1590949800,\r\n        \"salesRep\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\"\r\n        },\r\n        \"salesTeamList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"salesTeam\": [\r\n            {\r\n              \"contribution\": 100.0,\r\n              \"employee\": {\r\n                \"internalId\": \"4\",\r\n                \"name\": \"Navaneeth.D\"\r\n              },\r\n              \"isPrimary\": true,\r\n              \"salesRole\": {\r\n                \"internalId\": \"-2\",\r\n                \"name\": \"Sales Rep\"\r\n              }\r\n            }\r\n          ]\r\n        },\r\n        \"subTotal\": 10.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"9\",\r\n          \"name\": \"Australia\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 1.0,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 11.0,\r\n        \"tranDate\": 1590949800,\r\n        \"tranId\": \"4\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_0603202020731941781579480703_cd9b70a2a2b\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": [\r\n      {\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Record 4372: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\r\n        \"type\": \"WARN\"\r\n      },\r\n      {\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Record 28010: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\r\n        \"type\": \"WARN\"\r\n      },\r\n      {\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Record 30117: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\r\n        \"type\": \"WARN\"\r\n      },\r\n      {\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Record 30118: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\r\n        \"type\": \"WARN\"\r\n      }\r\n    ]\r\n  },\r\n  \"totalPages\": 1,\r\n  \"totalRecords\": 4\r\n}"}],"_postman_id":"c663b6dc-a080-45b0-ade6-8a141280b88e"},{"name":"Retrieve cash refunds by search ID","id":"d8c04665-ebcb-4ccc-b1d1-87e798350617","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/cashRefund?searchId=WEBSERVICES_5333445_0603202020731941781579480703_cd9b70a2a2b&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","cashRefund"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_0603202020731941781579480703_cd9b70a2a2b"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"3b429ccb-5b37-400e-a468-bf0cd4ac4132","name":"Retrieve cash refunds by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/cashRefund?searchId=WEBSERVICES_5333445_0603202020731941781579480703_cd9b70a2a2b&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","cashRefund"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_0603202020731941781579480703_cd9b70a2a2b"},{"key":"page","value":"2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:45:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173991"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": false,\r\n  \"statusDetail\": [\r\n    {\r\n      \"afterSubmitFailed\": null,\r\n      \"code\": \"INVALID_SEARCH_PAGE_INDEX\",\r\n      \"message\": \"Invalid search page index.\",\r\n      \"type\": \"ERROR\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"d8c04665-ebcb-4ccc-b1d1-87e798350617"},{"name":"Retrieve cash refunds by where","id":"0ce08e95-c80f-4a26-b1ad-914db5392736","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/cashRefund?where=DateCreated<1577664388","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateCreated</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>TranDate</td>\n<td>1578954123</td>\n<td>Used to Include the Transaction date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>6</td>\n<td>Used to Include the Customer filter for the request. e.g., Customer=6.</td>\n</tr>\n<tr>\n<td>Employee</td>\n<td>4</td>\n<td>Used to Include the Employee filter for the request. e.g., Employee=4.</td>\n</tr>\n<tr>\n<td>Entity</td>\n<td>6</td>\n<td>Used to Include the Entity filter for the request. e.g., Entity=6.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>active</td>\n<td>Used to Include the Status Active filter for the request.e.g., Status=active.</td>\n</tr>\n<tr>\n<td>Email</td>\n<td><a href=\"mailto:customer@testcompany.com\">customer@testcompany.com</a></td>\n<td>Used to Include the Email contains filter for the request.e.g., Email=<a href=\"mailto:test@gmail.com\">test@gmail.com</a>.</td>\n</tr>\n<tr>\n<td>Employee</td>\n<td>4</td>\n<td>Used to Include the Employee filter for the request. e.g., Employee=4.</td>\n</tr>\n<tr>\n<td>Memorized</td>\n<td>false</td>\n<td>Used to Include the Memorized filter for the request. e.g., Memorized=false.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...  <br /></td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","cashRefund"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"DateCreated<1577664388"}],"variable":[]}},"response":[{"id":"1c8ecbd8-daba-4d2b-9d9d-80ee4d9b33b6","name":"Retrieve cash refunds by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/cashRefund?where=DateCreated<1577664388","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","cashRefund"],"query":[{"key":"where","value":"DateCreated<1577664388"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"account\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Cheque Account\"\r\n        },\r\n        \"createdDate\": 1557914060,\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"entity\": {\r\n          \"internalId\": \"26\",\r\n          \"name\": \"7 Bilwala Groups\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"internalId\": \"4372\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 100.0,\r\n              \"grossAmt\": 118.0,\r\n              \"item\": {\r\n                \"internalId\": \"243\",\r\n                \"name\": \"Coat Pant / Blazer\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"-1\",\r\n                \"name\": \"Custom\"\r\n              },\r\n              \"quantity\": 1.0,\r\n              \"rate\": \"100.00\",\r\n              \"tax1Amt\": 18.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"36\",\r\n                \"name\": \"VAT_IN:GST 18\"\r\n              },\r\n              \"taxRate1\": \"18.0%\"\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1557914060,\r\n        \"postingPeriod\": {\r\n          \"internalId\": \"125\",\r\n          \"name\": \"May 2019\"\r\n        },\r\n        \"refundCheck\": false,\r\n        \"salesEffectiveDate\": 1557858600,\r\n        \"salesRep\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\"\r\n        },\r\n        \"salesTeamList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"salesTeam\": [\r\n            {\r\n              \"contribution\": 100.0,\r\n              \"employee\": {\r\n                \"internalId\": \"4\",\r\n                \"name\": \"Navaneeth.D\"\r\n              },\r\n              \"isPrimary\": true,\r\n              \"salesRole\": {\r\n                \"internalId\": \"-2\",\r\n                \"name\": \"Sales Rep\"\r\n              }\r\n            }\r\n          ]\r\n        },\r\n        \"subTotal\": 100.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 18.0,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 118.0,\r\n        \"tranDate\": 1557858600,\r\n        \"tranId\": \"1\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_0603202020733604051912887743_710d9329c43\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": [\r\n      {\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Record 4372: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\r\n        \"type\": \"WARN\"\r\n      }\r\n    ]\r\n  },\r\n  \"totalPages\": 1,\r\n  \"totalRecords\": 1\r\n}"}],"_postman_id":"0ce08e95-c80f-4a26-b1ad-914db5392736"},{"name":"Retrieve cash refunds by ID","id":"4578cf1c-3b93-4002-9b35-b439dc292649","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/cashRefund?id=4372","urlObject":{"protocol":"https","path":["netsuite","v0","cashRefund"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"4372"}],"variable":[]}},"response":[{"id":"07a65c24-b0a0-4d46-a279-6f2ff67906e2","name":"Retrieve cash refund by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/cashRefund?id=4372","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","cashRefund"],"query":[{"key":"id","value":"4372"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"account\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Cheque Account\"\r\n        },\r\n        \"ccApproved\": false,\r\n        \"createdDate\": 1557914060,\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"discountTotal\": 0.0,\r\n        \"entity\": {\r\n          \"internalId\": \"26\",\r\n          \"name\": \"7 Bilwala Groups\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"internalId\": \"4372\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 100.0,\r\n              \"grossAmt\": 118.0,\r\n              \"item\": {\r\n                \"internalId\": \"243\",\r\n                \"name\": \"Coat Pant / Blazer\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"-1\"\r\n              },\r\n              \"quantity\": 1.0,\r\n              \"rate\": \"100.00\",\r\n              \"tax1Amt\": 18.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"36\",\r\n                \"name\": \"VAT_IN:GST 18\"\r\n              },\r\n              \"taxRate1\": \"18.0%\"\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1557914060,\r\n        \"postingPeriod\": {\r\n          \"internalId\": \"125\",\r\n          \"name\": \"May 2019\"\r\n        },\r\n        \"refundCheck\": false,\r\n        \"salesEffectiveDate\": 1557858600,\r\n        \"salesTeamList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"salesTeam\": [\r\n            {\r\n              \"contribution\": 100.0,\r\n              \"employee\": {\r\n                \"internalId\": \"4\",\r\n                \"name\": \"Navaneeth.D\"\r\n              },\r\n              \"isPrimary\": true,\r\n              \"salesRole\": {\r\n                \"internalId\": \"-2\",\r\n                \"name\": \"Sales Rep\"\r\n              }\r\n            }\r\n          ]\r\n        },\r\n        \"subTotal\": 100.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 18.0,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"toPrint2\": false,\r\n        \"total\": 118.0,\r\n        \"tranDate\": 1557858600,\r\n        \"tranId\": \"1\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  }\r\n}"}],"_postman_id":"4578cf1c-3b93-4002-9b35-b439dc292649"}],"id":"cb06646f-55aa-4bd7-ad7c-b6578d1a55df","event":[{"listen":"prerequest","script":{"id":"928ce808-4ec3-45de-8b4a-8192c65b91e6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"02cfd50b-59e9-4e2a-a723-a3ef01b12031","type":"text/javascript","exec":[""]}}],"_postman_id":"cb06646f-55aa-4bd7-ad7c-b6578d1a55df","description":""},{"name":"POST","item":[{"name":"Create cash refunds","id":"707ad57f-6b2d-4b96-b402-8a03767d79fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n        \r\n    \"entity\": {\r\n      \"internalId\": \"26\"\r\n    },\r\n    \"itemList\": {\r\n      \"item\": [\r\n        {\r\n          \"amount\": 100.0,\r\n          \"item\": {\r\n            \"internalId\": \"243\"\r\n          },\r\n          \"quantity\": 1.0\r\n        }\r\n      ],\r\n      \"replaceAll\": \"true\"\r\n    },\r\n    \"postingPeriod\": {\r\n      \"internalId\": \"125\",\r\n      \"name\": \"May 2019\"\r\n    },\r\n    \"location\":{\"internalId\":\"1\"},\r\n    \r\n    \"subsidiary\": {\r\n      \"internalId\": \"1\"\r\n    },\r\n    \"tranDate\": 1557858600\r\n  }"},"url":"https://api.prestructured.com/netsuite/v0/cashRefund","urlObject":{"protocol":"https","path":["netsuite","v0","cashRefund"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"7fc6d4c9-b7cb-4ac2-a9a9-1b60d318efbb","name":"Create cash refunds","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \r\n    \"entity\": {\r\n      \"internalId\": \"26\"\r\n    },\r\n    \"itemList\": {\r\n      \"item\": [\r\n        {\r\n          \"amount\": 100.0,\r\n          \"item\": {\r\n            \"internalId\": \"243\"\r\n          },\r\n          \"quantity\": 1.0\r\n        }\r\n      ],\r\n      \"replaceAll\": \"true\"\r\n    },\r\n    \"postingPeriod\": {\r\n      \"internalId\": \"125\",\r\n      \"name\": \"May 2019\"\r\n    },\r\n    \"location\":{\"internalId\":\"1\"},\r\n    \r\n    \"subsidiary\": {\r\n      \"internalId\": \"1\"\r\n    },\r\n    \"tranDate\": 1557858600\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/cashRefund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"28104\",\r\n        \"name\": null,\r\n        \"type\": \"cashRefund\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"707ad57f-6b2d-4b96-b402-8a03767d79fe"}],"id":"9a8540fb-69cd-47de-9314-9cf86c9cd2fd","event":[{"listen":"prerequest","script":{"id":"15e06efb-9ea8-42b0-b900-8209a3fde8a9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c61ca8c8-8100-4a82-a289-7b1409ae3fae","type":"text/javascript","exec":[""]}}],"_postman_id":"9a8540fb-69cd-47de-9314-9cf86c9cd2fd","description":""},{"name":"PUT","item":[{"name":"Update cash refunds","id":"9e133c40-40d3-4309-9b62-4576479d915f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n        \r\n    \"entity\": {\r\n      \"internalId\": \"26\"\r\n    },\r\n    \"itemList\": {\r\n      \"item\": [\r\n        {\r\n          \"amount\": 201.0,\r\n          \"item\": {\r\n            \"internalId\": \"243\"\r\n          },\r\n          \"quantity\": 1.0\r\n        }\r\n      ],\r\n      \"replaceAll\": \"true\"\r\n    },\r\n    \"postingPeriod\": {\r\n      \"internalId\": \"125\",\r\n      \"name\": \"May 2019\"\r\n    },\r\n    \"location\":{\"internalId\":\"1\"},\r\n    \r\n    \"subsidiary\": {\r\n      \"internalId\": \"1\"\r\n    },\r\n    \"internalId\": \"28104\",\r\n    \"tranDate\": 1557858600\r\n  }"},"url":"https://api.prestructured.com/netsuite/v0/cashRefund","urlObject":{"protocol":"https","path":["netsuite","v0","cashRefund"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"b825974d-88da-4f21-a3d0-c5a5640e0f57","name":"Update cash refunds","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \r\n    \"entity\": {\r\n      \"internalId\": \"26\"\r\n    },\r\n    \"itemList\": {\r\n      \"item\": [\r\n        {\r\n          \"amount\": 201.0,\r\n          \"item\": {\r\n            \"internalId\": \"243\"\r\n          },\r\n          \"quantity\": 1.0\r\n        }\r\n      ],\r\n      \"replaceAll\": \"true\"\r\n    },\r\n    \"postingPeriod\": {\r\n      \"internalId\": \"125\",\r\n      \"name\": \"May 2019\"\r\n    },\r\n    \"location\":{\"internalId\":\"1\"},\r\n    \r\n    \"subsidiary\": {\r\n      \"internalId\": \"1\"\r\n    },\r\n    \"internalId\": \"28104\",\r\n    \"tranDate\": 1557858600\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/cashRefund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"28104\",\r\n        \"name\": null,\r\n        \"type\": \"cashRefund\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"9e133c40-40d3-4309-9b62-4576479d915f"}],"id":"9f790783-1ea1-4221-b00d-4562adbd5590","event":[{"listen":"prerequest","script":{"id":"3926b98c-8ce2-43d2-89f7-526b9d82d2fc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d06cff63-4ecf-4beb-a1d1-af7e2bb05871","type":"text/javascript","exec":[""]}}],"_postman_id":"9f790783-1ea1-4221-b00d-4562adbd5590","description":""},{"name":"DELETE","item":[{"name":"Delete cash refunds","id":"27338efa-d0c7-4bf6-bf61-eb8f14496dee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/cashRefund?id=30521","urlObject":{"protocol":"https","path":["netsuite","v0","cashRefund"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"30521"}],"variable":[]}},"response":[{"id":"70676826-9f58-409b-aaca-e5fd92721478","name":"Delete cash refunds","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/cashRefund?id=30521","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","cashRefund"],"query":[{"key":"id","value":"30521"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"30521\",\r\n        \"name\": null,\r\n        \"type\": \"cashRefund\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"27338efa-d0c7-4bf6-bf61-eb8f14496dee"}],"id":"63a78c37-c13f-4e90-ace1-76ea936d7c1c","event":[{"listen":"prerequest","script":{"id":"3b970b4d-909d-49d0-a955-63ef5cbc8ae4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a19e9976-d2d4-4044-8d4d-025229caf30d","type":"text/javascript","exec":[""]}}],"_postman_id":"63a78c37-c13f-4e90-ace1-76ea936d7c1c","description":""}],"id":"3ca48c61-5c0e-4421-bae2-6783e36d2654","_postman_id":"3ca48c61-5c0e-4421-bae2-6783e36d2654","description":""},{"name":"Calendar Event","item":[{"name":"GET","item":[{"name":"Retrieve  calendar Event","id":"c51b4a28-96a4-4f58-9748-ab6927caa114","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/calendarEvent","urlObject":{"protocol":"https","path":["netsuite","v0","calendarEvent"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"a43330fc-56d0-491c-8e37-e1625e895db5","name":"Retrieve calendar Event","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/calendarEvent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"accessLevel\": \"_showAsBusy\",\r\n                \"allDayEvent\": false,\r\n                \"attendeeList\": {\r\n                    \"attendee\": [\r\n                        {\r\n                            \"attendance\": \"_required\",\r\n                            \"attendee\": {\r\n                                \"internalId\": \"13\",\r\n                                \"name\": \"4 ABC Private Corporation\"\r\n                            },\r\n                            \"response\": \"_noResponse\",\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"attendance\": \"_required\",\r\n                            \"attendee\": {\r\n                                \"internalId\": \"4\",\r\n                                \"name\": \"Praveena U\"\r\n                            },\r\n                            \"response\": \"_accepted\",\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"company\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"4 ABC Private Corporation\"\r\n                },\r\n                \"createdDate\": 1545227942,\r\n                \"endByDate\": 1543996800,\r\n                \"endDate\": 1544013000,\r\n                \"frequency\": \"_none\",\r\n                \"internalId\": \"2\",\r\n                \"lastModifiedDate\": 1545306636,\r\n                \"location\": \"Hyderabad\",\r\n                \"noEndDate\": false,\r\n                \"organizer\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Praveena U\"\r\n                },\r\n                \"owner\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Praveena U\"\r\n                },\r\n                \"recurrence\": \"one time event on 5/12/2018\",\r\n                \"reminderMinutes\": \"_none\",\r\n                \"reminderType\": \"_none\",\r\n                \"seriesStartDate\": 1543996800,\r\n                \"startDate\": 1544009400,\r\n                \"status\": \"_confirmed\",\r\n                \"timedEvent\": true,\r\n                \"title\": \"Event at KB\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_5333445_SB1_102820224969684671660655449_4bbd7a22\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 1,\r\n    \"totalRecords\": 1\r\n}"}],"_postman_id":"c51b4a28-96a4-4f58-9748-ab6927caa114"},{"name":"Retrieve calendar Event by search ID","id":"fa948385-8c9f-409f-a9f7-fb4dd1d64335","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/calendarEvent?searchId=WEBSERVICES_5333445_SB1_102820224969684671660655449_4bbd7a22&page=1","urlObject":{"protocol":"https","path":["netsuite","v0","calendarEvent"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_102820224969684671660655449_4bbd7a22"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"1c9f5a28-b265-4858-9a44-895882e1118e","name":"Retrieve calendar Event by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/calendarEvent?searchId=WEBSERVICES_5333445_SB1_102820224969684671660655449_4bbd7a22&page=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","calendarEvent"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_102820224969684671660655449_4bbd7a22"},{"key":"page","value":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:45:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173991"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"accessLevel\": \"_showAsBusy\",\r\n                \"allDayEvent\": false,\r\n                \"attendeeList\": {\r\n                    \"attendee\": [\r\n                        {\r\n                            \"attendance\": \"_required\",\r\n                            \"attendee\": {\r\n                                \"internalId\": \"13\",\r\n                                \"name\": \"4 ABC Private Corporation\"\r\n                            },\r\n                            \"response\": \"_noResponse\",\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"attendance\": \"_required\",\r\n                            \"attendee\": {\r\n                                \"internalId\": \"4\",\r\n                                \"name\": \"Praveena U\"\r\n                            },\r\n                            \"response\": \"_accepted\",\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"company\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"4 ABC Private Corporation\"\r\n                },\r\n                \"createdDate\": 1545227942,\r\n                \"endByDate\": 1543996800,\r\n                \"endDate\": 1544013000,\r\n                \"frequency\": \"_none\",\r\n                \"internalId\": \"2\",\r\n                \"lastModifiedDate\": 1545306636,\r\n                \"location\": \"Hyderabad\",\r\n                \"noEndDate\": false,\r\n                \"organizer\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Praveena U\"\r\n                },\r\n                \"owner\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Praveena U\"\r\n                },\r\n                \"recurrence\": \"one time event on 5/12/2018\",\r\n                \"reminderMinutes\": \"_none\",\r\n                \"reminderType\": \"_none\",\r\n                \"seriesStartDate\": 1543996800,\r\n                \"startDate\": 1544009400,\r\n                \"status\": \"_confirmed\",\r\n                \"timedEvent\": true,\r\n                \"title\": \"Event at KB\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_5333445_SB1_102820224969684671660655449_4bbd7a22\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 1,\r\n    \"totalRecords\": 1\r\n}"}],"_postman_id":"fa948385-8c9f-409f-a9f7-fb4dd1d64335"},{"name":"Retrieve calendar Event by where","id":"0e9c3388-6c26-42ad-8e65-fa42779acd15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/calendarEvent?where=createdDate<1545306636","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreatedDate</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","calendarEvent"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"createdDate<1545306636"}],"variable":[]}},"response":[{"id":"ba757d37-bd0d-4aa1-b618-d3a8f6aa1cda","name":"Retrieve calendar Event by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/calendarEvent?where=createdDate<1545306636","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","calendarEvent"],"query":[{"key":"where","value":"createdDate<1545306636"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"accessLevel\": \"_showAsBusy\",\r\n                \"allDayEvent\": false,\r\n                \"attendeeList\": {\r\n                    \"attendee\": [\r\n                        {\r\n                            \"attendance\": \"_required\",\r\n                            \"attendee\": {\r\n                                \"internalId\": \"13\",\r\n                                \"name\": \"4 ABC Private Corporation\"\r\n                            },\r\n                            \"response\": \"_noResponse\",\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"attendance\": \"_required\",\r\n                            \"attendee\": {\r\n                                \"internalId\": \"4\",\r\n                                \"name\": \"Praveena U\"\r\n                            },\r\n                            \"response\": \"_accepted\",\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"company\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"4 ABC Private Corporation\"\r\n                },\r\n                \"createdDate\": 1545227942,\r\n                \"endByDate\": 1543996800,\r\n                \"endDate\": 1544013000,\r\n                \"frequency\": \"_none\",\r\n                \"internalId\": \"2\",\r\n                \"lastModifiedDate\": 1545306636,\r\n                \"location\": \"Hyderabad\",\r\n                \"noEndDate\": false,\r\n                \"organizer\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Praveena U\"\r\n                },\r\n                \"owner\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Praveena U\"\r\n                },\r\n                \"recurrence\": \"one time event on 5/12/2018\",\r\n                \"reminderMinutes\": \"_none\",\r\n                \"reminderType\": \"_none\",\r\n                \"seriesStartDate\": 1543996800,\r\n                \"startDate\": 1544009400,\r\n                \"status\": \"_confirmed\",\r\n                \"timedEvent\": true,\r\n                \"title\": \"Event at KB\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_5333445_SB1_102820224980104581090836252_3bf74d89\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 1,\r\n    \"totalRecords\": 1\r\n}"}],"_postman_id":"0e9c3388-6c26-42ad-8e65-fa42779acd15"},{"name":"Retrieve calendar Event by ID","id":"616597ed-8a80-426d-bc52-9463c4c5560e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/calendarEvent?id=2","urlObject":{"protocol":"https","path":["netsuite","v0","calendarEvent"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"2"}],"variable":[]}},"response":[{"id":"bb24300b-43de-46ec-894e-d2e69093f7e0","name":"Retrieve calendar Event by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/calendarEvent?id=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","calendarEvent"],"query":[{"key":"id","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"accessLevel\": \"_showAsBusy\",\r\n                \"allDayEvent\": false,\r\n                \"attendeeList\": {\r\n                    \"attendee\": [\r\n                        {\r\n                            \"attendance\": \"_required\",\r\n                            \"attendee\": {\r\n                                \"internalId\": \"13\",\r\n                                \"name\": \"4 ABC Private Corporation\"\r\n                            },\r\n                            \"response\": \"_noResponse\",\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"attendance\": \"_required\",\r\n                            \"attendee\": {\r\n                                \"internalId\": \"4\",\r\n                                \"name\": \"Praveena U\"\r\n                            },\r\n                            \"response\": \"_accepted\",\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"company\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"4 ABC Private Corporation\"\r\n                },\r\n                \"createdDate\": 1545227942,\r\n                \"endByDate\": 1543996800,\r\n                \"endDate\": 1544013000,\r\n                \"frequency\": \"_none\",\r\n                \"internalId\": \"2\",\r\n                \"lastModifiedDate\": 1545306636,\r\n                \"location\": \"Hyderabad\",\r\n                \"noEndDate\": false,\r\n                \"organizer\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Praveena U\"\r\n                },\r\n                \"owner\": {\r\n                    \"internalId\": \"4\"\r\n                },\r\n                \"reminderMinutes\": \"_none\",\r\n                \"reminderType\": \"_none\",\r\n                \"sendEmail\": false,\r\n                \"seriesStartDate\": 1543996800,\r\n                \"startDate\": 1544009400,\r\n                \"status\": \"_confirmed\",\r\n                \"timedEvent\": true,\r\n                \"title\": \"Event at KB\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    }\r\n}"}],"_postman_id":"616597ed-8a80-426d-bc52-9463c4c5560e"}],"id":"99962140-8897-47c4-97ff-a20407b6ccfd","event":[{"listen":"prerequest","script":{"id":"928ce808-4ec3-45de-8b4a-8192c65b91e6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"02cfd50b-59e9-4e2a-a723-a3ef01b12031","type":"text/javascript","exec":[""]}}],"_postman_id":"99962140-8897-47c4-97ff-a20407b6ccfd","description":""},{"name":"POST","item":[{"name":"Create calendar Event","id":"74ebcd9b-574d-45b3-853b-5d746b4f9115","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"accessLevel\":\"_showAsBusy\",\r\n   \"allDayEvent\":false,\r\n   \"attendeeList\":{\r\n      \"attendee\":[\r\n         {\r\n            \"attendance\":\"_required\",\r\n            \"attendee\":{\r\n               \"internalId\":\"13\",\r\n               \"name\":\"4 ABC Private Corporation\"\r\n            },\r\n            \"response\":\"_noResponse\",\r\n            \"sendEmail\":false\r\n         },\r\n         {\r\n            \"attendance\":\"_required\",\r\n            \"attendee\":{\r\n               \"internalId\":\"4\",\r\n               \"name\":\"Praveena U\"\r\n            },\r\n            \"response\":\"_accepted\",\r\n            \"sendEmail\":false\r\n         }\r\n      ]\r\n   },\r\n   \"company\":{\r\n      \"internalId\":\"13\",\r\n      \"name\":\"4 ABC Private Corporation\"\r\n   },\r\n   \"endByDate\":1543996800,\r\n   \"endDate\":1544013000,\r\n   \"frequency\":\"_none\",\r\n   \"location\":\"Hyderabad\",\r\n   \"noEndDate\":false,\r\n   \"organizer\":{\r\n      \"internalId\":\"4\",\r\n      \"name\":\"Praveena U\"\r\n   },\r\n   \"owner\":{\r\n      \"internalId\":\"4\",\r\n      \"name\":\"Praveena U\"\r\n   },\r\n   \"recurrence\":\"one time event on 5/12/2018\",\r\n   \"reminderMinutes\":\"_none\",\r\n   \"reminderType\":\"_none\",\r\n   \"seriesStartDate\":1543996800,\r\n   \"startDate\":1544009400,\r\n   \"status\":\"_confirmed\",\r\n   \"timedEvent\":true,\r\n   \"title\":\"Event at KB\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/calendarEvent","urlObject":{"protocol":"https","path":["netsuite","v0","calendarEvent"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"81926d3c-1b56-43f2-b0ba-a2495acc6b77","name":"Create calendar Event","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"accessLevel\":\"_showAsBusy\",\r\n   \"allDayEvent\":false,\r\n   \"attendeeList\":{\r\n      \"attendee\":[\r\n         {\r\n            \"attendance\":\"_required\",\r\n            \"attendee\":{\r\n               \"internalId\":\"13\",\r\n               \"name\":\"4 ABC Private Corporation\"\r\n            },\r\n            \"response\":\"_noResponse\",\r\n            \"sendEmail\":false\r\n         },\r\n         {\r\n            \"attendance\":\"_required\",\r\n            \"attendee\":{\r\n               \"internalId\":\"4\",\r\n               \"name\":\"Praveena U\"\r\n            },\r\n            \"response\":\"_accepted\",\r\n            \"sendEmail\":false\r\n         }\r\n      ]\r\n   },\r\n   \"company\":{\r\n      \"internalId\":\"13\",\r\n      \"name\":\"4 ABC Private Corporation\"\r\n   },\r\n   \"endByDate\":1543996800,\r\n   \"endDate\":1544013000,\r\n   \"frequency\":\"_none\",\r\n   \"location\":\"Hyderabad\",\r\n   \"noEndDate\":false,\r\n   \"organizer\":{\r\n      \"internalId\":\"4\",\r\n      \"name\":\"Praveena U\"\r\n   },\r\n   \"owner\":{\r\n      \"internalId\":\"4\",\r\n      \"name\":\"Praveena U\"\r\n   },\r\n   \"recurrence\":\"one time event on 5/12/2018\",\r\n   \"reminderMinutes\":\"_none\",\r\n   \"reminderType\":\"_none\",\r\n   \"seriesStartDate\":1543996800,\r\n   \"startDate\":1544009400,\r\n   \"status\":\"_confirmed\",\r\n   \"timedEvent\":true,\r\n   \"title\":\"Event at KB\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/calendarEvent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"515\",\r\n                \"name\": null,\r\n                \"type\": \"calendarEvent\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": [\r\n                    {\r\n                        \"afterSubmitFailed\": false,\r\n                        \"code\": null,\r\n                        \"message\": null,\r\n                        \"type\": \"ERROR\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"74ebcd9b-574d-45b3-853b-5d746b4f9115"}],"id":"882d8c0b-d853-45d9-b926-62ac53cbfc4e","event":[{"listen":"prerequest","script":{"id":"15e06efb-9ea8-42b0-b900-8209a3fde8a9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c61ca8c8-8100-4a82-a289-7b1409ae3fae","type":"text/javascript","exec":[""]}}],"_postman_id":"882d8c0b-d853-45d9-b926-62ac53cbfc4e","description":""},{"name":"PUT","item":[{"name":"Update calendar Event","id":"8a5a89b1-5b21-42fc-a213-f5c1097767ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"accessLevel\":\"_showAsBusy\",\r\n   \"allDayEvent\":false,\r\n   \"attendeeList\":{\r\n      \"attendee\":[\r\n         {\r\n            \"attendance\":\"_required\",\r\n            \"attendee\":{\r\n               \"internalId\":\"13\",\r\n               \"name\":\"4 ABC Private Corporation\"\r\n            },\r\n            \"response\":\"_noResponse\",\r\n            \"sendEmail\":false\r\n         },\r\n         {\r\n            \"attendance\":\"_required\",\r\n            \"attendee\":{\r\n               \"internalId\":\"4\",\r\n               \"name\":\"Praveena U\"\r\n            },\r\n            \"response\":\"_accepted\",\r\n            \"sendEmail\":false\r\n         }\r\n      ]\r\n   },\r\n   \"company\":{\r\n      \"internalId\":\"13\",\r\n      \"name\":\"4 ABC Private Corporation\"\r\n   },\r\n   \"endByDate\":1543996800,\r\n   \"endDate\":1544013000,\r\n   \"frequency\":\"_none\",\r\n   \"location\":\"Hyderabad\",\r\n   \"noEndDate\":false,\r\n   \"organizer\":{\r\n      \"internalId\":\"4\",\r\n      \"name\":\"Praveena U\"\r\n   },\r\n   \"owner\":{\r\n      \"internalId\":\"4\",\r\n      \"name\":\"Praveena U\"\r\n   },\r\n   \"recurrence\":\"one time event on 5/12/2018\",\r\n   \"reminderMinutes\":\"_none\",\r\n   \"reminderType\":\"_none\",\r\n   \"internalId\":\"515\",\r\n   \"seriesStartDate\":1543996800,\r\n   \"startDate\":1544009400,\r\n   \"status\":\"_confirmed\",\r\n   \"timedEvent\":true,\r\n   \"title\":\"Event at KB-test\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/calendarEvent","urlObject":{"protocol":"https","path":["netsuite","v0","calendarEvent"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"b3d2dd84-f3b1-4a17-aa4d-f688de62f742","name":"Update calendar Event","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"accessLevel\":\"_showAsBusy\",\r\n   \"allDayEvent\":false,\r\n   \"attendeeList\":{\r\n      \"attendee\":[\r\n         {\r\n            \"attendance\":\"_required\",\r\n            \"attendee\":{\r\n               \"internalId\":\"13\",\r\n               \"name\":\"4 ABC Private Corporation\"\r\n            },\r\n            \"response\":\"_noResponse\",\r\n            \"sendEmail\":false\r\n         },\r\n         {\r\n            \"attendance\":\"_required\",\r\n            \"attendee\":{\r\n               \"internalId\":\"4\",\r\n               \"name\":\"Praveena U\"\r\n            },\r\n            \"response\":\"_accepted\",\r\n            \"sendEmail\":false\r\n         }\r\n      ]\r\n   },\r\n   \"company\":{\r\n      \"internalId\":\"13\",\r\n      \"name\":\"4 ABC Private Corporation\"\r\n   },\r\n   \"endByDate\":1543996800,\r\n   \"endDate\":1544013000,\r\n   \"frequency\":\"_none\",\r\n   \"location\":\"Hyderabad\",\r\n   \"noEndDate\":false,\r\n   \"organizer\":{\r\n      \"internalId\":\"4\",\r\n      \"name\":\"Praveena U\"\r\n   },\r\n   \"owner\":{\r\n      \"internalId\":\"4\",\r\n      \"name\":\"Praveena U\"\r\n   },\r\n   \"recurrence\":\"one time event on 5/12/2018\",\r\n   \"reminderMinutes\":\"_none\",\r\n   \"reminderType\":\"_none\",\r\n   \"internalId\":\"515\",\r\n   \"seriesStartDate\":1543996800,\r\n   \"startDate\":1544009400,\r\n   \"status\":\"_confirmed\",\r\n   \"timedEvent\":true,\r\n   \"title\":\"Event at KB-test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/calendarEvent"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"515\",\r\n                \"name\": null,\r\n                \"type\": \"calendarEvent\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": [\r\n                    {\r\n                        \"afterSubmitFailed\": false,\r\n                        \"code\": null,\r\n                        \"message\": null,\r\n                        \"type\": \"ERROR\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"8a5a89b1-5b21-42fc-a213-f5c1097767ad"}],"id":"168dd3b1-fd5b-47b5-98d8-43024ce68a7e","event":[{"listen":"prerequest","script":{"id":"3926b98c-8ce2-43d2-89f7-526b9d82d2fc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d06cff63-4ecf-4beb-a1d1-af7e2bb05871","type":"text/javascript","exec":[""]}}],"_postman_id":"168dd3b1-fd5b-47b5-98d8-43024ce68a7e","description":""},{"name":"DELETE","item":[{"name":"Delete calendar Event","id":"eb73d9a0-6766-4e29-956e-1e05e32f3a6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/calendarEvent?id=515","urlObject":{"protocol":"https","path":["netsuite","v0","calendarEvent"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"515"}],"variable":[]}},"response":[{"id":"eb8600af-b59e-45b8-b957-4e31b68455c3","name":"Delete calendar Event","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/calendarEvent?id=515","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","calendarEvent"],"query":[{"key":"id","value":"515"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"515\",\r\n                \"name\": null,\r\n                \"type\": \"calendarEvent\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"eb73d9a0-6766-4e29-956e-1e05e32f3a6e"}],"id":"a47a8728-62f7-4963-ab5e-db2a399bb549","event":[{"listen":"prerequest","script":{"id":"3b970b4d-909d-49d0-a955-63ef5cbc8ae4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a19e9976-d2d4-4044-8d4d-025229caf30d","type":"text/javascript","exec":[""]}}],"_postman_id":"a47a8728-62f7-4963-ab5e-db2a399bb549","description":""}],"id":"a89fcbc1-a318-4a6b-a4b3-6b2a60c28512","_postman_id":"a89fcbc1-a318-4a6b-a4b3-6b2a60c28512","description":""},{"name":"Classifications","item":[{"name":"GET","item":[{"name":"Retrieve classifications","id":"80d92135-e667-467e-987a-bb46dcf6156c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/classification","urlObject":{"protocol":"https","path":["netsuite","v0","classification"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"0e0d4c52-da25-47e4-a467-3f27dc19fc3f","name":"Retrieve classifications","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/classification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Oct 2019 06:23:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1183"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"classTranslationList\": null,\r\n        \"customFieldList\": null,\r\n        \"externalId\": null,\r\n        \"includeChildren\": false,\r\n        \"internalId\": \"1\",\r\n        \"isInactive\": false,\r\n        \"name\": \"Partner Class\",\r\n        \"nullFieldList\": null,\r\n        \"parent\": null,\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"externalId\": null,\r\n              \"internalId\": \"1\",\r\n              \"name\": null,\r\n              \"type\": null\r\n            }\r\n          ]\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"classTranslationList\": null,\r\n        \"customFieldList\": null,\r\n        \"externalId\": null,\r\n        \"includeChildren\": true,\r\n        \"internalId\": \"2\",\r\n        \"isInactive\": false,\r\n        \"name\": \"Individual Partner Class\",\r\n        \"nullFieldList\": null,\r\n        \"parent\": null,\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"externalId\": null,\r\n              \"internalId\": \"1\",\r\n              \"name\": null,\r\n              \"type\": null\r\n            }\r\n          ]\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"classTranslationList\": null,\r\n        \"customFieldList\": null,\r\n        \"externalId\": null,\r\n        \"includeChildren\": false,\r\n        \"internalId\": \"4\",\r\n        \"isInactive\": false,\r\n        \"name\": \"sales class\",\r\n        \"nullFieldList\": null,\r\n        \"parent\": null,\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"externalId\": null,\r\n              \"internalId\": \"20\",\r\n              \"name\": null,\r\n              \"type\": null\r\n            }\r\n          ]\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_05152020418016776768538940_717867c16\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 1,\r\n  \"totalRecords\": 3\r\n}"}],"_postman_id":"80d92135-e667-467e-987a-bb46dcf6156c"},{"name":"Retrieve classifications by where","id":"8f3f1aa0-3056-43d6-98de-a96879dd7114","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/classification?where=Subsidiary=1","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>true</td>\n<td>Used to Include the Active Status filter for the request.e.g., Active=true.</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>David</td>\n<td>Used to Include the Name contains filter for the request.e.g., Name=Robert.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...  <br />  <br /></td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.  <br /></td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","classification"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"Subsidiary=1"}],"variable":[]}},"response":[{"id":"98b28809-46af-4b2d-953a-44099f1d4f49","name":"Retrieve classifications by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/classification?where=Subsidiary=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","classification"],"query":[{"key":"where","value":"Subsidiary=1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Oct 2019 06:23:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1183"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"classTranslationList\": {\r\n                    \"classTranslation\": [\r\n                        {\r\n                            \"language\": \"Danish\"\r\n                        },\r\n                        {\r\n                            \"language\": \"German\"\r\n                        },\r\n                        {\r\n                            \"language\": \"English (International)\"\r\n                        },\r\n                        {\r\n                            \"language\": \"Japanese\"\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"1\",\r\n                \"isInactive\": false,\r\n                \"name\": \"Direct Sales\",\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"11\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"classTranslationList\": {\r\n                    \"classTranslation\": [\r\n                        {\r\n                            \"language\": \"Danish\"\r\n                        },\r\n                        {\r\n                            \"language\": \"German\"\r\n                        },\r\n                        {\r\n                            \"language\": \"English (International)\"\r\n                        },\r\n                        {\r\n                            \"language\": \"Japanese\"\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"2\",\r\n                \"isInactive\": true,\r\n                \"name\": \"New Business\",\r\n                \"parent\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Direct Sales\"\r\n                },\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"11\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"classTranslationList\": {\r\n                    \"classTranslation\": [\r\n                        {\r\n                            \"language\": \"Danish\"\r\n                        },\r\n                        {\r\n                            \"language\": \"German\"\r\n                        },\r\n                        {\r\n                            \"language\": \"English (International)\"\r\n                        },\r\n                        {\r\n                            \"language\": \"Japanese\"\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"3\",\r\n                \"isInactive\": true,\r\n                \"name\": \"Renewal\",\r\n                \"parent\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Direct Sales\"\r\n                },\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"11\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"classTranslationList\": {\r\n                    \"classTranslation\": [\r\n                        {\r\n                            \"language\": \"Danish\"\r\n                        },\r\n                        {\r\n                            \"language\": \"German\"\r\n                        },\r\n                        {\r\n                            \"language\": \"English (International)\"\r\n                        },\r\n                        {\r\n                            \"language\": \"Japanese\"\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"4\",\r\n                \"isInactive\": false,\r\n                \"name\": \"Account Management\",\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"11\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"classTranslationList\": {\r\n                    \"classTranslation\": [\r\n                        {\r\n                            \"language\": \"Danish\"\r\n                        },\r\n                        {\r\n                            \"language\": \"German\"\r\n                        },\r\n                        {\r\n                            \"language\": \"English (International)\"\r\n                        },\r\n                        {\r\n                            \"language\": \"Japanese\"\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"5\",\r\n                \"isInactive\": true,\r\n                \"name\": \"New Business\",\r\n                \"parent\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Account Management\"\r\n                },\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"11\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"classTranslationList\": {\r\n                    \"classTranslation\": [\r\n                        {\r\n                            \"language\": \"Danish\"\r\n                        },\r\n                        {\r\n                            \"language\": \"German\"\r\n                        },\r\n                        {\r\n                            \"language\": \"English (International)\"\r\n                        },\r\n                        {\r\n                            \"language\": \"Japanese\"\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"6\",\r\n                \"isInactive\": true,\r\n                \"name\": \"Renewal\",\r\n                \"parent\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Account Management\"\r\n                },\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"11\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"classTranslationList\": {\r\n                    \"classTranslation\": [\r\n                        {\r\n                            \"language\": \"Danish\"\r\n                        },\r\n                        {\r\n                            \"language\": \"German\"\r\n                        },\r\n                        {\r\n                            \"language\": \"English (International)\"\r\n                        },\r\n                        {\r\n                            \"language\": \"Japanese\"\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"7\",\r\n                \"isInactive\": false,\r\n                \"name\": \"Partner Sales\",\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"11\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"classTranslationList\": {\r\n                    \"classTranslation\": [\r\n                        {\r\n                            \"language\": \"Danish\"\r\n                        },\r\n                        {\r\n                            \"language\": \"German\"\r\n                        },\r\n                        {\r\n                            \"language\": \"English (International)\"\r\n                        },\r\n                        {\r\n                            \"language\": \"Japanese\"\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"8\",\r\n                \"isInactive\": true,\r\n                \"name\": \"New Business\",\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"11\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"classTranslationList\": {\r\n                    \"classTranslation\": [\r\n                        {\r\n                            \"language\": \"Danish\"\r\n                        },\r\n                        {\r\n                            \"language\": \"German\"\r\n                        },\r\n                        {\r\n                            \"language\": \"English (International)\"\r\n                        },\r\n                        {\r\n                            \"language\": \"Japanese\"\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"9\",\r\n                \"isInactive\": true,\r\n                \"name\": \"Repeat Business\",\r\n                \"parent\": {\r\n                    \"internalId\": \"7\",\r\n                    \"name\": \"Partner Sales\"\r\n                },\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"11\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"classTranslationList\": {\r\n                    \"classTranslation\": [\r\n                        {\r\n                            \"language\": \"Danish\"\r\n                        },\r\n                        {\r\n                            \"language\": \"German\"\r\n                        },\r\n                        {\r\n                            \"language\": \"English (International)\"\r\n                        },\r\n                        {\r\n                            \"language\": \"Japanese\"\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"10\",\r\n                \"isInactive\": true,\r\n                \"name\": \"Upsell\",\r\n                \"parent\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Account Management\"\r\n                },\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"11\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"classTranslationList\": {\r\n                    \"classTranslation\": [\r\n                        {\r\n                            \"language\": \"Danish\"\r\n                        },\r\n                        {\r\n                            \"language\": \"German\"\r\n                        },\r\n                        {\r\n                            \"language\": \"English (International)\"\r\n                        },\r\n                        {\r\n                            \"language\": \"Japanese\"\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"includeChildren\": true,\r\n                \"internalId\": \"11\",\r\n                \"isInactive\": true,\r\n                \"name\": \"Upsell\",\r\n                \"parent\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Direct Sales\"\r\n                },\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"11\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_TSTDRV2119874_06262020243387840770880164_d4b1c5c\",\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"totalPages\": 1,\r\n    \"totalRecords\": 11\r\n}"}],"_postman_id":"8f3f1aa0-3056-43d6-98de-a96879dd7114"}],"id":"012d1ceb-9580-436f-9bb8-205a81e01153","_postman_id":"012d1ceb-9580-436f-9bb8-205a81e01153","description":""}],"id":"26794fff-b983-4626-93cb-eb5b29ff12b1","event":[{"listen":"prerequest","script":{"id":"195840de-1be2-4b85-be90-1154a5409bda","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8d633ac4-6d3a-4c5b-85a4-3e5fdbe23d0b","type":"text/javascript","exec":[""]}}],"_postman_id":"26794fff-b983-4626-93cb-eb5b29ff12b1","description":""},{"name":"Custom Record","item":[{"name":"GET","item":[{"name":"Retrieve Custom Record","id":"58094e4a-ad29-43cd-9a63-973a041419be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customRecord/11","urlObject":{"protocol":"https","path":["netsuite","v0","customRecord","11"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"9084a85f-1549-4ec4-bd22-8ce1b7a79bed","name":"Retrieve Custom Record","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customRecord/<obj_id>"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"customForm\": {\r\n                    \"internalId\": \"9\",\r\n                    \"name\": \"Custom Brand List Form 3\"\r\n                },\r\n                \"internalId\": \"1\",\r\n                \"isInactive\": false,\r\n                \"name\": \"BAJAJ\",\r\n                \"owner\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"B Shamili\"\r\n                },\r\n                \"recType\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"Brand List\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"customForm\": {\r\n                    \"internalId\": \"9\",\r\n                    \"name\": \"Custom Brand List Form 3\"\r\n                },\r\n                \"internalId\": \"2\",\r\n                \"isInactive\": false,\r\n                \"name\": \"BLUE MONKEY\",\r\n                \"owner\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"B Shamili\"\r\n                },\r\n                \"recType\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"Brand List\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"customForm\": {\r\n                    \"internalId\": \"9\",\r\n                    \"name\": \"Custom Brand List Form 3\"\r\n                },\r\n                \"internalId\": \"3\",\r\n                \"isInactive\": false,\r\n                \"name\": \"HM Clothing Brand\",\r\n                \"owner\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"B Shamili\"\r\n                },\r\n                \"recType\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"Brand List\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"customForm\": {\r\n                    \"internalId\": \"9\",\r\n                    \"name\": \"Custom Brand List Form 3\"\r\n                },\r\n                \"internalId\": \"4\",\r\n                \"isInactive\": false,\r\n                \"name\": \"VINTAGE\",\r\n                \"owner\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"B Shamili\"\r\n                },\r\n                \"recType\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"Brand List\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_5333445_SB1_020120211567575355211303893_dafbfb86\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 1,\r\n    \"totalRecords\": 4\r\n}"}],"_postman_id":"58094e4a-ad29-43cd-9a63-973a041419be"},{"name":"Retrieve Custom Record by search ID","id":"c67a82cf-a398-4051-841b-a724cae8276d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customRecord/11?searchId=WEBSERVICES_5333445_SB1_020120211567575355211303893_dafbfb86&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","customRecord","11"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_020120211567575355211303893_dafbfb86"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"30ec89f7-2989-40aa-9084-553e9b42be62","name":"Retrieve Custom Record by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customRecord/<obj_id>?searchId=WEBSERVICES_5333445_SB1_020120211567575355211303893_dafbfb86&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customRecord","<obj_id>"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_020120211567575355211303893_dafbfb86"},{"key":"page","value":"2"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": false,\r\n    \"statusDetail\": [\r\n        {\r\n            \"afterSubmitFailed\": null,\r\n            \"code\": \"INVALID_SEARCH_PAGE_INDEX\",\r\n            \"message\": \"Invalid search page index.\",\r\n            \"type\": \"ERROR\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"c67a82cf-a398-4051-841b-a724cae8276d"},{"name":"Retrieve Custom Record by where","id":"1865fccb-ca17-4662-9e1a-bf47c0b6bb3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customRecord/11?where=created<1555491482","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>created</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>BAJAJ</td>\n<td>Used to Include the name filter for the request. e.g., name=BAJAJ.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.  <br /></td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","customRecord","11"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"created<1555491482"}],"variable":[]}},"response":[{"id":"e5716e35-b9a9-43f0-91b1-ca1d45def7cc","name":"Retrieve Custom Record by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customRecord/11?where=created<1555491482","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customRecord","11"],"query":[{"key":"where","value":"created<1555491482"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n\"isSuccess\": true,\r\n\"pageIndex\": 1,\r\n\"readResponse\": [\r\n  {\r\n\"record\": {\r\n\"customForm\": {\r\n\"internalId\": \"9\",\r\n\"name\": \"Custom Brand List Form 3\"\r\n},\r\n\"internalId\": \"1\",\r\n\"isInactive\": false,\r\n\"name\": \"BAJAJ\",\r\n\"owner\": {\r\n\"internalId\": \"3\",\r\n\"name\": \"B Shamili\"\r\n},\r\n\"recType\": {\r\n\"internalId\": \"11\",\r\n\"name\": \"Brand List\"\r\n}\r\n},\r\n\"status\": {\r\n\"isSuccess\": true\r\n}\r\n},\r\n  {\r\n\"record\": {\r\n\"customForm\": {\r\n\"internalId\": \"9\",\r\n\"name\": \"Custom Brand List Form 3\"\r\n},\r\n\"internalId\": \"2\",\r\n\"isInactive\": false,\r\n\"name\": \"BLUE MONKEY\",\r\n\"owner\": {\r\n\"internalId\": \"3\",\r\n\"name\": \"B Shamili\"\r\n},\r\n\"recType\": {\r\n\"internalId\": \"11\",\r\n\"name\": \"Brand List\"\r\n}\r\n},\r\n\"status\": {\r\n\"isSuccess\": true\r\n}\r\n},\r\n  {\r\n\"record\": {\r\n\"customForm\": {\r\n\"internalId\": \"9\",\r\n\"name\": \"Custom Brand List Form 3\"\r\n},\r\n\"internalId\": \"3\",\r\n\"isInactive\": false,\r\n\"name\": \"HM Clothing Brand\",\r\n\"owner\": {\r\n\"internalId\": \"3\",\r\n\"name\": \"B Shamili\"\r\n},\r\n\"recType\": {\r\n\"internalId\": \"11\",\r\n\"name\": \"Brand List\"\r\n}\r\n},\r\n\"status\": {\r\n\"isSuccess\": true\r\n}\r\n},\r\n  {\r\n\"record\": {\r\n\"customForm\": {\r\n\"internalId\": \"9\",\r\n\"name\": \"Custom Brand List Form 3\"\r\n},\r\n\"internalId\": \"4\",\r\n\"isInactive\": false,\r\n\"name\": \"VINTAGE\",\r\n\"owner\": {\r\n\"internalId\": \"3\",\r\n\"name\": \"B Shamili\"\r\n},\r\n\"recType\": {\r\n\"internalId\": \"11\",\r\n\"name\": \"Brand List\"\r\n}\r\n},\r\n\"status\": {\r\n\"isSuccess\": true\r\n}\r\n}\r\n],\r\n\"searchId\": \"WEBSERVICES_5333445_SB1_0202202117200930252085875008_7727d67\",\r\n\"status\": {\r\n\"isSuccess\": true\r\n},\r\n\"totalPages\": 1,\r\n\"totalRecords\": 4\r\n}"}],"_postman_id":"1865fccb-ca17-4662-9e1a-bf47c0b6bb3a"},{"name":"Retrieve Custom by ID","id":"76c034ff-4688-4880-a90b-b0882fa1491a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customRecord/11?id=11","urlObject":{"protocol":"https","path":["netsuite","v0","customRecord","11"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"11"}],"variable":[]}},"response":[{"id":"fcc1ab37-7645-45c5-a1eb-627c82820a96","name":"Retrieve Custom by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customRecord/11?id=11","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customRecord","11"],"query":[{"key":"id","value":"11"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"readResponse\": [\r\n        {\r\n            \"status\": {\r\n                \"isSuccess\": false,\r\n                \"statusDetail\": [\r\n                    {\r\n                        \"code\": \"RCRD_DSNT_EXIST\",\r\n                        \"message\": \"That record does not exist.\",\r\n                        \"type\": \"ERROR\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ],\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    }\r\n}"}],"_postman_id":"76c034ff-4688-4880-a90b-b0882fa1491a"}],"id":"59903cb4-9502-44a5-a13f-180e6169d5dc","_postman_id":"59903cb4-9502-44a5-a13f-180e6169d5dc","description":""},{"name":"POST","item":[{"name":"Create Custom Record","id":"91810663-79b4-407f-aa79-3ca55b79aee0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"isInactive\": false,\r\n  \"name\": \"ABC\",\r\n  \"owner\": {\r\n    \"internalId\": \"4\",\r\n    \"name\": \"DEF\"\r\n  },\r\n  \"recType\": {\r\n    \"internalId\": \"17\",\r\n    \"name\": \"Prestructured\"\r\n  }\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/customRecord/17","urlObject":{"protocol":"https","path":["netsuite","v0","customRecord","17"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"ab98d7c5-8e97-4c05-9643-5d72467e5c21","name":"Create cash refunds","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"isInactive\": false,\r\n  \"name\": \"ABC\",\r\n  \"owner\": {\r\n    \"internalId\": \"4\",\r\n    \"name\": \"DEF\"\r\n  },\r\n  \"recType\": {\r\n    \"internalId\": \"17\",\r\n    \"name\": \"Prestructured\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/customRecord/17"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Apr 2021 12:26:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"320"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n   \"isSuccess\":true,\r\n   \"status\":{\r\n      \"isSuccess\":true,\r\n      \"statusDetail\":[\r\n         \r\n      ]\r\n   },\r\n   \"writeResponse\":[\r\n      {\r\n         \"baseRef\":{\r\n            \"externalId\":null,\r\n            \"internalId\":\"917\",\r\n            \"name\":null,\r\n            \"scriptId\":null,\r\n            \"typeId\":\"17\"\r\n         },\r\n         \"status\":{\r\n            \"isSuccess\":true,\r\n            \"statusDetail\":[\r\n               {\r\n                  \"afterSubmitFailed\":false,\r\n                  \"code\":null,\r\n                  \"message\":null,\r\n                  \"type\":\"ERROR\"\r\n               }\r\n            ]\r\n         }\r\n      }\r\n   ]\r\n}"}],"_postman_id":"91810663-79b4-407f-aa79-3ca55b79aee0"}],"id":"0c8db7ab-1b84-41b5-8036-97ec6f64efda","event":[{"listen":"prerequest","script":{"id":"86f5379d-143d-4ee2-a723-b47464d541f1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cd04cc0b-5c1c-46b2-a7fc-168e17f5288e","type":"text/javascript","exec":[""]}}],"_postman_id":"0c8db7ab-1b84-41b5-8036-97ec6f64efda","description":""},{"name":"PUT","item":[{"name":"Update Custom Record","id":"79aaa51e-c5e5-4692-8614-2f5bca980fd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"isInactive\": false,\r\n  \"name\": \"ABC\",\r\n  \"owner\": {\r\n    \"internalId\": \"4\",\r\n    \"name\": \"DEF\"\r\n  },\r\n  \"recType\": {\r\n    \"internalId\": \"17\",\r\n    \"name\": \"Prestructured\"\r\n  },\r\n  \"internalId\": \"916\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/customRecord/17","urlObject":{"protocol":"https","path":["netsuite","v0","customRecord","17"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"88f5ff90-ff4b-4cd3-9d04-b860130aab3d","name":"Update Custom Record","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"isInactive\": false,\r\n  \"name\": \"ABC\",\r\n  \"owner\": {\r\n    \"internalId\": \"4\",\r\n    \"name\": \"DEF\"\r\n  },\r\n  \"recType\": {\r\n    \"internalId\": \"17\",\r\n    \"name\": \"Prestructured\"\r\n  },\r\n  \"internalId\": \"916\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/customRecord/17"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Apr 2021 12:35:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"320"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n   \"isSuccess\":true,\r\n   \"status\":{\r\n      \"isSuccess\":true,\r\n      \"statusDetail\":[\r\n         \r\n      ]\r\n   },\r\n   \"writeResponse\":[\r\n      {\r\n         \"baseRef\":{\r\n            \"externalId\":null,\r\n            \"internalId\":\"916\",\r\n            \"name\":null,\r\n            \"scriptId\":null,\r\n            \"typeId\":\"17\"\r\n         },\r\n         \"status\":{\r\n            \"isSuccess\":true,\r\n            \"statusDetail\":[\r\n               {\r\n                  \"afterSubmitFailed\":false,\r\n                  \"code\":null,\r\n                  \"message\":null,\r\n                  \"type\":\"ERROR\"\r\n               }\r\n            ]\r\n         }\r\n      }\r\n   ]\r\n}"}],"_postman_id":"79aaa51e-c5e5-4692-8614-2f5bca980fd5"}],"id":"7abb0be3-a7b0-4ae9-98c2-0a0177e84745","event":[{"listen":"prerequest","script":{"id":"62e4fec7-f7b1-4ab0-a9ef-0cc09603713b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"014b2ff4-460b-47df-82b0-49df0ce592a8","type":"text/javascript","exec":[""]}}],"_postman_id":"7abb0be3-a7b0-4ae9-98c2-0a0177e84745","description":""},{"name":"DELETE","item":[{"name":"Delete Custom Record","id":"b66f0428-1efa-4f5b-b81c-cfd20764ac98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/customRecord/17?id=1619","urlObject":{"protocol":"https","path":["netsuite","v0","customRecord","17"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"1619"}],"variable":[]}},"response":[{"id":"fd9c5138-e766-4b68-98b8-a8a945c4313c","name":"Delete Custom Record","originalRequest":{"method":"DELETE","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/customRecord/17?id=1619","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customRecord","17"],"query":[{"key":"id","value":"1619"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Apr 2021 12:35:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"320"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"1619\",\r\n        \"name\": null,\r\n        \"scriptId\": null,\r\n        \"typeId\": \"17\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"b66f0428-1efa-4f5b-b81c-cfd20764ac98"}],"id":"bedbeab6-2410-49ef-9f11-542b33ce72d9","event":[{"listen":"prerequest","script":{"id":"62e4fec7-f7b1-4ab0-a9ef-0cc09603713b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"014b2ff4-460b-47df-82b0-49df0ce592a8","type":"text/javascript","exec":[""]}}],"_postman_id":"bedbeab6-2410-49ef-9f11-542b33ce72d9","description":""}],"id":"10243c7b-9a34-406f-823d-a5fa57b7ab51","event":[{"listen":"prerequest","script":{"id":"5556c9a5-5c44-4bd6-9e52-c088f17c4c58","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"57261937-6954-4582-8d59-d67abbcbf14a","type":"text/javascript","exec":[""]}}],"_postman_id":"10243c7b-9a34-406f-823d-a5fa57b7ab51","description":""},{"name":"Contacts","item":[{"name":"GET","item":[{"name":"Retrieve  contacts","id":"14b35558-6459-4a71-9c80-dbf70a525324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/contact","urlObject":{"protocol":"https","path":["netsuite","v0","contact"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"4b1d36d1-6b92-4f72-a98e-b2e94616e1e9","name":"Retrieve contacts","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"82 Old Edinburgh Road\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"Nikki Stevens<br>82 Old Edinburgh Road<br>BELHINNIE<br>AB54 8JN<br>United Kingdom\",\n                                \"addressee\": \"Nikki Stevens\",\n                                \"attention\": null,\n                                \"city\": \"BELHINNIE\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": \"AB54 8JN\"\n                            },\n                            \"defaultBilling\": true,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"102\",\n                            \"label\": \"82 Old Edinburgh Road\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"altEmail\": null,\n                \"assistant\": null,\n                \"assistantPhone\": null,\n                \"billPay\": null,\n                \"categoryList\": null,\n                \"comments\": null,\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"ALO Systems Ltd\",\n                    \"type\": null\n                },\n                \"contactSource\": null,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"dateCreated\": 1541803980,\n                \"defaultAddress\": \"Nikki Stevens<br>82 Old Edinburgh Road<br>BELHINNIE<br>AB54 8JN<br>United Kingdom\",\n                \"email\": \"info@ALOSystemsLtd.com.uk\",\n                \"entityId\": \"Nikki Stevens\",\n                \"externalId\": null,\n                \"fax\": null,\n                \"firstName\": null,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"113\",\n                \"isInactive\": false,\n                \"isPrivate\": false,\n                \"lastModifiedDate\": 1542175192,\n                \"lastName\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"nullFieldList\": null,\n                \"officePhone\": null,\n                \"phone\": \"079 7571 0001\",\n                \"phoneticName\": null,\n                \"salutation\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"supervisor\": null,\n                \"supervisorPhone\": null,\n                \"title\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"81 Whitby Road\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"Alyanna Powers<br>81 Whitby Road<br>DIDLING<br>GU29 9LX<br>United Kingdom\",\n                                \"addressee\": \"Alyanna Powers\",\n                                \"attention\": null,\n                                \"city\": \"DIDLING\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": \"GU29 9LX\"\n                            },\n                            \"defaultBilling\": true,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"103\",\n                            \"label\": \"81 Whitby Road\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"altEmail\": null,\n                \"assistant\": null,\n                \"assistantPhone\": null,\n                \"billPay\": null,\n                \"categoryList\": null,\n                \"comments\": null,\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Best Fixtures Ltd.\",\n                    \"type\": null\n                },\n                \"contactSource\": null,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"dateCreated\": 1541803980,\n                \"defaultAddress\": \"Alyanna Powers<br>81 Whitby Road<br>DIDLING<br>GU29 9LX<br>United Kingdom\",\n                \"email\": \"info@BestFixtures.com.uk\",\n                \"entityId\": \"Alyanna Powers\",\n                \"externalId\": null,\n                \"fax\": null,\n                \"firstName\": null,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"114\",\n                \"isInactive\": false,\n                \"isPrivate\": false,\n                \"lastModifiedDate\": 1542175189,\n                \"lastName\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"nullFieldList\": null,\n                \"officePhone\": null,\n                \"phone\": \"079 7571 0002\",\n                \"phoneticName\": null,\n                \"salutation\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"supervisor\": null,\n                \"supervisorPhone\": null,\n                \"title\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"42 Ilchester Road\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"Ruby Morrison<br>42 Ilchester Road<br>MYLOR<br>TR11 0GL<br>United Kingdom\",\n                                \"addressee\": \"Ruby Morrison\",\n                                \"attention\": null,\n                                \"city\": \"MYLOR\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": \"TR11 0GL\"\n                            },\n                            \"defaultBilling\": true,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"104\",\n                            \"label\": \"42 Ilchester Road\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"altEmail\": null,\n                \"assistant\": null,\n                \"assistantPhone\": null,\n                \"billPay\": null,\n                \"categoryList\": null,\n                \"comments\": null,\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"15\",\n                    \"name\": \"Digital Supplies\",\n                    \"type\": null\n                },\n                \"contactSource\": null,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"dateCreated\": 1541803981,\n                \"defaultAddress\": \"Ruby Morrison<br>42 Ilchester Road<br>MYLOR<br>TR11 0GL<br>United Kingdom\",\n                \"email\": \"info@DigitalSupplies.com.uk\",\n                \"entityId\": \"Ruby Morrison\",\n                \"externalId\": null,\n                \"fax\": null,\n                \"firstName\": null,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"115\",\n                \"isInactive\": false,\n                \"isPrivate\": false,\n                \"lastModifiedDate\": 1542175193,\n                \"lastName\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"nullFieldList\": null,\n                \"officePhone\": null,\n                \"phone\": \"079 7571 0003\",\n                \"phoneticName\": null,\n                \"salutation\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"supervisor\": null,\n                \"supervisorPhone\": null,\n                \"title\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"49 Northgate Street\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"Zeigh Bruh<br>49 Northgate Street<br>BIDEFORD<br>EX39 7EB<br>United Kingdom\",\n                                \"addressee\": \"Zeigh Bruh\",\n                                \"attention\": null,\n                                \"city\": \"BIDEFORD\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": \"EX39 7EB\"\n                            },\n                            \"defaultBilling\": true,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"105\",\n                            \"label\": \"49 Northgate Street\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"altEmail\": null,\n                \"assistant\": null,\n                \"assistantPhone\": null,\n                \"billPay\": null,\n                \"categoryList\": null,\n                \"comments\": null,\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"16\",\n                    \"name\": \"Mountain Gear\",\n                    \"type\": null\n                },\n                \"contactSource\": null,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"dateCreated\": 1541803981,\n                \"defaultAddress\": \"Zeigh Bruh<br>49 Northgate Street<br>BIDEFORD<br>EX39 7EB<br>United Kingdom\",\n                \"email\": \"orders@mountaingearuks.com.uk\",\n                \"entityId\": \"Zeigh Bruh\",\n                \"externalId\": null,\n                \"fax\": null,\n                \"firstName\": null,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"116\",\n                \"isInactive\": false,\n                \"isPrivate\": false,\n                \"lastModifiedDate\": 1542175194,\n                \"lastName\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"nullFieldList\": null,\n                \"officePhone\": null,\n                \"phone\": \"079 7571 0004\",\n                \"phoneticName\": null,\n                \"salutation\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"supervisor\": null,\n                \"supervisorPhone\": null,\n                \"title\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"21 Iolaire Road\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"Ivy Reid<br>21 Iolaire Road<br>NETTON<br>SP4 2DP<br>United Kingdom\",\n                                \"addressee\": \"Ivy Reid\",\n                                \"attention\": null,\n                                \"city\": \"NETTON\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": \"SP4 2DP\"\n                            },\n                            \"defaultBilling\": true,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"106\",\n                            \"label\": \"21 Iolaire Road\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"altEmail\": null,\n                \"assistant\": null,\n                \"assistantPhone\": null,\n                \"billPay\": null,\n                \"categoryList\": null,\n                \"comments\": null,\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"17\",\n                    \"name\": \"Century Computers\",\n                    \"type\": null\n                },\n                \"contactSource\": null,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"dateCreated\": 1541803981,\n                \"defaultAddress\": \"Ivy Reid<br>21 Iolaire Road<br>NETTON<br>SP4 2DP<br>United Kingdom\",\n                \"email\": \"MaylandsPuklina@centurycomputers.com.uk\",\n                \"entityId\": \"Ivy Reid\",\n                \"externalId\": null,\n                \"fax\": null,\n                \"firstName\": null,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"117\",\n                \"isInactive\": false,\n                \"isPrivate\": false,\n                \"lastModifiedDate\": 1542175191,\n                \"lastName\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"nullFieldList\": null,\n                \"officePhone\": null,\n                \"phone\": \"079 7571 0005\",\n                \"phoneticName\": null,\n                \"salutation\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"supervisor\": null,\n                \"supervisorPhone\": null,\n                \"title\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_122920191436589410484866949_5526f8\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 6,\n    \"totalRecords\": 28\n}"}],"_postman_id":"14b35558-6459-4a71-9c80-dbf70a525324"},{"name":"Retrieve contacts by search ID","id":"7eb6848d-12a7-41d9-85aa-a3020244fecc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/contact?searchId=WEBSERVICES_TSTDRV2039248_123020191450898269402826373_df3f34&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","contact"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_TSTDRV2039248_123020191450898269402826373_df3f34"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"50a9cea5-9c5d-4bed-b5ae-a62ebdaf3300","name":"Retrieve contacts by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/contact?searchId=WEBSERVICES_TSTDRV2039248_123020191450898269402826373_df3f34&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","contact"],"query":[{"key":"searchId","value":"WEBSERVICES_TSTDRV2039248_123020191450898269402826373_df3f34"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:45:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173991"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 2,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"addressbookList\": {\r\n          \"addressbook\": [\r\n            {\r\n              \"addressbookAddress\": {\r\n                \"addr1\": \"98 Harehills Lane\",\r\n                \"addr2\": null,\r\n                \"addr3\": null,\r\n                \"addrPhone\": null,\r\n                \"addrText\": \"Thomas King<br>98 Harehills Lane<br>ROWLEY REGIS<br>B65 2GQ<br>United Kingdom\",\r\n                \"addressee\": \"Thomas King\",\r\n                \"attention\": null,\r\n                \"city\": \"ROWLEY REGIS\",\r\n                \"country\": \"_unitedKingdom\",\r\n                \"customFieldList\": null,\r\n                \"internalId\": null,\r\n                \"nullFieldList\": null,\r\n                \"override\": false,\r\n                \"state\": null,\r\n                \"zip\": \"B65 2GQ\"\r\n              },\r\n              \"defaultBilling\": true,\r\n              \"defaultShipping\": true,\r\n              \"internalId\": \"107\",\r\n              \"label\": \"98 Harehills Lane\"\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"altEmail\": null,\r\n        \"assistant\": null,\r\n        \"assistantPhone\": null,\r\n        \"billPay\": null,\r\n        \"categoryList\": null,\r\n        \"comments\": null,\r\n        \"company\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"18\",\r\n          \"name\": \"Witt & Panderson\",\r\n          \"type\": null\r\n        },\r\n        \"contactSource\": null,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"dateCreated\": 1541803981,\r\n        \"defaultAddress\": \"Thomas King<br>98 Harehills Lane<br>ROWLEY REGIS<br>B65 2GQ<br>United Kingdom\",\r\n        \"email\": \"MapletonMaybelle@wittpanderson.com.uk\",\r\n        \"entityId\": \"Thomas King\",\r\n        \"externalId\": null,\r\n        \"fax\": null,\r\n        \"firstName\": null,\r\n        \"globalSubscriptionStatus\": \"_softOptOut\",\r\n        \"homePhone\": null,\r\n        \"image\": null,\r\n        \"internalId\": \"118\",\r\n        \"isInactive\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1542175193,\r\n        \"lastName\": null,\r\n        \"middleName\": null,\r\n        \"mobilePhone\": null,\r\n        \"nullFieldList\": null,\r\n        \"officePhone\": null,\r\n        \"phone\": \"079 7571 0006\",\r\n        \"phoneticName\": null,\r\n        \"salutation\": null,\r\n        \"subscriptionsList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"subscriptions\": [\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"2\",\r\n                \"name\": \"Billing Communication\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Marketing\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"4\",\r\n                \"name\": \"Newsletters\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"5\",\r\n                \"name\": \"Product Updates\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"3\",\r\n                \"name\": \"Surveys\",\r\n                \"type\": null\r\n              }\r\n            }\r\n          ]\r\n        },\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"8\",\r\n          \"name\": \"United Kingdom\",\r\n          \"type\": null\r\n        },\r\n        \"supervisor\": null,\r\n        \"supervisorPhone\": null,\r\n        \"title\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"addressbookList\": {\r\n          \"addressbook\": [\r\n            {\r\n              \"addressbookAddress\": {\r\n                \"addr1\": \"1160 Hillcrest Avenue\",\r\n                \"addr2\": null,\r\n                \"addr3\": null,\r\n                \"addrPhone\": null,\r\n                \"addrText\": \"Fred Conway<br>1160 Hillcrest Avenue<br>Boston  2199<br>United States\",\r\n                \"addressee\": \"Fred Conway\",\r\n                \"attention\": null,\r\n                \"city\": \"Boston\",\r\n                \"country\": \"_unitedStates\",\r\n                \"customFieldList\": null,\r\n                \"internalId\": null,\r\n                \"nullFieldList\": null,\r\n                \"override\": false,\r\n                \"state\": null,\r\n                \"zip\": \"2199\"\r\n              },\r\n              \"defaultBilling\": true,\r\n              \"defaultShipping\": true,\r\n              \"internalId\": \"108\",\r\n              \"label\": \"1160 Hillcrest Avenue\"\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"altEmail\": null,\r\n        \"assistant\": null,\r\n        \"assistantPhone\": null,\r\n        \"billPay\": null,\r\n        \"categoryList\": null,\r\n        \"comments\": null,\r\n        \"company\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"19\",\r\n          \"name\": \"American Computers\",\r\n          \"type\": null\r\n        },\r\n        \"contactSource\": null,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"dateCreated\": 1541803981,\r\n        \"defaultAddress\": \"Fred Conway<br>1160 Hillcrest Avenue<br>Boston  2199<br>United States\",\r\n        \"email\": \"email@americancomp.com\",\r\n        \"entityId\": \"Fred Conway\",\r\n        \"externalId\": null,\r\n        \"fax\": null,\r\n        \"firstName\": null,\r\n        \"globalSubscriptionStatus\": \"_softOptOut\",\r\n        \"homePhone\": null,\r\n        \"image\": null,\r\n        \"internalId\": \"119\",\r\n        \"isInactive\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1542175190,\r\n        \"lastName\": null,\r\n        \"middleName\": null,\r\n        \"mobilePhone\": null,\r\n        \"nullFieldList\": null,\r\n        \"officePhone\": null,\r\n        \"phone\": \"518-298-9218\",\r\n        \"phoneticName\": null,\r\n        \"salutation\": null,\r\n        \"subscriptionsList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"subscriptions\": [\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"2\",\r\n                \"name\": \"Billing Communication\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Marketing\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"4\",\r\n                \"name\": \"Newsletters\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"5\",\r\n                \"name\": \"Product Updates\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"3\",\r\n                \"name\": \"Surveys\",\r\n                \"type\": null\r\n              }\r\n            }\r\n          ]\r\n        },\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"11\",\r\n          \"name\": \"United States\",\r\n          \"type\": null\r\n        },\r\n        \"supervisor\": null,\r\n        \"supervisorPhone\": null,\r\n        \"title\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"addressbookList\": {\r\n          \"addressbook\": [\r\n            {\r\n              \"addressbookAddress\": {\r\n                \"addr1\": \"3812 Rainy Day Drive\",\r\n                \"addr2\": null,\r\n                \"addr3\": null,\r\n                \"addrPhone\": null,\r\n                \"addrText\": \"Tia Davison<br>3812 Rainy Day Drive<br>Boston  2107<br>United States\",\r\n                \"addressee\": \"Tia Davison\",\r\n                \"attention\": null,\r\n                \"city\": \"Boston\",\r\n                \"country\": \"_unitedStates\",\r\n                \"customFieldList\": null,\r\n                \"internalId\": null,\r\n                \"nullFieldList\": null,\r\n                \"override\": false,\r\n                \"state\": null,\r\n                \"zip\": \"2107\"\r\n              },\r\n              \"defaultBilling\": true,\r\n              \"defaultShipping\": true,\r\n              \"internalId\": \"109\",\r\n              \"label\": \"3812 Rainy Day Drive\"\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"altEmail\": null,\r\n        \"assistant\": null,\r\n        \"assistantPhone\": null,\r\n        \"billPay\": null,\r\n        \"categoryList\": null,\r\n        \"comments\": null,\r\n        \"company\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"20\",\r\n          \"name\": \"Apparel Co Inc.\",\r\n          \"type\": null\r\n        },\r\n        \"contactSource\": null,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"dateCreated\": 1541803982,\r\n        \"defaultAddress\": \"Tia Davison<br>3812 Rainy Day Drive<br>Boston  2107<br>United States\",\r\n        \"email\": \"ask@apparelco.com\",\r\n        \"entityId\": \"Tia Davison\",\r\n        \"externalId\": null,\r\n        \"fax\": null,\r\n        \"firstName\": null,\r\n        \"globalSubscriptionStatus\": \"_softOptOut\",\r\n        \"homePhone\": null,\r\n        \"image\": null,\r\n        \"internalId\": \"120\",\r\n        \"isInactive\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1542175193,\r\n        \"lastName\": null,\r\n        \"middleName\": null,\r\n        \"mobilePhone\": null,\r\n        \"nullFieldList\": null,\r\n        \"officePhone\": null,\r\n        \"phone\": \"562-222-3952\",\r\n        \"phoneticName\": null,\r\n        \"salutation\": null,\r\n        \"subscriptionsList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"subscriptions\": [\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"2\",\r\n                \"name\": \"Billing Communication\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Marketing\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"4\",\r\n                \"name\": \"Newsletters\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"5\",\r\n                \"name\": \"Product Updates\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"3\",\r\n                \"name\": \"Surveys\",\r\n                \"type\": null\r\n              }\r\n            }\r\n          ]\r\n        },\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"11\",\r\n          \"name\": \"United States\",\r\n          \"type\": null\r\n        },\r\n        \"supervisor\": null,\r\n        \"supervisorPhone\": null,\r\n        \"title\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"addressbookList\": {\r\n          \"addressbook\": [\r\n            {\r\n              \"addressbookAddress\": {\r\n                \"addr1\": \"Nieuweweg 109\",\r\n                \"addr2\": null,\r\n                \"addr3\": null,\r\n                \"addrPhone\": null,\r\n                \"addrText\": \"Annique B Ottens<br>Nieuweweg 109<br>8811 HJ Ried<br>Netherlands\",\r\n                \"addressee\": \"Annique B Ottens\",\r\n                \"attention\": null,\r\n                \"city\": \"Ried\",\r\n                \"country\": \"_netherlands\",\r\n                \"customFieldList\": null,\r\n                \"internalId\": null,\r\n                \"nullFieldList\": null,\r\n                \"override\": false,\r\n                \"state\": null,\r\n                \"zip\": \"8811 HJ\"\r\n              },\r\n              \"defaultBilling\": true,\r\n              \"defaultShipping\": true,\r\n              \"internalId\": \"110\",\r\n              \"label\": \"Nieuweweg 109\"\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"altEmail\": null,\r\n        \"assistant\": null,\r\n        \"assistantPhone\": null,\r\n        \"billPay\": null,\r\n        \"categoryList\": null,\r\n        \"comments\": null,\r\n        \"company\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"21\",\r\n          \"name\": \"Computer Depot Pacific\",\r\n          \"type\": null\r\n        },\r\n        \"contactSource\": null,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"dateCreated\": 1541803982,\r\n        \"defaultAddress\": \"Annique B Ottens<br>Nieuweweg 109<br>8811 HJ Ried<br>Netherlands\",\r\n        \"email\": \"payables@cdp.com.nl\",\r\n        \"entityId\": \"Annique B Ottens\",\r\n        \"externalId\": null,\r\n        \"fax\": null,\r\n        \"firstName\": null,\r\n        \"globalSubscriptionStatus\": \"_softOptOut\",\r\n        \"homePhone\": null,\r\n        \"image\": null,\r\n        \"internalId\": \"121\",\r\n        \"isInactive\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1542175189,\r\n        \"lastName\": null,\r\n        \"middleName\": null,\r\n        \"mobilePhone\": null,\r\n        \"nullFieldList\": null,\r\n        \"officePhone\": null,\r\n        \"phone\": \"06-63858101\",\r\n        \"phoneticName\": null,\r\n        \"salutation\": null,\r\n        \"subscriptionsList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"subscriptions\": [\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"2\",\r\n                \"name\": \"Billing Communication\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Marketing\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"4\",\r\n                \"name\": \"Newsletters\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"5\",\r\n                \"name\": \"Product Updates\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"3\",\r\n                \"name\": \"Surveys\",\r\n                \"type\": null\r\n              }\r\n            }\r\n          ]\r\n        },\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"9\",\r\n          \"name\": \"Netherlands\",\r\n          \"type\": null\r\n        },\r\n        \"supervisor\": null,\r\n        \"supervisorPhone\": null,\r\n        \"title\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"addressbookList\": {\r\n          \"addressbook\": [\r\n            {\r\n              \"addressbookAddress\": {\r\n                \"addr1\": \"Gemeenlandskade 197\",\r\n                \"addr2\": null,\r\n                \"addr3\": null,\r\n                \"addrPhone\": null,\r\n                \"addrText\": \"Nikola D Kouwen<br>Gemeenlandskade 197<br>3343 NB Hendrik-Ido-Ambacht<br>Netherlands\",\r\n                \"addressee\": \"Nikola D Kouwen\",\r\n                \"attention\": null,\r\n                \"city\": \"Hendrik-Ido-Ambacht\",\r\n                \"country\": \"_netherlands\",\r\n                \"customFieldList\": null,\r\n                \"internalId\": null,\r\n                \"nullFieldList\": null,\r\n                \"override\": false,\r\n                \"state\": null,\r\n                \"zip\": \"3343 NB\"\r\n              },\r\n              \"defaultBilling\": true,\r\n              \"defaultShipping\": true,\r\n              \"internalId\": \"111\",\r\n              \"label\": \"Gemeenlandskade 197\"\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"altEmail\": null,\r\n        \"assistant\": null,\r\n        \"assistantPhone\": null,\r\n        \"billPay\": null,\r\n        \"categoryList\": null,\r\n        \"comments\": null,\r\n        \"company\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"22\",\r\n          \"name\": \"Amsterdam Fixtures Corp.\",\r\n          \"type\": null\r\n        },\r\n        \"contactSource\": null,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"dateCreated\": 1541803982,\r\n        \"defaultAddress\": \"Nikola D Kouwen<br>Gemeenlandskade 197<br>3343 NB Hendrik-Ido-Ambacht<br>Netherlands\",\r\n        \"email\": \"info@amsterdamfixtures.com.nl\",\r\n        \"entityId\": \"Nikola D Kouwen\",\r\n        \"externalId\": null,\r\n        \"fax\": null,\r\n        \"firstName\": null,\r\n        \"globalSubscriptionStatus\": \"_softOptOut\",\r\n        \"homePhone\": null,\r\n        \"image\": null,\r\n        \"internalId\": \"122\",\r\n        \"isInactive\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1542175192,\r\n        \"lastName\": null,\r\n        \"middleName\": null,\r\n        \"mobilePhone\": null,\r\n        \"nullFieldList\": null,\r\n        \"officePhone\": null,\r\n        \"phone\": \"06-63858102\",\r\n        \"phoneticName\": null,\r\n        \"salutation\": null,\r\n        \"subscriptionsList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"subscriptions\": [\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"2\",\r\n                \"name\": \"Billing Communication\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Marketing\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"4\",\r\n                \"name\": \"Newsletters\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"5\",\r\n                \"name\": \"Product Updates\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": null,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"3\",\r\n                \"name\": \"Surveys\",\r\n                \"type\": null\r\n              }\r\n            }\r\n          ]\r\n        },\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"9\",\r\n          \"name\": \"Netherlands\",\r\n          \"type\": null\r\n        },\r\n        \"supervisor\": null,\r\n        \"supervisorPhone\": null,\r\n        \"title\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_TSTDRV2039248_123020191450898269402826373_df3f34\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 6,\r\n  \"totalRecords\": 29\r\n}"}],"_postman_id":"7eb6848d-12a7-41d9-85aa-a3020244fecc"},{"name":"Retrieve contacts by where","id":"6d4b2e1b-3cf0-4c32-8780-f25489bda9e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/contact?where=DateCreated>1577664388","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateCreated</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>6</td>\n<td>Used to Include the Customer filter for the request. e.g., Customer=6.</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>true</td>\n<td>Used to Include the Active Status filter for the request.e.g., Active=true.</td>\n</tr>\n<tr>\n<td>Email</td>\n<td><a href=\"mailto:customer@testcompany.com\">customer@testcompany.com</a></td>\n<td>Used to Include the Email contains filter for the request.e.g., Email=<a href=\"mailto:test@gmail.com\">test@gmail.com</a>.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","contact"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"DateCreated>1577664388"}],"variable":[]}},"response":[{"id":"87f3793a-1d30-48f7-a25a-cf95547d3533","name":"Retrieve contacts by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/contact?where=DateCreated>1577664388","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","contact"],"query":[{"key":"where","value":"DateCreated>1577664388"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"addressbookList\": null,\r\n        \"altEmail\": null,\r\n        \"assistant\": null,\r\n        \"assistantPhone\": null,\r\n        \"billPay\": null,\r\n        \"categoryList\": null,\r\n        \"comments\": null,\r\n        \"company\": null,\r\n        \"contactSource\": null,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"dateCreated\": 1577701373,\r\n        \"defaultAddress\": null,\r\n        \"email\": \"abc-pvt@limited.com\",\r\n        \"entityId\": \"Limited ABC\",\r\n        \"externalId\": null,\r\n        \"fax\": null,\r\n        \"firstName\": \"Limited\",\r\n        \"globalSubscriptionStatus\": \"_softOptOut\",\r\n        \"homePhone\": null,\r\n        \"image\": null,\r\n        \"internalId\": \"954\",\r\n        \"isInactive\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1577701513,\r\n        \"lastName\": \"ABC\",\r\n        \"middleName\": null,\r\n        \"mobilePhone\": null,\r\n        \"nullFieldList\": null,\r\n        \"officePhone\": null,\r\n        \"phone\": null,\r\n        \"phoneticName\": null,\r\n        \"salutation\": null,\r\n        \"subscriptionsList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"subscriptions\": [\r\n            {\r\n              \"lastModifiedDate\": 1577701373,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"2\",\r\n                \"name\": \"Billing Communication\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": 1577701373,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Marketing\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": 1577701373,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"4\",\r\n                \"name\": \"Newsletters\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": 1577701373,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"5\",\r\n                \"name\": \"Product Updates\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": 1577701373,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"3\",\r\n                \"name\": \"Surveys\",\r\n                \"type\": null\r\n              }\r\n            }\r\n          ]\r\n        },\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Group\",\r\n          \"type\": null\r\n        },\r\n        \"supervisor\": null,\r\n        \"supervisorPhone\": null,\r\n        \"title\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_TSTDRV2039248_123020191451054019584968379_efcd83\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 1,\r\n  \"totalRecords\": 1\r\n}"}],"_postman_id":"6d4b2e1b-3cf0-4c32-8780-f25489bda9e5"},{"name":"Retrieve contacts by ID","id":"ecdfd261-9076-4eb4-b1fe-ebe42ecb9546","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/contact?id=954","urlObject":{"protocol":"https","path":["netsuite","v0","contact"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"954"}],"variable":[]}},"response":[{"id":"4d23aede-3c29-4d0b-a6fe-693ff19d84f8","name":"Retrieve contacts  by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/contact?id=954","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","contact"],"query":[{"key":"id","value":"954"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"addressbookList\": null,\r\n        \"altEmail\": null,\r\n        \"assistant\": null,\r\n        \"assistantPhone\": null,\r\n        \"billPay\": null,\r\n        \"categoryList\": null,\r\n        \"comments\": null,\r\n        \"company\": null,\r\n        \"contactSource\": null,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"dateCreated\": 1577701373,\r\n        \"defaultAddress\": null,\r\n        \"email\": \"abc-pvt@limited.com\",\r\n        \"entityId\": \"Limited ABC\",\r\n        \"externalId\": null,\r\n        \"fax\": null,\r\n        \"firstName\": \"Limited\",\r\n        \"globalSubscriptionStatus\": \"_softOptOut\",\r\n        \"homePhone\": null,\r\n        \"image\": null,\r\n        \"internalId\": \"954\",\r\n        \"isInactive\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1577701513,\r\n        \"lastName\": \"ABC\",\r\n        \"middleName\": null,\r\n        \"mobilePhone\": null,\r\n        \"nullFieldList\": null,\r\n        \"officePhone\": null,\r\n        \"phone\": null,\r\n        \"phoneticName\": null,\r\n        \"salutation\": null,\r\n        \"subscriptionsList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"subscriptions\": [\r\n            {\r\n              \"lastModifiedDate\": 1577701373,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"2\",\r\n                \"name\": \"Billing Communication\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": 1577701373,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Marketing\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": 1577701373,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"4\",\r\n                \"name\": \"Newsletters\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": 1577701373,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"5\",\r\n                \"name\": \"Product Updates\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"lastModifiedDate\": 1577701373,\r\n              \"subscribed\": false,\r\n              \"subscription\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"3\",\r\n                \"name\": \"Surveys\",\r\n                \"type\": null\r\n              }\r\n            }\r\n          ]\r\n        },\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Group\",\r\n          \"type\": null\r\n        },\r\n        \"supervisor\": null,\r\n        \"supervisorPhone\": null,\r\n        \"title\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  }\r\n}"}],"_postman_id":"ecdfd261-9076-4eb4-b1fe-ebe42ecb9546"}],"id":"ddc07667-042a-4072-af38-5acff359a615","event":[{"listen":"prerequest","script":{"id":"e26df1d1-e001-408d-85a7-bdc0c44d1388","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"faed8218-06e1-4ff0-87eb-93000f8a58c6","type":"text/javascript","exec":[""]}}],"_postman_id":"ddc07667-042a-4072-af38-5acff359a615","description":""},{"name":"POST","item":[{"name":"Create contacts","id":"b74ab362-ecef-4205-a5ac-2188cb39d552","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"lastName\": \"ABC\",\r\n    \"firstName\": \"Limited\",\r\n    \"email\": \"abc@limited.com\",\r\n    \"subsidiary\": {\r\n        \"internalId\": \"1\"\r\n    }\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/contact","urlObject":{"protocol":"https","path":["netsuite","v0","contact"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"b9919db6-84bc-4623-9f1b-5b0350f936c2","name":"Create contacts","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"lastName\": \"ABC\",\r\n    \"firstName\": \"Limited\",\r\n    \"email\": \"abc@limited.com\",\r\n    \"subsidiary\": {\r\n        \"internalId\": \"1\"\r\n    }\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"954\",\r\n        \"name\": null,\r\n        \"type\": \"contact\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"b74ab362-ecef-4205-a5ac-2188cb39d552"}],"id":"884d9be0-fc8a-4eec-8b27-1abaae62ef2d","event":[{"listen":"prerequest","script":{"id":"d49dbcc3-2174-4fd1-8d41-71a02b4f4a3d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e084c0dc-5be1-4ad3-8ee2-a90782bc92f4","type":"text/javascript","exec":[""]}}],"_postman_id":"884d9be0-fc8a-4eec-8b27-1abaae62ef2d","description":""},{"name":"PUT","item":[{"name":"Update contacts","id":"369bd67c-883b-4d35-8d87-29b62daf1e50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"lastName\": \"ABC\",\r\n    \"firstName\": \"Limited\",\r\n    \"email\": \"abc-pvt@limited.com\",\r\n\t  \"internalId\": \"954\",\r\n    \"subsidiary\": {\r\n        \"internalId\": \"1\"\r\n    }\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/contact","urlObject":{"protocol":"https","path":["netsuite","v0","contact"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"f3a1e671-8d3f-43f1-9f86-9ed6aca058e5","name":"Update contacts","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"lastName\": \"ABC\",\r\n    \"firstName\": \"Limited\",\r\n    \"email\": \"abc-pvt@limited.com\",\r\n\t \"internalId\": \"954\",\r\n    \"subsidiary\": {\r\n        \"internalId\": \"1\"\r\n    }\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"954\",\r\n        \"name\": null,\r\n        \"type\": \"contact\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"369bd67c-883b-4d35-8d87-29b62daf1e50"}],"id":"8b85d243-b0e5-4044-8f3b-f4fa4486de14","event":[{"listen":"prerequest","script":{"id":"0d14675c-c83f-4690-9227-c79b6005549e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"22941783-bcab-423e-b250-9199b5f38745","type":"text/javascript","exec":[""]}}],"_postman_id":"8b85d243-b0e5-4044-8f3b-f4fa4486de14","description":""},{"name":"DELETE","item":[{"name":"Delete contacts","id":"a62e6472-17ea-4b00-a89a-5994d23b9722","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/contact?id=18305","urlObject":{"protocol":"https","path":["netsuite","v0","contact"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"18305"}],"variable":[]}},"response":[{"id":"b7a7fa11-4635-4bdc-9af3-a32fd733a5c4","name":"Delete contacts","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/contact?id=18305","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","contact"],"query":[{"key":"id","value":"18305"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"body\": {\r\n    \"writeResponseList\": {\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      },\r\n      \"writeResponse\": [\r\n        {\r\n          \"baseRef\": {\r\n            \"internalId\": \"18305\",\r\n            \"type\": \"customer\"\r\n          },\r\n          \"status\": {\r\n            \"isSuccess\": true,\r\n            \"statusDetail\": []\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  },\r\n  \"header\": {\r\n    \"documentInfo\": {\r\n      \"nsId\": \"WEBSERVICES_5333445_SB1_01302020158958456937101047_61d528b8f\"\r\n    }\r\n  }\r\n}"}],"_postman_id":"a62e6472-17ea-4b00-a89a-5994d23b9722"}],"id":"9357fe0a-987a-4ebf-ae9d-58b1fee0b7de","event":[{"listen":"prerequest","script":{"id":"9efb8c8f-74c5-4ad0-a6aa-e98fed0d0191","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f4eb32c5-22ed-40a1-b2e7-dbe00aec8bd0","type":"text/javascript","exec":[""]}}],"_postman_id":"9357fe0a-987a-4ebf-ae9d-58b1fee0b7de","description":""}],"id":"ddf739f8-7585-45b4-9725-6622429260e9","_postman_id":"ddf739f8-7585-45b4-9725-6622429260e9","description":""},{"name":"Credit Memos","item":[{"name":"GET","item":[{"name":"Retrieve credit memos","id":"6bfdf129-fe6a-4e58-9de4-de6e43277f3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/creditMemo","urlObject":{"protocol":"https","path":["netsuite","v0","creditMemo"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"c5f6fe1c-4462-4c3c-9702-5215129bdad2","name":"Retrieve credit memos","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","type":"text","value":"30"}],"url":"https://api.prestructured.com/netsuite/v0/creditMemo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2019 06:27:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"163706"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 55,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 55,\n                            \"apply\": true,\n                            \"applyDate\": 1545244200,\n                            \"currency\": \"IND\",\n                            \"doc\": 3,\n                            \"due\": 105,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"2\",\n                            \"total\": 105,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1565634600,\n                            \"currency\": \"IND\",\n                            \"doc\": 9117,\n                            \"due\": 20.06,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV345\",\n                            \"total\": 20.06,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1543861800,\n                            \"currency\": \"IND\",\n                            \"doc\": 9118,\n                            \"due\": 40.12,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV346\",\n                            \"total\": 40.12,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1545400016,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Invoice #2\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"94\",\n                    \"name\": \"Standard Credit Memo\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"email\": \"info.me@abc.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"4 ABC Private Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"5\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 30,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Pens\",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 30,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"GH Pens\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 3,\n                            \"rate\": \"10.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 75,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 75,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"GH Pens\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 2,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 5,\n                            \"rate\": \"15.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1554496144,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": \"23\",\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"117\",\n                    \"name\": \"Dec 2018\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1545244200,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 105,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 105,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1545330600,\n                \"tranId\": \"1\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 50,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 46.1,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1,\n                            \"apply\": true,\n                            \"applyDate\": 1546367400,\n                            \"currency\": \"IND\",\n                            \"doc\": 36,\n                            \"due\": 1,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"15\",\n                            \"total\": 25,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 15,\n                            \"apply\": true,\n                            \"applyDate\": 1541788200,\n                            \"currency\": \"IND\",\n                            \"doc\": 34,\n                            \"due\": 15,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"13\",\n                            \"total\": 171.7,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 30.1,\n                            \"apply\": true,\n                            \"applyDate\": 1546194600,\n                            \"currency\": \"IND\",\n                            \"doc\": 26,\n                            \"due\": 30.1,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"9\",\n                            \"total\": 56.1,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1546421573,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"26\",\n                    \"name\": \"Invoice #9\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"94\",\n                    \"name\": \"Standard Credit Memo\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"10\",\n                    \"name\": \"Discount\",\n                    \"type\": null\n                },\n                \"discountRate\": \"-15.00%\",\n                \"discountTotal\": -9.9,\n                \"email\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"26\",\n                    \"name\": \"7 Bilwala Groups\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"27\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 48,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 48,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"GH Pens\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 4,\n                            \"rate\": \"12.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 18,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 18,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"7\",\n                                \"name\": \"Note Book\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 2,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Alternate Price 2\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"rate\": \"18.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1552981101,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"117\",\n                    \"name\": \"Dec 2018\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1546194600,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": {\n                    \"replaceAll\": \"true\",\n                    \"salesTeam\": [\n                        {\n                            \"contribution\": 100,\n                            \"employee\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Navaneeth.D\",\n                                \"type\": null\n                            },\n                            \"isPrimary\": true,\n                            \"salesRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-2\",\n                                \"name\": \"Sales Rep\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 66,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 56.1,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1546194600,\n                \"tranId\": \"5\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 10,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 10,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 10,\n                            \"apply\": true,\n                            \"applyDate\": 1547749800,\n                            \"currency\": \"IND\",\n                            \"doc\": 39,\n                            \"due\": 10,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"16\",\n                            \"total\": 25,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1554229800,\n                            \"currency\": \"IND\",\n                            \"doc\": 1379,\n                            \"due\": 60000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV65\",\n                            \"total\": 80000,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1556130600,\n                            \"currency\": \"IND\",\n                            \"doc\": 3229,\n                            \"due\": 380,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV150\",\n                            \"total\": 500,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"Add 1\",\n                    \"type\": null\n                },\n                \"billingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions\\nAdd 1\\nAdd 2\\nCity 1 MI 0123654\\nUnited States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1550212406,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"352\",\n                    \"name\": \"Return Authorization #1\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"94\",\n                    \"name\": \"Standard Credit Memo\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"354\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 10,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 10,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"15\",\n                                \"name\": \"Book\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"rate\": \"10.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": \"1\",\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1550212406,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"121\",\n                    \"name\": \"Feb 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1550169000,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": {\n                    \"replaceAll\": \"true\",\n                    \"salesTeam\": [\n                        {\n                            \"contribution\": 100,\n                            \"employee\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"B Shamili\",\n                                \"type\": null\n                            },\n                            \"isPrimary\": false,\n                            \"salesRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-2\",\n                                \"name\": \"Sales Rep\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 10,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 10,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1550169000,\n                \"tranId\": \"6\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 0,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1556130600,\n                            \"currency\": \"IND\",\n                            \"doc\": 3229,\n                            \"due\": 380,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV150\",\n                            \"total\": 500,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1554229800,\n                            \"currency\": \"IND\",\n                            \"doc\": 1379,\n                            \"due\": 60000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV65\",\n                            \"total\": 80000,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"Add 1\",\n                    \"type\": null\n                },\n                \"billingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions\\nAdd 1\\nAdd 2\\nCity 1 MI 0123654\\nUnited States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1550214475,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"457\",\n                    \"name\": \"Return Authorization #2\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"94\",\n                    \"name\": \"Standard Credit Memo\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"459\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 10,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 10,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"15\",\n                                \"name\": \"Book\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"rate\": null,\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": \"1\",\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1550214475,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"121\",\n                    \"name\": \"Feb 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1548959400,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 10,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 10,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1550169000,\n                \"tranId\": \"7\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 10,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 18000,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 18000,\n                            \"apply\": true,\n                            \"applyDate\": 1550255400,\n                            \"currency\": \"IND\",\n                            \"doc\": 487,\n                            \"due\": 18000,\n                            \"job\": null,\n                            \"line\": 1,\n                            \"refNum\": \"1\",\n                            \"total\": 18000,\n                            \"type\": \"Customer Refund\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1550299996,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"484\",\n                    \"name\": \"Return Authorization #5\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"94\",\n                    \"name\": \"Standard Credit Memo\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"email\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"56\",\n                    \"name\": \"17 GH-Agency\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"486\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 18000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 18000,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"GH Pens\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 20,\n                            \"rate\": \"1000.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1550300104,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"121\",\n                    \"name\": \"Feb 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1550255400,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 18000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 18000,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1550255400,\n                \"tranId\": \"8\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 10000,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 10000,\n                            \"apply\": true,\n                            \"applyDate\": 1550255400,\n                            \"currency\": \"IND\",\n                            \"doc\": 492,\n                            \"due\": 10000,\n                            \"job\": null,\n                            \"line\": 1,\n                            \"refNum\": \"1\",\n                            \"total\": 10000,\n                            \"type\": \"Customer Refund\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1550301915,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"489\",\n                    \"name\": \"Return Authorization #6\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"94\",\n                    \"name\": \"Standard Credit Memo\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"email\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"56\",\n                    \"name\": \"17 GH-Agency\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"491\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 10000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 10000,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"GH Pens\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 10,\n                            \"rate\": \"1000.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1550301932,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"121\",\n                    \"name\": \"Feb 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1550255400,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 10000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 10000,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1550255400,\n                \"tranId\": \"9\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 100,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 100,\n                            \"apply\": true,\n                            \"applyDate\": 1552242600,\n                            \"currency\": \"IND\",\n                            \"doc\": 516,\n                            \"due\": 100,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"28\",\n                            \"total\": 240,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1552301085,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"516\",\n                    \"name\": \"Invoice #28\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"94\",\n                    \"name\": \"Standard Credit Memo\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"email\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"361\",\n                    \"name\": \"20 Navaneeth\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"517\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": false,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 120,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"17\",\n                                \"name\": \"Pen\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 10,\n                            \"rate\": \"12.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 120,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"18\",\n                                \"name\": \"Pencil : 23456\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 2,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 10,\n                            \"rate\": \"12.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1552301085,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1552242600,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": {\n                    \"replaceAll\": \"true\",\n                    \"salesTeam\": [\n                        {\n                            \"contribution\": 100,\n                            \"employee\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Navaneeth.D\",\n                                \"type\": null\n                            },\n                            \"isPrimary\": true,\n                            \"salesRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-2\",\n                                \"name\": \"Sales Rep\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 240,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"US Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-7\",\n                    \"name\": \"-Not Taxable-\",\n                    \"type\": null\n                },\n                \"taxPointDate\": null,\n                \"taxRate\": 0,\n                \"taxRegOverride\": null,\n                \"taxTotal\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 240,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1552242600,\n                \"tranId\": \"10\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 140,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 20,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 20,\n                            \"apply\": true,\n                            \"applyDate\": 1546367400,\n                            \"currency\": \"IND\",\n                            \"doc\": 36,\n                            \"due\": 20,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"15\",\n                            \"total\": 25,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1552383405,\n                \"createdFrom\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"94\",\n                    \"name\": \"Standard Credit Memo\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"email\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"26\",\n                    \"name\": \"7 Bilwala Groups\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"520\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 15,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 15,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"15\",\n                                \"name\": \"Book\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"rate\": \"15.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": \"1\",\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 5,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 5,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"8\",\n                                \"name\": \"Pencil\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 4,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"rate\": \"5.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1552383405,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1552329000,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": {\n                    \"replaceAll\": \"true\",\n                    \"salesTeam\": [\n                        {\n                            \"contribution\": 100,\n                            \"employee\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Navaneeth.D\",\n                                \"type\": null\n                            },\n                            \"isPrimary\": true,\n                            \"salesRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-2\",\n                                \"name\": \"Sales Rep\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 20,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 20,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1552329000,\n                \"tranId\": \"11\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 50,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 50,\n                            \"apply\": true,\n                            \"applyDate\": 1553020200,\n                            \"currency\": \"IND\",\n                            \"doc\": 524,\n                            \"due\": 141.84,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV30\",\n                            \"total\": 764.04,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": \"Palo Alto\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Atherton Grocery\\nPalo Alto\\nPope Valley CA 94567\\nUnited States\",\n                    \"addressee\": \"Atherton Grocery\",\n                    \"attention\": null,\n                    \"city\": \"Pope Valley\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"CA\",\n                    \"zip\": \"94567\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553068911,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"524\",\n                    \"name\": \"Invoice #INV30\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"94\",\n                    \"name\": \"Standard Credit Memo\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"email\": \"tharris@athertong.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"362\",\n                    \"name\": \"21 Atherton Grocery\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"525\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 50,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Pencils\",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 50,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"8\",\n                                \"name\": \"Pencil\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 10,\n                            \"rate\": \"5.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"20\",\n                                \"name\": \"VAT_IN:No Tax\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553068911,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": \"45\",\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553020200,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": {\n                    \"replaceAll\": \"true\",\n                    \"salesTeam\": [\n                        {\n                            \"contribution\": 100,\n                            \"employee\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Navaneeth.D\",\n                                \"type\": null\n                            },\n                            \"isPrimary\": true,\n                            \"salesRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-2\",\n                                \"name\": \"Sales Rep\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 50,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 50,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1553020200,\n                \"tranId\": \"12\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 25,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 25,\n                            \"apply\": true,\n                            \"applyDate\": 1553020200,\n                            \"currency\": \"IND\",\n                            \"doc\": 524,\n                            \"due\": 116.84,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV30\",\n                            \"total\": 764.04,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": \"Palo Alto\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Atherton Grocery\\nPalo Alto\\nPope Valley CA 94567\\nUnited States\",\n                    \"addressee\": \"Atherton Grocery\",\n                    \"attention\": null,\n                    \"city\": \"Pope Valley\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"CA\",\n                    \"zip\": \"94567\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553069165,\n                \"createdFrom\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"94\",\n                    \"name\": \"Standard Credit Memo\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"9\",\n                    \"name\": \"Vendor Discount\",\n                    \"type\": null\n                },\n                \"discountRate\": \"-5.00%\",\n                \"discountTotal\": -4,\n                \"email\": \"tharris@athertong.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"362\",\n                    \"name\": \"21 Atherton Grocery\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"528\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 30,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 30,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"21\",\n                                \"name\": \"Name Badges\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 2,\n                            \"rate\": \"15.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 50,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 50,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"19\",\n                                \"name\": \"Water Bottle\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 2,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"rate\": \"50.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553069165,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": \"45\",\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553020200,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": {\n                    \"replaceAll\": \"true\",\n                    \"salesTeam\": [\n                        {\n                            \"contribution\": 100,\n                            \"employee\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Navaneeth.D\",\n                                \"type\": null\n                            },\n                            \"isPrimary\": true,\n                            \"salesRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-2\",\n                                \"name\": \"Sales Rep\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 80,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 76,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1553020200,\n                \"tranId\": \"13\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 51,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 0,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1556821800,\n                            \"currency\": \"IND\",\n                            \"doc\": 3781,\n                            \"due\": 472,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV253\",\n                            \"total\": 1180,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1556130600,\n                            \"currency\": \"IND\",\n                            \"doc\": 3446,\n                            \"due\": 177472,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV217\",\n                            \"total\": 204140,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Raja\\nTest CHANDANA BROTHERS\\nCHANDANA BROS\\t\\nMAIN BAZAR \\t\\nELURU  ANDHRA PRADESH 123456\\nIndia\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553248248,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"548\",\n                    \"name\": \"Return Authorization #10\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"94\",\n                    \"name\": \"Standard Credit Memo\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"9\",\n                    \"name\": \"Vendor Discount\",\n                    \"type\": null\n                },\n                \"discountRate\": \"-5.00%\",\n                \"discountTotal\": -375,\n                \"email\": \"chandanabros_eluru@yahoo.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"550\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 7500,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 7500,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 15,\n                            \"rate\": \"500.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553248248,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553193000,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 7500,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 7125,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1553193000,\n                \"tranId\": \"15\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 7125,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 2100,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 2100,\n                            \"apply\": true,\n                            \"applyDate\": 1553452200,\n                            \"currency\": \"IND\",\n                            \"doc\": 649,\n                            \"due\": 2100,\n                            \"job\": null,\n                            \"line\": 1,\n                            \"refNum\": \"2\",\n                            \"total\": 2100,\n                            \"type\": \"Customer Refund\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1556130600,\n                            \"currency\": \"IND\",\n                            \"doc\": 3446,\n                            \"due\": 177472,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV217\",\n                            \"total\": 204140,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1556821800,\n                            \"currency\": \"IND\",\n                            \"doc\": 3781,\n                            \"due\": 472,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV253\",\n                            \"total\": 1180,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Raja\\nTest CHANDANA BROTHERS\\nCHANDANA BROS\\t\\nMAIN BAZAR \\t\\nELURU  ANDHRA PRADESH 123456\\nIndia\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553519433,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"646\",\n                    \"name\": \"Return Authorization #12\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"94\",\n                    \"name\": \"Standard Credit Memo\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"email\": \"shamili+chandanabros@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"648\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 2000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 2100,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 10,\n                            \"rate\": \"200.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 100,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553519948,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": \"25-MAR-19 Approved ... 25-MAR-19 Pending Approval ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553452200,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 2000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 100,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 2100,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1553452200,\n                \"tranId\": \"16\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 0,\n                \"applyList\": null,\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553590203,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"672\",\n                    \"name\": \"Return Authorization #13\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"94\",\n                    \"name\": \"Standard Credit Memo\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"email\": \"lavanya@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"375\",\n                    \"name\": \"26 Shoppers Stop\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"674\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 9000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 9450,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 10,\n                            \"rate\": \"900.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 450,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553590203,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": \"26-MAR-19 Pending Approval ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553538600,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 9000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 450,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 9450,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1553538600,\n                \"tranId\": \"17\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 9450,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 29925,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 29925,\n                            \"apply\": true,\n                            \"applyDate\": 1553538600,\n                            \"currency\": \"IND\",\n                            \"doc\": 687,\n                            \"due\": 29925,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV43\",\n                            \"total\": 119700,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1556130600,\n                            \"currency\": \"IND\",\n                            \"doc\": 3446,\n                            \"due\": 177472,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV217\",\n                            \"total\": 204140,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1556821800,\n                            \"currency\": \"IND\",\n                            \"doc\": 3781,\n                            \"due\": 472,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV253\",\n                            \"total\": 1180,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Raja\\nTest CHANDANA BROTHERS\\nCHANDANA BROS\\t\\nMAIN BAZAR \\t\\nELURU  ANDHRA PRADESH 123456\\nIndia\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553599598,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"695\",\n                    \"name\": \"Return Authorization #15\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"94\",\n                    \"name\": \"Standard Credit Memo\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"9\",\n                    \"name\": \"Vendor Discount\",\n                    \"type\": null\n                },\n                \"discountRate\": \"-5.00%\",\n                \"discountTotal\": -1500,\n                \"email\": \"shamili+chandanabros@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"697\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 30000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 31500,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 50,\n                            \"rate\": \"600.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 1500,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1555352439,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553538600,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 30000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 1425,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 29925,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1553538600,\n                \"tranId\": \"18\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 23205,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 23205,\n                            \"apply\": true,\n                            \"applyDate\": 1553625000,\n                            \"currency\": \"IND\",\n                            \"doc\": 1045,\n                            \"due\": 23205,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV50\",\n                            \"total\": 90142.5,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1556130600,\n                            \"currency\": \"IND\",\n                            \"doc\": 3446,\n                            \"due\": 177472,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV217\",\n                            \"total\": 204140,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1556821800,\n                            \"currency\": \"IND\",\n                            \"doc\": 3781,\n                            \"due\": 472,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV253\",\n                            \"total\": 1180,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Raja\\nTest CHANDANA BROTHERS\\nCHANDANA BROS\\t\\nMAIN BAZAR \\t\\nELURU  ANDHRA PRADESH 123456\\nIndia\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553675175,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1048\",\n                    \"name\": \"Return Authorization #20\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"94\",\n                    \"name\": \"Standard Credit Memo\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"10\",\n                    \"name\": \"Discount\",\n                    \"type\": null\n                },\n                \"discountRate\": \"-15.00%\",\n                \"discountTotal\": -3900,\n                \"email\": \"shamili+chandanabros@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1051\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 25000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S JEANS PANTVINTAGE \",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 26250,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"28\",\n                                \"name\": \"Test MEN'S JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"price\": null,\n                            \"quantity\": 50,\n                            \"rate\": \"500.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 1250,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Boxes\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 1000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S JEANS PANT\",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 1050,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"28\",\n                                \"name\": \"Test MEN'S JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 2,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 2,\n                            \"price\": null,\n                            \"quantity\": 10,\n                            \"rate\": null,\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 50,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"pcs\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553675253,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": \"27-MAR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": \"CH456\",\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553625000,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 26000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 1105,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 23205,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1553625000,\n                \"tranId\": \"19\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 0,\n                \"applyList\": null,\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"219\",\n                    \"name\": \"No.16, Ground floor, 4th Cross\",\n                    \"type\": null\n                },\n                \"billingAddress\": {\n                    \"addr1\": \"No.16, Ground floor, 4th Cross\",\n                    \"addr2\": \"Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CMR BROTHERS\\nNo.16, Ground floor, 4th Cross\\nSudhama Nagar\\nBANGALORE KARNATAKA 560027\\nIndia\",\n                    \"addressee\": \"Test CMR BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553681525,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1071\",\n                    \"name\": \"Return Authorization #21\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"120\"\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"112\",\n                    \"name\": \"Custom Credit Memo\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"10\",\n                    \"name\": \"Discount\",\n                    \"type\": null\n                },\n                \"discountRate\": \"-5.00%\",\n                \"discountTotal\": -4725,\n                \"email\": \"lavanya@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"389\",\n                    \"name\": \"31 CMR BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1073\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 90000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S JEANS PANT VINTAGE \",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 94500,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"28\",\n                                \"name\": \"Test MEN'S JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 100,\n                            \"rate\": \"900.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 4500,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"pcs\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 4500,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test WOMEN'S KURTI \",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 4725,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"35\",\n                                \"name\": \"Test WOMEN'S KURTI\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 2,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 2,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 20,\n                            \"rate\": \"225.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 225,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553681525,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": \"27-MAR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553625000,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 94500,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 4488.75,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 94263.75,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1553625000,\n                \"tranId\": \"20\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 94263.75,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 0,\n                \"applyList\": null,\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"219\",\n                    \"name\": \"No.16, Ground floor, 4th Cross\",\n                    \"type\": null\n                },\n                \"billingAddress\": {\n                    \"addr1\": \"No.16, Ground floor, 4th Cross\",\n                    \"addr2\": \"Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CMR BROTHERS\\nNo.16, Ground floor, 4th Cross\\nSudhama Nagar\\nBANGALORE KARNATAKA 560027\\nIndia\",\n                    \"addressee\": \"Test CMR BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553682085,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1074\",\n                    \"name\": \"Return Authorization #22\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"30\"\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"112\",\n                    \"name\": \"Custom Credit Memo\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"10\",\n                    \"name\": \"Discount\",\n                    \"type\": null\n                },\n                \"discountRate\": \"-5.00%\",\n                \"discountTotal\": -1012.5,\n                \"email\": \"lavanya@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"389\",\n                    \"name\": \"31 CMR BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1076\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 18000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S JEANS PANT VINTAGE \",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 18900,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"28\",\n                                \"name\": \"Test MEN'S JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 20,\n                            \"rate\": \"900.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 900,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"pcs\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 2250,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test WOMEN'S KURTI \",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 2362.5,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"35\",\n                                \"name\": \"Test WOMEN'S KURTI\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 2,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 2,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 10,\n                            \"rate\": \"225.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 112.5,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553682085,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": \"27-MAR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553625000,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 20250,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 961.87,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 20199.37,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1553625000,\n                \"tranId\": \"21\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 20199.37,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 403.75,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 403.75,\n                            \"apply\": true,\n                            \"applyDate\": 1553538600,\n                            \"currency\": \"IND\",\n                            \"doc\": 704,\n                            \"due\": 403.75,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV46\",\n                            \"total\": 403.75,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1556130600,\n                            \"currency\": \"IND\",\n                            \"doc\": 3446,\n                            \"due\": 177472,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV217\",\n                            \"total\": 204140,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1556821800,\n                            \"currency\": \"IND\",\n                            \"doc\": 3781,\n                            \"due\": 472,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV253\",\n                            \"total\": 1180,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Raja\\nTest CHANDANA BROTHERS\\nCHANDANA BROS\\t\\nMAIN BAZAR \\t\\nELURU  ANDHRA PRADESH 123456\\nIndia\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553861949,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"704\",\n                    \"name\": \"Invoice #INV46\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"1\"\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"112\",\n                    \"name\": \"Custom Credit Memo\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"9\",\n                    \"name\": \"Vendor Discount\",\n                    \"type\": null\n                },\n                \"discountRate\": \"-5.00%\",\n                \"discountTotal\": -21.25,\n                \"email\": \"chandanabros_eluru@yahoo.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1132\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 500,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 500,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"rate\": null,\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": -75,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": -75,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"10\",\n                                \"name\": \"Discount\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 2,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": null,\n                            \"rate\": \"-15.00%\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553861949,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": \"CH456\",\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553538600,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 425,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 403.75,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1553797800,\n                \"tranId\": \"22\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 10000,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 10000,\n                            \"apply\": true,\n                            \"applyDate\": 1554229800,\n                            \"currency\": \"IND\",\n                            \"doc\": 1379,\n                            \"due\": 70000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV65\",\n                            \"total\": 80000,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1556130600,\n                            \"currency\": \"IND\",\n                            \"doc\": 3229,\n                            \"due\": 380,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV150\",\n                            \"total\": 500,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"Add 1\",\n                    \"type\": null\n                },\n                \"billingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions\\nAdd 1\\nAdd 2\\nCity 1 MI 0123654\\nUnited States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1554918168,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1401\",\n                    \"name\": \"Return Authorization #33\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"168\",\n                            \"scriptId\": \"custbody_so_refernce_no\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"510\",\n                                \"name\": \"Sales Order #12\",\n                                \"typeId\": \"-30\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"80\"\n                        },\n                        {\n                            \"internalId\": \"173\",\n                            \"scriptId\": \"custbody_ds_inv_no\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1379\",\n                                \"name\": \"Invoice #INV65\",\n                                \"typeId\": \"-30\"\n                            }\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"112\",\n                    \"name\": \"Custom Credit Memo\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1403\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 80000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"GH Pens \",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 80000,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"GH Pens\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 80,\n                            \"rate\": \"1000.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1555232458,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": \"2\",\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1554229800,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 80000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 80000,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1554834600,\n                \"tranId\": \"23\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 70000,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 0,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1556821800,\n                            \"currency\": \"IND\",\n                            \"doc\": 3781,\n                            \"due\": 472,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV253\",\n                            \"total\": 1180,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1556130600,\n                            \"currency\": \"IND\",\n                            \"doc\": 3446,\n                            \"due\": 177472,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV217\",\n                            \"total\": 204140,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Raja\\nTest CHANDANA BROTHERS\\nCHANDANA BROS\\t\\nMAIN BAZAR \\t\\nELURU  ANDHRA PRADESH 123456\\nIndia\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1555669229,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2257\",\n                    \"name\": \"Return Authorization #34\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"500\"\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"114\",\n                    \"name\": \"Custom Credit Memo 2\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"email\": \"shamili+chandanabros@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"2259\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 100000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"4\",\n                                            \"name\": \"VINTAGE\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test BAGS VINTAGE\",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 118000,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"34\",\n                                \"name\": \"Test BAGS\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 500,\n                            \"rate\": \"200.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 18000,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1555669229,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1555612200,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 100000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 18000,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 118000,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1555612200,\n                \"tranId\": \"24\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 118000,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 24800,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 24800,\n                            \"apply\": true,\n                            \"applyDate\": 1555612200,\n                            \"currency\": \"IND\",\n                            \"doc\": 2255,\n                            \"due\": 24800,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV82\",\n                            \"total\": 424800,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1556130600,\n                            \"currency\": \"IND\",\n                            \"doc\": 3446,\n                            \"due\": 177472,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV217\",\n                            \"total\": 204140,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1556821800,\n                            \"currency\": \"IND\",\n                            \"doc\": 3781,\n                            \"due\": 472,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV253\",\n                            \"total\": 1180,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Raja\\nTest CHANDANA BROTHERS\\nCHANDANA BROS\\t\\nMAIN BAZAR \\t\\nELURU  ANDHRA PRADESH 123456\\nIndia\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1555670010,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2255\",\n                    \"name\": \"Invoice #INV82\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"250\"\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"114\",\n                    \"name\": \"Custom Credit Memo 2\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"email\": \"shamili+chandanabros@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"2260\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 75000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"3\",\n                                            \"name\": \"HM Clothing Brand\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S JEANS PANT HM Clothing Brand\",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 88500,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"28\",\n                                \"name\": \"Test MEN'S JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 250,\n                            \"rate\": \"300.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 13500,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"pcs\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1555670010,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1555612200,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 75000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 13500,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 88500,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1555612200,\n                \"tranId\": \"25\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 63700,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 1400,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1400,\n                            \"apply\": true,\n                            \"applyDate\": 1555612200,\n                            \"currency\": \"IND\",\n                            \"doc\": 2261,\n                            \"due\": 1400,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV83\",\n                            \"total\": 259600,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"219\",\n                    \"name\": \"No.16, Ground floor, 4th Cross\",\n                    \"type\": null\n                },\n                \"billingAddress\": {\n                    \"addr1\": \"No.16, Ground floor, 4th Cross\",\n                    \"addr2\": \"Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CMR BROTHERS\\nNo.16, Ground floor, 4th Cross\\nSudhama Nagar\\nBANGALORE KARNATAKA 560027\\nIndia\",\n                    \"addressee\": \"Test CMR BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1555670915,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2261\",\n                    \"name\": \"Invoice #INV83\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"2\"\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"114\",\n                    \"name\": \"Custom Credit Memo 2\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"email\": \"lavanya@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"389\",\n                    \"name\": \"31 CMR BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"2262\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 500,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"BLUE MONKEY\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S SHIRT BLUE MONKEY\",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 590,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"27\",\n                                \"name\": \"Test MEN'S SHIRT\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"rate\": \"500.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 90,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 750,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 885,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"35\",\n                                \"name\": \"Test WOMEN'S KURTI\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 3,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"rate\": \"750.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 135,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1555919994,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1555612200,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 1250,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 225,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 1475,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1555612200,\n                \"tranId\": \"26\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 75,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 0,\n                \"applyList\": null,\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1555676279,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2265\",\n                    \"name\": \"Invoice #INV85\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"1\"\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"114\",\n                    \"name\": \"Custom Credit Memo 2\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"384\",\n                    \"name\": \"29 Test HAPPY SHOPPY\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"2267\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 200,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"BLUE MONKEY\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S SHIRT BLUE MONKEY\",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 236,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"27\",\n                                \"name\": \"Test MEN'S SHIRT\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"rate\": \"200.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 36,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1555676279,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1555612200,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 200,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 36,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 236,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1555612200,\n                \"tranId\": \"27\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 236,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 3122.28,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 3122.28,\n                            \"apply\": true,\n                            \"applyDate\": 1557426600,\n                            \"currency\": \"IND\",\n                            \"doc\": 3986,\n                            \"due\": 3122.28,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV297\",\n                            \"total\": 3122.28,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1556130600,\n                            \"currency\": \"IND\",\n                            \"doc\": 3329,\n                            \"due\": 189000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV151\",\n                            \"total\": 189000,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RAJESH KUMAR\\nRATHINA VILAS \\n25\\nPOOKADI STREET\\nRASIPURAM TAMILNADU 637408\\nIndia\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1555676932,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2268\",\n                    \"name\": \"Invoice #INV86\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"80\"\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"114\",\n                    \"name\": \"Custom Credit Memo 2\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"email\": \"ritu+ratnavilas@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"367\",\n                    \"name\": \"23 Test RATHINA VILAS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"2270\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 40000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"BLUE MONKEY\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test WOMEN'S KURTI BLUE MONKEY\",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 47200,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"35\",\n                                \"name\": \"Test WOMEN'S KURTI\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 80,\n                            \"rate\": \"500.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 7200,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1555676932,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1555612200,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 40000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 7200,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 47200,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1555612200,\n                \"tranId\": \"28\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 44077.72,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 7080,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 7080,\n                            \"apply\": true,\n                            \"applyDate\": 1555612200,\n                            \"currency\": \"IND\",\n                            \"doc\": 2271,\n                            \"due\": 7080,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV87\",\n                            \"total\": 120950,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1556130600,\n                            \"currency\": \"IND\",\n                            \"doc\": 3433,\n                            \"due\": 59000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV214\",\n                            \"total\": 59000,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1555677688,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2271\",\n                    \"name\": \"Invoice #INV87\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"30\"\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"114\",\n                    \"name\": \"Custom Credit Memo 2\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"386\",\n                    \"name\": \"30 Test SHOBA PARADISE\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"2272\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 6000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test BAGS \",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 7080,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"34\",\n                                \"name\": \"Test BAGS\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 30,\n                            \"rate\": \"200.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 1080,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1555677780,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1555612200,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 6000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 1080,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 7080,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1555612200,\n                \"tranId\": \"29\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 0,\n                \"applyList\": null,\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"219\",\n                    \"name\": \"No.16, Ground floor, 4th Cross\",\n                    \"type\": null\n                },\n                \"billingAddress\": {\n                    \"addr1\": \"No.16, Ground floor, 4th Cross\",\n                    \"addr2\": \"Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CMR BROTHERS\\nNo.16, Ground floor, 4th Cross\\nSudhama Nagar\\nBANGALORE KARNATAKA 560027\\nIndia\",\n                    \"addressee\": \"Test CMR BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1555678271,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2273\",\n                    \"name\": \"Invoice #INV88\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"250\"\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"114\",\n                    \"name\": \"Custom Credit Memo 2\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"email\": \"lavanya@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"389\",\n                    \"name\": \"31 CMR BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"2275\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 125000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S JEANS PANT \",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 147500,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"28\",\n                                \"name\": \"Test MEN'S JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 250,\n                            \"rate\": \"500.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 22500,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"pcs\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1555678271,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1555612200,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 125000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 22500,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 147500,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1555612200,\n                \"tranId\": \"30\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 147500,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 7080,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 2000,\n                            \"apply\": true,\n                            \"applyDate\": 1559500200,\n                            \"currency\": \"IND\",\n                            \"doc\": 4234,\n                            \"due\": 2000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV324\",\n                            \"total\": 2124,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 300,\n                            \"apply\": true,\n                            \"applyDate\": 1559500200,\n                            \"currency\": \"IND\",\n                            \"doc\": 4232,\n                            \"due\": 300,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV323\",\n                            \"total\": 708,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 300,\n                            \"apply\": true,\n                            \"applyDate\": 1559500200,\n                            \"currency\": \"IND\",\n                            \"doc\": 4229,\n                            \"due\": 300,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV322\",\n                            \"total\": 590,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 4400,\n                            \"apply\": true,\n                            \"applyDate\": 1559500200,\n                            \"currency\": \"IND\",\n                            \"doc\": 4236,\n                            \"due\": 4400,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV325\",\n                            \"total\": 12744,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 80,\n                            \"apply\": true,\n                            \"applyDate\": 1556476200,\n                            \"currency\": \"IND\",\n                            \"doc\": 3585,\n                            \"due\": 80,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV232\",\n                            \"total\": 354,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"219\",\n                    \"name\": \"No.16, Ground floor, 4th Cross\",\n                    \"type\": null\n                },\n                \"billingAddress\": {\n                    \"addr1\": \"No.16, Ground floor, 4th Cross\",\n                    \"addr2\": \"Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CMR BROTHERS\\nNo.16, Ground floor, 4th Cross\\nSudhama Nagar\\nBANGALORE KARNATAKA 560027\\nIndia\",\n                    \"addressee\": \"Test CMR BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1555678492,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2273\",\n                    \"name\": \"Invoice #INV88\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"10\"\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"114\",\n                    \"name\": \"Custom Credit Memo 2\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"email\": \"lavanya@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"389\",\n                    \"name\": \"31 CMR BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"2276\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 6000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Bow \",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 7080,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"239\",\n                                \"name\": \"Bow\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 10,\n                            \"rate\": \"600.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 1080,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1559556113,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1555612200,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 6000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 1080,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 7080,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1555612200,\n                \"tranId\": \"31\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 2360,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 2360,\n                            \"apply\": true,\n                            \"applyDate\": 1555612200,\n                            \"currency\": \"IND\",\n                            \"doc\": 2377,\n                            \"due\": 2360,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV90\",\n                            \"total\": 7080,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1556130600,\n                            \"currency\": \"IND\",\n                            \"doc\": 3329,\n                            \"due\": 189000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV151\",\n                            \"total\": 189000,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RAJESH KUMAR\\nRATHINA VILAS \\n25\\nPOOKADI STREET\\nRASIPURAM TAMILNADU 637408\\nIndia\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1555678649,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2377\",\n                    \"name\": \"Invoice #INV90\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"10\"\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"114\",\n                    \"name\": \"Custom Credit Memo 2\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"email\": \"ritu+ratnavilas@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"367\",\n                    \"name\": \"23 Test RATHINA VILAS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"2378\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 2000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test SOCKS \",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 2360,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"33\",\n                                \"name\": \"Test SOCKS\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 10,\n                            \"rate\": \"200.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 360,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1555678649,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1555612200,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 2000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 360,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 2360,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1555612200,\n                \"tranId\": \"32\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 472,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 472,\n                            \"apply\": true,\n                            \"applyDate\": 1555612200,\n                            \"currency\": \"IND\",\n                            \"doc\": 2377,\n                            \"due\": 472,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV90\",\n                            \"total\": 7080,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1556130600,\n                            \"currency\": \"IND\",\n                            \"doc\": 3329,\n                            \"due\": 189000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV151\",\n                            \"total\": 189000,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RAJESH KUMAR\\nRATHINA VILAS \\n25\\nPOOKADI STREET\\nRASIPURAM TAMILNADU 637408\\nIndia\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1555678707,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2377\",\n                    \"name\": \"Invoice #INV90\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"2\"\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"114\",\n                    \"name\": \"Custom Credit Memo 2\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"email\": \"ritu+ratnavilas@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"367\",\n                    \"name\": \"23 Test RATHINA VILAS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"2380\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 400,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test SOCKS \",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 472,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"33\",\n                                \"name\": \"Test SOCKS\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 2,\n                            \"rate\": \"200.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 72,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1555678707,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1555612200,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 400,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 72,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 472,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1555612200,\n                \"tranId\": \"33\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 11800,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 11800,\n                            \"apply\": true,\n                            \"applyDate\": 1555612200,\n                            \"currency\": \"IND\",\n                            \"doc\": 2385,\n                            \"due\": 11800,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV93\",\n                            \"total\": 23600,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1556130600,\n                            \"currency\": \"IND\",\n                            \"doc\": 3446,\n                            \"due\": 177472,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV217\",\n                            \"total\": 204140,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"applyDate\": 1556821800,\n                            \"currency\": \"IND\",\n                            \"doc\": 3781,\n                            \"due\": 472,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV253\",\n                            \"total\": 1180,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": false,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Raja\\nTest CHANDANA BROTHERS\\nCHANDANA BROS\\t\\nMAIN BAZAR \\t\\nELURU  ANDHRA PRADESH 123456\\nIndia\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1555681653,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2385\",\n                    \"name\": \"Invoice #INV93\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"100\"\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"114\",\n                    \"name\": \"Custom Credit Memo 2\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"email\": \"shamili+chandanabros@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"2386\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 10000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S JEANS PANT \",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 11800,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"28\",\n                                \"name\": \"Test MEN'S JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 100,\n                            \"rate\": \"100.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 1800,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"pcs\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1555681653,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1555612200,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 10000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 1800,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 11800,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1555612200,\n                \"tranId\": \"35\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_091620191038539859983796134_aefcc737\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 2,\n    \"totalRecords\": 43\n}"}],"_postman_id":"6bfdf129-fe6a-4e58-9de4-de6e43277f3e"},{"name":"Retrieve credit memos by search ID","id":"a44c3700-e522-43e9-ac70-8f32d835afdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/creditMemo?searchId=WEBSERVICES_5333445_SB1_10232019112881097147262561_5621f0774&page=5","urlObject":{"protocol":"https","path":["netsuite","v0","creditMemo"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_10232019112881097147262561_5621f0774"},{"key":"page","value":"5"}],"variable":[]}},"response":[{"id":"f5a01e95-eefd-48c3-96c6-98c5bd1d01e9","name":"Retrieve credit memos by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/creditMemo?searchId=WEBSERVICES_5333445_SB1_10232019112881097147262561_5621f0774&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","creditMemo"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_10232019112881097147262561_5621f0774"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 15:40:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"75316"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 2,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 0,\n                \"applyList\": null,\n                \"autoApply\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1555682419,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2388\",\n                    \"name\": \"Invoice #INV94\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"50\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"email\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"392\",\n                    \"name\": \"14:1 Imtiaz ansari : info123\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"2390\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 5000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"BLUE MONKEY\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S SHIRT BLUE MONKEY\",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 5900,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"27\",\n                                \"name\": \"Test MEN'S SHIRT\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 50,\n                            \"rate\": \"100.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 900,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1555682419,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1555612200,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 5000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 900,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 5900,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1555612200,\n                \"tranId\": \"36\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 5900,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 18880,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 18880,\n                            \"apply\": true,\n                            \"applyDate\": 1555743600,\n                            \"currency\": \"IND\",\n                            \"doc\": 2410,\n                            \"due\": 18880,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV97\",\n                            \"total\": 79296,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1555753013,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2410\",\n                    \"name\": \"Invoice #INV97\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"80\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"384\",\n                    \"name\": \"29 Test HAPPY SHOPPY\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"2411\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 16000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"BLUE MONKEY\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"175\",\n                                        \"scriptId\": \"custcol_gh_line_no\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S SHIRT BLUE MONKEY\",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 18880,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"27\",\n                                \"name\": \"Test MEN'S SHIRT\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 80,\n                            \"rate\": \"200.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 2880,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1555753013,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1555698600,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 16000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 2880,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 18880,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1555698600,\n                \"tranId\": \"37\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 472,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 472,\n                            \"apply\": true,\n                            \"applyDate\": 1555916400,\n                            \"currency\": \"IND\",\n                            \"doc\": 2441,\n                            \"due\": 472,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV105\",\n                            \"total\": 2360,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.16, Ground floor, 4th Cross\",\n                    \"addr2\": \"Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CMR BROTHERS<br>No.16, Ground floor, 4th Cross<br>Sudhama Nagar<br>BANGALORE KARNATAKA 560027<br>India\",\n                    \"addressee\": \"Test CMR BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"253\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1555923575,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2441\",\n                    \"name\": \"Invoice #INV105\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"2\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"email\": \"lavanya@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"389\",\n                    \"name\": \"31 CMR BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"2442\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 400,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"3\",\n                                            \"name\": \"HM Clothing Brand\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"175\",\n                                        \"scriptId\": \"custcol_gh_line_no\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test WOMEN'S KURTI HM Clothing Brand\",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 472,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"35\",\n                                \"name\": \"Test WOMEN'S KURTI\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 2,\n                            \"rate\": \"200.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 72,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1555923575,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1555871400,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 400,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 72,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 472,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1555871400,\n                \"tranId\": \"39\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 7080,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 7080,\n                            \"apply\": true,\n                            \"applyDate\": 1555916400,\n                            \"currency\": \"IND\",\n                            \"doc\": 2446,\n                            \"due\": 7080,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV106\",\n                            \"total\": 17700,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1555923901,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2446\",\n                    \"name\": \"Invoice #INV106\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"12\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"email\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4501\",\n                    \"name\": \"228 Test DS Cust123\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"2447\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 6000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"BLUE MONKEY\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"175\",\n                                        \"scriptId\": \"custcol_gh_line_no\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S SHIRT BLUE MONKEY\",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 7080,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"27\",\n                                \"name\": \"Test MEN'S SHIRT\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 12,\n                            \"rate\": \"500.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 1080,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1555932897,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1555871400,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 6000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 1080,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 7080,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1555871400,\n                \"tranId\": \"40\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 59,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 59,\n                            \"apply\": true,\n                            \"applyDate\": 1555916400,\n                            \"currency\": \"IND\",\n                            \"doc\": 2450,\n                            \"due\": 59,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV107\",\n                            \"total\": 236,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Raja<br>Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"382\",\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1555935628,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2450\",\n                    \"name\": \"Invoice #INV107\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"50\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"email\": \"shamili+chandanabros@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"2451\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 50,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S COTTON PANT \",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 59,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"32\",\n                                \"name\": \"Test MEN'S COTTON PANT\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 50,\n                            \"rate\": \"1.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 9,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1555935681,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1555871400,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 50,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 9,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 59,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1555871400,\n                \"tranId\": \"41\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 26668,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 26668,\n                            \"apply\": true,\n                            \"applyDate\": 1556175600,\n                            \"currency\": \"IND\",\n                            \"doc\": 3446,\n                            \"due\": 204140,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV217\",\n                            \"total\": 204140,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Raja<br>Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"596\",\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1556271396,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3446\",\n                    \"name\": \"Invoice #INV217\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"33\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"email\": \"shamili+chandanabros@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"3495\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 3000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"3\",\n                                            \"name\": \"HM Clothing Brand\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"193\",\n                                        \"scriptId\": \"custcol4\",\n                                        \"value\": 500\n                                    },\n                                    {\n                                        \"internalId\": \"175\",\n                                        \"scriptId\": \"custcol_gh_line_no\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Capri HM Clothing Brand\",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 3540,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"242\",\n                                \"name\": \"Capri\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 6,\n                            \"rate\": \"500.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 540,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 3000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"BLUE MONKEY\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Boxer BLUE MONKEY\",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 3540,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"240\",\n                                \"name\": \"Boxer\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 2,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 5,\n                            \"rate\": \"600.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 540,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 7000,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"4\",\n                                            \"name\": \"VINTAGE\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Coat Pant / Blazer VINTAGE\",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 8260,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"243\",\n                                \"name\": \"Coat Pant / Blazer\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 3,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 10,\n                            \"rate\": \"700.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 1260,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 9600,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"4\",\n                                            \"name\": \"VINTAGE\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Coat Pant / Blazer VINTAGE\",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 11328,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"243\",\n                                \"name\": \"Coat Pant / Blazer\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 4,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 12,\n                            \"rate\": \"800.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 1728,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556271455,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1556130600,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 22600,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 4068,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 26668,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1556217000,\n                \"tranId\": \"44\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 2500,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 2225,\n                            \"apply\": true,\n                            \"applyDate\": 1556521200,\n                            \"currency\": \"IND\",\n                            \"doc\": 3559,\n                            \"due\": 2225,\n                            \"job\": null,\n                            \"line\": 1,\n                            \"refNum\": \"1\",\n                            \"total\": 2225,\n                            \"type\": \"Customer Refund\"\n                        },\n                        {\n                            \"amount\": 275,\n                            \"apply\": true,\n                            \"applyDate\": 1556521200,\n                            \"currency\": \"IND\",\n                            \"doc\": 3553,\n                            \"due\": 275,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV224\",\n                            \"total\": 2500,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1556529298,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3553\",\n                    \"name\": \"Invoice #INV224\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"1\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"email\": \"sarika+test@123.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4906\",\n                    \"name\": \"237 Test 12258\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"3558\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": false,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 2500,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"1\",\n                                            \"name\": \"BAJAJ\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test SOCKS BAJAJ\",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": true,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"33\",\n                                \"name\": \"Test SOCKS\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"rate\": \"2500.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556530314,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": \"memo memo memo memo memo memo memo memo memo memo\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": \"1122223\",\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1556476200,\n                \"salesGroup\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"Navaneeth.D\",\n                    \"type\": null\n                },\n                \"salesTeamList\": {\n                    \"replaceAll\": \"true\",\n                    \"salesTeam\": [\n                        {\n                            \"contribution\": 100,\n                            \"employee\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Navaneeth.D\",\n                                \"type\": null\n                            },\n                            \"isPrimary\": true,\n                            \"salesRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-2\",\n                                \"name\": \"Sales Rep\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 2500,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"Noth Dakota\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-7\",\n                    \"name\": \"-Not Taxable-\",\n                    \"type\": null\n                },\n                \"taxPointDate\": null,\n                \"taxRate\": 0,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 2500,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1556476200,\n                \"tranId\": \"45\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 59,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 59,\n                            \"apply\": true,\n                            \"applyDate\": 1556607600,\n                            \"currency\": \"IND\",\n                            \"doc\": 3633,\n                            \"due\": 1770,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV245\",\n                            \"total\": 1770,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1556618348,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3633\",\n                    \"name\": \"Invoice #INV245\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"30\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"email\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4501\",\n                    \"name\": \"228 Test DS Cust123\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"3636\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 10,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"175\",\n                                        \"scriptId\": \"custcol_gh_line_no\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Capri \",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 11.8,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"242\",\n                                \"name\": \"Capri\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 10,\n                            \"rate\": \"1.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 1.8,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 40,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Capri \",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 47.2,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"242\",\n                                \"name\": \"Capri\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 2,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 20,\n                            \"rate\": \"2.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 7.2,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556618348,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1556562600,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 50,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 9,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 59,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1556562600,\n                \"tranId\": \"48\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 708,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 708,\n                            \"apply\": true,\n                            \"applyDate\": 1556866800,\n                            \"currency\": \"IND\",\n                            \"doc\": 3781,\n                            \"due\": 1180,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV253\",\n                            \"total\": 1180,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Raja<br>Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"626\",\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1556884841,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3781\",\n                    \"name\": \"Invoice #INV253\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"60\"\n                        },\n                        {\n                            \"internalId\": \"195\",\n                            \"scriptId\": \"custbody19\",\n                            \"value\": 200\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"email\": \"shamili+chandanabros@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"3782\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 600,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"175\",\n                                        \"scriptId\": \"custcol_gh_line_no\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S COTTON PANT \",\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 708,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"32\",\n                                \"name\": \"Test MEN'S COTTON PANT\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 60,\n                            \"rate\": \"10.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 108,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556884841,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"125\",\n                    \"name\": \"May 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1556821800,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 600,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 108,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 708,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1556821800,\n                \"tranId\": \"49\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 236,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 236,\n                            \"apply\": true,\n                            \"applyDate\": 1558508400,\n                            \"currency\": \"IND\",\n                            \"doc\": 4174,\n                            \"due\": 236,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV305\",\n                            \"total\": 531,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1558510902,\n                \"createdFrom\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"1\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"email\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5013\",\n                    \"name\": \"244 Test Hourly\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"4176\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 200,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 236,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"35\",\n                                \"name\": \"Test WOMEN'S KURTI\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"rate\": \"200.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 36,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1558511636,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"125\",\n                    \"name\": \"May 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1558463400,\n                \"salesGroup\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"Navaneeth.D\",\n                    \"type\": null\n                },\n                \"salesTeamList\": {\n                    \"replaceAll\": \"true\",\n                    \"salesTeam\": [\n                        {\n                            \"contribution\": 100,\n                            \"employee\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Navaneeth.D\",\n                                \"type\": null\n                            },\n                            \"isPrimary\": true,\n                            \"salesRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-2\",\n                                \"name\": \"Sales Rep\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 200,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 36,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 236,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1558463400,\n                \"tranId\": \"50\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 400,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 400,\n                            \"apply\": true,\n                            \"applyDate\": 1558508400,\n                            \"currency\": \"IND\",\n                            \"doc\": 4179,\n                            \"due\": 545,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV306\",\n                            \"total\": 645,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1558513152,\n                \"createdFrom\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"1\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"email\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5014\",\n                    \"name\": \"245 Test Deletion\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"4180\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": false,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 400,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": true,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"34\",\n                                \"name\": \"Test BAGS\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"rate\": \"400.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1558513200,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"125\",\n                    \"name\": \"May 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1558463400,\n                \"salesGroup\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"Navaneeth.D\",\n                    \"type\": null\n                },\n                \"salesTeamList\": {\n                    \"replaceAll\": \"true\",\n                    \"salesTeam\": [\n                        {\n                            \"contribution\": 100,\n                            \"employee\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Navaneeth.D\",\n                                \"type\": null\n                            },\n                            \"isPrimary\": true,\n                            \"salesRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-2\",\n                                \"name\": \"Sales Rep\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Fully Applied\",\n                \"subTotal\": 400,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"US Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-7\",\n                    \"name\": \"-Not Taxable-\",\n                    \"type\": null\n                },\n                \"taxPointDate\": null,\n                \"taxRate\": 0,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 400,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1558463400,\n                \"tranId\": \"51\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 0,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 118,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 118,\n                            \"apply\": true,\n                            \"applyDate\": 1558508400,\n                            \"currency\": \"IND\",\n                            \"doc\": 4181,\n                            \"due\": 118,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV307\",\n                            \"total\": 118,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1558519258,\n                \"createdFrom\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"2\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"email\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5013\",\n                    \"name\": \"244 Test Hourly\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"4182\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 160,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 188.8,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"35\",\n                                \"name\": \"Test WOMEN'S KURTI\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"rate\": \"160.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 28.8,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 120,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 141.6,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"33\",\n                                \"name\": \"Test SOCKS\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 6,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"rate\": \"120.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 21.6,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1558526779,\n                \"leadSource\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"125\",\n                    \"name\": \"May 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1558463400,\n                \"salesGroup\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"Navaneeth.D\",\n                    \"type\": null\n                },\n                \"salesTeamList\": {\n                    \"replaceAll\": \"true\",\n                    \"salesTeam\": [\n                        {\n                            \"contribution\": 100,\n                            \"employee\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Navaneeth.D\",\n                                \"type\": null\n                            },\n                            \"isPrimary\": true,\n                            \"salesRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-2\",\n                                \"name\": \"Sales Rep\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 280,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 50.4,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 330.4,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1558463400,\n                \"tranId\": \"52\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 212.4,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 0,\n                \"applyList\": null,\n                \"autoApply\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1559303492,\n                \"createdFrom\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"2\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"email\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5856\",\n                    \"name\": \"260 Test Created Via\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"4223\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 40,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 47.2,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"368\",\n                                \"name\": \"InvItem1\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"rate\": \"40.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 7.2,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 100,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 118,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"34\",\n                                \"name\": \"Test BAGS\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 5,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"rate\": \"100.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 18,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1559304008,\n                \"leadSource\": null,\n                \"location\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"Atlanta : Hyd\",\n                    \"type\": null\n                },\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"125\",\n                    \"name\": \"May 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1559241000,\n                \"salesGroup\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"Navaneeth.D\",\n                    \"type\": null\n                },\n                \"salesTeamList\": {\n                    \"replaceAll\": \"true\",\n                    \"salesTeam\": [\n                        {\n                            \"contribution\": 100,\n                            \"employee\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Navaneeth.D\",\n                                \"type\": null\n                            },\n                            \"isPrimary\": true,\n                            \"salesRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-2\",\n                                \"name\": \"Sales Rep\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 140,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 25.2,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 165.2,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1559241000,\n                \"tranId\": \"53\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 165.2,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"applied\": 0,\n                \"applyList\": null,\n                \"autoApply\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"Sri Durga Chambers, Thankur Mansion Lane\",\n                    \"addr2\": \"Somajiguda\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Sunil<br>Dhruvsoft Services Pvt Ltd<br>Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad Telangana 50082<br>India\",\n                    \"addressee\": \"Dhruvsoft Services Pvt Ltd\",\n                    \"attention\": \"Sunil\",\n                    \"city\": \"Hyderabad\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"259\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Telangana\",\n                    \"zip\": \"50082\"\n                },\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1571046363,\n                \"createdFrom\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"182\",\n                            \"scriptId\": \"custbody15\",\n                            \"value\": \"1\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"email\": \"abc@dhruvsoft.com\",\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"6\",\n                    \"name\": \"1 Dhruvsoft Services Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"giftCert\": null,\n                \"giftCertApplied\": null,\n                \"giftCertAvailable\": null,\n                \"giftCertTotal\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"11850\",\n                \"isMultiShipTo\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 300,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 354,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"370\",\n                                \"name\": \"Inv Item 3\",\n                                \"type\": null\n                            },\n                            \"job\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"rate\": \"300.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipCarrier\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 54,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1571046598,\n                \"leadSource\": null,\n                \"location\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"Atlanta : Hyd\",\n                    \"type\": null\n                },\n                \"memo\": \"24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"otherRefNum\": \"24-MAR-19 Pending Approval ...24-MAR-19 Pendi\",\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"132\",\n                    \"name\": \"Oct 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"recognizedRevenue\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1570991400,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipMethod\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 300,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 54,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 354,\n                \"totalCostEstimate\": null,\n                \"tranDate\": 1570991400,\n                \"tranId\": \"56\",\n                \"tranIsVsoeBundle\": null,\n                \"unapplied\": 354,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_10232019112881097147262561_5621f0774\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 2,\n    \"totalRecords\": 44\n}"}],"_postman_id":"a44c3700-e522-43e9-ac70-8f32d835afdc"},{"name":"Retrieve credit memos by where","id":"101877c3-4c7c-4d72-9851-1c942a041fb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/creditMemo?where=DateCreated>1546278954","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateCreated</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>TranDate</td>\n<td>1578954123</td>\n<td>Used to Include the transaction date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>6</td>\n<td>Used to Include the Customer filter for the request. e.g., Customer=6.</td>\n</tr>\n<tr>\n<td>Employee</td>\n<td>4</td>\n<td>Used to Include the Employee filter for the request. e.g., Employee=4.</td>\n</tr>\n<tr>\n<td>Entity</td>\n<td>6</td>\n<td>Used to Include the Entity filter for the request. e.g., Entity=6.</td>\n</tr>\n<tr>\n<td>Memorized</td>\n<td>false</td>\n<td>Used to Include the Memorized filter for the request. e.g., Memorized=false.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.  <br />  <br /></td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","creditMemo"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"DateCreated>1546278954"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"c5dd8112-82ba-4b41-9bb1-39e9de34071e","name":"Retrieve credit memos by where","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/creditMemo?where=DateCreated>1546278954","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","creditMemo"],"query":[{"key":"where","value":"DateCreated>1546278954"},{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 10:04:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"262"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": null,\n    \"pageSize\": null,\n    \"recordList\": null,\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_12172019324074372914175441_600104d\",\n    \"searchRowList\": null,\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 0,\n    \"totalRecords\": 0\n}"}],"_postman_id":"101877c3-4c7c-4d72-9851-1c942a041fb1"},{"name":"Retrieve a credit memo by ID","id":"246312c8-14eb-41ee-9560-d554f15b8bc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/creditMemo?id=16658","urlObject":{"protocol":"https","path":["netsuite","v0","creditMemo"],"host":["api","prestructured","com"],"query":[{"disabled":true,"key":"","value":""},{"key":"id","value":"16658"}],"variable":[]}},"response":[{"id":"9f99854d-243f-4e81-b427-73152af0bc8e","name":"Retrieve a credit memo by ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","type":"text","value":"30"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/creditMemo?id=16658","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","creditMemo"],"query":[{"key":"id","value":"16658"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 15:40:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"75316"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"account\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"144\",\r\n          \"name\": \"11010 Accounts Receivable : Trade Debtors\",\r\n          \"type\": null\r\n        },\r\n        \"accountingBookDetailList\": null,\r\n        \"altHandlingCost\": null,\r\n        \"altShippingCost\": null,\r\n        \"amountPaid\": null,\r\n        \"amountRemaining\": null,\r\n        \"applied\": 0.0,\r\n        \"applyList\": {\r\n          \"apply\": [\r\n            {\r\n              \"amount\": null,\r\n              \"apply\": false,\r\n              \"applyDate\": 1541116800,\r\n              \"currency\": \"EUR\",\r\n              \"doc\": 16653,\r\n              \"due\": 1690.66,\r\n              \"job\": null,\r\n              \"line\": 0,\r\n              \"refNum\": \"IN0000764\",\r\n              \"total\": 1690.66,\r\n              \"type\": \"Invoice\"\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"autoApply\": false,\r\n        \"balance\": null,\r\n        \"billAddressList\": null,\r\n        \"billingAddress\": {\r\n          \"addr1\": \"1 Molesworth St.\",\r\n          \"addr2\": null,\r\n          \"addr3\": null,\r\n          \"addrPhone\": \"01 671 1000\",\r\n          \"addrText\": \"A B C Pattern\\n1 Molesworth St.\\nDublin 2  \\nIreland\",\r\n          \"addressee\": \"A B C Pattern\",\r\n          \"attention\": null,\r\n          \"city\": \"Dublin 2\",\r\n          \"country\": \"_ireland\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": null,\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": null,\r\n          \"zip\": null\r\n        },\r\n        \"class\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"3\",\r\n          \"name\": \"Seasonal Sales\",\r\n          \"type\": null\r\n        },\r\n        \"contribPct\": null,\r\n        \"createdDate\": 1543198067,\r\n        \"createdFrom\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"16656\",\r\n          \"name\": \"Return Authorisation #RA0000001\",\r\n          \"type\": null\r\n        },\r\n        \"currency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"EUR\",\r\n          \"type\": null\r\n        },\r\n        \"currencyName\": \"EUR\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"1745\",\r\n              \"scriptId\": \"custbody_sii_not_reported_in_time\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1653\",\r\n              \"scriptId\": \"custbody_sii_is_third_party\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1744\",\r\n              \"scriptId\": \"custbody_sii_article_72_73\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1746\",\r\n              \"scriptId\": \"custbody_sii_article_61d\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1779\",\r\n              \"scriptId\": \"custbodyapply_addl_tax\",\r\n              \"value\": false\r\n            }\r\n          ]\r\n        },\r\n        \"customForm\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"94\",\r\n          \"name\": \"Standard Credit Memo\",\r\n          \"type\": null\r\n        },\r\n        \"deferredRevenue\": null,\r\n        \"department\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"2\",\r\n          \"name\": \"Marketing\",\r\n          \"type\": null\r\n        },\r\n        \"discountItem\": null,\r\n        \"discountRate\": null,\r\n        \"discountTotal\": 0.0,\r\n        \"email\": \"purchasing@ABC.com\",\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"373\",\r\n          \"name\": \"C53 A B C Pattern\",\r\n          \"type\": null\r\n        },\r\n        \"entityTaxRegNum\": null,\r\n        \"estGrossProfit\": 91.5,\r\n        \"estGrossProfitPercent\": 27.2727,\r\n        \"exchangeRate\": 1.0,\r\n        \"excludeCommission\": null,\r\n        \"externalId\": null,\r\n        \"fax\": null,\r\n        \"giftCert\": null,\r\n        \"giftCertApplied\": null,\r\n        \"giftCertAvailable\": null,\r\n        \"giftCertTotal\": null,\r\n        \"handlingCost\": null,\r\n        \"handlingTax1Rate\": null,\r\n        \"handlingTax2Rate\": null,\r\n        \"handlingTaxCode\": null,\r\n        \"internalId\": \"16658\",\r\n        \"isMultiShipTo\": null,\r\n        \"isTaxable\": null,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 335.5,\r\n              \"binNumbers\": null,\r\n              \"catchUpPeriod\": null,\r\n              \"chargeType\": null,\r\n              \"chargesList\": null,\r\n              \"class\": null,\r\n              \"costEstimate\": 244.0,\r\n              \"costEstimateType\": \"_averageCost\",\r\n              \"customFieldList\": {\r\n                \"customField\": [\r\n                  {\r\n                    \"internalId\": \"256\",\r\n                    \"scriptId\": \"custcol_5892_eutriangulation\",\r\n                    \"value\": false\r\n                  }\r\n                ]\r\n              },\r\n              \"deferRevRec\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"giftCertFrom\": null,\r\n              \"giftCertMessage\": null,\r\n              \"giftCertNumber\": null,\r\n              \"giftCertRecipientEmail\": null,\r\n              \"giftCertRecipientName\": null,\r\n              \"grossAmt\": 412.67,\r\n              \"inventoryDetail\": null,\r\n              \"isTaxable\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"86\",\r\n                \"name\": \"APPAREL : Jacket : Lodge Jacket B-S\",\r\n                \"type\": null\r\n              },\r\n              \"job\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"options\": {\r\n                \"customField\": [\r\n                  {\r\n                    \"internalId\": \"1015\",\r\n                    \"scriptId\": \"custcol1\",\r\n                    \"value\": {\r\n                      \"externalId\": null,\r\n                      \"internalId\": \"3\",\r\n                      \"name\": \"Small\",\r\n                      \"typeId\": \"141\"\r\n                    }\r\n                  },\r\n                  {\r\n                    \"internalId\": \"1017\",\r\n                    \"scriptId\": \"custcol2\",\r\n                    \"value\": {\r\n                      \"externalId\": null,\r\n                      \"internalId\": \"1\",\r\n                      \"name\": \"Blue\",\r\n                      \"typeId\": \"142\"\r\n                    }\r\n                  }\r\n                ]\r\n              },\r\n              \"orderLine\": 1,\r\n              \"price\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\",\r\n                \"type\": null\r\n              },\r\n              \"quantity\": 1.0,\r\n              \"rate\": \"335.50\",\r\n              \"revRecEndDate\": null,\r\n              \"revRecSchedule\": null,\r\n              \"revRecStartDate\": null,\r\n              \"revRecTermInMonths\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipCarrier\": null,\r\n              \"shipMethod\": null,\r\n              \"subscriptionLine\": null,\r\n              \"tax1Amt\": 77.17,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"55\",\r\n                \"name\": \"VAT:S-IE\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 23.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null,\r\n              \"vsoeAllocation\": null,\r\n              \"vsoeAmount\": null,\r\n              \"vsoeDeferral\": null,\r\n              \"vsoeDelivered\": null,\r\n              \"vsoeIsEstimate\": null,\r\n              \"vsoePermitDiscount\": null,\r\n              \"vsoePrice\": null,\r\n              \"vsoeSopGroup\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"job\": null,\r\n        \"lastModifiedDate\": 1541348549,\r\n        \"leadSource\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"11\",\r\n          \"name\": \"CA02 Quarterly Promo\",\r\n          \"type\": null\r\n        },\r\n        \"location\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"7\",\r\n          \"name\": \"Dublin\",\r\n          \"type\": null\r\n        },\r\n        \"memo\": null,\r\n        \"message\": null,\r\n        \"messageSel\": null,\r\n        \"nexus\": null,\r\n        \"nullFieldList\": null,\r\n        \"onCreditHold\": null,\r\n        \"otherRefNum\": null,\r\n        \"partner\": null,\r\n        \"partnersList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"134\",\r\n          \"name\": \"Oct 2018\",\r\n          \"type\": null\r\n        },\r\n        \"promoCode\": null,\r\n        \"recognizedRevenue\": null,\r\n        \"revRecOnRevCommitment\": null,\r\n        \"revenueStatus\": null,\r\n        \"salesEffectiveDate\": 1540944000,\r\n        \"salesGroup\": null,\r\n        \"salesRep\": null,\r\n        \"salesTeamList\": null,\r\n        \"shipMethod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"22\",\r\n          \"name\": \"DPD\",\r\n          \"type\": null\r\n        },\r\n        \"shippingCost\": null,\r\n        \"shippingTax1Rate\": null,\r\n        \"shippingTax2Rate\": null,\r\n        \"shippingTaxCode\": null,\r\n        \"source\": null,\r\n        \"status\": \"Open\",\r\n        \"subTotal\": 335.5,\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"13\",\r\n          \"name\": \"Ireland\",\r\n          \"type\": null\r\n        },\r\n        \"subsidiaryTaxRegNum\": null,\r\n        \"syncPartnerTeams\": null,\r\n        \"syncSalesTeams\": null,\r\n        \"tax2Total\": null,\r\n        \"taxDetailsList\": null,\r\n        \"taxDetailsOverride\": null,\r\n        \"taxItem\": null,\r\n        \"taxPointDate\": null,\r\n        \"taxRate\": null,\r\n        \"taxRegOverride\": null,\r\n        \"taxTotal\": 77.17,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 412.67,\r\n        \"totalCostEstimate\": 244.0,\r\n        \"tranDate\": 1540944000,\r\n        \"tranId\": \"CM0000001\",\r\n        \"tranIsVsoeBundle\": null,\r\n        \"unapplied\": 412.67,\r\n        \"vatRegNum\": null,\r\n        \"vsoeAutoCalc\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  }\r\n}"}],"_postman_id":"246312c8-14eb-41ee-9560-d554f15b8bc3"}],"id":"544dcd3e-7979-43a5-9217-901b7635006c","event":[{"listen":"prerequest","script":{"id":"4efaeb3c-11f0-406c-9631-650033004be1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"82b83fb0-ae1f-4faf-b033-6411b08802af","type":"text/javascript","exec":[""]}}],"_postman_id":"544dcd3e-7979-43a5-9217-901b7635006c","description":""},{"name":"POST","item":[{"name":"Create credit memo","id":"9181df28-4f2c-4fdd-839f-232262c1d027","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"entity\":{\r\n      \"internalId\":\"13\"\r\n   },\r\n   \"itemList\":{\r\n      \"item\":[\r\n         {\r\n            \"item\":{\r\n               \"internalId\":\"34\"\r\n            }\r\n         }\r\n      ]\r\n   },\r\n   \"subsidiary\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"Parent Company\"\r\n   },\r\n   \"location\":{\r\n      \"internalId\":\"1\"\r\n   }\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/creditMemo","urlObject":{"protocol":"https","path":["netsuite","v0","creditMemo"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"408c2079-a8d3-42f4-b606-7d9256a1735e","name":"200 : Create Credit Memo","originalRequest":{"method":"POST","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"entity\":{\r\n      \"internalId\":\"13\"\r\n   },\r\n   \"itemList\":{\r\n      \"item\":[\r\n         {\r\n            \"item\":{\r\n               \"internalId\":\"34\"\r\n            }\r\n         }\r\n      ]\r\n   },\r\n   \"subsidiary\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"Parent Company\"\r\n   },\r\n   \"location\":{\r\n      \"internalId\":\"1\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/creditMemo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Feb 2020 13:37:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"33"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": {\n    \"isSuccess\": true,\n    \"statusDetail\": []\n  },\n  \"writeResponse\": [\n    {\n      \"baseRef\": {\n        \"internalId\": \"27251\",\n        \"type\": \"creditMemo\"\n      },\n      \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": [\n          {\n            \"afterSubmitFailed\": false,\n            \"type\": \"ERROR\"\n          }\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"9181df28-4f2c-4fdd-839f-232262c1d027"}],"id":"d41bdabf-cb04-4bee-9f4e-9dbcc3110229","_postman_id":"d41bdabf-cb04-4bee-9f4e-9dbcc3110229","description":""},{"name":"PUT","item":[{"name":"Update credit memo","id":"6462416a-6c06-472c-b65a-a2c1980cd153","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"entity\":{\r\n      \"internalId\":\"13\"\r\n   },\r\n   \"itemList\":{\r\n      \"item\":[\r\n         {\r\n            \"item\":{\r\n               \"internalId\":\"34\"\r\n            }\r\n         }\r\n      ]\r\n   },\r\n   \"subsidiary\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"Parent Company\"\r\n   },\r\n   \"location\":{\r\n      \"internalId\":\"1\"\r\n   },\r\n\t\"internalId\":\"28008\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/creditMemo","urlObject":{"protocol":"https","path":["netsuite","v0","creditMemo"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"c9bbe3b6-506a-444e-8723-a7a69d65384a","name":"200 : Update Credit Memo","originalRequest":{"method":"POST","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"entity\":{\r\n      \"internalId\":\"13\"\r\n   },\r\n   \"itemList\":{\r\n      \"item\":[\r\n         {\r\n            \"item\":{\r\n               \"internalId\":\"34\"\r\n            }\r\n         }\r\n      ]\r\n   },\r\n   \"subsidiary\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"Parent Company\"\r\n   },\r\n   \"location\":{\r\n      \"internalId\":\"1\"\r\n   },\r\n\t\"internalId\":\"28008\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/creditMemo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Feb 2020 13:37:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"33"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n  \"isSuccess\": true,\n  \"status\": {\n    \"isSuccess\": true,\n    \"statusDetail\": []\n  },\n  \"writeResponse\": [\n    {\n      \"baseRef\": {\n        \"externalId\": null,\n        \"internalId\": \"28008\",\n        \"name\": null,\n        \"type\": \"creditMemo\"\n      },\n      \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": [\n          {\n            \"afterSubmitFailed\": false,\n            \"code\": null,\n            \"message\": null,\n            \"type\": \"ERROR\"\n          }\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"6462416a-6c06-472c-b65a-a2c1980cd153"}],"id":"21d705dd-18a5-4dd9-9c31-404cb1f87fbf","_postman_id":"21d705dd-18a5-4dd9-9c31-404cb1f87fbf","description":""},{"name":"DELETE","item":[{"name":"Delete credit memos","id":"f281a136-9591-42cf-b0d8-dc12cc86724e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/creditMemo?id=18305","urlObject":{"protocol":"https","path":["netsuite","v0","creditMemo"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"18305"}],"variable":[]}},"response":[{"id":"d55d7f20-043c-4f5a-8588-9caf6c1f9c7d","name":"Delete credit memos","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/creditMemo?id=18305","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","creditMemo"],"query":[{"key":"id","value":"18305"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"body\": {\r\n    \"writeResponseList\": {\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      },\r\n      \"writeResponse\": [\r\n        {\r\n          \"baseRef\": {\r\n            \"internalId\": \"18305\",\r\n            \"type\": \"customer\"\r\n          },\r\n          \"status\": {\r\n            \"isSuccess\": true,\r\n            \"statusDetail\": []\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  },\r\n  \"header\": {\r\n    \"documentInfo\": {\r\n      \"nsId\": \"WEBSERVICES_5333445_SB1_01302020158958456937101047_61d528b8f\"\r\n    }\r\n  }\r\n}"}],"_postman_id":"f281a136-9591-42cf-b0d8-dc12cc86724e"}],"id":"a2ee7bad-4708-47c8-9a15-e2473c2f0671","event":[{"listen":"prerequest","script":{"id":"87c73848-e571-4858-98c1-a7b315ea7b4c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d78d0fa3-1522-4615-8b56-e11cd42e0f3b","type":"text/javascript","exec":[""]}}],"_postman_id":"a2ee7bad-4708-47c8-9a15-e2473c2f0671","description":""}],"id":"52ee361a-fd8b-40d1-8484-507a675a1b94","_postman_id":"52ee361a-fd8b-40d1-8484-507a675a1b94","description":""},{"name":"Currencies","item":[{"name":"GET","item":[{"name":"Retrieve currrencies","id":"6d688c93-c2e0-49a5-aa8b-e032d62499e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"NetSuite-Token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/currency","urlObject":{"protocol":"https","path":["netsuite","v0","currency"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"ef071b8c-cb16-4ca0-8f39-198b3735aa56","name":"Retrieve currrencies","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"NetSuite-Token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/currency"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 11:03:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3483"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"body\": {\n        \"getAllResult\": {\n            \"recordList\": {\n                \"record\": [\n                    {\n                        \"currencyPrecision\": \"_two\",\n                        \"displaySymbol\": \"£\",\n                        \"exchangeRate\": 1,\n                        \"externalId\": null,\n                        \"formatSample\": \"£1,234.56\",\n                        \"fxRateUpdateTimezone\": null,\n                        \"inclInFxRateUpdates\": null,\n                        \"internalId\": \"1\",\n                        \"isBaseCurrency\": true,\n                        \"isInactive\": false,\n                        \"locale\": \"_unitedKingdomEnglish\",\n                        \"name\": \"GBP\",\n                        \"nullFieldList\": null,\n                        \"overrideCurrencyFormat\": false,\n                        \"symbol\": \"GBP\",\n                        \"symbolPlacement\": \"_beforeNumber\"\n                    },\n                    {\n                        \"currencyPrecision\": \"_two\",\n                        \"displaySymbol\": \"$\",\n                        \"exchangeRate\": 1.25,\n                        \"externalId\": null,\n                        \"formatSample\": \"$1,234.56\",\n                        \"fxRateUpdateTimezone\": null,\n                        \"inclInFxRateUpdates\": null,\n                        \"internalId\": \"2\",\n                        \"isBaseCurrency\": true,\n                        \"isInactive\": false,\n                        \"locale\": \"_unitedStatesEnglish\",\n                        \"name\": \"USD\",\n                        \"nullFieldList\": null,\n                        \"overrideCurrencyFormat\": false,\n                        \"symbol\": \"USD\",\n                        \"symbolPlacement\": \"_beforeNumber\"\n                    },\n                    {\n                        \"currencyPrecision\": \"_two\",\n                        \"displaySymbol\": \"$\",\n                        \"exchangeRate\": 1.559,\n                        \"externalId\": null,\n                        \"formatSample\": \"$1,234.56\",\n                        \"fxRateUpdateTimezone\": null,\n                        \"inclInFxRateUpdates\": null,\n                        \"internalId\": \"3\",\n                        \"isBaseCurrency\": false,\n                        \"isInactive\": false,\n                        \"locale\": \"_canadaEnglish\",\n                        \"name\": \"CAD\",\n                        \"nullFieldList\": null,\n                        \"overrideCurrencyFormat\": false,\n                        \"symbol\": \"CAD\",\n                        \"symbolPlacement\": \"_beforeNumber\"\n                    },\n                    {\n                        \"currencyPrecision\": \"_two\",\n                        \"displaySymbol\": \"€\",\n                        \"exchangeRate\": 1.18,\n                        \"externalId\": null,\n                        \"formatSample\": \"€1 234,56\",\n                        \"fxRateUpdateTimezone\": null,\n                        \"inclInFxRateUpdates\": null,\n                        \"internalId\": \"4\",\n                        \"isBaseCurrency\": true,\n                        \"isInactive\": false,\n                        \"locale\": \"_franceFrenchEuro\",\n                        \"name\": \"EUR\",\n                        \"nullFieldList\": null,\n                        \"overrideCurrencyFormat\": false,\n                        \"symbol\": \"EUR\",\n                        \"symbolPlacement\": \"_beforeNumber\"\n                    },\n                    {\n                        \"currencyPrecision\": \"_two\",\n                        \"displaySymbol\": \"$\",\n                        \"exchangeRate\": 48.33,\n                        \"externalId\": null,\n                        \"formatSample\": \"$1,234.56\",\n                        \"fxRateUpdateTimezone\": null,\n                        \"inclInFxRateUpdates\": null,\n                        \"internalId\": \"5\",\n                        \"isBaseCurrency\": true,\n                        \"isInactive\": false,\n                        \"locale\": \"_australiaEnglish\",\n                        \"name\": \"AUD\",\n                        \"nullFieldList\": null,\n                        \"overrideCurrencyFormat\": false,\n                        \"symbol\": \"AUD\",\n                        \"symbolPlacement\": \"_beforeNumber\"\n                    },\n                    {\n                        \"currencyPrecision\": \"_two\",\n                        \"displaySymbol\": \"Rs.\",\n                        \"exchangeRate\": 70,\n                        \"externalId\": null,\n                        \"formatSample\": \"Rs.1,234.56\",\n                        \"fxRateUpdateTimezone\": null,\n                        \"inclInFxRateUpdates\": null,\n                        \"internalId\": \"6\",\n                        \"isBaseCurrency\": true,\n                        \"isInactive\": false,\n                        \"locale\": \"_indiaEnglish\",\n                        \"name\": \"INR\",\n                        \"nullFieldList\": null,\n                        \"overrideCurrencyFormat\": false,\n                        \"symbol\": \"INR\",\n                        \"symbolPlacement\": \"_beforeNumber\"\n                    },\n                    {\n                        \"currencyPrecision\": \"_two\",\n                        \"displaySymbol\": \"S$\",\n                        \"exchangeRate\": 51.26,\n                        \"externalId\": null,\n                        \"formatSample\": \"S$1,234.56\",\n                        \"fxRateUpdateTimezone\": null,\n                        \"inclInFxRateUpdates\": null,\n                        \"internalId\": \"7\",\n                        \"isBaseCurrency\": true,\n                        \"isInactive\": false,\n                        \"locale\": \"_singaporeEnglish\",\n                        \"name\": \"SGD\",\n                        \"nullFieldList\": null,\n                        \"overrideCurrencyFormat\": false,\n                        \"symbol\": \"SGD\",\n                        \"symbolPlacement\": \"_beforeNumber\"\n                    },\n                    {\n                        \"currencyPrecision\": \"_zero\",\n                        \"displaySymbol\": \"￥\",\n                        \"exchangeRate\": 0.65,\n                        \"externalId\": null,\n                        \"formatSample\": \"￥1,234\",\n                        \"fxRateUpdateTimezone\": null,\n                        \"inclInFxRateUpdates\": null,\n                        \"internalId\": \"8\",\n                        \"isBaseCurrency\": true,\n                        \"isInactive\": false,\n                        \"locale\": \"_japanJapanese\",\n                        \"name\": \"JPY\",\n                        \"nullFieldList\": null,\n                        \"overrideCurrencyFormat\": false,\n                        \"symbol\": \"JPY\",\n                        \"symbolPlacement\": \"_beforeNumber\"\n                    }\n                ]\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            },\n            \"totalRecords\": 8\n        }\n    },\n    \"header\": {\n        \"documentInfo\": {\n            \"nsId\": \"WEBSERVICES_TSTDRV2039248_12172019327623890136872308_6d520ce\"\n        }\n    }\n}"}],"_postman_id":"6d688c93-c2e0-49a5-aa8b-e032d62499e0"}],"id":"fd91ff77-b2ac-42fc-88e6-c6e05dc73563","event":[{"listen":"prerequest","script":{"id":"02dd0369-52b9-4a4c-8d35-bc8bc46f461b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"aa6c2106-77bd-43e4-84ad-c306ae520188","type":"text/javascript","exec":[""]}}],"_postman_id":"fd91ff77-b2ac-42fc-88e6-c6e05dc73563","description":""}],"id":"28b25b1b-71bd-487d-b969-b3a55cea5b11","_postman_id":"28b25b1b-71bd-487d-b969-b3a55cea5b11","description":""},{"name":"Custom Lists","item":[{"name":"GET","item":[{"name":"Retrieve custom lists","id":"f5e3ac8f-20cd-43ce-9ee0-f92aa40aa68e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","value":"30","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customList","urlObject":{"protocol":"https","path":["netsuite","v0","customList"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"9d47f487-057d-4026-8171-001ec4eb8a10","name":"Retrieve custom lists","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 11:06:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"73854"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"convertToCustomRecord\": null,\r\n        \"customValueList\": {\r\n          \"customValue\": [\r\n            {\r\n              \"abbreviation\": \"A\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Acquired\",\r\n              \"valueId\": 2,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"M\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Active\",\r\n              \"valueId\": 3,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"A\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Market Failed\",\r\n              \"valueId\": 4,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"A\",\r\n              \"isInactive\": false,\r\n              \"value\": \"None\",\r\n              \"valueId\": 1,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"S\",\r\n              \"isInactive\": false,\r\n              \"value\": \"ShutDown\",\r\n              \"valueId\": 5,\r\n              \"valueLanguageValueList\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"description\": null,\r\n        \"internalId\": \"5\",\r\n        \"isInactive\": false,\r\n        \"isMatrixOption\": false,\r\n        \"isOrdered\": false,\r\n        \"name\": \"Rating\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"3\",\r\n          \"name\": \"B Shamili\",\r\n          \"type\": null\r\n        },\r\n        \"scriptId\": \"customlist5\",\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"convertToCustomRecord\": null,\r\n        \"customValueList\": {\r\n          \"customValue\": [\r\n            {\r\n              \"abbreviation\": \"I\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Initiate Bill Validation\",\r\n              \"valueId\": 1,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"B\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Bill-PO Amount Exceeded\",\r\n              \"valueId\": 2,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"B\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Bill-PO Quantity Exceeded\",\r\n              \"valueId\": 3,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"B\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Bill-PO Partial Receipt Quantity Exceeded\",\r\n              \"valueId\": 4,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"B\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Bill-Rejected\",\r\n              \"valueId\": 5,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"B\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Bill-Approved\",\r\n              \"valueId\": 6,\r\n              \"valueLanguageValueList\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"description\": null,\r\n        \"internalId\": \"7\",\r\n        \"isInactive\": false,\r\n        \"isMatrixOption\": false,\r\n        \"isOrdered\": true,\r\n        \"name\": \"Vendor Bill Memo List\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"3\",\r\n          \"name\": \"B Shamili\",\r\n          \"type\": null\r\n        },\r\n        \"scriptId\": \"customlist_vb_memo_list\",\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"convertToCustomRecord\": null,\r\n        \"customValueList\": {\r\n          \"customValue\": [\r\n            {\r\n              \"abbreviation\": \"1\",\r\n              \"isInactive\": false,\r\n              \"value\": \"1.\",\r\n              \"valueId\": 1,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"2\",\r\n              \"isInactive\": false,\r\n              \"value\": \"2.\",\r\n              \"valueId\": 2,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"3\",\r\n              \"isInactive\": false,\r\n              \"value\": \"3.\",\r\n              \"valueId\": 3,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"4\",\r\n              \"isInactive\": false,\r\n              \"value\": \"4.\",\r\n              \"valueId\": 4,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"5\",\r\n              \"isInactive\": false,\r\n              \"value\": \"5.\",\r\n              \"valueId\": 5,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"6\",\r\n              \"isInactive\": false,\r\n              \"value\": \"6.\",\r\n              \"valueId\": 6,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"7\",\r\n              \"isInactive\": false,\r\n              \"value\": \"7.\",\r\n              \"valueId\": 7,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"8.\",\r\n              \"valueId\": 8,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"9\",\r\n              \"isInactive\": false,\r\n              \"value\": \"9.\",\r\n              \"valueId\": 9,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"1\",\r\n              \"isInactive\": false,\r\n              \"value\": \"10.\",\r\n              \"valueId\": 10,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"1\",\r\n              \"isInactive\": false,\r\n              \"value\": \"11.\",\r\n              \"valueId\": 11,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"1\",\r\n              \"isInactive\": false,\r\n              \"value\": \"12.\",\r\n              \"valueId\": 12,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"1\",\r\n              \"isInactive\": false,\r\n              \"value\": \"13.\",\r\n              \"valueId\": 13,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"1\",\r\n              \"isInactive\": false,\r\n              \"value\": \"14.\",\r\n              \"valueId\": 14,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"1\",\r\n              \"isInactive\": false,\r\n              \"value\": \"15.\",\r\n              \"valueId\": 15,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"1\",\r\n              \"isInactive\": false,\r\n              \"value\": \"16.\",\r\n              \"valueId\": 16,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"1\",\r\n              \"isInactive\": false,\r\n              \"value\": \"17.\",\r\n              \"valueId\": 17,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"1\",\r\n              \"isInactive\": false,\r\n              \"value\": \"18.\",\r\n              \"valueId\": 18,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"1\",\r\n              \"isInactive\": false,\r\n              \"value\": \"19.\",\r\n              \"valueId\": 19,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"2\",\r\n              \"isInactive\": false,\r\n              \"value\": \"20.\",\r\n              \"valueId\": 20,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"2\",\r\n              \"isInactive\": false,\r\n              \"value\": \"21.\",\r\n              \"valueId\": 21,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"2\",\r\n              \"isInactive\": false,\r\n              \"value\": \"21.\",\r\n              \"valueId\": 22,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"2\",\r\n              \"isInactive\": false,\r\n              \"value\": \"22\",\r\n              \"valueId\": 23,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"3\",\r\n              \"isInactive\": false,\r\n              \"value\": \"23.\",\r\n              \"valueId\": 24,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"2\",\r\n              \"isInactive\": false,\r\n              \"value\": \"24.\",\r\n              \"valueId\": 25,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"2\",\r\n              \"isInactive\": false,\r\n              \"value\": \"25.\",\r\n              \"valueId\": 26,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"2\",\r\n              \"isInactive\": false,\r\n              \"value\": \"26.\",\r\n              \"valueId\": 27,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"2\",\r\n              \"isInactive\": false,\r\n              \"value\": \"27.\",\r\n              \"valueId\": 28,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"2\",\r\n              \"isInactive\": false,\r\n              \"value\": \"28.\",\r\n              \"valueId\": 29,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"2\",\r\n              \"isInactive\": false,\r\n              \"value\": \"29.\",\r\n              \"valueId\": 30,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"3\",\r\n              \"isInactive\": false,\r\n              \"value\": \"30.\",\r\n              \"valueId\": 31,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"3\",\r\n              \"isInactive\": false,\r\n              \"value\": \"31.\",\r\n              \"valueId\": 32,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"3\",\r\n              \"isInactive\": false,\r\n              \"value\": \"32.\",\r\n              \"valueId\": 33,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"3\",\r\n              \"isInactive\": false,\r\n              \"value\": \"33.\",\r\n              \"valueId\": 34,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"3\",\r\n              \"isInactive\": false,\r\n              \"value\": \"34.\",\r\n              \"valueId\": 35,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"3\",\r\n              \"isInactive\": false,\r\n              \"value\": \"35.\",\r\n              \"valueId\": 36,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"3\",\r\n              \"isInactive\": false,\r\n              \"value\": \"36.\",\r\n              \"valueId\": 37,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"3\",\r\n              \"isInactive\": false,\r\n              \"value\": \"37.\",\r\n              \"valueId\": 38,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"38.\",\r\n              \"valueId\": 39,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"9\",\r\n              \"isInactive\": false,\r\n              \"value\": \"39.\",\r\n              \"valueId\": 40,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"4\",\r\n              \"isInactive\": false,\r\n              \"value\": \"40.\",\r\n              \"valueId\": 41,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"4\",\r\n              \"isInactive\": false,\r\n              \"value\": \"41.\",\r\n              \"valueId\": 42,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"4\",\r\n              \"isInactive\": false,\r\n              \"value\": \"42.\",\r\n              \"valueId\": 43,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"4\",\r\n              \"isInactive\": false,\r\n              \"value\": \"43.\",\r\n              \"valueId\": 44,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"4\",\r\n              \"isInactive\": false,\r\n              \"value\": \"44.\",\r\n              \"valueId\": 45,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"4\",\r\n              \"isInactive\": false,\r\n              \"value\": \"45.\",\r\n              \"valueId\": 46,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"4\",\r\n              \"isInactive\": false,\r\n              \"value\": \"46.\",\r\n              \"valueId\": 47,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"4\",\r\n              \"isInactive\": false,\r\n              \"value\": \"47.\",\r\n              \"valueId\": 48,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"4\",\r\n              \"isInactive\": false,\r\n              \"value\": \"48.\",\r\n              \"valueId\": 49,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"4\",\r\n              \"isInactive\": false,\r\n              \"value\": \"49.\",\r\n              \"valueId\": 50,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"5\",\r\n              \"isInactive\": false,\r\n              \"value\": \"50.\",\r\n              \"valueId\": 51,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"5\",\r\n              \"isInactive\": false,\r\n              \"value\": \"51.\",\r\n              \"valueId\": 52,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"5\",\r\n              \"isInactive\": false,\r\n              \"value\": \"52.\",\r\n              \"valueId\": 53,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"5\",\r\n              \"isInactive\": false,\r\n              \"value\": \"53.\",\r\n              \"valueId\": 54,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"5\",\r\n              \"isInactive\": false,\r\n              \"value\": \"54.\",\r\n              \"valueId\": 55,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"5\",\r\n              \"isInactive\": false,\r\n              \"value\": \"55.\",\r\n              \"valueId\": 56,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"5\",\r\n              \"isInactive\": false,\r\n              \"value\": \"56.\",\r\n              \"valueId\": 57,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"5\",\r\n              \"isInactive\": false,\r\n              \"value\": \"57.\",\r\n              \"valueId\": 58,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"5\",\r\n              \"isInactive\": false,\r\n              \"value\": \"58.\",\r\n              \"valueId\": 59,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"5\",\r\n              \"isInactive\": false,\r\n              \"value\": \"59.\",\r\n              \"valueId\": 60,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"6\",\r\n              \"isInactive\": false,\r\n              \"value\": \"60.\",\r\n              \"valueId\": 61,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"6\",\r\n              \"isInactive\": false,\r\n              \"value\": \"61.\",\r\n              \"valueId\": 62,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"6\",\r\n              \"isInactive\": false,\r\n              \"value\": \"62.\",\r\n              \"valueId\": 63,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"6\",\r\n              \"isInactive\": false,\r\n              \"value\": \"63.\",\r\n              \"valueId\": 64,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"6\",\r\n              \"isInactive\": false,\r\n              \"value\": \"64.\",\r\n              \"valueId\": 65,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"6\",\r\n              \"isInactive\": false,\r\n              \"value\": \"65.\",\r\n              \"valueId\": 66,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"6\",\r\n              \"isInactive\": false,\r\n              \"value\": \"66.\",\r\n              \"valueId\": 67,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"6\",\r\n              \"isInactive\": false,\r\n              \"value\": \"67.\",\r\n              \"valueId\": 68,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"6\",\r\n              \"isInactive\": false,\r\n              \"value\": \"68.\",\r\n              \"valueId\": 69,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"6\",\r\n              \"isInactive\": false,\r\n              \"value\": \"69.\",\r\n              \"valueId\": 70,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"7\",\r\n              \"isInactive\": false,\r\n              \"value\": \"70.\",\r\n              \"valueId\": 71,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"7\",\r\n              \"isInactive\": false,\r\n              \"value\": \"71.\",\r\n              \"valueId\": 72,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"7\",\r\n              \"isInactive\": false,\r\n              \"value\": \"72.\",\r\n              \"valueId\": 73,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"7\",\r\n              \"isInactive\": false,\r\n              \"value\": \"73.\",\r\n              \"valueId\": 74,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"7\",\r\n              \"isInactive\": false,\r\n              \"value\": \"74.\",\r\n              \"valueId\": 75,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"7\",\r\n              \"isInactive\": false,\r\n              \"value\": \"75.\",\r\n              \"valueId\": 76,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"7\",\r\n              \"isInactive\": false,\r\n              \"value\": \"76.\",\r\n              \"valueId\": 77,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"7\",\r\n              \"isInactive\": false,\r\n              \"value\": \"77.\",\r\n              \"valueId\": 78,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"7\",\r\n              \"isInactive\": false,\r\n              \"value\": \"78.\",\r\n              \"valueId\": 79,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"7\",\r\n              \"isInactive\": false,\r\n              \"value\": \"79.\",\r\n              \"valueId\": 80,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"80.\",\r\n              \"valueId\": 81,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"81.\",\r\n              \"valueId\": 82,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"82.\",\r\n              \"valueId\": 83,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"83.\",\r\n              \"valueId\": 84,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"84.\",\r\n              \"valueId\": 85,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"85.\",\r\n              \"valueId\": 86,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"86.\",\r\n              \"valueId\": 87,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"87.\",\r\n              \"valueId\": 88,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"88.\",\r\n              \"valueId\": 89,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"89\",\r\n              \"valueId\": 90,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"9\",\r\n              \"isInactive\": false,\r\n              \"value\": \"90.\",\r\n              \"valueId\": 91,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": null,\r\n              \"isInactive\": false,\r\n              \"value\": \"91.\",\r\n              \"valueId\": 92,\r\n              \"valueLanguageValueList\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"description\": null,\r\n        \"internalId\": \"8\",\r\n        \"isInactive\": false,\r\n        \"isMatrixOption\": false,\r\n        \"isOrdered\": true,\r\n        \"name\": \"Preferred Transport\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"3\",\r\n          \"name\": \"B Shamili\",\r\n          \"type\": null\r\n        },\r\n        \"scriptId\": \"customlist8\",\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"convertToCustomRecord\": null,\r\n        \"customValueList\": null,\r\n        \"description\": null,\r\n        \"internalId\": \"10\",\r\n        \"isInactive\": false,\r\n        \"isMatrixOption\": false,\r\n        \"isOrdered\": true,\r\n        \"name\": \"PBCS Category\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-5\",\r\n          \"name\": \"Sunil Khanna Sunil Khanna\",\r\n          \"type\": null\r\n        },\r\n        \"scriptId\": \"customlist_atlas_pbcs_category\",\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"convertToCustomRecord\": null,\r\n        \"customValueList\": {\r\n          \"customValue\": [\r\n            {\r\n              \"abbreviation\": \"C\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Cheque\",\r\n              \"valueId\": 1,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": null,\r\n              \"isInactive\": false,\r\n              \"value\": \"NEFT\",\r\n              \"valueId\": 3,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": null,\r\n              \"isInactive\": false,\r\n              \"value\": \"RTGS\",\r\n              \"valueId\": 4,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": null,\r\n              \"isInactive\": false,\r\n              \"value\": \"DD\",\r\n              \"valueId\": 5,\r\n              \"valueLanguageValueList\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"description\": null,\r\n        \"internalId\": \"13\",\r\n        \"isInactive\": false,\r\n        \"isMatrixOption\": false,\r\n        \"isOrdered\": true,\r\n        \"name\": \"Test Payment Modes in CustPymt\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"scriptId\": \"customlist13\",\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"convertToCustomRecord\": null,\r\n        \"customValueList\": {\r\n          \"customValue\": [\r\n            {\r\n              \"abbreviation\": \"G\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Gray color\",\r\n              \"valueId\": 1,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"BL\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Blue Color\",\r\n              \"valueId\": 2,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"B\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Black\",\r\n              \"valueId\": 3,\r\n              \"valueLanguageValueList\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"description\": null,\r\n        \"internalId\": \"15\",\r\n        \"isInactive\": false,\r\n        \"isMatrixOption\": true,\r\n        \"isOrdered\": true,\r\n        \"name\": \"Uniform\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": null,\r\n        \"scriptId\": \"customlist15\",\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"convertToCustomRecord\": null,\r\n        \"customValueList\": null,\r\n        \"description\": null,\r\n        \"internalId\": \"18\",\r\n        \"isInactive\": false,\r\n        \"isMatrixOption\": false,\r\n        \"isOrdered\": true,\r\n        \"name\": \"Phone\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"scriptId\": \"customlist18\",\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_051520204185394861489853595_f8fc7274\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 2,\r\n  \"totalRecords\": 14\r\n}"}],"_postman_id":"f5e3ac8f-20cd-43ce-9ee0-f92aa40aa68e"},{"name":"Retrieve custom lists by search ID","id":"afab5c38-fade-4c5a-9beb-bee90080a1d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customList?searchId=WEBSERVICES_5333445_SB1_051520204185394861489853595_f8fc7274&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","customList"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_051520204185394861489853595_f8fc7274"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"4f23653d-8901-4057-aaa9-5027d1cb0cb0","name":"Retrieve custom lists by search ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/customList?searchId=WEBSERVICES_5333445_SB1_051520204185394861489853595_f8fc7274&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customList"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_051520204185394861489853595_f8fc7274"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Oct 2019 11:18:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"80706"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 2,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"convertToCustomRecord\": null,\r\n        \"customValueList\": null,\r\n        \"description\": null,\r\n        \"internalId\": \"19\",\r\n        \"isInactive\": false,\r\n        \"isMatrixOption\": false,\r\n        \"isOrdered\": true,\r\n        \"name\": \"TV\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"scriptId\": \"customlist19\",\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"convertToCustomRecord\": null,\r\n        \"customValueList\": {\r\n          \"customValue\": [\r\n            {\r\n              \"abbreviation\": null,\r\n              \"isInactive\": false,\r\n              \"value\": \"Dell\",\r\n              \"valueId\": 1,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": null,\r\n              \"isInactive\": false,\r\n              \"value\": \"HP\",\r\n              \"valueId\": 2,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": null,\r\n              \"isInactive\": false,\r\n              \"value\": \"Lenovo\",\r\n              \"valueId\": 3,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": null,\r\n              \"isInactive\": false,\r\n              \"value\": \"acer\",\r\n              \"valueId\": 4,\r\n              \"valueLanguageValueList\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"description\": null,\r\n        \"internalId\": \"20\",\r\n        \"isInactive\": false,\r\n        \"isMatrixOption\": false,\r\n        \"isOrdered\": true,\r\n        \"name\": \"Laptop\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"scriptId\": \"customlist20\",\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"convertToCustomRecord\": null,\r\n        \"customValueList\": {\r\n          \"customValue\": [\r\n            {\r\n              \"abbreviation\": \"G\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Grocery\",\r\n              \"valueId\": 1,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"B\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Bakery\",\r\n              \"valueId\": 2,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"F\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Furniture\",\r\n              \"valueId\": 3,\r\n              \"valueLanguageValueList\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"description\": null,\r\n        \"internalId\": \"21\",\r\n        \"isInactive\": false,\r\n        \"isMatrixOption\": false,\r\n        \"isOrdered\": true,\r\n        \"name\": \"Product Category\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"scriptId\": \"customlistproduct_category\",\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"convertToCustomRecord\": null,\r\n        \"customValueList\": {\r\n          \"customValue\": [\r\n            {\r\n              \"abbreviation\": \"M\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Monthly\",\r\n              \"valueId\": 1,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"Y\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Quarterly\",\r\n              \"valueId\": 2,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"Y\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Yearly\",\r\n              \"valueId\": 3,\r\n              \"valueLanguageValueList\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"description\": null,\r\n        \"internalId\": \"22\",\r\n        \"isInactive\": false,\r\n        \"isMatrixOption\": false,\r\n        \"isOrdered\": true,\r\n        \"name\": \"Schedule\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"scriptId\": \"customlist22\",\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"convertToCustomRecord\": null,\r\n        \"customValueList\": {\r\n          \"customValue\": [\r\n            {\r\n              \"abbreviation\": \"S\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Sales\",\r\n              \"valueId\": 1,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"R\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Rent revenue\",\r\n              \"valueId\": 2,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"D\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Dividend revenue\",\r\n              \"valueId\": 3,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"I\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Interest revenue\",\r\n              \"valueId\": 4,\r\n              \"valueLanguageValueList\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"description\": null,\r\n        \"internalId\": \"23\",\r\n        \"isInactive\": false,\r\n        \"isMatrixOption\": false,\r\n        \"isOrdered\": true,\r\n        \"name\": \"Revenue Category\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"scriptId\": \"customlist23\",\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"convertToCustomRecord\": null,\r\n        \"customValueList\": {\r\n          \"customValue\": [\r\n            {\r\n              \"abbreviation\": \"A\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Acquired\",\r\n              \"valueId\": 1,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"M\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Active\",\r\n              \"valueId\": 2,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"A\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Market Failed\",\r\n              \"valueId\": 3,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"A\",\r\n              \"isInactive\": false,\r\n              \"value\": \"None\",\r\n              \"valueId\": 4,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"S\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Reopen\",\r\n              \"valueId\": 6,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"S\",\r\n              \"isInactive\": false,\r\n              \"value\": \"ShutDown\",\r\n              \"valueId\": 5,\r\n              \"valueLanguageValueList\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"description\": null,\r\n        \"internalId\": \"124\",\r\n        \"isInactive\": false,\r\n        \"isMatrixOption\": false,\r\n        \"isOrdered\": false,\r\n        \"name\": \"Middleware Test Custom List\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"scriptId\": \"customlist124\",\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"convertToCustomRecord\": null,\r\n        \"customValueList\": {\r\n          \"customValue\": [\r\n            {\r\n              \"abbreviation\": \"A\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Acquired\",\r\n              \"valueId\": 1,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"M\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Active\",\r\n              \"valueId\": 2,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"A\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Market Failed\",\r\n              \"valueId\": 3,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"A\",\r\n              \"isInactive\": false,\r\n              \"value\": \"None\",\r\n              \"valueId\": 4,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"S\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Reopen\",\r\n              \"valueId\": 6,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"S\",\r\n              \"isInactive\": false,\r\n              \"value\": \"ShutDown\",\r\n              \"valueId\": 5,\r\n              \"valueLanguageValueList\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"description\": null,\r\n        \"internalId\": \"224\",\r\n        \"isInactive\": false,\r\n        \"isMatrixOption\": false,\r\n        \"isOrdered\": false,\r\n        \"name\": \"Middleware Test Custom List 1\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"scriptId\": \"customlist224\",\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_051520204185394861489853595_f8fc7274\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 2,\r\n  \"totalRecords\": 14\r\n}"}],"_postman_id":"afab5c38-fade-4c5a-9beb-bee90080a1d4"},{"name":"Retrieve custom lists by where","id":"a0627611-e89e-4dbe-a644-344b9643694b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customList?where=Active=true","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Active</td>\n<td>true</td>\n<td>Used to Include the Active Status filter for the request.e.g., Active=true.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","customList"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"Active=true"}],"variable":[]}},"response":[{"id":"32ce2794-35d0-486d-92c2-e07fe04c3cae","name":"Retrieve custom lists by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/customList?where=Active=true","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customList"],"query":[{"key":"where","value":"Active=true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 11:49:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2660"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"customValueList\": {\r\n          \"customValue\": [\r\n            {\r\n              \"abbreviation\": \"A\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Acquired\",\r\n              \"valueId\": 2\r\n            },\r\n            {\r\n              \"abbreviation\": \"M\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Active\",\r\n              \"valueId\": 3\r\n            },\r\n            {\r\n              \"abbreviation\": \"A\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Market Failed\",\r\n              \"valueId\": 4\r\n            },\r\n            {\r\n              \"abbreviation\": \"A\",\r\n              \"isInactive\": false,\r\n              \"value\": \"None\",\r\n              \"valueId\": 1\r\n            },\r\n            {\r\n              \"isInactive\": false,\r\n              \"value\": \"Sarika\",\r\n              \"valueId\": 6\r\n            },\r\n            {\r\n              \"abbreviation\": \"S\",\r\n              \"isInactive\": false,\r\n              \"value\": \"ShutDown\",\r\n              \"valueId\": 5\r\n            },\r\n            {\r\n              \"isInactive\": true,\r\n              \"value\": \"test\",\r\n              \"valueId\": 7\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"internalId\": \"5\",\r\n        \"isInactive\": false,\r\n        \"isMatrixOption\": false,\r\n        \"isOrdered\": false,\r\n        \"name\": \"Rating\",\r\n        \"owner\": {\r\n          \"internalId\": \"3\",\r\n          \"name\": \"B Shamili\"\r\n        },\r\n        \"scriptId\": \"customlist5\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"customValueList\": {\r\n          \"customValue\": [\r\n            {\r\n              \"abbreviation\": \"I\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Initiate Bill Validation\",\r\n              \"valueId\": 1\r\n            },\r\n            {\r\n              \"abbreviation\": \"B\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Bill-PO Amount Exceeded\",\r\n              \"valueId\": 2\r\n            },\r\n            {\r\n              \"abbreviation\": \"B\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Bill-PO Quantity Exceeded\",\r\n              \"valueId\": 3\r\n            },\r\n            {\r\n              \"abbreviation\": \"B\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Bill-PO Partial Receipt Quantity Exceeded\",\r\n              \"valueId\": 4\r\n            },\r\n            {\r\n              \"abbreviation\": \"B\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Bill-Rejected\",\r\n              \"valueId\": 5\r\n            },\r\n            {\r\n              \"abbreviation\": \"B\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Bill-Approved\",\r\n              \"valueId\": 6\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"internalId\": \"7\",\r\n        \"isInactive\": false,\r\n        \"isMatrixOption\": false,\r\n        \"isOrdered\": true,\r\n        \"name\": \"Vendor Bill Memo List\",\r\n        \"owner\": {\r\n          \"internalId\": \"3\",\r\n          \"name\": \"B Shamili\"\r\n        },\r\n        \"scriptId\": \"customlist_vb_memo_list\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"customValueList\": {\r\n          \"customValue\": [\r\n            {\r\n              \"abbreviation\": \"1\",\r\n              \"isInactive\": false,\r\n              \"value\": \"1.\",\r\n              \"valueId\": 1\r\n            },\r\n            {\r\n              \"abbreviation\": \"2\",\r\n              \"isInactive\": false,\r\n              \"value\": \"2.\",\r\n              \"valueId\": 2\r\n            },\r\n            {\r\n              \"abbreviation\": \"3\",\r\n              \"isInactive\": false,\r\n              \"value\": \"3.\",\r\n              \"valueId\": 3\r\n            },\r\n            {\r\n              \"abbreviation\": \"4\",\r\n              \"isInactive\": false,\r\n              \"value\": \"4.\",\r\n              \"valueId\": 4\r\n            },\r\n            {\r\n              \"abbreviation\": \"5\",\r\n              \"isInactive\": false,\r\n              \"value\": \"5.\",\r\n              \"valueId\": 5\r\n            },\r\n            {\r\n              \"abbreviation\": \"6\",\r\n              \"isInactive\": false,\r\n              \"value\": \"6.\",\r\n              \"valueId\": 6\r\n            },\r\n            {\r\n              \"abbreviation\": \"7\",\r\n              \"isInactive\": false,\r\n              \"value\": \"7.\",\r\n              \"valueId\": 7\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"8.\",\r\n              \"valueId\": 8\r\n            },\r\n            {\r\n              \"abbreviation\": \"9\",\r\n              \"isInactive\": false,\r\n              \"value\": \"9.\",\r\n              \"valueId\": 9\r\n            },\r\n            {\r\n              \"abbreviation\": \"1\",\r\n              \"isInactive\": false,\r\n              \"value\": \"10.\",\r\n              \"valueId\": 10\r\n            },\r\n            {\r\n              \"abbreviation\": \"1\",\r\n              \"isInactive\": false,\r\n              \"value\": \"11.\",\r\n              \"valueId\": 11\r\n            },\r\n            {\r\n              \"abbreviation\": \"1\",\r\n              \"isInactive\": false,\r\n              \"value\": \"12.\",\r\n              \"valueId\": 12\r\n            },\r\n            {\r\n              \"abbreviation\": \"1\",\r\n              \"isInactive\": false,\r\n              \"value\": \"13.\",\r\n              \"valueId\": 13\r\n            },\r\n            {\r\n              \"abbreviation\": \"1\",\r\n              \"isInactive\": false,\r\n              \"value\": \"14.\",\r\n              \"valueId\": 14\r\n            },\r\n            {\r\n              \"abbreviation\": \"1\",\r\n              \"isInactive\": false,\r\n              \"value\": \"15.\",\r\n              \"valueId\": 15\r\n            },\r\n            {\r\n              \"abbreviation\": \"1\",\r\n              \"isInactive\": false,\r\n              \"value\": \"16.\",\r\n              \"valueId\": 16\r\n            },\r\n            {\r\n              \"abbreviation\": \"1\",\r\n              \"isInactive\": false,\r\n              \"value\": \"17.\",\r\n              \"valueId\": 17\r\n            },\r\n            {\r\n              \"abbreviation\": \"1\",\r\n              \"isInactive\": false,\r\n              \"value\": \"18.\",\r\n              \"valueId\": 18\r\n            },\r\n            {\r\n              \"abbreviation\": \"1\",\r\n              \"isInactive\": false,\r\n              \"value\": \"19.\",\r\n              \"valueId\": 19\r\n            },\r\n            {\r\n              \"abbreviation\": \"2\",\r\n              \"isInactive\": false,\r\n              \"value\": \"20.\",\r\n              \"valueId\": 20\r\n            },\r\n            {\r\n              \"abbreviation\": \"2\",\r\n              \"isInactive\": false,\r\n              \"value\": \"21.\",\r\n              \"valueId\": 21\r\n            },\r\n            {\r\n              \"abbreviation\": \"2\",\r\n              \"isInactive\": false,\r\n              \"value\": \"21.\",\r\n              \"valueId\": 22\r\n            },\r\n            {\r\n              \"abbreviation\": \"2\",\r\n              \"isInactive\": false,\r\n              \"value\": \"22\",\r\n              \"valueId\": 23\r\n            },\r\n            {\r\n              \"abbreviation\": \"3\",\r\n              \"isInactive\": false,\r\n              \"value\": \"23.\",\r\n              \"valueId\": 24\r\n            },\r\n            {\r\n              \"abbreviation\": \"2\",\r\n              \"isInactive\": false,\r\n              \"value\": \"24.\",\r\n              \"valueId\": 25\r\n            },\r\n            {\r\n              \"abbreviation\": \"2\",\r\n              \"isInactive\": false,\r\n              \"value\": \"25.\",\r\n              \"valueId\": 26\r\n            },\r\n            {\r\n              \"abbreviation\": \"2\",\r\n              \"isInactive\": false,\r\n              \"value\": \"26.\",\r\n              \"valueId\": 27\r\n            },\r\n            {\r\n              \"abbreviation\": \"2\",\r\n              \"isInactive\": false,\r\n              \"value\": \"27.\",\r\n              \"valueId\": 28\r\n            },\r\n            {\r\n              \"abbreviation\": \"2\",\r\n              \"isInactive\": false,\r\n              \"value\": \"28.\",\r\n              \"valueId\": 29\r\n            },\r\n            {\r\n              \"abbreviation\": \"2\",\r\n              \"isInactive\": false,\r\n              \"value\": \"29.\",\r\n              \"valueId\": 30\r\n            },\r\n            {\r\n              \"abbreviation\": \"3\",\r\n              \"isInactive\": false,\r\n              \"value\": \"30.\",\r\n              \"valueId\": 31\r\n            },\r\n            {\r\n              \"abbreviation\": \"3\",\r\n              \"isInactive\": false,\r\n              \"value\": \"31.\",\r\n              \"valueId\": 32\r\n            },\r\n            {\r\n              \"abbreviation\": \"3\",\r\n              \"isInactive\": false,\r\n              \"value\": \"32.\",\r\n              \"valueId\": 33\r\n            },\r\n            {\r\n              \"abbreviation\": \"3\",\r\n              \"isInactive\": false,\r\n              \"value\": \"33.\",\r\n              \"valueId\": 34\r\n            },\r\n            {\r\n              \"abbreviation\": \"3\",\r\n              \"isInactive\": false,\r\n              \"value\": \"34.\",\r\n              \"valueId\": 35\r\n            },\r\n            {\r\n              \"abbreviation\": \"3\",\r\n              \"isInactive\": false,\r\n              \"value\": \"35.\",\r\n              \"valueId\": 36\r\n            },\r\n            {\r\n              \"abbreviation\": \"3\",\r\n              \"isInactive\": false,\r\n              \"value\": \"36.\",\r\n              \"valueId\": 37\r\n            },\r\n            {\r\n              \"abbreviation\": \"3\",\r\n              \"isInactive\": false,\r\n              \"value\": \"37.\",\r\n              \"valueId\": 38\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"38.\",\r\n              \"valueId\": 39\r\n            },\r\n            {\r\n              \"abbreviation\": \"9\",\r\n              \"isInactive\": false,\r\n              \"value\": \"39.\",\r\n              \"valueId\": 40\r\n            },\r\n            {\r\n              \"abbreviation\": \"4\",\r\n              \"isInactive\": false,\r\n              \"value\": \"40.\",\r\n              \"valueId\": 41\r\n            },\r\n            {\r\n              \"abbreviation\": \"4\",\r\n              \"isInactive\": false,\r\n              \"value\": \"41.\",\r\n              \"valueId\": 42\r\n            },\r\n            {\r\n              \"abbreviation\": \"4\",\r\n              \"isInactive\": false,\r\n              \"value\": \"42.\",\r\n              \"valueId\": 43\r\n            },\r\n            {\r\n              \"abbreviation\": \"4\",\r\n              \"isInactive\": false,\r\n              \"value\": \"43.\",\r\n              \"valueId\": 44\r\n            },\r\n            {\r\n              \"abbreviation\": \"4\",\r\n              \"isInactive\": false,\r\n              \"value\": \"44.\",\r\n              \"valueId\": 45\r\n            },\r\n            {\r\n              \"abbreviation\": \"4\",\r\n              \"isInactive\": false,\r\n              \"value\": \"45.\",\r\n              \"valueId\": 46\r\n            },\r\n            {\r\n              \"abbreviation\": \"4\",\r\n              \"isInactive\": false,\r\n              \"value\": \"46.\",\r\n              \"valueId\": 47\r\n            },\r\n            {\r\n              \"abbreviation\": \"4\",\r\n              \"isInactive\": false,\r\n              \"value\": \"47.\",\r\n              \"valueId\": 48\r\n            },\r\n            {\r\n              \"abbreviation\": \"4\",\r\n              \"isInactive\": false,\r\n              \"value\": \"48.\",\r\n              \"valueId\": 49\r\n            },\r\n            {\r\n              \"abbreviation\": \"4\",\r\n              \"isInactive\": false,\r\n              \"value\": \"49.\",\r\n              \"valueId\": 50\r\n            },\r\n            {\r\n              \"abbreviation\": \"5\",\r\n              \"isInactive\": false,\r\n              \"value\": \"50.\",\r\n              \"valueId\": 51\r\n            },\r\n            {\r\n              \"abbreviation\": \"5\",\r\n              \"isInactive\": false,\r\n              \"value\": \"51.\",\r\n              \"valueId\": 52\r\n            },\r\n            {\r\n              \"abbreviation\": \"5\",\r\n              \"isInactive\": false,\r\n              \"value\": \"52.\",\r\n              \"valueId\": 53\r\n            },\r\n            {\r\n              \"abbreviation\": \"5\",\r\n              \"isInactive\": false,\r\n              \"value\": \"53.\",\r\n              \"valueId\": 54\r\n            },\r\n            {\r\n              \"abbreviation\": \"5\",\r\n              \"isInactive\": false,\r\n              \"value\": \"54.\",\r\n              \"valueId\": 55\r\n            },\r\n            {\r\n              \"abbreviation\": \"5\",\r\n              \"isInactive\": false,\r\n              \"value\": \"55.\",\r\n              \"valueId\": 56\r\n            },\r\n            {\r\n              \"abbreviation\": \"5\",\r\n              \"isInactive\": false,\r\n              \"value\": \"56.\",\r\n              \"valueId\": 57\r\n            },\r\n            {\r\n              \"abbreviation\": \"5\",\r\n              \"isInactive\": false,\r\n              \"value\": \"57.\",\r\n              \"valueId\": 58\r\n            },\r\n            {\r\n              \"abbreviation\": \"5\",\r\n              \"isInactive\": false,\r\n              \"value\": \"58.\",\r\n              \"valueId\": 59\r\n            },\r\n            {\r\n              \"abbreviation\": \"5\",\r\n              \"isInactive\": false,\r\n              \"value\": \"59.\",\r\n              \"valueId\": 60\r\n            },\r\n            {\r\n              \"abbreviation\": \"6\",\r\n              \"isInactive\": false,\r\n              \"value\": \"60.\",\r\n              \"valueId\": 61\r\n            },\r\n            {\r\n              \"abbreviation\": \"6\",\r\n              \"isInactive\": false,\r\n              \"value\": \"61.\",\r\n              \"valueId\": 62\r\n            },\r\n            {\r\n              \"abbreviation\": \"6\",\r\n              \"isInactive\": false,\r\n              \"value\": \"62.\",\r\n              \"valueId\": 63\r\n            },\r\n            {\r\n              \"abbreviation\": \"6\",\r\n              \"isInactive\": false,\r\n              \"value\": \"63.\",\r\n              \"valueId\": 64\r\n            },\r\n            {\r\n              \"abbreviation\": \"6\",\r\n              \"isInactive\": false,\r\n              \"value\": \"64.\",\r\n              \"valueId\": 65\r\n            },\r\n            {\r\n              \"abbreviation\": \"6\",\r\n              \"isInactive\": false,\r\n              \"value\": \"65.\",\r\n              \"valueId\": 66\r\n            },\r\n            {\r\n              \"abbreviation\": \"6\",\r\n              \"isInactive\": false,\r\n              \"value\": \"66.\",\r\n              \"valueId\": 67\r\n            },\r\n            {\r\n              \"abbreviation\": \"6\",\r\n              \"isInactive\": false,\r\n              \"value\": \"67.\",\r\n              \"valueId\": 68\r\n            },\r\n            {\r\n              \"abbreviation\": \"6\",\r\n              \"isInactive\": false,\r\n              \"value\": \"68.\",\r\n              \"valueId\": 69\r\n            },\r\n            {\r\n              \"abbreviation\": \"6\",\r\n              \"isInactive\": false,\r\n              \"value\": \"69.\",\r\n              \"valueId\": 70\r\n            },\r\n            {\r\n              \"abbreviation\": \"7\",\r\n              \"isInactive\": false,\r\n              \"value\": \"70.\",\r\n              \"valueId\": 71\r\n            },\r\n            {\r\n              \"abbreviation\": \"7\",\r\n              \"isInactive\": false,\r\n              \"value\": \"71.\",\r\n              \"valueId\": 72\r\n            },\r\n            {\r\n              \"abbreviation\": \"7\",\r\n              \"isInactive\": false,\r\n              \"value\": \"72.\",\r\n              \"valueId\": 73\r\n            },\r\n            {\r\n              \"abbreviation\": \"7\",\r\n              \"isInactive\": false,\r\n              \"value\": \"73.\",\r\n              \"valueId\": 74\r\n            },\r\n            {\r\n              \"abbreviation\": \"7\",\r\n              \"isInactive\": false,\r\n              \"value\": \"74.\",\r\n              \"valueId\": 75\r\n            },\r\n            {\r\n              \"abbreviation\": \"7\",\r\n              \"isInactive\": false,\r\n              \"value\": \"75.\",\r\n              \"valueId\": 76\r\n            },\r\n            {\r\n              \"abbreviation\": \"7\",\r\n              \"isInactive\": false,\r\n              \"value\": \"76.\",\r\n              \"valueId\": 77\r\n            },\r\n            {\r\n              \"abbreviation\": \"7\",\r\n              \"isInactive\": false,\r\n              \"value\": \"77.\",\r\n              \"valueId\": 78\r\n            },\r\n            {\r\n              \"abbreviation\": \"7\",\r\n              \"isInactive\": false,\r\n              \"value\": \"78.\",\r\n              \"valueId\": 79\r\n            },\r\n            {\r\n              \"abbreviation\": \"7\",\r\n              \"isInactive\": false,\r\n              \"value\": \"79.\",\r\n              \"valueId\": 80\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"80.\",\r\n              \"valueId\": 81\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"81.\",\r\n              \"valueId\": 82\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"82.\",\r\n              \"valueId\": 83\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"83.\",\r\n              \"valueId\": 84\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"84.\",\r\n              \"valueId\": 85\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"85.\",\r\n              \"valueId\": 86\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"86.\",\r\n              \"valueId\": 87\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"87.\",\r\n              \"valueId\": 88\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"88.\",\r\n              \"valueId\": 89\r\n            },\r\n            {\r\n              \"abbreviation\": \"8\",\r\n              \"isInactive\": false,\r\n              \"value\": \"89\",\r\n              \"valueId\": 90\r\n            },\r\n            {\r\n              \"abbreviation\": \"9\",\r\n              \"isInactive\": false,\r\n              \"value\": \"90.\",\r\n              \"valueId\": 91\r\n            },\r\n            {\r\n              \"isInactive\": false,\r\n              \"value\": \"91.\",\r\n              \"valueId\": 92\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"internalId\": \"8\",\r\n        \"isInactive\": false,\r\n        \"isMatrixOption\": false,\r\n        \"isOrdered\": true,\r\n        \"name\": \"Preferred Transport\",\r\n        \"owner\": {\r\n          \"internalId\": \"3\",\r\n          \"name\": \"B Shamili\"\r\n        },\r\n        \"scriptId\": \"customlist8\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"customValueList\": {\r\n          \"customValue\": [\r\n            {\r\n              \"isInactive\": false,\r\n              \"value\": \"Sarika\",\r\n              \"valueId\": 1\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"internalId\": \"10\",\r\n        \"isInactive\": false,\r\n        \"isMatrixOption\": false,\r\n        \"isOrdered\": true,\r\n        \"name\": \"PBCS Category\",\r\n        \"owner\": {\r\n          \"internalId\": \"-5\",\r\n          \"name\": \"Sunil Khanna Sunil Khanna\"\r\n        },\r\n        \"scriptId\": \"customlist_atlas_pbcs_category\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"customValueList\": {\r\n          \"customValue\": [\r\n            {\r\n              \"abbreviation\": \"C\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Cheque\",\r\n              \"valueId\": 1\r\n            },\r\n            {\r\n              \"isInactive\": false,\r\n              \"value\": \"NEFT\",\r\n              \"valueId\": 3\r\n            },\r\n            {\r\n              \"isInactive\": false,\r\n              \"value\": \"RTGS\",\r\n              \"valueId\": 4\r\n            },\r\n            {\r\n              \"isInactive\": false,\r\n              \"value\": \"DD\",\r\n              \"valueId\": 5\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"internalId\": \"13\",\r\n        \"isInactive\": false,\r\n        \"isMatrixOption\": false,\r\n        \"isOrdered\": true,\r\n        \"name\": \"Test Payment Modes in CustPymt\",\r\n        \"owner\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\"\r\n        },\r\n        \"scriptId\": \"customlist13\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_0603202020715704111874863592_f864510126a\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 2,\r\n  \"totalRecords\": 7\r\n}"}],"_postman_id":"a0627611-e89e-4dbe-a644-344b9643694b"},{"name":"Retrieve custom lists by ID","id":"7e10cf15-1891-4f9b-8983-7133555c6afb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/customList?id=7","urlObject":{"protocol":"https","path":["netsuite","v0","customList"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"7"}],"variable":[]}},"response":[{"id":"0320aba8-7609-4088-979b-73b8cdce93dc","name":"Retrieve custom lists by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/customList?id=7","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customList"],"query":[{"key":"id","value":"7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:32:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2613"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"convertToCustomRecord\": null,\r\n        \"customValueList\": {\r\n          \"customValue\": [\r\n            {\r\n              \"abbreviation\": \"I\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Initiate Bill Validation\",\r\n              \"valueId\": 1,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"B\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Bill-PO Amount Exceeded\",\r\n              \"valueId\": 2,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"B\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Bill-PO Quantity Exceeded\",\r\n              \"valueId\": 3,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"B\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Bill-PO Partial Receipt Quantity Exceeded\",\r\n              \"valueId\": 4,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"B\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Bill-Rejected\",\r\n              \"valueId\": 5,\r\n              \"valueLanguageValueList\": null\r\n            },\r\n            {\r\n              \"abbreviation\": \"B\",\r\n              \"isInactive\": false,\r\n              \"value\": \"Bill-Approved\",\r\n              \"valueId\": 6,\r\n              \"valueLanguageValueList\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"description\": null,\r\n        \"internalId\": \"7\",\r\n        \"isInactive\": false,\r\n        \"isMatrixOption\": false,\r\n        \"isOrdered\": true,\r\n        \"name\": \"Vendor Bill Memo List\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"3\",\r\n          \"name\": \"B Shamili\",\r\n          \"type\": null\r\n        },\r\n        \"scriptId\": \"customlist_vb_memo_list\",\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  }\r\n}"}],"_postman_id":"7e10cf15-1891-4f9b-8983-7133555c6afb"}],"id":"074520f6-406b-46cf-b3c4-f71cd0f06b81","event":[{"listen":"prerequest","script":{"id":"f3158f8c-5c3e-4618-b20e-3f63b4459eaf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"16b0db32-1505-4a48-a94b-41344d6a2890","type":"text/javascript","exec":[""]}}],"_postman_id":"074520f6-406b-46cf-b3c4-f71cd0f06b81","description":""},{"name":"DELETE","item":[{"name":"Delete custom lists","id":"a299eb77-ed92-449e-a256-d97fb419258a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customList?id=7","urlObject":{"protocol":"https","path":["netsuite","v0","customList"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"7"}],"variable":[]}},"response":[{"id":"fcec1a72-e950-4d79-8a59-03f32c19a6e3","name":"Delete custom lists","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customList?id=7","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customList"],"query":[{"key":"id","value":"7"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"body\": {\r\n    \"writeResponseList\": {\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      },\r\n      \"writeResponse\": [\r\n        {\r\n          \"baseRef\": {\r\n            \"externalId\": null,\r\n            \"internalId\": \"7\",\r\n            \"name\": null,\r\n            \"type\": \"customList\"\r\n          },\r\n          \"status\": {\r\n            \"isSuccess\": false,\r\n            \"statusDetail\": [\r\n              {\r\n                \"afterSubmitFailed\": null,\r\n                \"code\": \"CANT_DELETE_CSTM_LIST\",\r\n                \"message\": \"This custom list cannot be deleted because it is referred to by custom fields\",\r\n                \"type\": \"ERROR\"\r\n              }\r\n            ]\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  },\r\n  \"header\": {\r\n    \"documentInfo\": {\r\n      \"nsId\": \"WEBSERVICES_5333445_SB1_05152020418414048551241742_5a11ece2d\"\r\n    }\r\n  }\r\n}"}],"_postman_id":"a299eb77-ed92-449e-a256-d97fb419258a"}],"id":"27d4ae1f-4658-480c-859f-fda8a7a7df9f","event":[{"listen":"prerequest","script":{"id":"e88286c5-273b-47f3-850d-33d9afa10625","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0941203d-254a-4b83-89df-1a3a6bca5436","type":"text/javascript","exec":[""]}}],"_postman_id":"27d4ae1f-4658-480c-859f-fda8a7a7df9f","description":""}],"id":"2a6b66da-5af4-4567-9429-4f8b727553a3","event":[{"listen":"prerequest","script":{"id":"d11a9951-a862-47e9-967b-508b039b6496","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ad628226-a43f-49b7-b518-90ce54e1aab0","type":"text/javascript","exec":[""]}}],"_postman_id":"2a6b66da-5af4-4567-9429-4f8b727553a3","description":""},{"name":"Customer Payments","item":[{"name":"GET","item":[{"name":"Retrieve customer payments","id":"17d1cf35-fdcd-40b1-83b9-aea94177e971","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","value":"30","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customerPayment","urlObject":{"protocol":"https","path":["netsuite","v0","customerPayment"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"45021ae7-2f26-4cb4-ba3b-8105a49cf402","name":"Retrieve customer payments","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customerPayment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 11:06:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"73854"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"13510 Clearing Accounts : Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1437.6,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1437.6,\n                            \"apply\": true,\n                            \"applyDate\": 1533970800,\n                            \"currency\": \"USD\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14368,\n                            \"due\": 1437.6,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000001\",\n                            \"total\": 1437.6,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085112,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"USD\",\n                    \"type\": null\n                },\n                \"currencyName\": \"USD\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"358\",\n                    \"name\": \"C38 Selders Distributors\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14369\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348548,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1437.6,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"131\",\n                    \"name\": \"Aug 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"United States\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1534114800,\n                \"tranId\": \"PY0000001\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"13510 Clearing Accounts : Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1690.66,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1690.66,\n                            \"apply\": true,\n                            \"applyDate\": 1533798000,\n                            \"currency\": \"EUR\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14371,\n                            \"due\": 1690.66,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000002\",\n                            \"total\": 1690.66,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085153,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyName\": \"EUR\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"378\",\n                    \"name\": \"C58 QLD Wholesale Fence Co Inc\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14372\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348548,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1690.66,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"131\",\n                    \"name\": \"Aug 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1533942000,\n                \"tranId\": \"PY0000002\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"13510 Clearing Accounts : Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 3754,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 3754,\n                            \"apply\": true,\n                            \"applyDate\": 1532329200,\n                            \"currency\": \"EUR\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14374,\n                            \"due\": 3754,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000003\",\n                            \"total\": 3754,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085174,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyName\": \"EUR\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"375\",\n                    \"name\": \"C55 Melco Embroidery Systems\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14375\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348547,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 3754,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"130\",\n                    \"name\": \"Jul 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1532473200,\n                \"tranId\": \"PY0000003\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"13510 Clearing Accounts : Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 6076.85,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 6076.85,\n                            \"apply\": true,\n                            \"applyDate\": 1531810800,\n                            \"currency\": \"EUR\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14377,\n                            \"due\": 6076.85,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000004\",\n                            \"total\": 6076.85,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085182,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyName\": \"EUR\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"375\",\n                    \"name\": \"C55 Melco Embroidery Systems\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14378\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348547,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 6076.85,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"130\",\n                    \"name\": \"Jul 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1531954800,\n                \"tranId\": \"PY0000004\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"13510 Clearing Accounts : Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1278,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1278,\n                            \"apply\": true,\n                            \"applyDate\": 1531724400,\n                            \"currency\": \"EUR\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14380,\n                            \"due\": 1278,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000005\",\n                            \"total\": 1278,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085190,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyName\": \"EUR\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"375\",\n                    \"name\": \"C55 Melco Embroidery Systems\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14381\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348547,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1278,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"130\",\n                    \"name\": \"Jul 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1531868400,\n                \"tranId\": \"PY0000005\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"13510 Clearing Accounts : Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1278,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1278,\n                            \"apply\": true,\n                            \"applyDate\": 1531724400,\n                            \"currency\": \"EUR\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14383,\n                            \"due\": 1278,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000006\",\n                            \"total\": 1278,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085198,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyName\": \"EUR\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"374\",\n                    \"name\": \"C54 Art In Forms\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14384\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348547,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1278,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"130\",\n                    \"name\": \"Jul 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1531868400,\n                \"tranId\": \"PY0000006\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"13510 Clearing Accounts : Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1235.44,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1235.44,\n                            \"apply\": true,\n                            \"applyDate\": 1528268400,\n                            \"currency\": \"EUR\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14386,\n                            \"due\": 1235.44,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000007\",\n                            \"total\": 1235.44,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085205,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyName\": \"EUR\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"382\",\n                    \"name\": \"C62 Sally Churchill\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14387\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348546,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1235.44,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"128\",\n                    \"name\": \"Jun 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1528412400,\n                \"tranId\": \"PY0000007\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"13510 Clearing Accounts : Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1278,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1278,\n                            \"apply\": true,\n                            \"applyDate\": 1531638000,\n                            \"currency\": \"EUR\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14389,\n                            \"due\": 1278,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000008\",\n                            \"total\": 1278,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085214,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyName\": \"EUR\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"378\",\n                    \"name\": \"C58 QLD Wholesale Fence Co Inc\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14390\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348547,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1278,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"130\",\n                    \"name\": \"Jul 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1531782000,\n                \"tranId\": \"PY0000008\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"10010 Bank (UK) : Cheque Account - UK\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 7895.86,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 7895.86,\n                            \"apply\": true,\n                            \"applyDate\": 1531465200,\n                            \"currency\": \"GBP\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14392,\n                            \"due\": 7895.86,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000009\",\n                            \"total\": 7895.86,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085238,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyName\": \"GBP\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"324\",\n                    \"name\": \"C4 Acme Systems Incorporated\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14393\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348547,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 7895.86,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"130\",\n                    \"name\": \"Jul 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1531609200,\n                \"tranId\": \"PY0000009\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"13510 Clearing Accounts : Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1278,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1278,\n                            \"apply\": true,\n                            \"applyDate\": 1531119600,\n                            \"currency\": \"EUR\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14395,\n                            \"due\": 1278,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000010\",\n                            \"total\": 1278,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085245,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyName\": \"EUR\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"382\",\n                    \"name\": \"C62 Sally Churchill\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14396\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348547,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1278,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"130\",\n                    \"name\": \"Jul 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1531263600,\n                \"tranId\": \"PY0000010\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"13510 Clearing Accounts : Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 4309.16,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 4309.16,\n                            \"apply\": true,\n                            \"applyDate\": 1531033200,\n                            \"currency\": \"EUR\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14398,\n                            \"due\": 4309.16,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000011\",\n                            \"total\": 4309.16,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085253,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyName\": \"EUR\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"381\",\n                    \"name\": \"C61 Ryan Embry\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14399\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348547,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 4309.16,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"130\",\n                    \"name\": \"Jul 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1531177200,\n                \"tranId\": \"PY0000011\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"10010 Bank (UK) : Cheque Account - UK\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1083.24,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1083.24,\n                            \"apply\": true,\n                            \"applyDate\": 1530342000,\n                            \"currency\": \"GBP\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14401,\n                            \"due\": 1083.24,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000012\",\n                            \"total\": 1083.24,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085261,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyName\": \"GBP\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"350\",\n                    \"name\": \"C30 Justin Hartman\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14402\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348547,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1083.24,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"130\",\n                    \"name\": \"Jul 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1530486000,\n                \"tranId\": \"PY0000012\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"10010 Bank (UK) : Cheque Account - UK\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 2448,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 2448,\n                            \"apply\": true,\n                            \"applyDate\": 1530342000,\n                            \"currency\": \"GBP\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14404,\n                            \"due\": 2448,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000013\",\n                            \"total\": 2448,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085270,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyName\": \"GBP\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"323\",\n                    \"name\": \"C3 ACM Group\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14405\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348547,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 2448,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"130\",\n                    \"name\": \"Jul 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1530399600,\n                \"tranId\": \"PY0000013\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"13510 Clearing Accounts : Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1690.66,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1690.66,\n                            \"apply\": true,\n                            \"applyDate\": 1530342000,\n                            \"currency\": \"EUR\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14407,\n                            \"due\": 1690.66,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000014\",\n                            \"total\": 1690.66,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085278,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyName\": \"EUR\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"377\",\n                    \"name\": \"C57 Morris Downing & Sherred\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14408\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348547,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1690.66,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"130\",\n                    \"name\": \"Jul 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1530399600,\n                \"tranId\": \"PY0000014\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"13510 Clearing Accounts : Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1690.66,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1690.66,\n                            \"apply\": true,\n                            \"applyDate\": 1530342000,\n                            \"currency\": \"EUR\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14410,\n                            \"due\": 1690.66,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000015\",\n                            \"total\": 1690.66,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085285,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyName\": \"EUR\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"381\",\n                    \"name\": \"C61 Ryan Embry\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14411\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348547,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1690.66,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"130\",\n                    \"name\": \"Jul 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1530399600,\n                \"tranId\": \"PY0000015\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"10010 Bank (UK) : Cheque Account - UK\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1514.16,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1514.16,\n                            \"apply\": true,\n                            \"applyDate\": 1530342000,\n                            \"currency\": \"GBP\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14413,\n                            \"due\": 1514.16,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000016\",\n                            \"total\": 1514.16,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085293,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyName\": \"GBP\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"350\",\n                    \"name\": \"C30 Justin Hartman\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14414\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348546,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1514.16,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"128\",\n                    \"name\": \"Jun 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1530313200,\n                \"tranId\": \"PY0000016\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"13510 Clearing Accounts : Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1427.6,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1427.6,\n                            \"apply\": true,\n                            \"applyDate\": 1530342000,\n                            \"currency\": \"USD\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14416,\n                            \"due\": 1427.6,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000017\",\n                            \"total\": 1427.6,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085301,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"USD\",\n                    \"type\": null\n                },\n                \"currencyName\": \"USD\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"358\",\n                    \"name\": \"C38 Selders Distributors\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14417\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348546,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1427.6,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"128\",\n                    \"name\": \"Jun 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"United States\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1530313200,\n                \"tranId\": \"PY0000017\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"13510 Clearing Accounts : Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 2857.93,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 2857.93,\n                            \"apply\": true,\n                            \"applyDate\": 1530342000,\n                            \"currency\": \"EUR\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14419,\n                            \"due\": 2857.93,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000018\",\n                            \"total\": 2857.93,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085309,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyName\": \"EUR\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"379\",\n                    \"name\": \"C59 Ross Normann Furniture and Electrical\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14420\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348546,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 2857.93,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"128\",\n                    \"name\": \"Jun 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1530313200,\n                \"tranId\": \"PY0000018\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"10010 Bank (UK) : Cheque Account - UK\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1522.16,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1522.16,\n                            \"apply\": true,\n                            \"applyDate\": 1530082800,\n                            \"currency\": \"GBP\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14422,\n                            \"due\": 1522.16,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000019\",\n                            \"total\": 1522.16,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085317,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyName\": \"GBP\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"329\",\n                    \"name\": \"C9 Apfel Electric Co.\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14423\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348546,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1522.16,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"128\",\n                    \"name\": \"Jun 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1530313200,\n                \"tranId\": \"PY0000019\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"10010 Bank (UK) : Cheque Account - UK\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 2241.2,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 2241.2,\n                            \"apply\": true,\n                            \"applyDate\": 1530082800,\n                            \"currency\": \"GBP\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14425,\n                            \"due\": 2241.2,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000020\",\n                            \"total\": 2241.2,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 2625.08,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085325,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyName\": \"GBP\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"349\",\n                    \"name\": \"C29 Karen Gibson\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14426\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348546,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 2241.2,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"128\",\n                    \"name\": \"Jun 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1530313200,\n                \"tranId\": \"PY0000020\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"13510 Clearing Accounts : Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1336.3,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1336.3,\n                            \"apply\": true,\n                            \"applyDate\": 1528095600,\n                            \"currency\": \"USD\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14428,\n                            \"due\": 1336.3,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000021\",\n                            \"total\": 1336.3,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085333,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"USD\",\n                    \"type\": null\n                },\n                \"currencyName\": \"USD\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"362\",\n                    \"name\": \"C42 Sally Golding\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14429\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348546,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1336.3,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"128\",\n                    \"name\": \"Jun 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"United States\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1528239600,\n                \"tranId\": \"PY0000021\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"13510 Clearing Accounts : Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1566.43,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1566.43,\n                            \"apply\": true,\n                            \"applyDate\": 1530082800,\n                            \"currency\": \"EUR\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14431,\n                            \"due\": 1566.43,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000022\",\n                            \"total\": 1566.43,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085341,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyName\": \"EUR\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"375\",\n                    \"name\": \"C55 Melco Embroidery Systems\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14432\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348546,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1566.43,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"128\",\n                    \"name\": \"Jun 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1530313200,\n                \"tranId\": \"PY0000022\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"10010 Bank (UK) : Cheque Account - UK\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1522.16,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1522.16,\n                            \"apply\": true,\n                            \"applyDate\": 1529996400,\n                            \"currency\": \"GBP\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14434,\n                            \"due\": 1522.16,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000023\",\n                            \"total\": 1522.16,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 699.36,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085350,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyName\": \"GBP\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"344\",\n                    \"name\": \"C24 Louis Dayton\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14435\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348546,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1522.16,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"128\",\n                    \"name\": \"Jun 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1530313200,\n                \"tranId\": \"PY0000023\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"13510 Clearing Accounts : Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1690.66,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1690.66,\n                            \"apply\": true,\n                            \"applyDate\": 1529996400,\n                            \"currency\": \"EUR\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14437,\n                            \"due\": 1690.66,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000024\",\n                            \"total\": 1690.66,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085357,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyName\": \"EUR\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"381\",\n                    \"name\": \"C61 Ryan Embry\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14438\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348546,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1690.66,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"128\",\n                    \"name\": \"Jun 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1530313200,\n                \"tranId\": \"PY0000024\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"10010 Bank (UK) : Cheque Account - UK\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1522.16,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1522.16,\n                            \"apply\": true,\n                            \"applyDate\": 1529996400,\n                            \"currency\": \"GBP\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14440,\n                            \"due\": 1522.16,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000025\",\n                            \"total\": 1522.16,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085364,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyName\": \"GBP\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"350\",\n                    \"name\": \"C30 Justin Hartman\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14441\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348546,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1522.16,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"128\",\n                    \"name\": \"Jun 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1530313200,\n                \"tranId\": \"PY0000025\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"10010 Bank (UK) : Cheque Account - UK\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 2925.08,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 2925.08,\n                            \"apply\": true,\n                            \"applyDate\": 1529996400,\n                            \"currency\": \"GBP\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14443,\n                            \"due\": 2925.08,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000026\",\n                            \"total\": 2925.08,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085372,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyName\": \"GBP\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"338\",\n                    \"name\": \"C18 Heckler & Koch\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14444\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348546,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 2925.08,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"128\",\n                    \"name\": \"Jun 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1530313200,\n                \"tranId\": \"PY0000026\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"10010 Bank (UK) : Cheque Account - UK\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1522.16,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1522.16,\n                            \"apply\": true,\n                            \"applyDate\": 1529910000,\n                            \"currency\": \"GBP\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14446,\n                            \"due\": 1522.16,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000027\",\n                            \"total\": 1522.16,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085379,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyName\": \"GBP\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"334\",\n                    \"name\": \"C14 Downey and Sweezer Electric Group\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14447\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348546,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1522.16,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"128\",\n                    \"name\": \"Jun 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1530054000,\n                \"tranId\": \"PY0000027\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"13510 Clearing Accounts : Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1089.8,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1089.8,\n                            \"apply\": true,\n                            \"applyDate\": 1529910000,\n                            \"currency\": \"USD\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14449,\n                            \"due\": 1089.8,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000028\",\n                            \"total\": 1089.8,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085386,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"USD\",\n                    \"type\": null\n                },\n                \"currencyName\": \"USD\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"358\",\n                    \"name\": \"C38 Selders Distributors\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14450\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348546,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1089.8,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"128\",\n                    \"name\": \"Jun 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"United States\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1530054000,\n                \"tranId\": \"PY0000028\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"13510 Clearing Accounts : Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1690.66,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1690.66,\n                            \"apply\": true,\n                            \"applyDate\": 1529910000,\n                            \"currency\": \"EUR\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14452,\n                            \"due\": 1690.66,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000029\",\n                            \"total\": 1690.66,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 1277.99,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085393,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyName\": \"EUR\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"373\",\n                    \"name\": \"C53 A B C Pattern\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14453\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348546,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1690.66,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"128\",\n                    \"name\": \"Jun 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1530054000,\n                \"tranId\": \"PY0000029\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"13510 Clearing Accounts : Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1566.43,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1566.43,\n                            \"apply\": true,\n                            \"applyDate\": 1529823600,\n                            \"currency\": \"EUR\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 14455,\n                            \"due\": 1566.43,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000030\",\n                            \"total\": 1566.43,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1543085400,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyName\": \"EUR\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"378\",\n                    \"name\": \"C58 QLD Wholesale Fence Co Inc\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"14456\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1541348546,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1566.43,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"128\",\n                    \"name\": \"Jun 2018\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1529967600,\n                \"tranId\": \"PY0000030\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_12172019327769136486214035_3624e21\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 26,\n    \"totalRecords\": 774\n}"}],"_postman_id":"17d1cf35-fdcd-40b1-83b9-aea94177e971"},{"name":"Retrieve customer payments by search ID","id":"0f059b67-b10c-49a0-a3fb-50491599c525","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customerPayment?searchId=WEBSERVICES_5333445_SB1_1001201920293649531774579208_2afb100&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","customerPayment"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_1001201920293649531774579208_2afb100"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"071528de-fd8a-4a77-8cf2-04691abae4fb","name":"Retrieve customer payments by search ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/customerPayment?searchId=WEBSERVICES_5333445_SB1_1001201920293649531774579208_2afb100&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customerPayment"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_1001201920293649531774579208_2afb100"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Oct 2019 11:18:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"80706"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 2,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"224\",\n                    \"name\": \"GH-Xyz Bank Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 10000,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 10000,\n                            \"apply\": true,\n                            \"applyDate\": 1554274800,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 1375,\n                            \"due\": 10000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV64\",\n                            \"total\": 12474,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1554280194,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"153\",\n                            \"scriptId\": \"custbody5\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"NEFT\",\n                                \"typeId\": \"13\"\n                            }\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"595\",\n                    \"name\": \"37 Neelesh\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"1376\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1554280194,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 10000,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1554229800,\n                \"tranId\": \"38\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"125\",\n                    \"name\": \"Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 9000,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 9000,\n                            \"apply\": true,\n                            \"applyDate\": 1554274800,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 1379,\n                            \"due\": 69000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV65\",\n                            \"total\": 80000,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": -9645,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1554282293,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"1381\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1554282293,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 9000,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1554229800,\n                \"tranId\": \"40\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"224\",\n                    \"name\": \"GH-Xyz Bank Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 2572.5,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 2572.5,\n                            \"apply\": true,\n                            \"applyDate\": 1554274800,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 1392,\n                            \"due\": 2572.5,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV67\",\n                            \"total\": 2572.5,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1554294485,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"153\",\n                            \"scriptId\": \"custbody5\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"NEFT\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"155\",\n                            \"scriptId\": \"custbody6\",\n                            \"value\": \"UTR002314568\"\n                        },\n                        {\n                            \"internalId\": \"156\",\n                            \"scriptId\": \"custbody7\",\n                            \"value\": 1554229800\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"597\",\n                    \"name\": \"38 VAIBHAV HOSIERY (VIJAYWADA)\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"1394\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1554294485,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 2572.5,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1554229800,\n                \"tranId\": \"41\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"125\",\n                    \"name\": \"Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 0,\n                \"applyList\": null,\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": -529881,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1555481826,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"153\",\n                            \"scriptId\": \"custbody5\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"NEFT\",\n                                \"typeId\": \"13\"\n                            }\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2210\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1558105852,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 255000,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"Master Card\",\n                    \"type\": null\n                },\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1551897000,\n                \"tranId\": \"42\",\n                \"unapplied\": 255000,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"224\",\n                    \"name\": \"GH-Xyz Bank Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 0,\n                \"applyList\": null,\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": -529881,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1555488137,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2212\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1555488137,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 255000,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1551897000,\n                \"tranId\": \"43\",\n                \"unapplied\": 255000,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"224\",\n                    \"name\": \"GH-Xyz Bank Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 350000,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 350000,\n                            \"apply\": true,\n                            \"applyDate\": 1552374000,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2229,\n                            \"due\": 350000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV77\",\n                            \"total\": 350000,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": -9645,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1555583456,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2230\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1555583480,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 350000,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1555525800,\n                \"tranId\": \"44\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"224\",\n                    \"name\": \"GH-Xyz Bank Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 370000,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 370000,\n                            \"apply\": true,\n                            \"applyDate\": 1552374000,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2235,\n                            \"due\": 370000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV79\",\n                            \"total\": 370000,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": -9645,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1555595203,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2236\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1555595470,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 370000,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1552933800,\n                \"tranId\": \"45\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"224\",\n                    \"name\": \"GH-Xyz Bank Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 700000,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 700000,\n                            \"apply\": true,\n                            \"applyDate\": 1555570800,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2237,\n                            \"due\": 700000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV80\",\n                            \"total\": 826000,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 1056.68,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1555596190,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"6\",\n                    \"name\": \"1 Dhruvsoft Services Pvt Ltd\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2238\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1555596190,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 700000,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1552329000,\n                \"tranId\": \"46\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"125\",\n                    \"name\": \"Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 118000,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 118000,\n                            \"apply\": true,\n                            \"applyDate\": 1555657200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2263,\n                            \"due\": 118000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV84\",\n                            \"total\": 118000,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": -529881,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1555671340,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2264\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1555671340,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 118000,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1555612200,\n                \"tranId\": \"49\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"125\",\n                    \"name\": \"Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 236,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 236,\n                            \"apply\": true,\n                            \"applyDate\": 1555657200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2265,\n                            \"due\": 236,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV85\",\n                            \"total\": 236,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": -236,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1555676258,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"384\",\n                    \"name\": \"29 HAPPY SHOPPY\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2266\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1555676258,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 236,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1555612200,\n                \"tranId\": \"50\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"125\",\n                    \"name\": \"Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 119180,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 119180,\n                            \"apply\": true,\n                            \"applyDate\": 1555657200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2268,\n                            \"due\": 119180,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV86\",\n                            \"total\": 119180,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 144922.28,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1555676844,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"367\",\n                    \"name\": \"23 RATHINA VILAS\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2269\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1555676844,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 119180,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1555612200,\n                \"tranId\": \"51\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"125\",\n                    \"name\": \"Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 460200,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 460200,\n                            \"apply\": true,\n                            \"applyDate\": 1555657200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2273,\n                            \"due\": 460200,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV88\",\n                            \"total\": 460200,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": -262038.12,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1555678130,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"389\",\n                    \"name\": \"31 CMR BROTHERS\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2274\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1555678130,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 460200,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1555612200,\n                \"tranId\": \"52\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"228\",\n                    \"name\": \"DS-Xyz Bank Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 2000,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 2000,\n                            \"apply\": true,\n                            \"applyDate\": 1555657200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2377,\n                            \"due\": 2000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV90\",\n                            \"total\": 7080,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 144922.28,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1555678679,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"367\",\n                    \"name\": \"23 RATHINA VILAS\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2379\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1555678679,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 2000,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1555612200,\n                \"tranId\": \"53\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"213\",\n                    \"name\": \"Kalpana - Customer\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1500,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1493,\n                            \"apply\": true,\n                            \"applyDate\": 1550217600,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 465,\n                            \"due\": 1493,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"19\",\n                            \"total\": 20045,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 7,\n                            \"apply\": true,\n                            \"applyDate\": 1553756400,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 1101,\n                            \"due\": 7,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV53\",\n                            \"total\": 10,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": -9645,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1555919881,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2435\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1555919881,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1500,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1555871400,\n                \"tranId\": \"58\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"228\",\n                    \"name\": \"DS-Xyz Bank Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 400000,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 400000,\n                            \"apply\": true,\n                            \"applyDate\": 1555657200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2255,\n                            \"due\": 400000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV82\",\n                            \"total\": 424800,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": -529881,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1556010370,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2661\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1556010370,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 400000,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1552933800,\n                \"tranId\": \"59\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"228\",\n                    \"name\": \"DS-Xyz Bank Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 50000,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 50000,\n                            \"apply\": true,\n                            \"applyDate\": 1555657200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2249,\n                            \"due\": 50000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV81\",\n                            \"total\": 70800,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": -529881,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1556019121,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2665\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1556019121,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 50000,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"125\",\n                    \"name\": \"May 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1556735400,\n                \"tranId\": \"60\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"224\",\n                    \"name\": \"GH-Xyz Bank Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 21185,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 2474,\n                            \"apply\": true,\n                            \"applyDate\": 1554274800,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 1375,\n                            \"due\": 2474,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV64\",\n                            \"total\": 12474,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 12474,\n                            \"apply\": true,\n                            \"applyDate\": 1555830000,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2422,\n                            \"due\": 12474,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV100\",\n                            \"total\": 12474,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 6237,\n                            \"apply\": true,\n                            \"applyDate\": 1556175600,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2791,\n                            \"due\": 6237,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV134\",\n                            \"total\": 6237,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 0,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1556174874,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"595\",\n                    \"name\": \"37 Neelesh\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2795\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1556174874,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 21185,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1556130600,\n                \"tranId\": \"61\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"125\",\n                    \"name\": \"Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 173240.5,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 8475,\n                            \"apply\": true,\n                            \"applyDate\": 1553497200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 644,\n                            \"due\": 8475,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV41\",\n                            \"total\": 9975,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 199.5,\n                            \"apply\": true,\n                            \"applyDate\": 1553497200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 654,\n                            \"due\": 199.5,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV42\",\n                            \"total\": 199.5,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 118,\n                            \"apply\": true,\n                            \"applyDate\": 1554793200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 1400,\n                            \"due\": 118,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV68\",\n                            \"total\": 118,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 18880,\n                            \"apply\": true,\n                            \"applyDate\": 1555657200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2384,\n                            \"due\": 18880,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV92\",\n                            \"total\": 18880,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 20800,\n                            \"apply\": true,\n                            \"applyDate\": 1555657200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2249,\n                            \"due\": 20800,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV81\",\n                            \"total\": 70800,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 11800,\n                            \"apply\": true,\n                            \"applyDate\": 1555657200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2385,\n                            \"due\": 11800,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV93\",\n                            \"total\": 23600,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 177,\n                            \"apply\": true,\n                            \"applyDate\": 1555916400,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2450,\n                            \"due\": 177,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV107\",\n                            \"total\": 236,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 59000,\n                            \"apply\": true,\n                            \"applyDate\": 1555916400,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2426,\n                            \"due\": 59000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV101\",\n                            \"total\": 59000,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 26373,\n                            \"apply\": true,\n                            \"applyDate\": 1556089200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2687,\n                            \"due\": 26373,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV122\",\n                            \"total\": 26373,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 118,\n                            \"apply\": true,\n                            \"applyDate\": 1556089200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2677,\n                            \"due\": 118,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV119\",\n                            \"total\": 118,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 25000,\n                            \"apply\": true,\n                            \"applyDate\": 1556175600,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2793,\n                            \"due\": 25000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV136\",\n                            \"total\": 25000,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 2300,\n                            \"apply\": true,\n                            \"applyDate\": 1556175600,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2792,\n                            \"due\": 2300,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV135\",\n                            \"total\": 2300,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": -529881,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1556174880,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2796\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1556174880,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 173240.5,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1556130600,\n                \"tranId\": \"62\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"125\",\n                    \"name\": \"Undeposited Funds\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 74340,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 2124,\n                            \"apply\": true,\n                            \"applyDate\": 1554274800,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 1387,\n                            \"due\": 2124,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV66\",\n                            \"total\": 2124,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 60416,\n                            \"apply\": true,\n                            \"applyDate\": 1555743600,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2410,\n                            \"due\": 60416,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV97\",\n                            \"total\": 79296,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 11800,\n                            \"apply\": true,\n                            \"applyDate\": 1556175600,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2794,\n                            \"due\": 11800,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV137\",\n                            \"total\": 11800,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": -236,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1556174887,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"384\",\n                    \"name\": \"29 HAPPY SHOPPY\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2797\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1556174887,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 74340,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1556130600,\n                \"tranId\": \"63\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"224\",\n                    \"name\": \"GH-Xyz Bank Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 261160,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 16000,\n                            \"apply\": true,\n                            \"applyDate\": 1556089200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2720,\n                            \"due\": 16000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV124\",\n                            \"total\": 16000,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 231000,\n                            \"apply\": true,\n                            \"applyDate\": 1556175600,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2790,\n                            \"due\": 231000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV133\",\n                            \"total\": 231000,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 14160,\n                            \"apply\": true,\n                            \"applyDate\": 1556175600,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2786,\n                            \"due\": 14160,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV129\",\n                            \"total\": 14160,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": -529881,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1556175924,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2798\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1556175924,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 261160,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1556130600,\n                \"tranId\": \"64\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"224\",\n                    \"name\": \"GH-Xyz Bank Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 60544.08,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 33915,\n                            \"apply\": true,\n                            \"applyDate\": 1553497200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 637,\n                            \"due\": 33915,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV40\",\n                            \"total\": 33915,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 10.5,\n                            \"apply\": true,\n                            \"applyDate\": 1553583600,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 702,\n                            \"due\": 10.5,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV44\",\n                            \"total\": 10.5,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 10000,\n                            \"apply\": true,\n                            \"applyDate\": 1553583600,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 804,\n                            \"due\": 10000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV47\",\n                            \"total\": 10000,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 500,\n                            \"apply\": true,\n                            \"applyDate\": 1553670000,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 938,\n                            \"due\": 500,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV49\",\n                            \"total\": 500,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 2248,\n                            \"apply\": true,\n                            \"applyDate\": 1555657200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2377,\n                            \"due\": 2248,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV90\",\n                            \"total\": 7080,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 500,\n                            \"apply\": true,\n                            \"applyDate\": 1556175600,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2789,\n                            \"due\": 500,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV132\",\n                            \"total\": 500,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 13370.58,\n                            \"apply\": true,\n                            \"applyDate\": 1556175600,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2785,\n                            \"due\": 13370.58,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV128\",\n                            \"total\": 13370.58,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 144922.28,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1556175942,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"367\",\n                    \"name\": \"23 RATHINA VILAS\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2799\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1556175942,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 60544.08,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1556130600,\n                \"tranId\": \"65\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"224\",\n                    \"name\": \"GH-Xyz Bank Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 200,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 200,\n                            \"apply\": true,\n                            \"applyDate\": 1556175600,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2788,\n                            \"due\": 200,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV131\",\n                            \"total\": 200,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 2460,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1556175963,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"58\",\n                    \"name\": \"18 Shamili Boosam\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2800\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1556175963,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 200,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1556130600,\n                \"tranId\": \"66\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"224\",\n                    \"name\": \"GH-Xyz Bank Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 158823.26,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 5,\n                            \"apply\": true,\n                            \"applyDate\": 1552546800,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 522,\n                            \"due\": 5,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV29\",\n                            \"total\": 5,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 1210,\n                            \"apply\": true,\n                            \"applyDate\": 1553756400,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 1115,\n                            \"due\": 1210,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV57\",\n                            \"total\": 1290,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 171.82,\n                            \"apply\": true,\n                            \"applyDate\": 1555398000,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2006,\n                            \"due\": 171.82,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV75\",\n                            \"total\": 171.82,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 145.14,\n                            \"apply\": true,\n                            \"applyDate\": 1555398000,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 1806,\n                            \"due\": 145.14,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV73\",\n                            \"total\": 145.14,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 171.82,\n                            \"apply\": true,\n                            \"applyDate\": 1555398000,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 1906,\n                            \"due\": 171.82,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV74\",\n                            \"total\": 171.82,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 145.14,\n                            \"apply\": true,\n                            \"applyDate\": 1555398000,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 1406,\n                            \"due\": 145.14,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV69\",\n                            \"total\": 145.14,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 145.14,\n                            \"apply\": true,\n                            \"applyDate\": 1555398000,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 1706,\n                            \"due\": 145.14,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV72\",\n                            \"total\": 145.14,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 145.14,\n                            \"apply\": true,\n                            \"applyDate\": 1555398000,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 1506,\n                            \"due\": 145.14,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV70\",\n                            \"total\": 145.14,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 174.18,\n                            \"apply\": true,\n                            \"applyDate\": 1555398000,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2106,\n                            \"due\": 174.18,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV76\",\n                            \"total\": 174.18,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 145.14,\n                            \"apply\": true,\n                            \"applyDate\": 1555398000,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 1606,\n                            \"due\": 145.14,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV71\",\n                            \"total\": 145.14,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 354,\n                            \"apply\": true,\n                            \"applyDate\": 1555570800,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2233,\n                            \"due\": 354,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV78\",\n                            \"total\": 354,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 126000,\n                            \"apply\": true,\n                            \"applyDate\": 1555570800,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2237,\n                            \"due\": 126000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV80\",\n                            \"total\": 826000,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 174.18,\n                            \"apply\": true,\n                            \"applyDate\": 1555657200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2277,\n                            \"due\": 174.18,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV89\",\n                            \"total\": 174.18,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 70.8,\n                            \"apply\": true,\n                            \"applyDate\": 1555743600,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2398,\n                            \"due\": 70.8,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV95\",\n                            \"total\": 70.8,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 3540,\n                            \"apply\": true,\n                            \"applyDate\": 1555743600,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2404,\n                            \"due\": 3540,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV96\",\n                            \"total\": 3540,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 138.78,\n                            \"apply\": true,\n                            \"applyDate\": 1556002800,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2560,\n                            \"due\": 138.78,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV110\",\n                            \"total\": 138.78,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 126.98,\n                            \"apply\": true,\n                            \"applyDate\": 1556002800,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2459,\n                            \"due\": 126.98,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV109\",\n                            \"total\": 126.98,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 2360,\n                            \"apply\": true,\n                            \"applyDate\": 1556089200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2682,\n                            \"due\": 2360,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV120\",\n                            \"total\": 2360,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 23600,\n                            \"apply\": true,\n                            \"applyDate\": 1556175600,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2784,\n                            \"due\": 23600,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV126\",\n                            \"total\": 23600,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 1056.68,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1556175986,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"6\",\n                    \"name\": \"1 Dhruvsoft Services Pvt Ltd\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2801\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1556175986,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 158823.26,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1556130600,\n                \"tranId\": \"67\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"224\",\n                    \"name\": \"GH-Xyz Bank Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 70438.96,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 40000,\n                            \"apply\": true,\n                            \"applyDate\": 1550304000,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 493,\n                            \"due\": 40000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"22\",\n                            \"total\": 75000,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 15000,\n                            \"apply\": true,\n                            \"applyDate\": 1550304000,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 503,\n                            \"due\": 15000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"24\",\n                            \"total\": 15000,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 5000,\n                            \"apply\": true,\n                            \"applyDate\": 1550304000,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 506,\n                            \"due\": 5000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"25\",\n                            \"total\": 5000,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 10000,\n                            \"apply\": true,\n                            \"applyDate\": 1550304000,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 499,\n                            \"due\": 10000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"23\",\n                            \"total\": 10000,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 143.96,\n                            \"apply\": true,\n                            \"applyDate\": 1553756400,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 1106,\n                            \"due\": 143.96,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV54\",\n                            \"total\": 143.96,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 118,\n                            \"apply\": true,\n                            \"applyDate\": 1553756400,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 1114,\n                            \"due\": 118,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV56\",\n                            \"total\": 118,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 177,\n                            \"apply\": true,\n                            \"applyDate\": 1556175600,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2783,\n                            \"due\": 177,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV127\",\n                            \"total\": 177,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": -39000,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1556176002,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"56\",\n                    \"name\": \"17 GH-Agency\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2802\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1556176002,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 70438.96,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1556130600,\n                \"tranId\": \"68\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"224\",\n                    \"name\": \"GH-Xyz Bank Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 55305,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 14625,\n                            \"apply\": true,\n                            \"applyDate\": 1554188400,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 1362,\n                            \"due\": 14625,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV62\",\n                            \"total\": 44625,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 7080,\n                            \"apply\": true,\n                            \"applyDate\": 1556089200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2723,\n                            \"due\": 7080,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV125\",\n                            \"total\": 7080,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 33600,\n                            \"apply\": true,\n                            \"applyDate\": 1556175600,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2787,\n                            \"due\": 33600,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV130\",\n                            \"total\": 33600,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": -47500,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1556176054,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"382\",\n                    \"name\": \"28 WAREWELL GALLERY\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2803\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1556176054,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 55305,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1556130600,\n                \"tranId\": \"69\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"224\",\n                    \"name\": \"GH-Xyz Bank Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 16284,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 16284,\n                            \"apply\": true,\n                            \"applyDate\": 1556089200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2693,\n                            \"due\": 16284,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV123\",\n                            \"total\": 16284,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": -236,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1556176066,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"384\",\n                    \"name\": \"29 HAPPY SHOPPY\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2804\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1556176066,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 16284,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1556130600,\n                \"tranId\": \"70\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"328\",\n                    \"name\": \"Xyz bank\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 20060,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 9440,\n                            \"apply\": true,\n                            \"applyDate\": 1555916400,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2436,\n                            \"due\": 9440,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV103\",\n                            \"total\": 9440,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 10620,\n                            \"apply\": true,\n                            \"applyDate\": 1555916400,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2446,\n                            \"due\": 10620,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV106\",\n                            \"total\": 17700,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 1711,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1556176130,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4501\",\n                    \"name\": \"228 DS Cust123\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2806\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1556176130,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 20060,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1556130600,\n                \"tranId\": \"71\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"328\",\n                    \"name\": \"Xyz bank\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 262448,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 258200,\n                            \"apply\": true,\n                            \"applyDate\": 1555657200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2261,\n                            \"due\": 258200,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV83\",\n                            \"total\": 259600,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 2360,\n                            \"apply\": true,\n                            \"applyDate\": 1555916400,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2439,\n                            \"due\": 2360,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV104\",\n                            \"total\": 2360,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 1888,\n                            \"apply\": true,\n                            \"applyDate\": 1555916400,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2441,\n                            \"due\": 1888,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV105\",\n                            \"total\": 2360,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": -262038.12,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1556176135,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"389\",\n                    \"name\": \"31 CMR BROTHERS\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2807\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1556176135,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 262448,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1556130600,\n                \"tranId\": \"72\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"328\",\n                    \"name\": \"Xyz bank\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 106790,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 106790,\n                            \"apply\": true,\n                            \"applyDate\": 1555657200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2388,\n                            \"due\": 106790,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV94\",\n                            \"total\": 106790,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": -5900,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1556176160,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"392\",\n                    \"name\": \"14:1 Imtiaz ansari : info123\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2809\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1556176160,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 106790,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1556130600,\n                \"tranId\": \"73\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"328\",\n                    \"name\": \"Xyz bank\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 114470,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 600,\n                            \"apply\": true,\n                            \"applyDate\": 1553842800,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 1134,\n                            \"due\": 600,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV59\",\n                            \"total\": 600,\n                            \"type\": \"Invoice\"\n                        },\n                        {\n                            \"amount\": 113870,\n                            \"apply\": true,\n                            \"applyDate\": 1555657200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2271,\n                            \"due\": 113870,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"INV87\",\n                            \"total\": 120950,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 59000,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1556176167,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"386\",\n                    \"name\": \"30 SHOBA PARADISE\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"2810\",\n                \"isRecurringPayment\": null,\n                \"lastModifiedDate\": 1556176167,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 114470,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1556130600,\n                \"tranId\": \"74\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_1001201920293649531774579208_2afb100\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 3,\n    \"totalRecords\": 88\n}"}],"_postman_id":"0f059b67-b10c-49a0-a3fb-50491599c525"},{"name":"Retrieve customer payments by where","id":"a445f7fc-3af4-4cec-a047-c337f676743a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customerPayment?where=DateCreated>1546278954","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateCreated</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>TranDate</td>\n<td>1578954123</td>\n<td>Used to Include the transaction date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>6</td>\n<td>Used to Include the Customer filter for the request. e.g., Customer=6.</td>\n</tr>\n<tr>\n<td>Employee</td>\n<td>4</td>\n<td>Used to Include the Employee filter for the request. e.g., Employee=4.</td>\n</tr>\n<tr>\n<td>Entity</td>\n<td>6</td>\n<td>Used to Include the Entity filter for the request. e.g., Entity=6.</td>\n</tr>\n<tr>\n<td>Memorized</td>\n<td>false</td>\n<td>Used to Include the Memorized filter for the request. e.g., Memorized=false.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","customerPayment"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"DateCreated>1546278954"}],"variable":[]}},"response":[{"id":"7d420da6-5156-423a-aaea-2d6dc8559819","name":"Retrieve customer payments by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/customerPayment?where=DateCreated>1546278954","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customerPayment"],"query":[{"key":"where","value":"DateCreated>1546278954"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 11:49:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2660"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"10010 Bank (UK) : Cheque Account - UK\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1000,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1000,\n                            \"apply\": true,\n                            \"applyDate\": 1543305600,\n                            \"currency\": \"GBP\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 19869,\n                            \"due\": 1676.4,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000791\",\n                            \"total\": 1676.4,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": null,\n                \"balance\": 676.4,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1560420478,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyName\": \"GBP\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"444\",\n                    \"name\": \"C74 DigiSpot Inc.\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": false,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"21679\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1560420478,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1000,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"145\",\n                    \"name\": \"Jun 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1560380400,\n                \"tranId\": \"PY0000785\",\n                \"unapplied\": 0,\n                \"undepFunds\": null,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_121720193303526611323504956_9ffda0\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 1\n}"}],"_postman_id":"a445f7fc-3af4-4cec-a047-c337f676743a"},{"name":"Retrieve customer payments by ID","id":"97347936-19f0-4425-899d-9b92c1c958e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customerPayment?id=21679","urlObject":{"protocol":"https","path":["netsuite","v0","customerPayment"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"21679"}],"variable":[]}},"response":[{"id":"86dcf5fd-9123-48c4-934e-7f7905cc3dc1","name":"Retrieve customer payments by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/customerPayment?id=21679","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customerPayment"],"query":[{"key":"id","value":"21679"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:32:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2613"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"10010 Bank (UK) : Cheque Account - UK\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 1000,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1000,\n                            \"apply\": true,\n                            \"applyDate\": 1543276800,\n                            \"currency\": \"GBP\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 19869,\n                            \"due\": 1676.4,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"IN0000791\",\n                            \"total\": 1676.4,\n                            \"type\": \"Invoice\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"arAcct\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"authCode\": null,\n                \"autoApply\": false,\n                \"balance\": 676.4,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccIsPurchaseCardBin\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccProcessAsPurchaseCard\": false,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"chargeIt\": null,\n                \"checkNum\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"createdDate\": 1560420478,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyName\": \"GBP\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"758\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_dd\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"118\",\n                    \"name\": \"Customer Payment\",\n                    \"type\": null\n                },\n                \"customer\": {\n                    \"externalId\": null,\n                    \"internalId\": \"444\",\n                    \"name\": \"C74 DigiSpot Inc.\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"department\": null,\n                \"depositList\": null,\n                \"dynamicDescriptor\": null,\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"handlingMode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"internalId\": \"21679\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1560420478,\n                \"location\": null,\n                \"memo\": null,\n                \"nullFieldList\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"payment\": 1000,\n                \"paymentCardCsc\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"pending\": 0,\n                \"pnRefNum\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"145\",\n                    \"name\": \"Jun 2019\",\n                    \"type\": null\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"total\": null,\n                \"tranDate\": 1560380400,\n                \"tranId\": \"PY0000785\",\n                \"unapplied\": 0,\n                \"undepFunds\": false,\n                \"validFrom\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    }\n}"}],"_postman_id":"97347936-19f0-4425-899d-9b92c1c958e0"}],"id":"e38c0dc2-5342-4e55-a88a-bff187b91939","event":[{"listen":"prerequest","script":{"id":"dad0b206-dc74-42ec-9717-40fa351ec21f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1511f4f8-0f7c-493a-a915-8ae77ac71995","type":"text/javascript","exec":[""]}}],"_postman_id":"e38c0dc2-5342-4e55-a88a-bff187b91939","description":""},{"name":"POST","item":[{"name":"Create customer payment","id":"0cf2bea2-d117-4141-a708-53466caf1f8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \r\n        \"arAcct\": {\r\n          \"internalId\": \"122\",\r\n          \"name\": \"Accounts Receivable\"\r\n        },\"applyList\": {\r\n          \"apply\": [\r\n            {\r\n              \"amount\": 50.0,\r\n              \"apply\": true,\r\n              \"applyDate\": 1545244200,\r\n              \"currency\": \"INR\",\r\n              \"doc\": 3,\r\n              \"due\": 50.0,\r\n              \"line\": 0,\r\n              \"refNum\": \"2\",\r\n              \"total\": 105.0,\r\n              \"type\": \"Invoice\"\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"customer\": {\r\n          \"internalId\": \"13\"\r\n        },\r\n        \"payment\": 95.46,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        }\r\n      }\r\n\r\n\r\n"},"url":"https://api.prestructured.com/netsuite/v0/customerPayment","urlObject":{"protocol":"https","path":["netsuite","v0","customerPayment"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"9f454578-8f06-4979-a345-7e45b0b53776","name":"200 : Create customer payment","originalRequest":{"method":"POST","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"customFieldList\":{\r\n      \"customField\":[\r\n         {\r\n            \"internalId\":\"213\",\r\n            \"scriptId\":\"custbody21\",\r\n            \"value\":false\r\n         },\r\n         {\r\n            \"internalId\":\"231\",\r\n            \"scriptId\":\"custbody_checkbox\",\r\n            \"value\":true\r\n         },\r\n         {\r\n            \"internalId\":\"232\",\r\n            \"scriptId\":\"custbody_date\",\r\n            \"value\":1577903400\r\n         }\r\n      ]\r\n   },\r\n   \"email\":\"info.me@abc.com\",\r\n   \"entity\":{\r\n      \"internalId\":\"13\",\r\n      \"name\":\"4 ABC Private Corporation\"\r\n   },\r\n   \"itemList\":{\r\n      \"item\":[\r\n         {\r\n            \"item\":{\r\n               \"internalId\":\"34\"\r\n            }\r\n         }\r\n      ]\r\n   },\r\n   \"subsidiary\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"Parent Company\"\r\n   },\r\n   \"location\":{\r\n      \"internalId\":\"2\"\r\n   }\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/customerPayment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Feb 2020 13:37:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"33"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"internalId\": \"27252\",\r\n        \"type\": \"customerPayment\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"type\": \"ERROR\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"0cf2bea2-d117-4141-a708-53466caf1f8d"}],"id":"77edb2e0-1fe6-4515-9359-192e8b53d81e","_postman_id":"77edb2e0-1fe6-4515-9359-192e8b53d81e","description":""},{"name":"PUT","item":[{"name":"Update customer payment","id":"bd70be57-bed3-424e-8a59-0473b7efee35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \r\n        \"arAcct\": {\r\n          \"internalId\": \"122\",\r\n          \"name\": \"Accounts Receivable\"\r\n        },\"applyList\": {\r\n          \"apply\": [\r\n            {\r\n              \"amount\": 50.0,\r\n              \"apply\": true,\r\n              \"applyDate\": 1545244200,\r\n              \"currency\": \"INR\",\r\n              \"doc\": 3,\r\n              \"due\": 50.0,\r\n              \"line\": 0,\r\n              \"refNum\": \"2\",\r\n              \"total\": 105.0,\r\n              \"type\": \"Invoice\"\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"customer\": {\r\n          \"internalId\": \"13\"\r\n        },\r\n        \"payment\": 95.46,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"internalId\": \"27252\"\r\n      }\r\n\r\n\r\n"},"url":"https://api.prestructured.com/netsuite/v0/customerPayment","urlObject":{"protocol":"https","path":["netsuite","v0","customerPayment"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"cd7aee81-4682-4f1f-87b4-7a94e5b0f50b","name":"200 : Update customer payment","originalRequest":{"method":"POST","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"customFieldList\":{\r\n      \"customField\":[\r\n         {\r\n            \"internalId\":\"213\",\r\n            \"scriptId\":\"custbody21\",\r\n            \"value\":false\r\n         },\r\n         {\r\n            \"internalId\":\"231\",\r\n            \"scriptId\":\"custbody_checkbox\",\r\n            \"value\":true\r\n         },\r\n         {\r\n            \"internalId\":\"232\",\r\n            \"scriptId\":\"custbody_date\",\r\n            \"value\":1577903400\r\n         }\r\n      ]\r\n   },\r\n   \"email\":\"info.me@abc.com\",\r\n   \"entity\":{\r\n      \"internalId\":\"13\",\r\n      \"name\":\"4 ABC Private Corporation\"\r\n   },\r\n   \"itemList\":{\r\n      \"item\":[\r\n         {\r\n            \"item\":{\r\n               \"internalId\":\"34\"\r\n            }\r\n         }\r\n      ]\r\n   },\r\n   \"subsidiary\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"Parent Company\"\r\n   },\r\n   \"location\":{\r\n      \"internalId\":\"2\"\r\n   },\r\n   \"internalId\": \"27252\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/customerPayment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Feb 2020 13:37:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"33"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"internalId\": \"27252\",\r\n        \"type\": \"customerPayment\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"type\": \"ERROR\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"bd70be57-bed3-424e-8a59-0473b7efee35"}],"id":"e7a48692-74ba-4c51-a9ab-974556f2e37b","_postman_id":"e7a48692-74ba-4c51-a9ab-974556f2e37b","description":""},{"name":"DELETE","item":[{"name":"Delete customer payments","id":"cee120f2-8535-4931-920b-ecff1f0a1729","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customerPayment?id=18305","urlObject":{"protocol":"https","path":["netsuite","v0","customerPayment"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"18305"}],"variable":[]}},"response":[{"id":"5a8086fe-4cd1-4c7c-a4f1-a544bb6dc1cb","name":"Delete customer payments","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customerPayment?id=18305","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customerPayment"],"query":[{"key":"id","value":"18305"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"body\": {\r\n    \"writeResponseList\": {\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      },\r\n      \"writeResponse\": [\r\n        {\r\n          \"baseRef\": {\r\n            \"internalId\": \"18305\",\r\n            \"type\": \"customer\"\r\n          },\r\n          \"status\": {\r\n            \"isSuccess\": true,\r\n            \"statusDetail\": []\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  },\r\n  \"header\": {\r\n    \"documentInfo\": {\r\n      \"nsId\": \"WEBSERVICES_5333445_SB1_01302020158958456937101047_61d528b8f\"\r\n    }\r\n  }\r\n}"}],"_postman_id":"cee120f2-8535-4931-920b-ecff1f0a1729"}],"id":"e3227caa-9dc7-4471-9f01-315b0faf7abf","event":[{"listen":"prerequest","script":{"id":"87c73848-e571-4858-98c1-a7b315ea7b4c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d78d0fa3-1522-4615-8b56-e11cd42e0f3b","type":"text/javascript","exec":[""]}}],"_postman_id":"e3227caa-9dc7-4471-9f01-315b0faf7abf","description":""}],"id":"60fb2472-1692-4a91-a738-fdef52e4ebe5","event":[{"listen":"prerequest","script":{"id":"1d29d075-84fc-40f7-bca0-5300ae6bf04b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6ef11300-d1c1-4617-aa8d-b051d05da293","type":"text/javascript","exec":[""]}}],"_postman_id":"60fb2472-1692-4a91-a738-fdef52e4ebe5","description":""},{"name":"Customer Status","item":[{"name":"GET","item":[{"name":"Retrieve customer status","id":"7cdfd93c-9dbb-4069-a830-df8ad5e881e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","value":"30","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customerStatus","urlObject":{"protocol":"https","path":["netsuite","v0","customerStatus"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"e7cf4f21-8538-4a4a-ac02-7d69b80b1203","name":"Retrieve customer status","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customerStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 11:06:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"73854"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"description\": null,\r\n        \"externalId\": null,\r\n        \"includeInLeadReports\": false,\r\n        \"internalId\": \"6\",\r\n        \"isInactive\": false,\r\n        \"name\": \"Unqualified\",\r\n        \"nullFieldList\": null,\r\n        \"probability\": 0.0,\r\n        \"stage\": \"_lead\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"description\": null,\r\n        \"externalId\": null,\r\n        \"includeInLeadReports\": true,\r\n        \"internalId\": \"7\",\r\n        \"isInactive\": false,\r\n        \"name\": \"Qualified\",\r\n        \"nullFieldList\": null,\r\n        \"probability\": 10.0,\r\n        \"stage\": \"_lead\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"description\": null,\r\n        \"externalId\": null,\r\n        \"includeInLeadReports\": null,\r\n        \"internalId\": \"8\",\r\n        \"isInactive\": false,\r\n        \"name\": \"In Discussion\",\r\n        \"nullFieldList\": null,\r\n        \"probability\": 20.0,\r\n        \"stage\": \"_prospect\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"description\": null,\r\n        \"externalId\": null,\r\n        \"includeInLeadReports\": null,\r\n        \"internalId\": \"9\",\r\n        \"isInactive\": false,\r\n        \"name\": \"Identified Decision Makers\",\r\n        \"nullFieldList\": null,\r\n        \"probability\": 30.0,\r\n        \"stage\": \"_prospect\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"description\": null,\r\n        \"externalId\": null,\r\n        \"includeInLeadReports\": null,\r\n        \"internalId\": \"10\",\r\n        \"isInactive\": false,\r\n        \"name\": \"Proposal\",\r\n        \"nullFieldList\": null,\r\n        \"probability\": 50.0,\r\n        \"stage\": \"_prospect\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"description\": null,\r\n        \"externalId\": null,\r\n        \"includeInLeadReports\": null,\r\n        \"internalId\": \"11\",\r\n        \"isInactive\": false,\r\n        \"name\": \"In Negotiation\",\r\n        \"nullFieldList\": null,\r\n        \"probability\": 75.0,\r\n        \"stage\": \"_prospect\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"description\": null,\r\n        \"externalId\": null,\r\n        \"includeInLeadReports\": null,\r\n        \"internalId\": \"12\",\r\n        \"isInactive\": false,\r\n        \"name\": \"Purchasing\",\r\n        \"nullFieldList\": null,\r\n        \"probability\": 90.0,\r\n        \"stage\": \"_prospect\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_051520203932452601499138083_52463ec1\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 2,\r\n  \"totalRecords\": 11\r\n}"}],"_postman_id":"7cdfd93c-9dbb-4069-a830-df8ad5e881e5"},{"name":"Retrieve customer status by search ID","id":"d8cdd008-44b0-4bc6-b10c-5cc38ee10da7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customerStatus?searchId=WEBSERVICES_5333445_SB1_051520203932452601499138083_52463ec1&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","customerStatus"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_051520203932452601499138083_52463ec1"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"1e65ea40-b237-4c3b-8ac0-72a51b590d71","name":"Retrieve customer status by search ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/customerStatus?searchId=WEBSERVICES_5333445_SB1_051520203932452601499138083_52463ec1&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customerStatus"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_051520203932452601499138083_52463ec1"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Oct 2019 11:18:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"80706"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 2,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"description\": null,\r\n        \"externalId\": null,\r\n        \"includeInLeadReports\": null,\r\n        \"internalId\": \"13\",\r\n        \"isInactive\": false,\r\n        \"name\": \"Closed Won\",\r\n        \"nullFieldList\": null,\r\n        \"probability\": 100.0,\r\n        \"stage\": \"_customer\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"description\": null,\r\n        \"externalId\": null,\r\n        \"includeInLeadReports\": null,\r\n        \"internalId\": \"14\",\r\n        \"isInactive\": false,\r\n        \"name\": \"Closed Lost\",\r\n        \"nullFieldList\": null,\r\n        \"probability\": 0.0,\r\n        \"stage\": \"_prospect\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"description\": null,\r\n        \"externalId\": null,\r\n        \"includeInLeadReports\": null,\r\n        \"internalId\": \"15\",\r\n        \"isInactive\": true,\r\n        \"name\": \"Renewal\",\r\n        \"nullFieldList\": null,\r\n        \"probability\": 100.0,\r\n        \"stage\": \"_customer\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"description\": null,\r\n        \"externalId\": null,\r\n        \"includeInLeadReports\": null,\r\n        \"internalId\": \"16\",\r\n        \"isInactive\": true,\r\n        \"name\": \"Lost Customer\",\r\n        \"nullFieldList\": null,\r\n        \"probability\": 0.0,\r\n        \"stage\": \"_customer\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_051520203932452601499138083_52463ec1\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 2,\r\n  \"totalRecords\": 11\r\n}"}],"_postman_id":"d8cdd008-44b0-4bc6-b10c-5cc38ee10da7"},{"name":"Retrieve customer status by where","id":"c8dbcdba-a24b-4889-b871-e3461efd2e39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customerStatus?where=Active=true","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Active</td>\n<td>true</td>\n<td>Used to Include the Active Status filter for the request.e.g., Active=true.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","customerStatus"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"Active=true"}],"variable":[]}},"response":[{"id":"d18c8421-45ef-48bd-8343-cc9806093ab1","name":"Retrieve customer status by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/customerStatus?where=Active=true","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customerStatus"],"query":[{"key":"where","value":"Active=true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 11:49:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2660"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"includeInLeadReports\": false,\r\n        \"internalId\": \"6\",\r\n        \"isInactive\": false,\r\n        \"name\": \"Unqualified\",\r\n        \"probability\": 0.0,\r\n        \"stage\": \"_lead\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"includeInLeadReports\": true,\r\n        \"internalId\": \"7\",\r\n        \"isInactive\": false,\r\n        \"name\": \"Qualified\",\r\n        \"probability\": 10.0,\r\n        \"stage\": \"_lead\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"internalId\": \"8\",\r\n        \"isInactive\": false,\r\n        \"name\": \"In Discussion\",\r\n        \"probability\": 20.0,\r\n        \"stage\": \"_prospect\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"internalId\": \"9\",\r\n        \"isInactive\": false,\r\n        \"name\": \"Identified Decision Makers\",\r\n        \"probability\": 30.0,\r\n        \"stage\": \"_prospect\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"internalId\": \"10\",\r\n        \"isInactive\": false,\r\n        \"name\": \"Proposal\",\r\n        \"probability\": 50.0,\r\n        \"stage\": \"_prospect\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_0603202020714118291752245698_97faf7b3b9f\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 2,\r\n  \"totalRecords\": 9\r\n}"}],"_postman_id":"c8dbcdba-a24b-4889-b871-e3461efd2e39"},{"name":"Retrieve customer status by ID","id":"8a937792-df41-47c5-8068-7b0dd297e57d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/customerStatus?id=6","urlObject":{"protocol":"https","path":["netsuite","v0","customerStatus"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"6"}],"variable":[]}},"response":[{"id":"a317670f-47e0-406e-b1c4-e58640a589e0","name":"Retrieve customer status by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/customerStatus?id=6","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customerStatus"],"query":[{"key":"id","value":"6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:32:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2613"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"description\": null,\r\n        \"externalId\": null,\r\n        \"includeInLeadReports\": false,\r\n        \"internalId\": \"6\",\r\n        \"isInactive\": false,\r\n        \"name\": \"Unqualified\",\r\n        \"nullFieldList\": null,\r\n        \"probability\": 0.0,\r\n        \"stage\": \"_lead\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  }\r\n}"}],"_postman_id":"8a937792-df41-47c5-8068-7b0dd297e57d"}],"id":"739ac404-2681-4090-89f5-cbcd7fe72880","event":[{"listen":"prerequest","script":{"id":"04779ff7-2191-4e59-a8b9-de2f015e4542","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ddb1c08c-88fe-4d23-a78a-2338fed07b98","type":"text/javascript","exec":[""]}}],"_postman_id":"739ac404-2681-4090-89f5-cbcd7fe72880","description":""},{"name":"DELETE","item":[{"name":"Delete customer status","id":"a5dcad3e-4080-4e7d-8756-5666176ceb81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customerPayment?id=6","urlObject":{"protocol":"https","path":["netsuite","v0","customerPayment"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"6"}],"variable":[]}},"response":[{"id":"82718b52-0b69-488a-ad16-a107c8a7e866","name":"Delete customer status","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customerPayment?id=6","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customerPayment"],"query":[{"key":"id","value":"6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"body\": {\r\n    \"writeResponseList\": {\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      },\r\n      \"writeResponse\": [\r\n        {\r\n          \"baseRef\": {\r\n            \"externalId\": null,\r\n            \"internalId\": \"6\",\r\n            \"name\": null,\r\n            \"type\": \"customerStatus\"\r\n          },\r\n          \"status\": {\r\n            \"isSuccess\": false,\r\n            \"statusDetail\": [\r\n              {\r\n                \"afterSubmitFailed\": null,\r\n                \"code\": \"CANT_DELETE_DEFAULT_STATUS\",\r\n                \"message\": \"You can't delete or inactivate that status because it is a set up as a default status.  Please navigate to <a href='/app/setup/sfasetup.nl' target='_blank'>Sales Preferences</a> and change that status\",\r\n                \"type\": \"ERROR\"\r\n              }\r\n            ]\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  },\r\n  \"header\": {\r\n    \"documentInfo\": {\r\n      \"nsId\": \"WEBSERVICES_5333445_SB1_05152020394436986541322918_90238a514\"\r\n    }\r\n  }\r\n}"}],"_postman_id":"a5dcad3e-4080-4e7d-8756-5666176ceb81"}],"id":"3f7a080a-7a1c-4c4d-8e75-cfff2f10b10d","event":[{"listen":"prerequest","script":{"id":"5844cefa-863f-4430-bae9-151cd10a9630","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eb94b1ed-f577-4f1e-8e0d-66560c203478","type":"text/javascript","exec":[""]}}],"_postman_id":"3f7a080a-7a1c-4c4d-8e75-cfff2f10b10d","description":""}],"id":"57fc1a8d-1d25-4a2b-a90e-b9a87fd0a06e","event":[{"listen":"prerequest","script":{"id":"0e854dce-c69d-4245-a756-2a9484322e05","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cb00eeb1-3333-4ee1-902a-6dfa46241bf2","type":"text/javascript","exec":[""]}}],"_postman_id":"57fc1a8d-1d25-4a2b-a90e-b9a87fd0a06e","description":""},{"name":"Customers","item":[{"name":"GET","item":[{"name":"Retrieve customers","id":"85119817-7367-4ae9-8cd2-7af654d7f7c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customer","urlObject":{"protocol":"https","path":["netsuite","v0","customer"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"47693ca9-3139-434f-a8d9-84ac04b6e2a8","name":"Retrieve customers","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": null,\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"Anonymous<br>United Kingdom (GB)\",\n                                \"addressee\": \"Anonymous\",\n                                \"attention\": null,\n                                \"city\": null,\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": null\n                            },\n                            \"defaultBilling\": true,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"1\",\n                            \"isResidential\": false,\n                            \"label\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Anonymous\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 16837.8,\n                \"contactRolesList\": {\n                    \"contactRoles\": [\n                        {\n                            \"contact\": {\n                                \"externalId\": null,\n                                \"internalId\": \"853\",\n                                \"name\": \"Anonymous Contact\",\n                                \"type\": null\n                            },\n                            \"email\": \"tester@testing.com\",\n                            \"giveAccess\": false,\n                            \"password\": null,\n                            \"password2\": null,\n                            \"role\": {\n                                \"externalId\": null,\n                                \"internalId\": \"14\",\n                                \"name\": \"Customer Centre\",\n                                \"type\": null\n                            },\n                            \"sendEmail\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 16837.8,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 16837.8\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"1781\",\n                            \"scriptId\": \"custentity1\",\n                            \"value\": \"Highest revenue Company.\"\n                        },\n                        {\n                            \"internalId\": \"1782\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": 1575567300\n                        },\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": true\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": true\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1541022331,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Anonymous<br>United Kingdom (GB)\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": null,\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"1 Anonymous\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"4\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1575540149,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": null,\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Group\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 16837.8,\n                \"url\": null,\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": null,\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": null,\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Anonymous Customer Parent Company\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1582619386,\n                \"daysOverdue\": null,\n                \"defaultAddress\": null,\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": null,\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"2 Anonymous Customer Parent Company\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"LEAD-Qualified\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"5\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1541195329,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": null,\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_lead\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Group\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": null,\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"25 George Street\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": \"070 1462 9852\",\n                                \"addrText\": \"ACM Group<br>25 George Street<br>BRUTON<br>BA10 7NF<br>United Kingdom\",\n                                \"addressee\": \"ACM Group\",\n                                \"attention\": null,\n                                \"city\": \"BRUTON\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": \"BA10 7NF\"\n                            },\n                            \"defaultBilling\": true,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"202\",\n                            \"isResidential\": false,\n                            \"label\": \"25 George Street\"\n                        },\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"3 High Street\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C3 ACM Group<br>3 High Street<br>Maidenhead <br>Berskshire<br>SL6 1EH<br>United Kingdom\",\n                                \"addressee\": \"C3 ACM Group\",\n                                \"attention\": null,\n                                \"city\": \"Maidenhead \",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Berskshire\",\n                                \"zip\": \"SL6 1EH\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"319\",\n                            \"isResidential\": false,\n                            \"label\": \"3 High Street\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"ACM Group\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 16392.78,\n                \"contactRolesList\": {\n                    \"contactRoles\": [\n                        {\n                            \"contact\": {\n                                \"externalId\": null,\n                                \"internalId\": \"523\",\n                                \"name\": \"Tom Foil\",\n                                \"type\": null\n                            },\n                            \"email\": \"TFoil@ACM.com\",\n                            \"giveAccess\": false,\n                            \"password\": null,\n                            \"password2\": null,\n                            \"role\": {\n                                \"externalId\": null,\n                                \"internalId\": \"14\",\n                                \"name\": \"Customer Centre\",\n                                \"type\": null\n                            },\n                            \"sendEmail\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 16392.78,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 16392.78\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265370,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"ACM Group<br>25 George Street<br>BRUTON<br>BA10 7NF<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"purchasing@ACM.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C3 ACM Group\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10002\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"323\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1543624328,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"070 1462 9852\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"21\",\n                    \"name\": \"UPS Ground UK\",\n                    \"type\": null\n                },\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": 1530313200,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265371,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265371,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265371,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265371,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265371,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 16392.78,\n                \"url\": \"https://www.ACM.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"1 Grenfell Road\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C4 Acme Systems Incorporated<br>1 Grenfell Road<br>Maidenhead <br>Berskshire<br>SL6 1HN<br>United Kingdom\",\n                                \"addressee\": \"C4 Acme Systems Incorporated\",\n                                \"attention\": null,\n                                \"city\": \"Maidenhead \",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Berskshire\",\n                                \"zip\": \"SL6 1HN\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"320\",\n                            \"isResidential\": false,\n                            \"label\": \"1 Grenfell Road\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Acme Systems Incorporated\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 72363.44,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 72363.44,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 72363.44\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265371,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Acme Systems Incorporated<br>9 South Western Terrace<br>MILTON<br>ST2 5GR<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"procurement@acmesystems.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C4 Acme Systems Incorporated\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10003\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"324\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542413861,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"077 0804 7993\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265371,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265371,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265371,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265371,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265371,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 72363.44,\n                \"url\": \"https://www.acmesystems.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"2 Queensbridge Road\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C5 All Outdoors<br>2 Queensbridge Road<br>Chelsea<br>Greater London<br>E8 3BD<br>United Kingdom\",\n                                \"addressee\": \"C5 All Outdoors\",\n                                \"attention\": null,\n                                \"city\": \"Chelsea\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Greater London\",\n                                \"zip\": \"E8 3BD\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"321\",\n                            \"isResidential\": false,\n                            \"label\": \"2 Queensbridge Road\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"All Outdoors\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 13481.16,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 13481.16,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 13481.16\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265372,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"All Outdoors<br>59 Church Way<br>BRADLEY<br>ST18 7QH<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"purch@alloutdoors.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C5 All Outdoors\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10004\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"325\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542413982,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"078 0670 6239\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": 1535151600,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265372,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265372,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265372,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265372,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265372,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 13481.16,\n                \"url\": \"https://www.alloutdoors.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"33 Elm Park Gardens\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C6 All World Produce<br>33 Elm Park Gardens<br>Chelsea<br>Greater London<br>SW10 9NZ<br>United Kingdom\",\n                                \"addressee\": \"C6 All World Produce\",\n                                \"attention\": null,\n                                \"city\": \"Chelsea\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Greater London\",\n                                \"zip\": \"SW10 9NZ\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"322\",\n                            \"isResidential\": false,\n                            \"label\": \"33 Elm Park Gardens\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"All World Produce\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265373,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"All World Produce<br>22 Helland Bridge<br>UPPER CALDECOTE<br>SG18 3BL<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"pur@allworld.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C6 All World Produce\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10005\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"326\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542413929,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"070 5948 2687\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265373,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265373,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265373,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265373,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265373,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": \"https://www.allworld.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"1 South PI\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C7 Anderson Boughton Inc.<br>1 South PI<br>London<br>Greater London<br>EC2M 2RB<br>United Kingdom\",\n                                \"addressee\": \"C7 Anderson Boughton Inc.\",\n                                \"attention\": null,\n                                \"city\": \"London\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Greater London\",\n                                \"zip\": \"EC2M 2RB\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"323\",\n                            \"isResidential\": false,\n                            \"label\": \"1 South PI\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Anderson Boughton Inc.\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 699.36,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 699.36,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 699.36\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265373,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Anderson Boughton Inc.<br>72 Jedburgh Road<br>LEWTRENCHARD<br>EX20 6PS<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"buyers@andersonboughton.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C7 Anderson Boughton Inc.\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10006\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"327\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542413947,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"070 2044 0047\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265373,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265373,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265373,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265373,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265373,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 699.36,\n                \"url\": \"https://www.andersonboughton.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"20 Houghton Street\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C8 Angerman Markets Company<br>20 Houghton Street<br>London<br>Greater London<br>WC2A 2AE<br>United Kingdom\",\n                                \"addressee\": \"C8 Angerman Markets Company\",\n                                \"attention\": null,\n                                \"city\": \"London\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Greater London\",\n                                \"zip\": \"WC2A 2AE\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"324\",\n                            \"isResidential\": false,\n                            \"label\": \"20 Houghton Street\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 922.16,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 922.16,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Angerman Markets Company\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 922.16,\n                \"consolBalance\": 922.16,\n                \"consolDaysOverdue\": 401,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 922.16,\n                \"consolUnbilledOrders\": 652.32,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 922.16,\n                            \"consolBalance\": 922.16,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 922.16,\n                            \"consolUnbilledOrders\": 652.32,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 922.16,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 652.32\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265374,\n                \"daysOverdue\": 401,\n                \"defaultAddress\": \"Angerman Markets Company<br>20 Wenlock Terrace<br>PERSHORE<br>WR10 3ZR<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"buy@angermanmarkets.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C8 Angerman Markets Company\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10007\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"328\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414006,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 922.16,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"077 3197 3567\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": 1543536000,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265374,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265374,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265374,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265374,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265374,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 652.32,\n                \"url\": \"https://www.angermanmarkets.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"8 Queensbridge Road\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C9 Apfel Electric Co.<br>8 Queensbridge Road<br>Chelsea<br>Greater London<br>E8 3BD<br>United Kingdom\",\n                                \"addressee\": \"C9 Apfel Electric Co.\",\n                                \"attention\": null,\n                                \"city\": \"Chelsea\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Greater London\",\n                                \"zip\": \"E8 3BD\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"325\",\n                            \"isResidential\": false,\n                            \"label\": \"8 Queensbridge Road\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Apfel Electric Co.\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 134778,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 134778,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 134778\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265374,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Apfel Electric Co.<br>81 Park End St<br>BROCKHURST<br>RH19 4EL<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"purUS@apfel.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C9 Apfel Electric Co.\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10008\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"329\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414092,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"079 1800 2377\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265374,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265374,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265374,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265374,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265374,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 134778,\n                \"url\": \"https://www.apfel.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"2 Frances Ave\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C10 Byrnes Ltd<br>2 Frances Ave<br>Maidenhead <br>Berkshire<br>SL6 8NX<br>United Kingdom\",\n                                \"addressee\": \"C10 Byrnes Ltd\",\n                                \"attention\": null,\n                                \"city\": \"Maidenhead \",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Berkshire\",\n                                \"zip\": \"SL6 8NX\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"326\",\n                            \"isResidential\": false,\n                            \"label\": \"2 Frances Ave\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Byrnes Ltd\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 1464.44,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 1464.44,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 1464.44\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265375,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Byrnes Ltd<br>46 Eastbourne Rd<br>COLERNE<br>SN14 6BY<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"purch@byrnes.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C10 Byrnes Ltd\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10009\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"330\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414255,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"079 8538 3378\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": 1533078000,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265375,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265375,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265375,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265375,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265375,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 1464.44,\n                \"url\": \"https://www.byrnes.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"1 Grenfell Road\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C11 Cooper Industries<br>1 Grenfell Road<br>Maidenhead <br>Berskshire<br>SL6 1HN<br>United Kingdom\",\n                                \"addressee\": \"C11 Cooper Industries\",\n                                \"attention\": null,\n                                \"city\": \"Maidenhead \",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Berskshire\",\n                                \"zip\": \"SL6 1HN\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"327\",\n                            \"isResidential\": false,\n                            \"label\": \"1 Grenfell Road\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Cooper Industries\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 2618.56,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 2618.56,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 2618.56\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265375,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Cooper Industries<br>62 Souterhead Road<br>LOWER BOSCASWELL<br>TR19 1FS<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"procure@cooper.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C11 Cooper Industries\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10010\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"331\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414276,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"077 1058 1112\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": 1533078000,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265375,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265375,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265375,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265375,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265375,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 2618.56,\n                \"url\": \"https://www.cooper.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"13C Upper Belgrave St\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C12 Cotterman Software Company<br>13C Upper Belgrave St<br>Belgravia<br>Greater London<br>SW1Z 8BA<br>United Kingdom\",\n                                \"addressee\": \"C12 Cotterman Software Company\",\n                                \"attention\": null,\n                                \"city\": \"Belgravia\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Greater London\",\n                                \"zip\": \"SW1Z 8BA\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"328\",\n                            \"isResidential\": false,\n                            \"label\": \"13C Upper Belgrave St\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Cotterman Software Company\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": 412,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 514.16,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 514.16,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 514.16,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265376,\n                \"daysOverdue\": 412,\n                \"defaultAddress\": \"Cotterman Software Company<br>30 Lairg Road<br>NEWBOTTLE<br>OX17 3FQ<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"pur@cotterman.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C12 Cotterman Software Company\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10011\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"332\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414310,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 514.16,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"079 6431 6528\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265376,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265376,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265376,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265376,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265376,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": \"https://www.cotterman.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"10 Elm Park Gardens\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C13 Dolfi Software Group<br>10 Elm Park Gardens<br>Chelsea<br>Greater London<br>SW10 9NZ<br>United Kingdom\",\n                                \"addressee\": \"C13 Dolfi Software Group\",\n                                \"attention\": null,\n                                \"city\": \"Chelsea\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Greater London\",\n                                \"zip\": \"SW10 9NZ\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"329\",\n                            \"isResidential\": false,\n                            \"label\": \"10 Elm Park Gardens\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Dolfi Software Group\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 607,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 607,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 607\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265376,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Dolfi Software Group<br>71 Dunmow Road<br>GRESHAM<br>NR11 4XP<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"buyers@dolfi.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C13 Dolfi Software Group\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10012\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"333\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414403,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"079 6880 5209\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": 1535670000,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265376,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265376,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265376,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265376,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265376,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 607,\n                \"url\": \"https://www.dolfi.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"3 Catherine PI\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C14 Downey and Sweezer Electric Group<br>3 Catherine PI<br>Westminster<br>Greater London<br>SW1E 6DX<br>United Kingdom\",\n                                \"addressee\": \"C14 Downey and Sweezer Electric Group\",\n                                \"attention\": null,\n                                \"city\": \"Westminster\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Greater London\",\n                                \"zip\": \"SW1E 6DX\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"330\",\n                            \"isResidential\": false,\n                            \"label\": \"3 Catherine PI\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Downey and Sweezer Electric Group\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": -1514.16,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": -1514.16,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": -1514.16\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265377,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Downey and Sweezer Electric Group<br>81 Asfordby Rd<br>ALDERBURY<br>SP5 7TG<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"buy@downeyandsweezer.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C14 Downey and Sweezer Electric Group\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10013\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"334\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414417,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"077 6241 8531\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265377,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265377,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265377,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265377,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265377,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": -1514.16,\n                \"url\": \"https://www.downeyandsweezer.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"8 High Street\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C15 Dunlevy Software Corporation<br>8 High Street<br>Maidenhead <br>Berskshire<br>SL6 1EH<br>United Kingdom\",\n                                \"addressee\": \"C15 Dunlevy Software Corporation\",\n                                \"attention\": null,\n                                \"city\": \"Maidenhead \",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Berskshire\",\n                                \"zip\": \"SL6 1EH\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"331\",\n                            \"isResidential\": false,\n                            \"label\": \"8 High Street\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Dunlevy Software Corporation\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265377,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Dunlevy Software Corporation<br>26 Scrimshire Lane<br>ASTON<br>CW5 2ZA<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"procurement@dunlevy.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C15 Dunlevy Software Corporation\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10014\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"335\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414423,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"070 5420 7785\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265377,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265377,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265377,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265377,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265377,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": \"https://www.dunlevy.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"61 Tachbrook St\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C16 Gadison Electric Inc.<br>61 Tachbrook St<br>Pimlico<br>Greater London<br>SW1V 2QB<br>United Kingdom\",\n                                \"addressee\": \"C16 Gadison Electric Inc.\",\n                                \"attention\": null,\n                                \"city\": \"Pimlico\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Greater London\",\n                                \"zip\": \"SW1V 2QB\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"332\",\n                            \"isResidential\": false,\n                            \"label\": \"61 Tachbrook St\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Gadison Electric Inc.\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265378,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Gadison Electric Inc.<br>43 Shore Street<br>STOKE ALBANY<br>LE16 8BQ<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"purch@gadison.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C16 Gadison Electric Inc.\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10015\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"336\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414627,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"079 7847 8879\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265378,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265378,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265378,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265378,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265378,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": \"https://www.gadison.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"1 Grenfell Road\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C17 Getronics UK<br>1 Grenfell Road<br>Maidenhead <br>Berskshire<br>SL6 1HN<br>United Kingdom\",\n                                \"addressee\": \"C17 Getronics UK\",\n                                \"attention\": null,\n                                \"city\": \"Maidenhead \",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Berskshire\",\n                                \"zip\": \"SL6 1HN\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"333\",\n                            \"isResidential\": false,\n                            \"label\": \"1 Grenfell Road\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Getronics UK\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 32714.43,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": 10000,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 32714.43,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 32714.43\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265378,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Getronics<br>81 Carriers Road<br>CROFT<br>WA3 1RB<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"procure@getronics.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C17 Getronics UK\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10016\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"337\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1543624469,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"077 0956 5469\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"115\",\n                    \"name\": \"Free Shipping - UK\",\n                    \"type\": null\n                },\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": 1543536000,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265378,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265378,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265378,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265378,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265378,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 32714.43,\n                \"url\": \"https://www.getronics.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"5 South PI\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C18 Heckler & Koch<br>5 South PI<br>London<br>Greater London<br>EC2M 2RB<br>United Kingdom\",\n                                \"addressee\": \"C18 Heckler & Koch\",\n                                \"attention\": null,\n                                \"city\": \"London\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Greater London\",\n                                \"zip\": \"EC2M 2RB\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"334\",\n                            \"isResidential\": false,\n                            \"label\": \"5 South PI\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Heckler & Koch\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 14947,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 14947,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 14947\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265379,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Heckler & Koch<br>97 Grenoble Road<br>BRIDGE<br>CT4 8FG<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"pur@hecklerkoch.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C18 Heckler & Koch\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10017\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"338\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414783,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"070 1451 2548\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": 1532041200,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265379,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265379,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265379,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265379,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265379,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 14947,\n                \"url\": \"https://www.hecklerkoch.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"13C Upper Belgrave St\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C19 Howard Johnson & Co<br>13C Upper Belgrave St<br>Belgravia<br>Greater London<br>SW1Z 8BA<br>United Kingdom\",\n                                \"addressee\": \"C19 Howard Johnson & Co\",\n                                \"attention\": null,\n                                \"city\": \"Belgravia\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Greater London\",\n                                \"zip\": \"SW1Z 8BA\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"335\",\n                            \"isResidential\": false,\n                            \"label\": \"13C Upper Belgrave St\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Howard Johnson & Co\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 822.4,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 822.4,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 822.4\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265379,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Howard Johnson & Co<br>64 Friar Street<br>CLEATOR<br>CA23 5ZW<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"buyers@howardjohnson.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C19 Howard Johnson & Co\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10018\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"339\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414833,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"079 0855 8834\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": 1543363200,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265379,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265379,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265379,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265379,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265379,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 822.4,\n                \"url\": \"https://www.howardjohnson.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"87 Vincent Square\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C20 Kamps Electric Systems<br>87 Vincent Square<br>Westminster<br>Greater London<br>SW1P 2PQ<br>United Kingdom\",\n                                \"addressee\": \"C20 Kamps Electric Systems\",\n                                \"attention\": null,\n                                \"city\": \"Westminster\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Greater London\",\n                                \"zip\": \"SW1P 2PQ\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"336\",\n                            \"isResidential\": false,\n                            \"label\": \"87 Vincent Square\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Kamps Electric Systems\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 2110.16,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 2110.16,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 2110.16\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265380,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Kamps Electric Systems<br>90 Telford Street<br>BARDSLEY<br>OL8 3GL<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"buy@kampselectric.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C20 Kamps Electric Systems\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10019\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"340\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414929,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"070 5230 1307\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": 1538262000,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265380,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265380,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265380,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265380,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265380,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 2110.16,\n                \"url\": \"https://www.kampselectric.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"6 Queensbridge Road\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C21 Kieff Software Fabricators<br>6 Queensbridge Road<br>Chelsea<br>Greater London<br>E8 3BD<br>United Kingdom\",\n                                \"addressee\": \"C21 Kieff Software Fabricators\",\n                                \"attention\": null,\n                                \"city\": \"Chelsea\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Greater London\",\n                                \"zip\": \"E8 3BD\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"337\",\n                            \"isResidential\": false,\n                            \"label\": \"6 Queensbridge Road\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Kieff Software Fabricators\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 4666.24,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 4666.24,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 4666.24\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265380,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Kieff Software Fabricators<br>84 Preston Rd<br>MORETON<br>HR6 8EA<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"procurement@kieff.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C21 Kieff Software Fabricators\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10020\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"341\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542415153,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"070 3611 8092\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265380,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265380,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265380,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265380,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265380,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 4666.24,\n                \"url\": \"https://www.kieff.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"34 Elm Park Gardens\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C22 Maclier Corp<br>34 Elm Park Gardens<br>Chelsea<br>Greater London<br>SW10 9NZ<br>United Kingdom\",\n                                \"addressee\": \"C22 Maclier Corp\",\n                                \"attention\": null,\n                                \"city\": \"Chelsea\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Greater London\",\n                                \"zip\": \"SW10 9NZ\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"338\",\n                            \"isResidential\": false,\n                            \"label\": \"34 Elm Park Gardens\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Maclier Corp\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 2995,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 2995,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 2995\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265381,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Maclier Corp<br>3 Winchester Rd<br>MERRION<br>SA71 8WT<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"procurement@maclier.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C22 Maclier Corp\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10021\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"342\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542415285,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"079 5446 4868\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": 1540944000,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265381,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265381,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265381,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265381,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265381,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 2995,\n                \"url\": \"https://www.maclier.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"57 Tachbrook St\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C23 Luke Dayton<br>57 Tachbrook St<br>Pimlico<br>Greater London<br>SW1V 2QB<br>United Kingdom\",\n                                \"addressee\": \"C23 Luke Dayton\",\n                                \"attention\": null,\n                                \"city\": \"Pimlico\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Greater London\",\n                                \"zip\": \"SW1V 2QB\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"339\",\n                            \"isResidential\": false,\n                            \"label\": \"57 Tachbrook St\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": null,\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": {\n                    \"contactRoles\": [\n                        {\n                            \"contact\": {\n                                \"externalId\": null,\n                                \"internalId\": \"343\",\n                                \"name\": \"C23\",\n                                \"type\": null\n                            },\n                            \"email\": null,\n                            \"giveAccess\": false,\n                            \"password\": null,\n                            \"password2\": null,\n                            \"role\": {\n                                \"externalId\": null,\n                                \"internalId\": \"14\",\n                                \"name\": \"Customer Centre\",\n                                \"type\": null\n                            },\n                            \"sendEmail\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265381,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Luke Dayton<br>65 Walden Road<br>GREAT WITLEY<br>WR6 1UY<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": null,\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C23 Luke Dayton\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10022\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": \"Luke\",\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"343\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": true,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542415278,\n                \"lastName\": \"Dayton\",\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"077 7411 9254\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265381,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265381,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265381,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265381,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265381,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": null,\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"5 High Street\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C24 Louis Dayton<br>5 High Street<br>Maidenhead <br>Berskshire<br>SL6 1EH<br>United Kingdom\",\n                                \"addressee\": \"C24 Louis Dayton\",\n                                \"attention\": null,\n                                \"city\": \"Maidenhead \",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Berskshire\",\n                                \"zip\": \"SL6 1EH\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"340\",\n                            \"isResidential\": false,\n                            \"label\": \"5 High Street\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 699.36,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 699.36,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": null,\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 699.36,\n                \"consolBalance\": 699.36,\n                \"consolDaysOverdue\": 420,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 699.36,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": {\n                    \"contactRoles\": [\n                        {\n                            \"contact\": {\n                                \"externalId\": null,\n                                \"internalId\": \"344\",\n                                \"name\": \"C24\",\n                                \"type\": null\n                            },\n                            \"email\": null,\n                            \"giveAccess\": false,\n                            \"password\": null,\n                            \"password2\": null,\n                            \"role\": {\n                                \"externalId\": null,\n                                \"internalId\": \"14\",\n                                \"name\": \"Customer Centre\",\n                                \"type\": null\n                            },\n                            \"sendEmail\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 699.36,\n                            \"consolBalance\": 699.36,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 699.36,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 699.36,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265382,\n                \"daysOverdue\": 420,\n                \"defaultAddress\": \"Louis Dayton<br>93 Hounslow Rd<br>SOMERSAL HERBERT<br>DE6 3DD<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": null,\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C24 Louis Dayton\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10023\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": \"Louis\",\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"344\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": true,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542415233,\n                \"lastName\": \"Dayton\",\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 699.36,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"070 7033 4051\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265382,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265382,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265382,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265382,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265382,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": null,\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"12 Catherine PI\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C25 Louis Hall<br>12 Catherine PI<br>Westminster<br>Greater London<br>SW1E 6DX<br>United Kingdom\",\n                                \"addressee\": \"C25 Louis Hall\",\n                                \"attention\": null,\n                                \"city\": \"Westminster\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Greater London\",\n                                \"zip\": \"SW1E 6DX\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"341\",\n                            \"isResidential\": false,\n                            \"label\": \"12 Catherine PI\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": null,\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 1900.28,\n                \"contactRolesList\": {\n                    \"contactRoles\": [\n                        {\n                            \"contact\": {\n                                \"externalId\": null,\n                                \"internalId\": \"345\",\n                                \"name\": \"C25\",\n                                \"type\": null\n                            },\n                            \"email\": \"jglover@demonetsuite.com\",\n                            \"giveAccess\": false,\n                            \"password\": null,\n                            \"password2\": null,\n                            \"role\": {\n                                \"externalId\": null,\n                                \"internalId\": \"14\",\n                                \"name\": \"Customer Centre\",\n                                \"type\": null\n                            },\n                            \"sendEmail\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 1900.28,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 1900.28\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265382,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Louis Hall<br>66 Huntly Street<br>BARNACK<br>PE9 9TY<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"jglover@demonetsuite.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C25 Louis Hall\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10024\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": \"Louis\",\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"345\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": true,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1541438928,\n                \"lastName\": \"Hall\",\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"077 1801 8520\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265382,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265382,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265382,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265382,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265382,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 1900.28,\n                \"url\": null,\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"2 Marsham St\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C26 Lisa Freeman<br>2 Marsham St<br>Westminster<br>Greater London<br>SW1P 4JA<br>United Kingdom\",\n                                \"addressee\": \"C26 Lisa Freeman\",\n                                \"attention\": null,\n                                \"city\": \"Westminster\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Greater London\",\n                                \"zip\": \"SW1P 4JA\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"342\",\n                            \"isResidential\": false,\n                            \"label\": \"2 Marsham St\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": null,\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": {\n                    \"contactRoles\": [\n                        {\n                            \"contact\": {\n                                \"externalId\": null,\n                                \"internalId\": \"346\",\n                                \"name\": \"C26\",\n                                \"type\": null\n                            },\n                            \"email\": \"lfreeman@billabill.com\",\n                            \"giveAccess\": false,\n                            \"password\": null,\n                            \"password2\": null,\n                            \"role\": {\n                                \"externalId\": null,\n                                \"internalId\": \"14\",\n                                \"name\": \"Customer Centre\",\n                                \"type\": null\n                            },\n                            \"sendEmail\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265383,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Lisa Freeman<br>42 Hull Road<br>PARC<br>LL23 5AZ<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"lfreeman@billabill.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C26 Lisa Freeman\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10025\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": \"Lisa\",\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"346\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": true,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542415226,\n                \"lastName\": \"Freeman\",\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"079 1952 1359\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": 1542240000,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265383,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265383,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265383,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265383,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265383,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": null,\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"1 South PI\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C27 Kevin Johnston<br>1 South PI<br>London<br>Greater London<br>EC2M 2RB<br>United Kingdom\",\n                                \"addressee\": \"C27 Kevin Johnston\",\n                                \"attention\": null,\n                                \"city\": \"London\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Greater London\",\n                                \"zip\": \"EC2M 2RB\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"343\",\n                            \"isResidential\": false,\n                            \"label\": \"1 South PI\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 3007.32,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 3007.32,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": null,\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 3007.32,\n                \"consolBalance\": 3007.32,\n                \"consolDaysOverdue\": 411,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 3007.32,\n                \"consolUnbilledOrders\": 290.94,\n                \"contactRolesList\": {\n                    \"contactRoles\": [\n                        {\n                            \"contact\": {\n                                \"externalId\": null,\n                                \"internalId\": \"347\",\n                                \"name\": \"C27\",\n                                \"type\": null\n                            },\n                            \"email\": null,\n                            \"giveAccess\": false,\n                            \"password\": null,\n                            \"password2\": null,\n                            \"role\": {\n                                \"externalId\": null,\n                                \"internalId\": \"14\",\n                                \"name\": \"Customer Centre\",\n                                \"type\": null\n                            },\n                            \"sendEmail\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 3007.32,\n                            \"consolBalance\": 3007.32,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 3007.32,\n                            \"consolUnbilledOrders\": 290.94,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 3007.32,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 290.94\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265383,\n                \"daysOverdue\": 411,\n                \"defaultAddress\": \"Kevin Johnston<br>62 Temple Way<br>WITHCOTE<br>LE15 7SP<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": null,\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C27 Kevin Johnston\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10026\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": \"Kevin\",\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"347\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": true,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542415139,\n                \"lastName\": \"Johnston\",\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 3007.32,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"077 4109 3876\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265384,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265384,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265384,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265384,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265384,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 290.94,\n                \"url\": null,\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"139 Lambeth Walk\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C28 Kate Winters<br>139 Lambeth Walk<br>Lambeth<br>Greater London<br>SE11 6EE<br>United Kingdom\",\n                                \"addressee\": \"C28 Kate Winters\",\n                                \"attention\": null,\n                                \"city\": \"Lambeth\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Greater London\",\n                                \"zip\": \"SE11 6EE\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"344\",\n                            \"isResidential\": false,\n                            \"label\": \"139 Lambeth Walk\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": -1494,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": -1494,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": null,\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": -1494,\n                \"consolBalance\": -1494,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": -186.6,\n                \"contactRolesList\": {\n                    \"contactRoles\": [\n                        {\n                            \"contact\": {\n                                \"externalId\": null,\n                                \"internalId\": \"348\",\n                                \"name\": \"C28\",\n                                \"type\": null\n                            },\n                            \"email\": \"kwinter@mill.com\",\n                            \"giveAccess\": false,\n                            \"password\": null,\n                            \"password2\": null,\n                            \"role\": {\n                                \"externalId\": null,\n                                \"internalId\": \"14\",\n                                \"name\": \"Customer Centre\",\n                                \"type\": null\n                            },\n                            \"sendEmail\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": -1494,\n                            \"consolBalance\": -1494,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": -186.6,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": -186.6\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265384,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Kate Winters<br>46 Colorado Way<br>RICHMOND UPON THAMES<br>TW10 2JD<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"kwinter@mill.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C28 Kate Winters\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10027\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": \"Kate\",\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"348\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": true,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542415094,\n                \"lastName\": \"Winters\",\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"070 6846 6723\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": 1540944000,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265384,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265384,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265384,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265384,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265384,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": -186.6,\n                \"url\": null,\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"25 Elm Park Gardens\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C29 Karen Gibson<br>25 Elm Park Gardens<br>Chelsea<br>Greater London<br>SW10 9NZ<br>United Kingdom\",\n                                \"addressee\": \"C29 Karen Gibson\",\n                                \"attention\": null,\n                                \"city\": \"Chelsea\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Greater London\",\n                                \"zip\": \"SW10 9NZ\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"345\",\n                            \"isResidential\": false,\n                            \"label\": \"25 Elm Park Gardens\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 2625.08,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 2625.08,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": null,\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 2625.08,\n                \"consolBalance\": 2625.08,\n                \"consolDaysOverdue\": 386,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 2625.08,\n                \"consolUnbilledOrders\": 1521.16,\n                \"contactRolesList\": {\n                    \"contactRoles\": [\n                        {\n                            \"contact\": {\n                                \"externalId\": null,\n                                \"internalId\": \"349\",\n                                \"name\": \"C29\",\n                                \"type\": null\n                            },\n                            \"email\": \"kareng@mymaiil.com\",\n                            \"giveAccess\": false,\n                            \"password\": null,\n                            \"password2\": null,\n                            \"role\": {\n                                \"externalId\": null,\n                                \"internalId\": \"14\",\n                                \"name\": \"Customer Centre\",\n                                \"type\": null\n                            },\n                            \"sendEmail\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 2625.08,\n                            \"consolBalance\": 2625.08,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 2625.08,\n                            \"consolUnbilledOrders\": 1521.16,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 2625.08,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 1521.16\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265385,\n                \"daysOverdue\": 386,\n                \"defaultAddress\": \"Karen Gibson<br>49 Lincoln Green Lane<br>CHORLTON LANE<br>SY14 0XE<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"kareng@mymaiil.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C29 Karen Gibson\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10028\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": \"Karen\",\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"349\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": true,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542558320,\n                \"lastName\": \"Gibson\",\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 2625.08,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"078 0548 6366\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": 1535151600,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265385,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265385,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265385,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265385,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265385,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 1521.16,\n                \"url\": null,\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"106 Randall Rd\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C30 Justin Hartman<br>106 Randall Rd<br>Lambeth<br>Greater London<br>SE11 5JR<br>United Kingdom\",\n                                \"addressee\": \"C30 Justin Hartman\",\n                                \"attention\": null,\n                                \"city\": \"Lambeth\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Greater London\",\n                                \"zip\": \"SE11 5JR\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"346\",\n                            \"isResidential\": false,\n                            \"label\": \"106 Randall Rd\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": null,\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": {\n                    \"contactRoles\": [\n                        {\n                            \"contact\": {\n                                \"externalId\": null,\n                                \"internalId\": \"350\",\n                                \"name\": \"C30\",\n                                \"type\": null\n                            },\n                            \"email\": null,\n                            \"giveAccess\": false,\n                            \"password\": null,\n                            \"password2\": null,\n                            \"role\": {\n                                \"externalId\": null,\n                                \"internalId\": \"14\",\n                                \"name\": \"Customer Centre\",\n                                \"type\": null\n                            },\n                            \"sendEmail\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265385,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Justin Hartman<br>59 Peachfield Road<br>CHALDON HERRING<br>DT2 7JL<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": null,\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C30 Justin Hartman\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10029\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": \"Justin\",\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"350\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": true,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414917,\n                \"lastName\": \"Hartman\",\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"079 1962 3499\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265385,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265385,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265385,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265385,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265385,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": null,\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_12172019333505300133759180_7ecddd6\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 4,\n    \"totalRecords\": 119\n}"}],"_postman_id":"85119817-7367-4ae9-8cd2-7af654d7f7c1"},{"name":"Retrieve customers by search ID","id":"1317d416-cd40-4800-b1f9-a502431e35b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customer?searchId=WEBSERVICES_TSTDRV2039248_12172019333505300133759180_7ecddd6&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","customer"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_TSTDRV2039248_12172019333505300133759180_7ecddd6"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"2e9d9eae-9f21-419c-b605-b29d31cd5fa0","name":"Retrieve customers by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customer?searchId=WEBSERVICES_TSTDRV2039248_12172019333505300133759180_7ecddd6&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customer"],"query":[{"key":"searchId","value":"WEBSERVICES_TSTDRV2039248_12172019333505300133759180_7ecddd6"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:45:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173991"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 2,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"134 Lambeth Walk\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C31 Justin Payne<br>134 Lambeth Walk<br>Lambeth<br>Greater London<br>SE11 6EE<br>United Kingdom\",\n                                \"addressee\": \"C31 Justin Payne\",\n                                \"attention\": null,\n                                \"city\": \"Lambeth\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Greater London\",\n                                \"zip\": \"SE11 6EE\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"347\",\n                            \"isResidential\": false,\n                            \"label\": \"134 Lambeth Walk\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": null,\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 890,\n                \"contactRolesList\": {\n                    \"contactRoles\": [\n                        {\n                            \"contact\": {\n                                \"externalId\": null,\n                                \"internalId\": \"351\",\n                                \"name\": \"C31\",\n                                \"type\": null\n                            },\n                            \"email\": null,\n                            \"giveAccess\": false,\n                            \"password\": null,\n                            \"password2\": null,\n                            \"role\": {\n                                \"externalId\": null,\n                                \"internalId\": \"14\",\n                                \"name\": \"Customer Centre\",\n                                \"type\": null\n                            },\n                            \"sendEmail\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 890,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 890\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265386,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Justin Payne<br>63 Tonbridge Rd<br>CONFORD<br>GU30 9QN<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": null,\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C31 Justin Payne\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10030\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": \"Justin\",\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"351\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": true,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414923,\n                \"lastName\": \"Payne\",\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"079 5018 3747\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": 1532041200,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265386,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265386,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265386,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265386,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265386,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 890,\n                \"url\": null,\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"3 South PI\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C32 Juan Martin<br>3 South PI<br>London<br>Greater London<br>EC2M 2RB<br>United Kingdom\",\n                                \"addressee\": \"C32 Juan Martin\",\n                                \"attention\": null,\n                                \"city\": \"London\",\n                                \"country\": \"_unitedKingdom\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"Greater London\",\n                                \"zip\": \"EC2M 2RB\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"348\",\n                            \"isResidential\": false,\n                            \"label\": \"3 South PI\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": null,\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 3950.16,\n                \"contactRolesList\": {\n                    \"contactRoles\": [\n                        {\n                            \"contact\": {\n                                \"externalId\": null,\n                                \"internalId\": \"352\",\n                                \"name\": \"C32\",\n                                \"type\": null\n                            },\n                            \"email\": \"jmartin@giggles.com\",\n                            \"giveAccess\": false,\n                            \"password\": null,\n                            \"password2\": null,\n                            \"role\": {\n                                \"externalId\": null,\n                                \"internalId\": \"14\",\n                                \"name\": \"Customer Centre\",\n                                \"type\": null\n                            },\n                            \"sendEmail\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 3950.16,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 3950.16\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265386,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Juan Martin<br>50 Wood Lane<br>BAILLIESWARD<br>AB54 3ZS<br>United Kingdom\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"jmartin@giggles.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C32 Juan Martin\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10031\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": \"Juan\",\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"352\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": true,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414878,\n                \"lastName\": \"Martin\",\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"070 3627 5247\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"223\",\n                    \"name\": \"Jamie Anthony\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265386,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265386,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265386,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265386,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265386,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 3950.16,\n                \"url\": null,\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"255 Berkeley St\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C33 Academy Sports & Outdoors<br>255 Berkeley St<br>Boston MA 02116<br>United States\",\n                                \"addressee\": \"C33 Academy Sports & Outdoors\",\n                                \"attention\": null,\n                                \"city\": \"Boston\",\n                                \"country\": \"_unitedStates\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"MA\",\n                                \"zip\": \"02116\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"349\",\n                            \"isResidential\": false,\n                            \"label\": \"255 Berkeley St\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Academy Sports & Outdoors\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"USD\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"USD\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"$\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265387,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Academy Sports & Outdoors<br>2554 Hummingbird Way<br>Bolton MA 01740<br>United States\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"purchasing@academysports.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C33 Academy Sports & Outdoors\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10032\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"353\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414481,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"781-956-9815\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"314\",\n                    \"name\": \"Jared Lee\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265387,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265387,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265387,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265387,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265387,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"United States\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": false,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": \"https://www.academysports.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"149 W Newton St\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C34 Arcizo Sales<br>149 W Newton St<br>Boston MA 02118<br>United States\",\n                                \"addressee\": \"C34 Arcizo Sales\",\n                                \"attention\": null,\n                                \"city\": \"Boston\",\n                                \"country\": \"_unitedStates\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"MA\",\n                                \"zip\": \"02118\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"350\",\n                            \"isResidential\": false,\n                            \"label\": \"149 W Newton St\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": -1155,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": -1155,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Arcizo Sales\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": -1155,\n                \"consolBalance\": -1155,\n                \"consolDaysOverdue\": 412,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 2126.3,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"USD\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": -1155,\n                            \"consolBalance\": -1155,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 2126.3,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"USD\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"$\",\n                            \"overdueBalance\": 2126.3,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265387,\n                \"daysOverdue\": 412,\n                \"defaultAddress\": \"Arcizo Sales<br>4044 Tenmile Road<br>Boston MA 02110<br>United States\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"procurement@acrizosales.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C34 Arcizo Sales\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10033\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"354\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414494,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 2126.3,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"781-694-3071\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"314\",\n                    \"name\": \"Jared Lee\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265387,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265387,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265387,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265387,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265387,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"United States\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": false,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": \"https://www.acrizosales.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"33 Telegraph St\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C35 Avac Supplies Ltd<br>33 Telegraph St<br>Boston MA 02127<br>United States\",\n                                \"addressee\": \"C35 Avac Supplies Ltd\",\n                                \"attention\": null,\n                                \"city\": \"Boston\",\n                                \"country\": \"_unitedStates\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"MA\",\n                                \"zip\": \"02127\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"351\",\n                            \"isResidential\": false,\n                            \"label\": \"33 Telegraph St\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Avac Supplies Ltd\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"USD\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"USD\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"$\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265388,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Avac Supplies Ltd<br>3048 Smith Street<br>Boston MA 01730<br>United States\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"buyers@avacsupplies.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C35 Avac Supplies Ltd\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10034\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"355\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414207,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"508-834-0467\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265388,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265388,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265388,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265388,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265388,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"United States\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": false,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": \"https://www.avacsupplies.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"15 Fayette St\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C36 Kavadias Sales<br>15 Fayette St<br>Cambridge MA 02139<br>United States\",\n                                \"addressee\": \"C36 Kavadias Sales\",\n                                \"attention\": null,\n                                \"city\": \"Cambridge\",\n                                \"country\": \"_unitedStates\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"MA\",\n                                \"zip\": \"02139\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"352\",\n                            \"isResidential\": false,\n                            \"label\": \"15 Fayette St\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 360.65,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 360.65,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Kavadias Sales\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 360.65,\n                \"consolBalance\": 360.65,\n                \"consolDaysOverdue\": 410,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 360.65,\n                \"consolUnbilledOrders\": 770.2,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"USD\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 360.65,\n                            \"consolBalance\": 360.65,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 360.65,\n                            \"consolUnbilledOrders\": 770.2,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"USD\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"$\",\n                            \"overdueBalance\": 360.65,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 770.2\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265388,\n                \"daysOverdue\": 410,\n                \"defaultAddress\": \"Kavadias Sales<br>819 Gerald L. Bates Drive<br>Cambridge MA 02141<br>United States\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"buy@kavadiassales.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C36 Kavadias Sales\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10035\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"356\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542415102,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 360.65,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"617-858-3903\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265388,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265388,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265388,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265388,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265388,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"United States\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": false,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 770.2,\n                \"url\": \"https://www.kavadiassales.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"340 Franklin St\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C37 Kenney Windows Dynamics<br>340 Franklin St<br>Cambridge MA 02139<br>United States\",\n                                \"addressee\": \"C37 Kenney Windows Dynamics\",\n                                \"attention\": null,\n                                \"city\": \"Cambridge\",\n                                \"country\": \"_unitedStates\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"MA\",\n                                \"zip\": \"02139\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"353\",\n                            \"isResidential\": false,\n                            \"label\": \"340 Franklin St\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Kenney Windows Dynamics\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"USD\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"USD\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"$\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265389,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Kenney Windows Dynamics<br>3116 Fannie Street<br>AGAWAM MA 01001<br>United States\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"purch@KWD.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C37 Kenney Windows Dynamics\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10036\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"357\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542415112,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"979-293-2475\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265389,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265389,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265389,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265389,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265389,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"United States\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": false,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": \"https://www.KWD.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"149 Cherry St\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C38 Selders Distributors<br>149 Cherry St<br>Cambridge MA 02139<br>United States\",\n                                \"addressee\": \"C38 Selders Distributors\",\n                                \"attention\": null,\n                                \"city\": \"Cambridge\",\n                                \"country\": \"_unitedStates\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"MA\",\n                                \"zip\": \"02139\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"354\",\n                            \"isResidential\": false,\n                            \"label\": \"149 Cherry St\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Selders Distributors\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": -195.85,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"USD\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": -195.85,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"USD\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"$\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": -195.85\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265389,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Selders Distributors<br>3196 Trouser Leg Road<br>Springfield MA 01109<br>United States\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"procurement@selderss.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C38 Selders Distributors\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10037\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"358\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542415604,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"413-888-7697\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265389,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265389,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265389,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265389,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265389,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"United States\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": false,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": -195.85,\n                \"url\": \"https://www.selderss.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"4 Bolton St\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C39 Slatter Metal Fabricators Inc<br>4 Bolton St<br>Somerville MA 02143<br>United States\",\n                                \"addressee\": \"C39 Slatter Metal Fabricators Inc\",\n                                \"attention\": null,\n                                \"city\": \"Somerville\",\n                                \"country\": \"_unitedStates\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"MA\",\n                                \"zip\": \"02143\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"355\",\n                            \"isResidential\": false,\n                            \"label\": \"4 Bolton St\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Slatter Metal Fabricators Inc\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": 412,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 1016.3,\n                \"consolUnbilledOrders\": 1427.6,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"USD\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 1016.3,\n                            \"consolUnbilledOrders\": 1427.6,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"USD\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"$\",\n                            \"overdueBalance\": 1016.3,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 1427.6\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265390,\n                \"daysOverdue\": 412,\n                \"defaultAddress\": \"Slatter Metal Fabricators Inc<br>656 Stanton Hollow Road<br>Needham MA 02192<br>United States\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"buyers@slattermetal.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C39 Slatter Metal Fabricators Inc\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10038\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"359\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542415611,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 1016.3,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"781-523-5290\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265390,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265390,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265390,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265390,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265390,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"United States\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": false,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 1427.6,\n                \"url\": \"https://www.slattermetal.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"856a Gates Ave\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C40 Sofia Hobart<br>856a Gates Ave<br>Brooklyn NY 11221<br>United States\",\n                                \"addressee\": \"C40 Sofia Hobart\",\n                                \"attention\": null,\n                                \"city\": \"Brooklyn\",\n                                \"country\": \"_unitedStates\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"NY\",\n                                \"zip\": \"11221\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"356\",\n                            \"isResidential\": false,\n                            \"label\": \"856a Gates Ave\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": null,\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": {\n                    \"contactRoles\": [\n                        {\n                            \"contact\": {\n                                \"externalId\": null,\n                                \"internalId\": \"360\",\n                                \"name\": \"C40\",\n                                \"type\": null\n                            },\n                            \"email\": null,\n                            \"giveAccess\": false,\n                            \"password\": null,\n                            \"password2\": null,\n                            \"role\": {\n                                \"externalId\": null,\n                                \"internalId\": \"14\",\n                                \"name\": \"Customer Centre\",\n                                \"type\": null\n                            },\n                            \"sendEmail\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"USD\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"USD\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"$\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265390,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Sofia Hobart<br>3453 Stadium Drive<br>Whitinsville MA 01588<br>United States\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": null,\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C40 Sofia Hobart\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10039\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": \"Sofia\",\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"360\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": true,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542415626,\n                \"lastName\": \"Hobart\",\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"508-266-0007\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265390,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265390,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265390,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265390,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265390,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"United States\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": false,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": null,\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"452 Central Ave\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C41 Steph Rivers<br>452 Central Ave<br>Brooklyn NY 11221<br>United States\",\n                                \"addressee\": \"C41 Steph Rivers\",\n                                \"attention\": null,\n                                \"city\": \"Brooklyn\",\n                                \"country\": \"_unitedStates\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"NY\",\n                                \"zip\": \"11221\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"357\",\n                            \"isResidential\": false,\n                            \"label\": \"452 Central Ave\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": null,\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": {\n                    \"contactRoles\": [\n                        {\n                            \"contact\": {\n                                \"externalId\": null,\n                                \"internalId\": \"361\",\n                                \"name\": \"C41\",\n                                \"type\": null\n                            },\n                            \"email\": null,\n                            \"giveAccess\": false,\n                            \"password\": null,\n                            \"password2\": null,\n                            \"role\": {\n                                \"externalId\": null,\n                                \"internalId\": \"14\",\n                                \"name\": \"Customer Centre\",\n                                \"type\": null\n                            },\n                            \"sendEmail\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"USD\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"USD\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"$\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265391,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Steph Rivers<br>2285 Kovar Road<br>Worcester MA 01608<br>United States\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": null,\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C41 Steph Rivers\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10040\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": \"Steph\",\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"361\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": true,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542415671,\n                \"lastName\": \"Rivers\",\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"508-571-4810\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265391,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265391,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265391,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265391,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265391,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"United States\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": false,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": null,\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"225 E 4th St\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C42 Sally Golding<br>225 E 4th St<br>New York NY 10009<br>United States\",\n                                \"addressee\": \"C42 Sally Golding\",\n                                \"attention\": null,\n                                \"city\": \"New York\",\n                                \"country\": \"_unitedStates\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": \"NY\",\n                                \"zip\": \"10009\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"358\",\n                            \"isResidential\": false,\n                            \"label\": \"225 E 4th St\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": null,\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": {\n                    \"contactRoles\": [\n                        {\n                            \"contact\": {\n                                \"externalId\": null,\n                                \"internalId\": \"362\",\n                                \"name\": \"C42\",\n                                \"type\": null\n                            },\n                            \"email\": null,\n                            \"giveAccess\": false,\n                            \"password\": null,\n                            \"password2\": null,\n                            \"role\": {\n                                \"externalId\": null,\n                                \"internalId\": \"14\",\n                                \"name\": \"Customer Centre\",\n                                \"type\": null\n                            },\n                            \"sendEmail\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"USD\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"USD\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"$\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265391,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Sally Golding<br>4623 Tenmile Road<br>Lexington MA 02421<br>United States\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": null,\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C42 Sally Golding\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10041\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": \"Sally\",\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"362\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": true,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542415548,\n                \"lastName\": \"Golding\",\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"781-748-9502\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265392,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265392,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265392,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265392,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265392,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"United States\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": false,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": null,\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"Bosboom Toussaintstraat 57HS\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C43 Getronics NL<br>Bosboom Toussaintstraat 57HS<br>1054 AP Amsterdam<br>Netherlands\",\n                                \"addressee\": \"C43 Getronics NL\",\n                                \"attention\": null,\n                                \"city\": \"Amsterdam\",\n                                \"country\": \"_netherlands\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": \"1054 AP\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"359\",\n                            \"isResidential\": false,\n                            \"label\": \"Bosboom Toussaintstraat 57HS\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Getronics NL\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"EUR\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"€\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265392,\n                \"daysOverdue\": null,\n                \"defaultAddress\": null,\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"purchasing@getronics.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C43 Getronics NL\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10042\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"363\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414636,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"06-54692079\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265392,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265392,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265392,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265392,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265392,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"9\",\n                    \"name\": \"Netherlands\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": \"https://www.getronics.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"Bellamyplain 26I\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C44 Imtech<br>Bellamyplain 26I<br>1053 AT Amsterdam<br>Netherlands\",\n                                \"addressee\": \"C44 Imtech\",\n                                \"attention\": null,\n                                \"city\": \"Amsterdam\",\n                                \"country\": \"_netherlands\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": \"1053 AT\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"360\",\n                            \"isResidential\": false,\n                            \"label\": \"Bellamyplain 26I\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Imtech\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"EUR\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"€\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265393,\n                \"daysOverdue\": null,\n                \"defaultAddress\": null,\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"procurement@Imtech.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C44 Imtech\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10043\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"364\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414838,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"06-65174368\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265393,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265393,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265393,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265393,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265393,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"9\",\n                    \"name\": \"Netherlands\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": \"https://www.Imtech.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"Van Alphenstraat 8III\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C45 KPN<br>Van Alphenstraat 8III<br>1053 WE Amsterdam<br>Netherlands\",\n                                \"addressee\": \"C45 KPN\",\n                                \"attention\": null,\n                                \"city\": \"Amsterdam\",\n                                \"country\": \"_netherlands\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": \"1053 WE\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"361\",\n                            \"isResidential\": false,\n                            \"label\": \"Van Alphenstraat 8III\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"KPN\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"EUR\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"€\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265393,\n                \"daysOverdue\": null,\n                \"defaultAddress\": null,\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"buyers@KPN.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C45 KPN\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10044\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"365\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542415160,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"06-72933950\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265393,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265393,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265393,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265393,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265393,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"9\",\n                    \"name\": \"Netherlands\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": \"https://www.KPN.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"Tolbrugstraat 1II\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C46 SBM Offshore<br>Tolbrugstraat 1II<br>1053 TN Amsterdam<br>Netherlands\",\n                                \"addressee\": \"C46 SBM Offshore\",\n                                \"attention\": null,\n                                \"city\": \"Amsterdam\",\n                                \"country\": \"_netherlands\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": \"1053 TN\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"362\",\n                            \"isResidential\": false,\n                            \"label\": \"Tolbrugstraat 1II\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"SBM Offshore\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"EUR\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"€\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265394,\n                \"daysOverdue\": null,\n                \"defaultAddress\": null,\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"buy@SBMoffshore.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C46 SBM Offshore\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10045\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"366\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542415554,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"06-87952306\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265394,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265394,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265394,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265394,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265394,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"9\",\n                    \"name\": \"Netherlands\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": \"https://www.SBMoffshore.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"Schimmelstraat 14\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C47 Fugro<br>Schimmelstraat 14<br>1053 TE Amsterdam<br>Netherlands\",\n                                \"addressee\": \"C47 Fugro\",\n                                \"attention\": null,\n                                \"city\": \"Amsterdam\",\n                                \"country\": \"_netherlands\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": \"1053 TE\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"363\",\n                            \"isResidential\": false,\n                            \"label\": \"Schimmelstraat 14\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Fugro\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"EUR\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"€\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265394,\n                \"daysOverdue\": null,\n                \"defaultAddress\": null,\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"purch@fugro.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C47 Fugro\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10046\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"367\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414589,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"06-32536375\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265394,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265394,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265394,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265394,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265394,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"9\",\n                    \"name\": \"Netherlands\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": \"https://www.fugro.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"Wenslauerstraat 19A\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C48 Exact<br>Wenslauerstraat 19A<br>1053 AV Amsterdam<br>Netherlands\",\n                                \"addressee\": \"C48 Exact\",\n                                \"attention\": null,\n                                \"city\": \"Amsterdam\",\n                                \"country\": \"_netherlands\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": \"1053 AV\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"364\",\n                            \"isResidential\": false,\n                            \"label\": \"Wenslauerstraat 19A\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Exact\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"EUR\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"€\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265395,\n                \"daysOverdue\": null,\n                \"defaultAddress\": null,\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"procurement@exact.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C48 Exact\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10047\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"368\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414579,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"06-15815691\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265395,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265395,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265395,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265395,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265395,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"9\",\n                    \"name\": \"Netherlands\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": \"https://www.exact.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"Bosboom Toussaintstraat 57HS\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C49 Dockwise<br>Bosboom Toussaintstraat 57HS<br>1054 AP Amsterdam<br>Netherlands\",\n                                \"addressee\": \"C49 Dockwise\",\n                                \"attention\": null,\n                                \"city\": \"Amsterdam\",\n                                \"country\": \"_netherlands\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": \"1054 AP\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"365\",\n                            \"isResidential\": false,\n                            \"label\": \"Bosboom Toussaintstraat 57HS\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Dockwise\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"EUR\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"€\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265396,\n                \"daysOverdue\": null,\n                \"defaultAddress\": null,\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"buyers@dockwise.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C49 Dockwise\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10048\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"369\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414338,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"06-20932793\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265396,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265396,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265396,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265396,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265396,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"9\",\n                    \"name\": \"Netherlands\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": \"https://www.dockwise.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"Bellamyplain 26I\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C50 Hilde Pieters<br>Bellamyplain 26I<br>1053 AT Amsterdam<br>Netherlands\",\n                                \"addressee\": \"C50 Hilde Pieters\",\n                                \"attention\": null,\n                                \"city\": \"Amsterdam\",\n                                \"country\": \"_netherlands\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": \"1053 AT\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"366\",\n                            \"isResidential\": false,\n                            \"label\": \"Bellamyplain 26I\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": null,\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": {\n                    \"contactRoles\": [\n                        {\n                            \"contact\": {\n                                \"externalId\": null,\n                                \"internalId\": \"370\",\n                                \"name\": \"C50\",\n                                \"type\": null\n                            },\n                            \"email\": null,\n                            \"giveAccess\": false,\n                            \"password\": null,\n                            \"password2\": null,\n                            \"role\": {\n                                \"externalId\": null,\n                                \"internalId\": \"14\",\n                                \"name\": \"Customer Centre\",\n                                \"type\": null\n                            },\n                            \"sendEmail\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"EUR\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"€\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265396,\n                \"daysOverdue\": null,\n                \"defaultAddress\": null,\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": null,\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C50 Hilde Pieters\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10049\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": \"Hilde\",\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"370\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": true,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414828,\n                \"lastName\": \"Pieters\",\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"06-10721356\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265396,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265396,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265396,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265396,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265396,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"9\",\n                    \"name\": \"Netherlands\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": null,\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"Van Alphenstraat 8III\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C51 Griet De Waele<br>Van Alphenstraat 8III<br>1053 WE Amsterdam<br>Netherlands\",\n                                \"addressee\": \"C51 Griet De Waele\",\n                                \"attention\": null,\n                                \"city\": \"Amsterdam\",\n                                \"country\": \"_netherlands\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": \"1053 WE\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"367\",\n                            \"isResidential\": false,\n                            \"label\": \"Van Alphenstraat 8III\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": null,\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": {\n                    \"contactRoles\": [\n                        {\n                            \"contact\": {\n                                \"externalId\": null,\n                                \"internalId\": \"371\",\n                                \"name\": \"C51\",\n                                \"type\": null\n                            },\n                            \"email\": null,\n                            \"giveAccess\": false,\n                            \"password\": null,\n                            \"password2\": null,\n                            \"role\": {\n                                \"externalId\": null,\n                                \"internalId\": \"14\",\n                                \"name\": \"Customer Centre\",\n                                \"type\": null\n                            },\n                            \"sendEmail\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"EUR\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"€\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265397,\n                \"daysOverdue\": null,\n                \"defaultAddress\": null,\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": null,\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C51 Griet De Waele\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10050\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": \"Griet\",\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"371\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": true,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414715,\n                \"lastName\": \"De Waele\",\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"06-87604451\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265397,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265397,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265397,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265397,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265397,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"9\",\n                    \"name\": \"Netherlands\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": null,\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"Tolbrugstraat 1II\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C52 Annick Roelandt<br>Tolbrugstraat 1II<br>1053 TN Amsterdam<br>Netherlands\",\n                                \"addressee\": \"C52 Annick Roelandt\",\n                                \"attention\": null,\n                                \"city\": \"Amsterdam\",\n                                \"country\": \"_netherlands\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": \"1053 TN\"\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"368\",\n                            \"isResidential\": false,\n                            \"label\": \"Tolbrugstraat 1II\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": null,\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": {\n                    \"contactRoles\": [\n                        {\n                            \"contact\": {\n                                \"externalId\": null,\n                                \"internalId\": \"372\",\n                                \"name\": \"C52\",\n                                \"type\": null\n                            },\n                            \"email\": null,\n                            \"giveAccess\": false,\n                            \"password\": null,\n                            \"password2\": null,\n                            \"role\": {\n                                \"externalId\": null,\n                                \"internalId\": \"14\",\n                                \"name\": \"Customer Centre\",\n                                \"type\": null\n                            },\n                            \"sendEmail\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"EUR\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"€\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265397,\n                \"daysOverdue\": null,\n                \"defaultAddress\": null,\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": null,\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C52 Annick Roelandt\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10051\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": \"Annick\",\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"372\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": true,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414086,\n                \"lastName\": \"Roelandt\",\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"06-86312393\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"315\",\n                    \"name\": \"Magnus Moen\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265397,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265397,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265397,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265397,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265397,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"9\",\n                    \"name\": \"Netherlands\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": null,\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"15 Usher's Island\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C53 A B C Pattern<br>15 Usher's Island<br>Dublin  <br>Ireland\",\n                                \"addressee\": \"C53 A B C Pattern\",\n                                \"attention\": null,\n                                \"city\": \"Dublin\",\n                                \"country\": \"_ireland\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": null\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"369\",\n                            \"isResidential\": false,\n                            \"label\": \"15 Usher's Island\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 1277.99,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 1277.99,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"A B C Pattern\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 1277.99,\n                \"consolBalance\": 1277.99,\n                \"consolDaysOverdue\": 410,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 1690.66,\n                \"consolUnbilledOrders\": 2028.91,\n                \"contactRolesList\": {\n                    \"contactRoles\": [\n                        {\n                            \"contact\": {\n                                \"externalId\": null,\n                                \"internalId\": \"852\",\n                                \"name\": \"D E F Contact\",\n                                \"type\": null\n                            },\n                            \"email\": \"purchasing@ABC.com\",\n                            \"giveAccess\": false,\n                            \"password\": null,\n                            \"password2\": null,\n                            \"role\": {\n                                \"externalId\": null,\n                                \"internalId\": \"14\",\n                                \"name\": \"Customer Centre\",\n                                \"type\": null\n                            },\n                            \"sendEmail\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 1277.99,\n                            \"consolBalance\": 1277.99,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 1690.66,\n                            \"consolUnbilledOrders\": 2028.91,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"EUR\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"€\",\n                            \"overdueBalance\": 1690.66,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 2028.91\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265398,\n                \"daysOverdue\": 410,\n                \"defaultAddress\": \"A B C Pattern<br>1 Molesworth St.<br>Dublin 2  <br>Ireland\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"purchasing@ABC.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C53 A B C Pattern\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10052\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"373\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1574402360,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 1690.66,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"01 671 1000\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"315\",\n                    \"name\": \"Magnus Moen\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265398,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265398,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265398,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265398,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265398,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 2028.91,\n                \"url\": \"https://www.ABC.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"12 Hendrick St, Arran Quay\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C54 Art In Forms<br>12 Hendrick St, Arran Quay<br>Dublin  <br>Ireland\",\n                                \"addressee\": \"C54 Art In Forms\",\n                                \"attention\": null,\n                                \"city\": \"Dublin\",\n                                \"country\": \"_ireland\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": null\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"370\",\n                            \"isResidential\": false,\n                            \"label\": \"12 Hendrick St, Arran Quay\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Art In Forms\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 9174.21,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 9174.21,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"EUR\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"€\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 9174.21\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265398,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Art In Forms<br>2 Kildare Street<br>Dublin 2  <br>Ireland\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"procurement@artinforms.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C54 Art In Forms\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10053\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"374\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542414201,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"01 603 02000\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265398,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265398,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265398,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265398,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265398,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 9174.21,\n                \"url\": \"https://www.artinforms.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"9 Haymarket\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C55 Melco Embroidery Systems<br>9 Haymarket<br>Dublin  <br>Ireland\",\n                                \"addressee\": \"C55 Melco Embroidery Systems\",\n                                \"attention\": null,\n                                \"city\": \"Dublin\",\n                                \"country\": \"_ireland\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": null\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"371\",\n                            \"isResidential\": false,\n                            \"label\": \"9 Haymarket\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Melco Embroidery Systems\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 5074.73,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 5074.73,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"EUR\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"€\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 5074.73\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265399,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Melco Embroidery Systems<br>4 Chancery Street<br>Dublin 7  <br>Ireland\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"buyers@melco.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C55 Melco Embroidery Systems\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10054\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"375\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542415340,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"353 1 661 3111\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265399,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265399,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265399,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265399,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265399,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 5074.73,\n                \"url\": \"https://www.melco.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"15 Meath Square, Merchants Quay\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C56 MICAD Machining<br>15 Meath Square, Merchants Quay<br>Dublin  <br>Ireland\",\n                                \"addressee\": \"C56 MICAD Machining\",\n                                \"attention\": null,\n                                \"city\": \"Dublin\",\n                                \"country\": \"_ireland\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": null\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"372\",\n                            \"isResidential\": false,\n                            \"label\": \"15 Meath Square, Merchants Quay\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"MICAD Machining\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 60318,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 60318,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"EUR\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"€\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 60318\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265399,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"MICAD Machining<br>24 Merrion Street<br>Dublin 2  <br>Ireland\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"buy@MICAD.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C56 MICAD Machining\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10055\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"376\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542415350,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"01 4783711\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265399,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265399,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265399,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265399,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265399,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 60318,\n                \"url\": \"https://www.MICAD.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"7 Daniel St\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C57 Morris Downing & Sherred<br>7 Daniel St<br>Dublin  <br>Ireland\",\n                                \"addressee\": \"C57 Morris Downing & Sherred\",\n                                \"attention\": null,\n                                \"city\": \"Dublin\",\n                                \"country\": \"_ireland\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": null\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"373\",\n                            \"isResidential\": false,\n                            \"label\": \"7 Daniel St\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Morris Downing & Sherred\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"EUR\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"€\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265399,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Morris Downing & Sherred<br>7 Bishop Street<br>Dublin 8  <br>Ireland\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"purch@MDS.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C57 Morris Downing & Sherred\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10056\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"377\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542415364,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"1-8732233\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265400,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265400,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265400,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265400,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265400,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": \"https://www.MDS.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"12 Merton Park\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C58 QLD Wholesale Fence Co Inc<br>12 Merton Park<br>Dublin  <br>Ireland\",\n                                \"addressee\": \"C58 QLD Wholesale Fence Co Inc\",\n                                \"attention\": null,\n                                \"city\": \"Dublin\",\n                                \"country\": \"_ireland\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": null\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"374\",\n                            \"isResidential\": false,\n                            \"label\": \"12 Merton Park\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"QLD Wholesale Fence Co Inc\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"EUR\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"€\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265400,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"QLD Wholesale Fence Co Inc<br>5 Four Courts<br>Dublin 4  <br>Ireland\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"procurement@QLD.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C58 QLD Wholesale Fence Co Inc\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10057\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"378\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542415451,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"01 603 02000\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265400,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265400,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265400,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265400,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265400,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": \"https://www.QLD.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"1 Henriena Street\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": \"1-6618811\",\n                                \"addrText\": \"Ross Normann Furniture and Electrical<br>1 Henriena Street<br>Dublin 1  <br>Ireland\",\n                                \"addressee\": \"Ross Normann Furniture and Electrical\",\n                                \"attention\": null,\n                                \"city\": \"Dublin 1\",\n                                \"country\": \"_ireland\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": null\n                            },\n                            \"defaultBilling\": true,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"258\",\n                            \"isResidential\": false,\n                            \"label\": \"1 Henriena Street\"\n                        },\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"14 Ovoca Rd\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C59 Ross Normann Furniture and Electrical<br>14 Ovoca Rd<br>Dublin  <br>Ireland\",\n                                \"addressee\": \"C59 Ross Normann Furniture and Electrical\",\n                                \"attention\": null,\n                                \"city\": \"Dublin\",\n                                \"country\": \"_ireland\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": null\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"375\",\n                            \"isResidential\": false,\n                            \"label\": \"14 Ovoca Rd\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Ross Normann Furniture and Electrical\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"EUR\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"€\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265401,\n                \"daysOverdue\": null,\n                \"defaultAddress\": \"Ross Normann Furniture and Electrical<br>1 Henriena Street<br>Dublin 1  <br>Ireland\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": \"buyers@rossnormann.com\",\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C59 Ross Normann Furniture and Electrical\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10058\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"379\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542413691,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"1-6618811\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265401,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265401,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265401,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265401,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265401,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": \"https://www.rossnormann.com\",\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"56 Raymond St, Merchants Quay\",\n                                \"addr2\": null,\n                                \"addr3\": null,\n                                \"addrPhone\": null,\n                                \"addrText\": \"C60 Ruth Lambert<br>56 Raymond St, Merchants Quay<br>Dublin  <br>Ireland\",\n                                \"addressee\": \"C60 Ruth Lambert\",\n                                \"attention\": null,\n                                \"city\": \"Dublin\",\n                                \"country\": \"_ireland\",\n                                \"customFieldList\": null,\n                                \"internalId\": null,\n                                \"nullFieldList\": null,\n                                \"override\": false,\n                                \"state\": null,\n                                \"zip\": null\n                            },\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"376\",\n                            \"isResidential\": false,\n                            \"label\": \"56 Raymond St, Merchants Quay\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": \"_consumer\",\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": null,\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": 412,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 400,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": {\n                    \"contactRoles\": [\n                        {\n                            \"contact\": {\n                                \"externalId\": null,\n                                \"internalId\": \"380\",\n                                \"name\": \"C60\",\n                                \"type\": null\n                            },\n                            \"email\": null,\n                            \"giveAccess\": false,\n                            \"password\": null,\n                            \"password2\": null,\n                            \"role\": {\n                                \"externalId\": null,\n                                \"internalId\": \"14\",\n                                \"name\": \"Customer Centre\",\n                                \"type\": null\n                            },\n                            \"sendEmail\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 400,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"EUR\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"€\",\n                            \"overdueBalance\": 400,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1542265402,\n                \"daysOverdue\": 412,\n                \"defaultAddress\": \"Ruth Lambert<br>14 Bishop St<br>Dublin 8  <br>Ireland\",\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": null,\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"C60 Ruth Lambert\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"CUSTOMER-Closed Won\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": \"10059\",\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": \"Ruth\",\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"380\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": true,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1542415502,\n                \"lastName\": \"Lambert\",\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 400,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": \"01 8732233\",\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_customer\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1542265402,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265402,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265402,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265402,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": 1542265402,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": null,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": null,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": null,\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_12172019333505300133759180_7ecddd6\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 4,\n    \"totalRecords\": 119\n}"}],"_postman_id":"1317d416-cd40-4800-b1f9-a502431e35b7"},{"name":"Retrieve customers by where","id":"78c68f61-b3a0-4ecb-9a0b-68f0f0fbc6ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customer?where=cf_date_custentity13>1606803100+and+cf_string_custentity25=marketing+and+cf_boolean_custentity_checkbox=true","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateCreated</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>true</td>\n<td>Used to Include the Active Status filter for the request.e.g., Active=true.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_date_custentity13  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double  <br /></td>\n<td>true (cf_boolean), 1606803100 (cf_date) ...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_date_custentity13&gt;1606803100+and+cf_string_custentity25=marketing+and+cf_boolean_custentity_checkbox=true.  <br /></td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","customer"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"cf_date_custentity13>1606803100+and+cf_string_custentity25=marketing+and+cf_boolean_custentity_checkbox=true"}],"variable":[]}},"response":[{"id":"6625d7b4-d43d-4d4c-b0fa-7f32611e9599","name":"Retrieve customers by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customer?where=cf_date_custentity13>1606803100+and+cf_string_custentity25=marketing+and+cf_boolean_custentity_checkbox=true","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customer"],"query":[{"key":"where","value":"cf_date_custentity13>1606803100+and+cf_string_custentity25=marketing+and+cf_boolean_custentity_checkbox=true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n  \"isSuccess\": true,\n  \"pageIndex\": 1,\n  \"readResponse\": [\n    {\n      \"record\": {\n        \"accessRole\": {\n          \"internalId\": \"14\",\n          \"name\": \"Customer Center\"\n        },\n        \"addressbookList\": {\n          \"addressbook\": [\n            {\n              \"addressbookAddress\": {\n                \"addr1\": \"Add 1\",\n                \"addr2\": \"Add 2\",\n                \"addrText\": \"12 GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>India\",\n                \"addressee\": \"12 GS Solutions\",\n                \"city\": \"City 1\",\n                \"country\": \"_india\",\n                \"override\": false,\n                \"state\": \"MI\",\n                \"zip\": \"0123654\"\n              },\n              \"defaultBilling\": false,\n              \"defaultShipping\": true,\n              \"internalId\": \"35504\",\n              \"isResidential\": false,\n              \"label\": \"Add 1\"\n            },\n            {\n              \"addressbookAddress\": {\n                \"addr1\": \"Add 13434\",\n                \"addr2\": \"Add 2\",\n                \"addrText\": \"12 GS Solutions<br>Add 13434<br>Add 2<br>City 1 MI 0123654<br>India\",\n                \"addressee\": \"12 GS Solutions\",\n                \"city\": \"City 1\",\n                \"country\": \"_india\",\n                \"override\": false,\n                \"state\": \"MI\",\n                \"zip\": \"0123654\"\n              },\n              \"defaultBilling\": false,\n              \"defaultShipping\": false,\n              \"internalId\": \"35505\",\n              \"isResidential\": false,\n              \"label\": \"Add 13434\"\n            },\n            {\n              \"addressbookAddress\": {\n                \"addr1\": \"Add 13434 Andheri\",\n                \"addr2\": \"Add 21233  Raj street\",\n                \"addrText\": \"12 GS Solutions<br>Add 13434 Andheri<br>Add 21233  Raj street<br>City 12 Mumbai 01236546<br>India\",\n                \"addressee\": \"12 GS Solutions\",\n                \"city\": \"City 12\",\n                \"country\": \"_india\",\n                \"override\": false,\n                \"state\": \"Mumbai\",\n                \"zip\": \"01236546\"\n              },\n              \"defaultBilling\": true,\n              \"defaultShipping\": false,\n              \"internalId\": \"35904\",\n              \"isResidential\": false,\n              \"label\": \"Add 13434\"\n            }\n          ]\n        },\n        \"aging\": 0.0,\n        \"aging1\": 0.0,\n        \"aging2\": 0.0,\n        \"aging3\": 0.0,\n        \"aging4\": 0.0,\n        \"alcoholRecipientType\": \"_consumer\",\n        \"balance\": 0.0,\n        \"companyName\": \"GS Solutions\",\n        \"contactRolesList\": {\n          \"contactRoles\": [\n            {\n              \"contact\": {\n                \"internalId\": \"85396\",\n                \"name\": \"12:491\"\n              },\n              \"email\": \"teja123321@gmail.com\",\n              \"giveAccess\": false,\n              \"role\": {\n                \"internalId\": \"14\",\n                \"name\": \"Customer Center\"\n              },\n              \"sendEmail\": false\n            },\n            {\n              \"contact\": {\n                \"internalId\": \"41249\",\n                \"name\": \"Chaitra Reddy\"\n              },\n              \"giveAccess\": false,\n              \"role\": {\n                \"internalId\": \"14\",\n                \"name\": \"Customer Center\"\n              },\n              \"sendEmail\": false\n            },\n            {\n              \"contact\": {\n                \"internalId\": \"26923\",\n                \"name\": \"L Govardhan\"\n              },\n              \"giveAccess\": false,\n              \"role\": {\n                \"internalId\": \"14\",\n                \"name\": \"Customer Center\"\n              },\n              \"sendEmail\": false\n            },\n            {\n              \"contact\": {\n                \"internalId\": \"30039\",\n                \"name\": \"Manikanta B\"\n              },\n              \"giveAccess\": false,\n              \"role\": {\n                \"internalId\": \"14\",\n                \"name\": \"Customer Center\"\n              },\n              \"sendEmail\": false\n            },\n            {\n              \"contact\": {\n                \"internalId\": \"26922\",\n                \"name\": \"New Test\"\n              },\n              \"giveAccess\": false,\n              \"role\": {\n                \"internalId\": \"14\",\n                \"name\": \"Customer Center\"\n              },\n              \"sendEmail\": false\n            },\n            {\n              \"contact\": {\n                \"internalId\": \"41248\",\n                \"name\": \"Sankeerthana B\"\n              },\n              \"giveAccess\": false,\n              \"role\": {\n                \"internalId\": \"14\",\n                \"name\": \"Customer Center\"\n              },\n              \"sendEmail\": false\n            }\n          ]\n        },\n        \"creditHoldOverride\": \"_auto\",\n        \"currency\": {\n          \"internalId\": \"5\",\n          \"name\": \"GBP\"\n        },\n        \"currencyList\": {\n          \"currency\": [\n            {\n              \"balance\": 0.0,\n              \"currency\": {\n                \"internalId\": \"3\",\n                \"name\": \"CAD\"\n              },\n              \"depositBalance\": 0.0,\n              \"displaySymbol\": \"$\",\n              \"overdueBalance\": 0.0,\n              \"overrideCurrencyFormat\": false,\n              \"symbolPlacement\": \"_beforeNumber\",\n              \"unbilledOrders\": 0.0\n            },\n            {\n              \"balance\": 0.0,\n              \"currency\": {\n                \"internalId\": \"5\",\n                \"name\": \"GBP\"\n              },\n              \"depositBalance\": 0.0,\n              \"displaySymbol\": \"£\",\n              \"overdueBalance\": 0.0,\n              \"overrideCurrencyFormat\": false,\n              \"symbolPlacement\": \"_beforeNumber\",\n              \"unbilledOrders\": 73778.48\n            },\n            {\n              \"balance\": 0.0,\n              \"currency\": {\n                \"internalId\": \"1\",\n                \"name\": \"INR\"\n              },\n              \"depositBalance\": 0.0,\n              \"displaySymbol\": \"Rs.\",\n              \"overdueBalance\": 0.0,\n              \"overrideCurrencyFormat\": false,\n              \"symbolPlacement\": \"_beforeNumber\",\n              \"unbilledOrders\": 0.0\n            },\n            {\n              \"balance\": 0.0,\n              \"currency\": {\n                \"internalId\": \"2\",\n                \"name\": \"US Dollars\"\n              },\n              \"depositBalance\": 0.0,\n              \"displaySymbol\": \"$\",\n              \"overdueBalance\": 0.0,\n              \"overrideCurrencyFormat\": false,\n              \"symbolPlacement\": \"_beforeNumber\",\n              \"unbilledOrders\": 876.02\n            }\n          ]\n        },\n        \"customFieldList\": {\n          \"customField\": [\n            {\n              \"internalId\": \"24\",\n              \"scriptId\": \"custentity1\",\n              \"value\": \"pizza\"\n            },\n            {\n              \"internalId\": \"261\",\n              \"scriptId\": \"custentity10\",\n              \"value\": \"34656546565\"\n            },\n            {\n              \"internalId\": \"266\",\n              \"scriptId\": \"custentity12\",\n              \"value\": 23.56\n            },\n            {\n              \"internalId\": \"267\",\n              \"scriptId\": \"custentity13\",\n              \"value\": 1606804200\n            },\n            {\n              \"internalId\": \"268\",\n              \"scriptId\": \"custentity14\",\n              \"value\": 3435.0\n            },\n            {\n              \"internalId\": \"480\",\n              \"scriptId\": \"custentity20\",\n              \"value\": 23.5\n            },\n            {\n              \"internalId\": \"481\",\n              \"scriptId\": \"custentity21\",\n              \"value\": 1606809600\n            },\n            {\n              \"internalId\": \"482\",\n              \"scriptId\": \"custentity22\",\n              \"value\": 1606804200\n            },\n            {\n              \"internalId\": \"485\",\n              \"scriptId\": \"custentity25\",\n              \"value\": \"marketing\"\n            },\n            {\n              \"internalId\": \"487\",\n              \"scriptId\": \"custentity27\",\n              \"value\": \"https://www.gsSol.com\"\n            },\n            {\n              \"internalId\": \"490\",\n              \"scriptId\": \"custentity30\",\n              \"value\": 35\n            },\n            {\n              \"internalId\": \"491\",\n              \"scriptId\": \"custentity31\",\n              \"value\": {\n                \"internalId\": \"115\",\n                \"name\": \"Accrued Purchases\",\n                \"typeId\": \"-112\"\n              }\n            },\n            {\n              \"internalId\": \"496\",\n              \"scriptId\": \"custentity36\",\n              \"value\": \"3534646464\"\n            },\n            {\n              \"internalId\": \"498\",\n              \"scriptId\": \"custentity38\",\n              \"value\": \"Text area testing\"\n            },\n            {\n              \"internalId\": \"249\",\n              \"scriptId\": \"custentity7\",\n              \"value\": \"testing\"\n            },\n            {\n              \"internalId\": \"260\",\n              \"scriptId\": \"custentity9\",\n              \"value\": 1608192000\n            },\n            {\n              \"internalId\": \"131\",\n              \"scriptId\": \"custentity_atlas_pbcs_category\",\n              \"value\": {\n                \"internalId\": \"1\",\n                \"name\": \"Forecast\",\n                \"typeId\": \"10\"\n              }\n            },\n            {\n              \"internalId\": \"504\",\n              \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\n              \"value\": \" - \"\n            },\n            {\n              \"internalId\": \"578\",\n              \"scriptId\": \"custentity_bwcl_bw_estimate\",\n              \"value\": \"a091y000001KGDpAAO\"\n            },\n            {\n              \"internalId\": \"564\",\n              \"scriptId\": \"custentity_bwcl_opportunity\",\n              \"value\": \"0061y000003ZvzIAAS\"\n            },\n            {\n              \"internalId\": \"577\",\n              \"scriptId\": \"custentity_bwcl_student\",\n              \"value\": \"a0J1s000000qVfLEAU\"\n            },\n            {\n              \"internalId\": \"432\",\n              \"scriptId\": \"custentity_checkbox\",\n              \"value\": true\n            },\n            {\n              \"internalId\": \"439\",\n              \"scriptId\": \"custentity_customlist\",\n              \"value\": {\n                \"internalId\": \"2\",\n                \"name\": \"B\",\n                \"typeId\": \"52\"\n              }\n            },\n            {\n              \"internalId\": \"468\",\n              \"scriptId\": \"custentity_customrecord\",\n              \"value\": {\n                \"internalId\": \"1\",\n                \"name\": \"Child Record 54322111\",\n                \"typeId\": \"20\"\n              }\n            },\n            {\n              \"internalId\": \"435\",\n              \"scriptId\": \"custentity_decimal\",\n              \"value\": 455.57\n            },\n            {\n              \"internalId\": \"920\",\n              \"scriptId\": \"custentity_edoc_gen_trans_pdf\",\n              \"value\": false\n            },\n            {\n              \"internalId\": \"428\",\n              \"scriptId\": \"custentity_f3_mm_send_wf_sms\",\n              \"value\": false\n            },\n            {\n              \"internalId\": \"437\",\n              \"scriptId\": \"custentity_freeformtext\",\n              \"value\": \"This is a free form text\"\n            },\n            {\n              \"internalId\": \"436\",\n              \"scriptId\": \"custentity_integer\",\n              \"value\": 3545\n            },\n            {\n              \"internalId\": \"426\",\n              \"scriptId\": \"custentity_mm_iskeylinkentity\",\n              \"value\": false\n            },\n            {\n              \"internalId\": \"425\",\n              \"scriptId\": \"custentity_mm_iskeylinkprospect\",\n              \"value\": false\n            },\n            {\n              \"internalId\": \"424\",\n              \"scriptId\": \"custentity_mm_stopsendingsms\",\n              \"value\": false\n            },\n            {\n              \"internalId\": \"55\",\n              \"scriptId\": \"custentity_naw_trans_need_approval\",\n              \"value\": false\n            },\n            {\n              \"internalId\": \"922\",\n              \"scriptId\": \"custentity_psg_ei_auto_select_temp_sm\",\n              \"value\": false\n            },\n            {\n              \"internalId\": \"438\",\n              \"scriptId\": \"custentity_standardlist\",\n              \"value\": {\n                \"internalId\": \"1\",\n                \"name\": \"Wholesale\",\n                \"typeId\": \"-109\"\n              }\n            },\n            {\n              \"internalId\": \"467\",\n              \"scriptId\": \"custentity_standardrecord\",\n              \"value\": {\n                \"internalId\": \"20\",\n                \"name\": \"Parent Company : Atlanta\",\n                \"typeId\": \"-117\"\n              }\n            },\n            {\n              \"internalId\": \"42\",\n              \"scriptId\": \"custentityrating\",\n              \"value\": {\n                \"internalId\": \"2\",\n                \"name\": \"Acquired\",\n                \"typeId\": \"5\"\n              }\n            },\n            {\n              \"internalId\": \"469\",\n              \"scriptId\": \"custentitytest_percent\",\n              \"value\": 34.0\n            }\n          ]\n        },\n        \"dateCreated\": 1547804521,\n        \"defaultAddress\": \"12 GS Solutions<br>Add 13434 Andheri<br>Add 21233  Raj street<br>City 12 Mumbai 01236546<br>India\",\n        \"depositBalance\": 0.0,\n        \"email\": \"shamili123@dhruvsoft.com\",\n        \"emailPreference\": \"_default\",\n        \"emailTransactions\": false,\n        \"endDate\": 1632985200,\n        \"entityId\": \"12 GS Solutions\",\n        \"entityStatus\": {\n          \"internalId\": \"13\",\n          \"name\": \"CUSTOMER-Closed Won\"\n        },\n        \"fax\": \"Testparentcompany@faxmail.com\",\n        \"faxTransactions\": false,\n        \"giveAccess\": false,\n        \"globalSubscriptionStatus\": \"_softOptOut\",\n        \"internalId\": \"46\",\n        \"isBudgetApproved\": false,\n        \"isInactive\": false,\n        \"isPerson\": false,\n        \"itemPricingList\": {\n          \"itemPricing\": [\n            {\n              \"currency\": {\n                \"internalId\": \"1\",\n                \"name\": \"INR\"\n              },\n              \"item\": {\n                \"internalId\": \"240\",\n                \"name\": \"Boxer\"\n              },\n              \"level\": {\n                \"internalId\": \"-1\"\n              },\n              \"price\": 12.89\n            },\n            {\n              \"currency\": {\n                \"internalId\": \"1\",\n                \"name\": \"INR\"\n              },\n              \"item\": {\n                \"internalId\": \"243\",\n                \"name\": \"Coat Pant / Blazer\"\n              },\n              \"level\": {\n                \"internalId\": \"-1\"\n              },\n              \"price\": 7.998\n            },\n            {\n              \"item\": {\n                \"internalId\": \"444\",\n                \"name\": \"Apple\"\n              },\n              \"level\": {\n                \"internalId\": \"3\",\n                \"name\": \"Alternate Price 2\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1631708614,\n        \"overdueBalance\": 0.0,\n        \"phone\": \"9888888888\",\n        \"priceLevel\": {\n          \"internalId\": \"1\",\n          \"name\": \"Base Price\"\n        },\n        \"printTransactions\": false,\n        \"receivablesAccount\": {\n          \"internalId\": \"-10\",\n          \"name\": \"Use System Preference\"\n        },\n        \"salesReadiness\": {\n          \"internalId\": \"2\",\n          \"name\": \"Warm\"\n        },\n        \"shipComplete\": false,\n        \"stage\": \"_customer\",\n        \"startDate\": 1611820800,\n        \"subsidiary\": {\n          \"internalId\": \"1\",\n          \"name\": \"Parent Company\"\n        },\n        \"territory\": {\n          \"internalId\": \"-5\",\n          \"name\": \"Default Round-Robin\"\n        },\n        \"unbilledOrders\": 74506.99,\n        \"url\": \"http://www.abc.com\",\n        \"webLead\": \"No\"\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    }\n  ],\n  \"searchId\": \"WEBSERVICES_5333445_SB1_072020224578894931142652686_58d67fc9\",\n  \"status\": {\n    \"isSuccess\": true\n  },\n  \"totalPages\": 1,\n  \"totalRecords\": 1\n}"}],"_postman_id":"78c68f61-b3a0-4ecb-9a0b-68f0f0fbc6ae"},{"name":"Retrieve customers by ID","id":"565ee7a3-a14e-4db6-8fac-554434a142df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customer?id=5","urlObject":{"protocol":"https","path":["netsuite","v0","customer"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"5"}],"variable":[]}},"response":[{"id":"185e856d-217a-4366-bac7-de888a94327f","name":"Retrieve customers by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customer?id=5","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customer"],"query":[{"key":"id","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"accessRole\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Customer Centre\",\n                    \"type\": null\n                },\n                \"accountNumber\": null,\n                \"addressbookList\": null,\n                \"aging\": 0,\n                \"aging1\": 0,\n                \"aging2\": 0,\n                \"aging3\": 0,\n                \"aging4\": 0,\n                \"alcoholRecipientType\": null,\n                \"altEmail\": null,\n                \"altName\": null,\n                \"altPhone\": null,\n                \"assignedWebSite\": null,\n                \"balance\": 0,\n                \"billPay\": null,\n                \"buyingReason\": null,\n                \"buyingTimeFrame\": null,\n                \"campaignCategory\": null,\n                \"category\": null,\n                \"clickStream\": null,\n                \"comments\": null,\n                \"companyName\": \"Anonymous Customer Parent Company\",\n                \"consolAging\": 0,\n                \"consolAging1\": 0,\n                \"consolAging2\": 0,\n                \"consolAging3\": 0,\n                \"consolAging4\": 0,\n                \"consolBalance\": 0,\n                \"consolDaysOverdue\": null,\n                \"consolDepositBalance\": 0,\n                \"consolOverdueBalance\": 0,\n                \"consolUnbilledOrders\": 0,\n                \"contactRolesList\": null,\n                \"contribPct\": null,\n                \"creditCardsList\": null,\n                \"creditHoldOverride\": \"_auto\",\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"currency\": [\n                        {\n                            \"balance\": 0,\n                            \"consolBalance\": 0,\n                            \"consolDepositBalance\": 0,\n                            \"consolOverdueBalance\": 0,\n                            \"consolUnbilledOrders\": 0,\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            },\n                            \"depositBalance\": 0,\n                            \"displaySymbol\": \"£\",\n                            \"overdueBalance\": 0,\n                            \"overrideCurrencyFormat\": false,\n                            \"symbolPlacement\": \"_beforeNumber\",\n                            \"unbilledOrders\": 0\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"757\",\n                            \"scriptId\": \"custentity_2663_direct_debit\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1013\",\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"760\",\n                            \"scriptId\": \"custentity_2663_customer_refund\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"55\",\n                    \"name\": \"Customer Form\",\n                    \"type\": null\n                },\n                \"dateCreated\": 1582619386,\n                \"daysOverdue\": null,\n                \"defaultAddress\": null,\n                \"defaultOrderPriority\": null,\n                \"defaultTaxReg\": null,\n                \"depositBalance\": 0,\n                \"displaySymbol\": null,\n                \"downloadList\": null,\n                \"drAccount\": null,\n                \"email\": null,\n                \"emailPreference\": \"_default\",\n                \"emailTransactions\": false,\n                \"endDate\": null,\n                \"entityId\": \"2 Anonymous Customer Parent Company\",\n                \"entityStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"LEAD-Qualified\",\n                    \"type\": null\n                },\n                \"estimatedBudget\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"faxTransactions\": false,\n                \"firstName\": null,\n                \"firstVisit\": null,\n                \"fxAccount\": null,\n                \"giveAccess\": false,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"groupPricingList\": null,\n                \"homePhone\": null,\n                \"image\": null,\n                \"internalId\": \"5\",\n                \"isBudgetApproved\": false,\n                \"isInactive\": false,\n                \"isPerson\": false,\n                \"itemPricingList\": null,\n                \"keywords\": null,\n                \"language\": null,\n                \"lastModifiedDate\": 1541195329,\n                \"lastName\": null,\n                \"lastPageVisited\": null,\n                \"lastVisit\": null,\n                \"leadSource\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"monthlyClosing\": null,\n                \"negativeNumberFormat\": null,\n                \"nullFieldList\": null,\n                \"numberFormat\": null,\n                \"openingBalance\": null,\n                \"openingBalanceAccount\": null,\n                \"openingBalanceDate\": null,\n                \"overdueBalance\": 0,\n                \"overrideCurrencyFormat\": null,\n                \"parent\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"phone\": null,\n                \"phoneticName\": null,\n                \"prefCCProcessor\": null,\n                \"priceLevel\": null,\n                \"printOnCheckAs\": null,\n                \"printTransactions\": false,\n                \"receivablesAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-10\",\n                    \"name\": \"Use System Preference\",\n                    \"type\": null\n                },\n                \"referrer\": null,\n                \"reminderDays\": null,\n                \"representingSubsidiary\": null,\n                \"requirePwdChange\": null,\n                \"resaleNumber\": null,\n                \"salesGroup\": null,\n                \"salesReadiness\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"salutation\": null,\n                \"sendEmail\": false,\n                \"shipComplete\": false,\n                \"shippingItem\": null,\n                \"sourceWebSite\": null,\n                \"stage\": \"_lead\",\n                \"startDate\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Billing Communication\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Marketing\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Newsletters\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Product Updates\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": false,\n                            \"subscription\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Surveys\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Group\",\n                    \"type\": null\n                },\n                \"symbolPlacement\": null,\n                \"syncPartnerTeams\": null,\n                \"taxExempt\": true,\n                \"taxItem\": null,\n                \"taxRegistrationList\": null,\n                \"taxable\": false,\n                \"terms\": null,\n                \"territory\": null,\n                \"thirdPartyAcct\": null,\n                \"thirdPartyCountry\": null,\n                \"thirdPartyZipcode\": null,\n                \"title\": null,\n                \"unbilledOrders\": 0,\n                \"url\": null,\n                \"vatRegNumber\": null,\n                \"visits\": null,\n                \"webLead\": \"No\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    }\n}"}],"_postman_id":"565ee7a3-a14e-4db6-8fac-554434a142df"}],"id":"8a94f472-ed09-4339-a99d-8699d0074739","event":[{"listen":"prerequest","script":{"id":"ac0939cb-342e-4436-89d6-b493656708ee","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d9d42042-e827-4e7d-81fc-6d792e51f1f1","type":"text/javascript","exec":[""]}}],"_postman_id":"8a94f472-ed09-4339-a99d-8699d0074739","description":""},{"name":"POST","item":[{"name":"Create customers","id":"565468ec-7bcf-4e45-9418-39f8f6055064","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"lastName\": \"Jones\",\n    \"firstName\": \"Jane\",\n    \"companyName\": \"XYZ Private Limited\",\n    \"email\": \"jane@xyzlimited.com\",\n    \"subsidiary\": {\n        \"internalId\": \"1\"\n    }\n}"},"url":"https://api.prestructured.com/netsuite/v0/customer","urlObject":{"protocol":"https","path":["netsuite","v0","customer"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"c885f48f-ec17-47f1-a7b1-62ef18d7d7ec","name":"Create customers","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"lastName\": \"Jones\",\n    \"firstName\": \"Jane\",\n    \"companyName\": \"XYZ Private Limited\",\n    \"email\": \"jane@xyzlimited.com\",\n    \"subsidiary\": {\n        \"internalId\": \"1\"\n    }\n}"},"url":"https://api.prestructured.com/netsuite/v0/customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2019 06:45:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"289"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"writeResponse\": [\n        {\n            \"baseRef\": {\n                \"externalId\": null,\n                \"internalId\": \"13643\",\n                \"name\": null,\n                \"type\": \"customer\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": [\n                    {\n                        \"afterSubmitFailed\": false,\n                        \"code\": null,\n                        \"message\": null,\n                        \"type\": \"ERROR\"\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"565468ec-7bcf-4e45-9418-39f8f6055064"}],"id":"f4dfa015-961e-4b5a-8ac5-2d16c8a902a7","event":[{"listen":"prerequest","script":{"id":"9a7406a7-b34d-4355-b143-0e6149c11f8e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fc7ef582-37d7-40e8-a143-0061f474d8bc","type":"text/javascript","exec":[""]}}],"_postman_id":"f4dfa015-961e-4b5a-8ac5-2d16c8a902a7","description":""},{"name":"PUT","item":[{"name":"Update customers","id":"b75e22a0-6f8d-4ff6-965f-20f4897ee3a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"lastName\": \"Doe\",\r\n    \"firstName\": \"Anthony\",\r\n    \"companyName\": \"XYZ Private Limited\",\r\n    \"email\": \"anthony@xyzlimited.com\",\r\n    \"subsidiary\": {\r\n        \"internalId\": \"1\"\r\n    },\r\n    \"internalId\": \"13643\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/customer","urlObject":{"protocol":"https","path":["netsuite","v0","customer"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"2f913ab9-a9c9-4572-8e00-2dce9c49b815","name":"Update customers","originalRequest":{"method":"PUT","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"lastName\": \"Doe\",\r\n    \"firstName\": \"Anthony\",\r\n    \"companyName\": \"XYZ Private Limited\",\r\n    \"email\": \"anthony@xyzlimited.com\",\r\n    \"subsidiary\": {\r\n        \"internalId\": \"1\"\r\n    },\r\n    \"internalId\": \"13643\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2019 06:51:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"289"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"writeResponse\": [\n        {\n            \"baseRef\": {\n                \"externalId\": null,\n                \"internalId\": \"13643\",\n                \"name\": null,\n                \"type\": \"customer\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": [\n                    {\n                        \"afterSubmitFailed\": false,\n                        \"code\": null,\n                        \"message\": null,\n                        \"type\": \"ERROR\"\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"b75e22a0-6f8d-4ff6-965f-20f4897ee3a8"}],"id":"aeaac941-d67a-480a-98de-545a6ce17882","event":[{"listen":"prerequest","script":{"id":"af3a70f2-304c-4e77-810b-687973a029f4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c0a0ddc3-a495-4ceb-976f-b8a298c5b3a5","type":"text/javascript","exec":[""]}}],"_postman_id":"aeaac941-d67a-480a-98de-545a6ce17882","description":""},{"name":"DELETE","item":[{"name":"Delete customers","id":"11d82463-596c-438e-b168-5794c9b9aaff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customer?id=18305","urlObject":{"protocol":"https","path":["netsuite","v0","customer"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"18305"}],"variable":[]}},"response":[{"id":"5d105863-f4b8-4170-9471-466c720262c5","name":"Delete customers","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customer?id=18305","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customer"],"query":[{"key":"id","value":"18305","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"body\": {\r\n    \"writeResponseList\": {\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      },\r\n      \"writeResponse\": [\r\n        {\r\n          \"baseRef\": {\r\n            \"internalId\": \"18305\",\r\n            \"type\": \"customer\"\r\n          },\r\n          \"status\": {\r\n            \"isSuccess\": true,\r\n            \"statusDetail\": []\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  },\r\n  \"header\": {\r\n    \"documentInfo\": {\r\n      \"nsId\": \"WEBSERVICES_5333445_SB1_01302020158958456937101047_61d528b8f\"\r\n    }\r\n  }\r\n}"}],"_postman_id":"11d82463-596c-438e-b168-5794c9b9aaff"}],"id":"d5b0dd6a-d258-4c53-9faa-4182b5924b2d","event":[{"listen":"prerequest","script":{"id":"87c73848-e571-4858-98c1-a7b315ea7b4c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d78d0fa3-1522-4615-8b56-e11cd42e0f3b","type":"text/javascript","exec":[""]}}],"_postman_id":"d5b0dd6a-d258-4c53-9faa-4182b5924b2d","description":""}],"id":"a75dd62c-915c-4e31-8538-83851b52dc3b","_postman_id":"a75dd62c-915c-4e31-8538-83851b52dc3b","description":""},{"name":"Customer Category","item":[{"name":"GET","item":[{"name":"Retrieve Customer Category","id":"4842dc15-7fbd-4734-8e8c-80446e01daeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customerCategory","urlObject":{"protocol":"https","path":["netsuite","v0","customerCategory"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"a6f15adb-2bcc-403d-a502-3064ddc36a96","name":"Retrieve Customer Category","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customerCategory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"internalId\": \"1\",\n                \"isInactive\": false,\n                \"name\": \"Wholesale\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"internalId\": \"2\",\n                \"isInactive\": false,\n                \"name\": \"Retailer\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"internalId\": \"3\",\n                \"isInactive\": false,\n                \"name\": \"Supply Chain\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_071920224405498531014915733_9450222c\",\n    \"status\": {\n        \"isSuccess\": true\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 3\n}"}],"_postman_id":"4842dc15-7fbd-4734-8e8c-80446e01daeb"},{"name":"Retrieve Customer Category by search ID","id":"7a15ee43-68fa-4e5a-ba73-dd7d243e550b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customerCategory?searchId=WEBSERVICES_5333445_SB1_071920224405498531014915733_9450222c&page=1","urlObject":{"protocol":"https","path":["netsuite","v0","customerCategory"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_071920224405498531014915733_9450222c"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"529f9d50-7526-49b4-a8f7-34d953d7d169","name":"Retrieve Customer Category by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customerCategory?searchId=WEBSERVICES_5333445_SB1_071920224405498531014915733_9450222c&page=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customerCategory"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_071920224405498531014915733_9450222c"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:45:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173991"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"internalId\": \"1\",\n                \"isInactive\": false,\n                \"name\": \"Wholesale\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"internalId\": \"2\",\n                \"isInactive\": false,\n                \"name\": \"Retailer\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"internalId\": \"3\",\n                \"isInactive\": false,\n                \"name\": \"Supply Chain\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_071920224405498531014915733_9450222c\",\n    \"status\": {\n        \"isSuccess\": true\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 3\n    }"}],"_postman_id":"7a15ee43-68fa-4e5a-ba73-dd7d243e550b"},{"name":"Retrieve Customer Category by where","id":"e159aa80-51b8-4354-b3dd-e13908431c86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customerCategory?where=Name=Retailer","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td>Retailer</td>\n<td>Used to Include the name filter for the request, it supports the '=' operator.  <br />e.g., Name=Retailer</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","customerCategory"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"Name=Retailer"}],"variable":[]}},"response":[{"id":"e9746358-daee-4de7-8ad0-c4cb52ec4187","name":"Retrieve Customer Category by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customerCategory?where=Name=Retailer","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customerCategory"],"query":[{"key":"where","value":"Name=Retailer"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n\n        {\n            \"record\": {\n                \"internalId\": \"2\",\n                \"isInactive\": false,\n                \"name\": \"Retailer\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_071920224405498531014915733_9450222c\",\n    \"status\": {\n        \"isSuccess\": true\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 3\n}"}],"_postman_id":"e159aa80-51b8-4354-b3dd-e13908431c86"},{"name":"Retrieve Customer Category by ID","id":"b603bd86-083b-4dfa-b7c4-1f71b26a092a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customerCategory?id=2","urlObject":{"protocol":"https","path":["netsuite","v0","customerCategory"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"2"}],"variable":[]}},"response":[{"id":"36f9b56f-4f4c-4905-8e38-f2ea898a2a4f","name":"Retrieve Customer Category by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customerCategory?id=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customerCategory"],"query":[{"key":"id","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n\n        {\n            \"record\": {\n                \"internalId\": \"2\",\n                \"isInactive\": false,\n                \"name\": \"Retailer\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_071920224405498531014915733_9450222c\",\n    \"status\": {\n        \"isSuccess\": true\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 3\n}"}],"_postman_id":"b603bd86-083b-4dfa-b7c4-1f71b26a092a"}],"id":"6a2469b6-d197-402e-943d-6a91319bf811","event":[{"listen":"prerequest","script":{"id":"ac0939cb-342e-4436-89d6-b493656708ee","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d9d42042-e827-4e7d-81fc-6d792e51f1f1","type":"text/javascript","exec":[""]}}],"_postman_id":"6a2469b6-d197-402e-943d-6a91319bf811","description":""},{"name":"POST","item":[{"name":"Create Customer Category","id":"1453b326-b57e-4e54-892a-6f5768ae5949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"isInactive\": true,\n    \"name\": \"Sales\"\n}"},"url":"https://api.prestructured.com/netsuite/v0/customerCategory","urlObject":{"protocol":"https","path":["netsuite","v0","customerCategory"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"f6325d31-912b-4b35-8c36-f45da3c08dfc","name":"Create Customer Category","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"isInactive\": true,\n    \"name\": \"Sales\"\n}"},"url":"https://api.prestructured.com/netsuite/v0/customerCategory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2019 06:45:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"289"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"}],"cookie":[],"responseTime":null,"body":"{\n        \"isSuccess\": true,\n        \"status\": {\n            \"isSuccess\": true,\n            \"statusDetail\": []\n        },\n        \"writeResponse\": [\n            {\n                \"baseRef\": {\n                    \"externalId\": null,\n                    \"internalId\": \"605\",\n                    \"name\": null,\n                    \"type\": \"customerCategory\"\n                },\n                \"status\": {\n                    \"isSuccess\": true,\n                    \"statusDetail\": [\n                        {\n                            \"afterSubmitFailed\": false,\n                            \"code\": null,\n                            \"message\": null,\n                            \"type\": \"ERROR\"\n                        }\n                    ]\n                }\n            }\n        ]\n    }"}],"_postman_id":"1453b326-b57e-4e54-892a-6f5768ae5949"}],"id":"6ed580eb-7761-43a6-837e-b8375d59f4cb","event":[{"listen":"prerequest","script":{"id":"9a7406a7-b34d-4355-b143-0e6149c11f8e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fc7ef582-37d7-40e8-a143-0061f474d8bc","type":"text/javascript","exec":[""]}}],"_postman_id":"6ed580eb-7761-43a6-837e-b8375d59f4cb","description":""},{"name":"PUT","item":[{"name":"Update Customer Category","id":"1f61e846-8fb8-460e-b343-5daa5502744f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"isInactive\": true,\r\n    \"internalId\": \"605\",\r\n    \"name\": \"Marketing\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/customerCategory","urlObject":{"protocol":"https","path":["netsuite","v0","customerCategory"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"50df59b3-17b2-48fe-855f-4c29c4290e8e","name":"Update Customer Category","originalRequest":{"method":"PUT","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"isInactive\": true,\r\n    \"internalId\": \"605\",\r\n    \"name\": \"Marketing\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/customerCategory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2019 06:51:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"289"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"writeResponse\": [\n        {\n            \"baseRef\": {\n                \"externalId\": null,\n                \"internalId\": \"605\",\n                \"name\": null,\n                \"type\": \"customerCategory\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": [\n                    {\n                        \"afterSubmitFailed\": false,\n                        \"code\": null,\n                        \"message\": null,\n                        \"type\": \"ERROR\"\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"1f61e846-8fb8-460e-b343-5daa5502744f"}],"id":"7e6bbcfb-c86a-4937-a9e8-08ea093a373e","event":[{"listen":"prerequest","script":{"id":"af3a70f2-304c-4e77-810b-687973a029f4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c0a0ddc3-a495-4ceb-976f-b8a298c5b3a5","type":"text/javascript","exec":[""]}}],"_postman_id":"7e6bbcfb-c86a-4937-a9e8-08ea093a373e","description":""},{"name":"DELETE","item":[{"name":"Delete Customer Category","id":"4458249f-1bb3-478e-bda3-3b650887835e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customerCategory?id=605","urlObject":{"protocol":"https","path":["netsuite","v0","customerCategory"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"605"}],"variable":[]}},"response":[{"id":"7f2ec14a-b7c3-4b81-9098-45512e7bf145","name":"Delete Customer Category","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customerCategory?id=605","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customerCategory"],"query":[{"key":"id","value":"605"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"605\",\r\n                \"name\": null,\r\n                \"type\": \"customerCategory\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"4458249f-1bb3-478e-bda3-3b650887835e"}],"id":"6542a83d-b10e-427d-a5d1-db5ec8f8510b","event":[{"listen":"prerequest","script":{"id":"87c73848-e571-4858-98c1-a7b315ea7b4c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d78d0fa3-1522-4615-8b56-e11cd42e0f3b","type":"text/javascript","exec":[""]}}],"_postman_id":"6542a83d-b10e-427d-a5d1-db5ec8f8510b","description":""}],"id":"ed541934-89c9-4e90-afd6-9876260fbb0e","_postman_id":"ed541934-89c9-4e90-afd6-9876260fbb0e","description":""},{"name":"Customization","item":[{"name":"GET","item":[{"name":"Retrieve Customization","id":"94545d1d-9951-475c-89f8-e7dcd8043917","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customization","urlObject":{"protocol":"https","path":["netsuite","v0","customization"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"4ab7698a-9e02-4172-a6ff-fda3d8fb5a37","name":"Retrieve Customization","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customization"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"customizationRef\": [\r\n        {\r\n            \"internalId\": \"1\",\r\n            \"name\": \"Last Sales Activity Record\",\r\n            \"scriptId\": \"customrecord_lsa\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"2\",\r\n            \"name\": \"NS-PBCS | Config\",\r\n            \"scriptId\": \"customrecord_nspbcs_config\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"3\",\r\n            \"name\": \"NS-PBCS | Search Request\",\r\n            \"scriptId\": \"customrecord_nspbcs_search_request\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"4\",\r\n            \"name\": \"NS-PBCS | Search Request File\",\r\n            \"scriptId\": \"customrecord_nspbcs_search_request_file\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"6\",\r\n            \"name\": \"NAW workflow exceptions\",\r\n            \"scriptId\": \"customrecord_wd_naw_workflow_excep\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"9\",\r\n            \"name\": \"NS-PBCS | Activity Logs\",\r\n            \"scriptId\": \"customrecord_nspbcs_activity_logs\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"11\",\r\n            \"name\": \"Brand List\",\r\n            \"scriptId\": \"customrecord11\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"12\",\r\n            \"name\": \"Item Brand\",\r\n            \"scriptId\": \"customrecord12\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"14\",\r\n            \"name\": \"GH PDF Config\",\r\n            \"scriptId\": \"customrecord_gh_pdf_config\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"17\",\r\n            \"name\": \"Prestructured\",\r\n            \"scriptId\": \"customrecord17\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"20\",\r\n            \"name\": \"Test Child Object\",\r\n            \"scriptId\": \"customrecord20\",\r\n            \"type\": \"customRecordType\"\r\n        }\r\n    ],\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalRecords\": 11\r\n}"}],"_postman_id":"94545d1d-9951-475c-89f8-e7dcd8043917"},{"name":"Retrieve Customization by scriptId","id":"470d0ee4-437e-4fc1-be81-b70befb99346","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customization?customizationType=entityCustomField&scriptId=custentity_link_name_lsa","description":"<p>Supported filters table for <em><strong>customizationType</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customizationType</td>\n<td>entityCustomField (OR) transactionBodyCustomField (OR) transactionColumnCustomField.</td>\n<td>Used to Include the entityCustomField (OR) transactionBodyCustomField (OR) transactionColumnCustomField filter for the request e.g., customizationType=entityCustomField.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","customization"],"host":["api","prestructured","com"],"query":[{"key":"customizationType","value":"entityCustomField"},{"key":"scriptId","value":"custentity_link_name_lsa"}],"variable":[]}},"response":[{"id":"739f146d-04f7-46e5-b895-03898c2ec04e","name":"Retrieve Customization by scriptId","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customization?customizationType=entityCustomField&scriptId=custentity_link_name_lsa","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customization"],"query":[{"key":"customizationType","value":"entityCustomField"},{"key":"scriptId","value":"custentity_link_name_lsa"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"customizationRef\": [\r\n        {\r\n            \"externalId\": null,\r\n            \"internalId\": \"19\",\r\n            \"name\": \"LSA Link Name\",\r\n            \"scriptId\": \"custentity_link_name_lsa\",\r\n            \"type\": \"entityCustomField\"\r\n        }\r\n    ],\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"totalRecords\": 1\r\n}"}],"_postman_id":"470d0ee4-437e-4fc1-be81-b70befb99346"},{"name":"Retrieve Customization by Object","id":"c4d90c4a-8de3-4ae6-927d-0f04ed4e431b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customization?customizationType=entityCustomField&object=contact","description":"<p>Supported filters table for <em><strong>object</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>object</td>\n<td>salesOrder (OR) invoice (OR) creditMemo (OR) payment (OR) estimate (OR) purchaseOrder (OR) contact (OR) vendor</td>\n<td>Used to Include the salesOrder (OR) invoice (OR) creditMemo (OR) payment (OR) estimate (OR) purchaseOrder (OR) contact (OR) vendor filter for the request e.g., object=contact.</td>\n</tr>\n<tr>\n<td>customizationType</td>\n<td>entityCustomField (OR) transactionBodyCustomField (OR) transactionColumnCustomField.</td>\n<td>Used to Include the entityCustomField (OR) transactionBodyCustomField (OR) transactionColumnCustomField filter for the request e.g., customizationType=entityCustomField.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","customization"],"host":["api","prestructured","com"],"query":[{"key":"customizationType","value":"entityCustomField"},{"key":"object","value":"contact"}],"variable":[]}},"response":[{"id":"96d2b0ad-cb90-4118-9760-4c32d44ad3aa","name":"Retrieve Customization by object","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customization?customizationType=entityCustomField&object=contact","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customization"],"query":[{"key":"customizationType","value":"entityCustomField"},{"key":"object","value":"contact"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"accessLevel\": \"_edit\",\r\n                \"appliesToContact\": true,\r\n                \"appliesToCustomer\": true,\r\n                \"appliesToEmployee\": false,\r\n                \"appliesToGroup\": false,\r\n                \"appliesToOtherName\": false,\r\n                \"appliesToPartner\": false,\r\n                \"appliesToPriceList\": false,\r\n                \"appliesToProject\": false,\r\n                \"appliesToStatement\": false,\r\n                \"appliesToVendor\": false,\r\n                \"appliesToWebSite\": false,\r\n                \"availableExternally\": false,\r\n                \"availableToSso\": false,\r\n                \"checkSpelling\": false,\r\n                \"defaultChecked\": false,\r\n                \"displayType\": \"_hidden\",\r\n                \"fieldType\": \"_freeFormText\",\r\n                \"globalSearch\": false,\r\n                \"internalId\": \"19\",\r\n                \"isFormula\": false,\r\n                \"isMandatory\": false,\r\n                \"isParent\": false,\r\n                \"label\": \"LSA Link Name\",\r\n                \"owner\": {\r\n                    \"internalId\": \"-5\",\r\n                    \"name\": \"Sunil Khanna Sunil Khanna\"\r\n                },\r\n                \"scriptId\": \"custentity_link_name_lsa\",\r\n                \"searchLevel\": \"_edit\",\r\n                \"showInList\": false,\r\n                \"storeValue\": true,\r\n                \"subtab\": {\r\n                    \"internalId\": \"-4\",\r\n                    \"name\": \"Main\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessLevel\": \"_edit\",\r\n                \"appliesToContact\": true,\r\n                \"appliesToCustomer\": true,\r\n                \"appliesToEmployee\": false,\r\n                \"appliesToGroup\": false,\r\n                \"appliesToOtherName\": false,\r\n                \"appliesToPartner\": false,\r\n                \"appliesToPriceList\": false,\r\n                \"appliesToProject\": false,\r\n                \"appliesToStatement\": false,\r\n                \"appliesToVendor\": false,\r\n                \"appliesToWebSite\": false,\r\n                \"availableExternally\": false,\r\n                \"availableToSso\": false,\r\n                \"checkSpelling\": false,\r\n                \"defaultChecked\": false,\r\n                \"displayType\": \"_hidden\",\r\n                \"fieldType\": \"_date\",\r\n                \"globalSearch\": false,\r\n                \"internalId\": \"21\",\r\n                \"isFormula\": false,\r\n                \"isMandatory\": false,\r\n                \"isParent\": false,\r\n                \"label\": \"Last Sales Activity\",\r\n                \"owner\": {\r\n                    \"internalId\": \"-5\",\r\n                    \"name\": \"Sunil Khanna Sunil Khanna\"\r\n                },\r\n                \"scriptId\": \"custentity_date_lsa\",\r\n                \"searchLevel\": \"_edit\",\r\n                \"showInList\": false,\r\n                \"storeValue\": true,\r\n                \"subtab\": {\r\n                    \"internalId\": \"-4\",\r\n                    \"name\": \"Main\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessLevel\": \"_edit\",\r\n                \"appliesToContact\": true,\r\n                \"appliesToCustomer\": true,\r\n                \"appliesToEmployee\": false,\r\n                \"appliesToGroup\": false,\r\n                \"appliesToOtherName\": false,\r\n                \"appliesToPartner\": false,\r\n                \"appliesToPriceList\": false,\r\n                \"appliesToProject\": false,\r\n                \"appliesToStatement\": false,\r\n                \"appliesToVendor\": false,\r\n                \"appliesToWebSite\": false,\r\n                \"availableExternally\": false,\r\n                \"availableToSso\": false,\r\n                \"checkSpelling\": false,\r\n                \"defaultChecked\": false,\r\n                \"displayType\": \"_hidden\",\r\n                \"fieldType\": \"_hyperlink\",\r\n                \"globalSearch\": false,\r\n                \"internalId\": \"23\",\r\n                \"isFormula\": false,\r\n                \"isMandatory\": false,\r\n                \"isParent\": false,\r\n                \"label\": \"LSA Link\",\r\n                \"owner\": {\r\n                    \"internalId\": \"-5\",\r\n                    \"name\": \"Sunil Khanna Sunil Khanna\"\r\n                },\r\n                \"scriptId\": \"custentity_link_lsa\",\r\n                \"searchLevel\": \"_edit\",\r\n                \"showInList\": false,\r\n                \"storeValue\": true,\r\n                \"subtab\": {\r\n                    \"internalId\": \"-4\",\r\n                    \"name\": \"Main\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessLevel\": \"_edit\",\r\n                \"appliesToContact\": true,\r\n                \"appliesToCustomer\": true,\r\n                \"appliesToEmployee\": false,\r\n                \"appliesToGroup\": false,\r\n                \"appliesToOtherName\": false,\r\n                \"appliesToPartner\": false,\r\n                \"appliesToPriceList\": false,\r\n                \"appliesToProject\": false,\r\n                \"appliesToStatement\": false,\r\n                \"appliesToVendor\": false,\r\n                \"appliesToWebSite\": false,\r\n                \"availableExternally\": false,\r\n                \"availableToSso\": false,\r\n                \"checkSpelling\": false,\r\n                \"defaultChecked\": false,\r\n                \"displayType\": \"_normal\",\r\n                \"fieldType\": \"_freeFormText\",\r\n                \"globalSearch\": false,\r\n                \"internalId\": \"249\",\r\n                \"isFormula\": false,\r\n                \"isMandatory\": false,\r\n                \"isParent\": false,\r\n                \"label\": \"test\",\r\n                \"owner\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"scriptId\": \"custentity7\",\r\n                \"searchLevel\": \"_edit\",\r\n                \"showInList\": false,\r\n                \"storeValue\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessLevel\": \"_edit\",\r\n                \"appliesToContact\": true,\r\n                \"appliesToCustomer\": true,\r\n                \"appliesToEmployee\": false,\r\n                \"appliesToGroup\": false,\r\n                \"appliesToOtherName\": false,\r\n                \"appliesToPartner\": false,\r\n                \"appliesToPriceList\": false,\r\n                \"appliesToProject\": false,\r\n                \"appliesToStatement\": false,\r\n                \"appliesToVendor\": false,\r\n                \"appliesToWebSite\": false,\r\n                \"availableExternally\": false,\r\n                \"availableToSso\": false,\r\n                \"checkSpelling\": false,\r\n                \"defaultChecked\": false,\r\n                \"displayType\": \"_normal\",\r\n                \"fieldType\": \"_checkBox\",\r\n                \"globalSearch\": false,\r\n                \"internalId\": \"265\",\r\n                \"isFormula\": false,\r\n                \"isMandatory\": false,\r\n                \"isParent\": false,\r\n                \"label\": \"test check\",\r\n                \"owner\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"scriptId\": \"custentity11\",\r\n                \"searchLevel\": \"_edit\",\r\n                \"showInList\": false,\r\n                \"storeValue\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessLevel\": \"_edit\",\r\n                \"appliesToContact\": true,\r\n                \"appliesToCustomer\": true,\r\n                \"appliesToEmployee\": false,\r\n                \"appliesToGroup\": false,\r\n                \"appliesToOtherName\": false,\r\n                \"appliesToPartner\": false,\r\n                \"appliesToPriceList\": false,\r\n                \"appliesToProject\": false,\r\n                \"appliesToStatement\": false,\r\n                \"appliesToVendor\": false,\r\n                \"appliesToWebSite\": false,\r\n                \"availableExternally\": false,\r\n                \"availableToSso\": false,\r\n                \"checkSpelling\": false,\r\n                \"defaultChecked\": false,\r\n                \"displayType\": \"_normal\",\r\n                \"fieldType\": \"_currency\",\r\n                \"globalSearch\": false,\r\n                \"internalId\": \"266\",\r\n                \"isFormula\": false,\r\n                \"isMandatory\": false,\r\n                \"isParent\": false,\r\n                \"label\": \"test currency\",\r\n                \"owner\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"scriptId\": \"custentity12\",\r\n                \"searchLevel\": \"_edit\",\r\n                \"showInList\": false,\r\n                \"storeValue\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessLevel\": \"_edit\",\r\n                \"appliesToContact\": true,\r\n                \"appliesToCustomer\": true,\r\n                \"appliesToEmployee\": false,\r\n                \"appliesToGroup\": false,\r\n                \"appliesToOtherName\": false,\r\n                \"appliesToPartner\": false,\r\n                \"appliesToPriceList\": false,\r\n                \"appliesToProject\": false,\r\n                \"appliesToStatement\": false,\r\n                \"appliesToVendor\": false,\r\n                \"appliesToWebSite\": false,\r\n                \"availableExternally\": false,\r\n                \"availableToSso\": false,\r\n                \"checkSpelling\": false,\r\n                \"defaultChecked\": false,\r\n                \"displayType\": \"_normal\",\r\n                \"fieldType\": \"_datetime\",\r\n                \"globalSearch\": false,\r\n                \"internalId\": \"267\",\r\n                \"isFormula\": false,\r\n                \"isMandatory\": false,\r\n                \"isParent\": false,\r\n                \"label\": \"test dttm\",\r\n                \"owner\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"scriptId\": \"custentity13\",\r\n                \"searchLevel\": \"_edit\",\r\n                \"showInList\": false,\r\n                \"storeValue\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessLevel\": \"_edit\",\r\n                \"appliesToContact\": true,\r\n                \"appliesToCustomer\": true,\r\n                \"appliesToEmployee\": false,\r\n                \"appliesToGroup\": false,\r\n                \"appliesToOtherName\": false,\r\n                \"appliesToPartner\": false,\r\n                \"appliesToPriceList\": false,\r\n                \"appliesToProject\": false,\r\n                \"appliesToStatement\": false,\r\n                \"appliesToVendor\": false,\r\n                \"appliesToWebSite\": false,\r\n                \"availableExternally\": false,\r\n                \"availableToSso\": false,\r\n                \"checkSpelling\": false,\r\n                \"defaultChecked\": false,\r\n                \"displayType\": \"_normal\",\r\n                \"fieldType\": \"_decimalNumber\",\r\n                \"globalSearch\": false,\r\n                \"internalId\": \"268\",\r\n                \"isFormula\": false,\r\n                \"isMandatory\": false,\r\n                \"isParent\": false,\r\n                \"label\": \"test no\",\r\n                \"owner\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"scriptId\": \"custentity14\",\r\n                \"searchLevel\": \"_edit\",\r\n                \"showInList\": false,\r\n                \"storeValue\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessLevel\": \"_edit\",\r\n                \"appliesToContact\": true,\r\n                \"appliesToCustomer\": true,\r\n                \"appliesToEmployee\": false,\r\n                \"appliesToGroup\": false,\r\n                \"appliesToOtherName\": false,\r\n                \"appliesToPartner\": false,\r\n                \"appliesToPriceList\": false,\r\n                \"appliesToProject\": false,\r\n                \"appliesToStatement\": false,\r\n                \"appliesToVendor\": false,\r\n                \"appliesToWebSite\": false,\r\n                \"availableExternally\": false,\r\n                \"availableToSso\": false,\r\n                \"checkSpelling\": false,\r\n                \"defaultChecked\": false,\r\n                \"displayType\": \"_normal\",\r\n                \"fieldType\": \"_eMailAddress\",\r\n                \"globalSearch\": false,\r\n                \"internalId\": \"269\",\r\n                \"isFormula\": false,\r\n                \"isMandatory\": false,\r\n                \"isParent\": false,\r\n                \"label\": \"test email\",\r\n                \"owner\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"scriptId\": \"custentity15\",\r\n                \"searchLevel\": \"_edit\",\r\n                \"showInList\": false,\r\n                \"storeValue\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessLevel\": \"_edit\",\r\n                \"appliesToContact\": true,\r\n                \"appliesToCustomer\": true,\r\n                \"appliesToEmployee\": false,\r\n                \"appliesToGroup\": false,\r\n                \"appliesToOtherName\": false,\r\n                \"appliesToPartner\": false,\r\n                \"appliesToPriceList\": false,\r\n                \"appliesToProject\": false,\r\n                \"appliesToStatement\": false,\r\n                \"appliesToVendor\": false,\r\n                \"appliesToWebSite\": false,\r\n                \"availableExternally\": false,\r\n                \"availableToSso\": false,\r\n                \"checkSpelling\": false,\r\n                \"defaultChecked\": false,\r\n                \"displayType\": \"_normal\",\r\n                \"fieldType\": \"_longText\",\r\n                \"globalSearch\": false,\r\n                \"internalId\": \"270\",\r\n                \"isFormula\": false,\r\n                \"isMandatory\": false,\r\n                \"isParent\": false,\r\n                \"label\": \"test long test\",\r\n                \"owner\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"scriptId\": \"custentity16\",\r\n                \"searchLevel\": \"_edit\",\r\n                \"showInList\": false,\r\n                \"storeValue\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessLevel\": \"_edit\",\r\n                \"appliesToContact\": true,\r\n                \"appliesToCustomer\": false,\r\n                \"appliesToEmployee\": false,\r\n                \"appliesToGroup\": false,\r\n                \"appliesToOtherName\": false,\r\n                \"appliesToPartner\": false,\r\n                \"appliesToPriceList\": false,\r\n                \"appliesToProject\": false,\r\n                \"appliesToStatement\": false,\r\n                \"appliesToVendor\": false,\r\n                \"appliesToWebSite\": false,\r\n                \"availableExternally\": false,\r\n                \"availableToSso\": false,\r\n                \"checkSpelling\": false,\r\n                \"defaultChecked\": false,\r\n                \"displayType\": \"_normal\",\r\n                \"fieldType\": \"_freeFormText\",\r\n                \"globalSearch\": false,\r\n                \"internalId\": \"287\",\r\n                \"isFormula\": false,\r\n                \"isMandatory\": false,\r\n                \"isParent\": false,\r\n                \"label\": \"Parent Account\",\r\n                \"owner\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"scriptId\": \"custentity_bwcl_account\",\r\n                \"searchLevel\": \"_edit\",\r\n                \"showInList\": false,\r\n                \"storeValue\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    }\r\n}"}],"_postman_id":"c4d90c4a-8de3-4ae6-927d-0f04ed4e431b"},{"name":"Retrieve Custom Object in NetSuite","id":"c640575b-6067-443c-a093-a4d083c97a7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customization?type=customRecordType","urlObject":{"protocol":"https","path":["netsuite","v0","customization"],"host":["api","prestructured","com"],"query":[{"key":"type","value":"customRecordType"}],"variable":[]}},"response":[{"id":"b083a821-5c65-40a6-83c2-7186f623a20b","name":"Retrieve Custom Object in NetSuite","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customization?type=customRecordType","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customization"],"query":[{"key":"type","value":"customRecordType"}]}},"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 26 Apr 2021 13:59:58 GMT","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"18386","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"Server","value":"Apache/2.4.46 (Amazon) mod_wsgi/3.5 Python/3.6.12","description":"","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","description":"","type":"text"},{"key":"X-Content-Type-Options","value":"nosniff","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"customizationRef\": [\r\n        {\r\n            \"internalId\": \"281\",\r\n            \"name\": \"Tax Cache Detail\",\r\n            \"scriptId\": \"customrecord_tax_cache_detail\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"648\",\r\n            \"name\": \"Advanced Billing Schedules\",\r\n            \"scriptId\": \"customrecordzc_billingschedbylinestartdt\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"210\",\r\n            \"name\": \"FAM- Proposal Alt Depreciation\",\r\n            \"scriptId\": \"customrecord_ncfar_altdepr_proposal\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"173\",\r\n            \"name\": \"EITF-08-01 Preferences\",\r\n            \"scriptId\": \"customrecord_e81_preferences\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"237\",\r\n            \"name\": \"VAT Online Submitted Periods\",\r\n            \"scriptId\": \"customrecord_vatonline_submittedperiod\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"471\",\r\n            \"name\": \"-Navigation Portlet Config\",\r\n            \"scriptId\": \"customrecord_nav_por_config\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"277\",\r\n            \"name\": \"Tax Template Attachment\",\r\n            \"scriptId\": \"customrecord_template_attachment\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"51\",\r\n            \"name\": \"Headcount\",\r\n            \"scriptId\": \"customrecord51\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"200\",\r\n            \"name\": \"FAM - Asset Proposal\",\r\n            \"scriptId\": \"customrecord_ncfar_assetproposal\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"472\",\r\n            \"name\": \"-Navigation Portlet Categories\",\r\n            \"scriptId\": \"customrecord_nav_por_categories\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"259\",\r\n            \"name\": \"Payment File Format\",\r\n            \"scriptId\": \"customrecord_2663_payment_file_format\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"611\",\r\n            \"name\": \"Test FeedBack 1\",\r\n            \"scriptId\": \"customrecord611\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"168\",\r\n            \"name\": \"Demo Set Master Build Tasks\",\r\n            \"scriptId\": \"customrecord_demo_set_build_tasks\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"172\",\r\n            \"name\": \"EITF Item Category Formulas\",\r\n            \"scriptId\": \"customrecord_e81_configuration\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"282\",\r\n            \"name\": \"Batch Details\",\r\n            \"scriptId\": \"customrecord_2663_batch_details\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"627\",\r\n            \"name\": \"HITC SMS Message\",\r\n            \"scriptId\": \"customrecord_hitc_sms_message\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"31\",\r\n            \"name\": \"Customer Sat. Survey\",\r\n            \"scriptId\": \"customrecord31\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"333\",\r\n            \"name\": \"BS Printing Scheduling Tracker\",\r\n            \"scriptId\": \"customrecord_br5032_bssched_trackers\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"244\",\r\n            \"name\": \"Tax Report Mapper\",\r\n            \"scriptId\": \"customrecord_tax_report_map\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"528\",\r\n            \"name\": \"APM DB SetUp Record Pages\",\r\n            \"scriptId\": \"customrecord_apm_db_setup_recordpages\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"594\",\r\n            \"name\": \"APM Setup Parent\",\r\n            \"scriptId\": \"customrecord_apm_setup_parent\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"567\",\r\n            \"name\": \"FAM - Asset Register Rep Line\",\r\n            \"scriptId\": \"customrecord_fam_assetregisterrepline\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"249\",\r\n            \"name\": \"Metrics Scorecard\",\r\n            \"scriptId\": \"customrecord249\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"198\",\r\n            \"name\": \"FAM - Depreciation Method\",\r\n            \"scriptId\": \"customrecord_ncfar_deprmethod\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"441\",\r\n            \"name\": \"PTM Filters\",\r\n            \"scriptId\": \"customrecord_ptm_chart_filters\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"275\",\r\n            \"name\": \"BG - Queue Instance\",\r\n            \"scriptId\": \"customrecord_bg_queueinstance\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"7\",\r\n            \"name\": \"Historical Usage Data\",\r\n            \"scriptId\": \"customrecord7\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"568\",\r\n            \"name\": \"FAM - Depreciation Schedule Report\",\r\n            \"scriptId\": \"customrecord_fam_deprschedreport\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"634\",\r\n            \"name\": \"Fund | Program\",\r\n            \"scriptId\": \"customrecord634\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"635\",\r\n            \"name\": \"Funded Program\",\r\n            \"scriptId\": \"customrecord635\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"243\",\r\n            \"name\": \"Nature of Transaction Default\",\r\n            \"scriptId\": \"customrecord_notc_default\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"129\",\r\n            \"name\": \"Contract Item\",\r\n            \"scriptId\": \"customrecord_contract_item\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"586\",\r\n            \"name\": \"ITR Statistical Procedure\",\r\n            \"scriptId\": \"customrecord_statistical_procedure\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"278\",\r\n            \"name\": \"Tax Cache\",\r\n            \"scriptId\": \"customrecord_tax_cache\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"196\",\r\n            \"name\": \"FAM - Repair & Maint Sub B\",\r\n            \"scriptId\": \"customrecord_repairmaintsubcategoryb\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"253\",\r\n            \"name\": \"Payment Batch\",\r\n            \"scriptId\": \"customrecord_2663_batch\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"45\",\r\n            \"name\": \"Retention Tracking\",\r\n            \"scriptId\": \"customrecord45\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"631\",\r\n            \"name\": \"Configuration\",\r\n            \"scriptId\": \"customrecord631\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"280\",\r\n            \"name\": \"VAT Online Submitted Detail\",\r\n            \"scriptId\": \"customrecord_vatonline_detail\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"204\",\r\n            \"name\": \"FAM - Asset\",\r\n            \"scriptId\": \"customrecord_ncfar_asset\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"240\",\r\n            \"name\": \"Nature of Transaction Codes\",\r\n            \"scriptId\": \"customrecord_notc\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"250\",\r\n            \"name\": \"EP Thread Processing Results\",\r\n            \"scriptId\": \"customrecord_ep_proc_results\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"345\",\r\n            \"name\": \"Search Pivot Layout\",\r\n            \"scriptId\": \"customrecord_ns_pivotlayout\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"255\",\r\n            \"name\": \"Payment Schedule\",\r\n            \"scriptId\": \"customrecord_2663_payment_schedule\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"261\",\r\n            \"name\": \"Bill EFT Details\",\r\n            \"scriptId\": \"customrecord_2663_bill_eft_details\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"617\",\r\n            \"name\": \"Test Vendor Brands\",\r\n            \"scriptId\": \"customrecord617\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"203\",\r\n            \"name\": \"FAM - Asset Usage\",\r\n            \"scriptId\": \"customrecord_ncfar_assetusage\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"629\",\r\n            \"name\": \"Authentication Details\",\r\n            \"scriptId\": \"customrecordauthentication\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"595\",\r\n            \"name\": \"APM Setup Roles Access\",\r\n            \"scriptId\": \"customrecord_apm_setup_roles_access\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"620\",\r\n            \"name\": \"Online Filing\",\r\n            \"scriptId\": \"customrecord_online_filing\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"574\",\r\n            \"name\": \"**Item Update Manager\",\r\n            \"scriptId\": \"customrecord_csv_importer\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"642\",\r\n            \"name\": \"Salesforce Connector\",\r\n            \"scriptId\": \"customrecordns_sf_integration\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"279\",\r\n            \"name\": \"Tax Template Content\",\r\n            \"scriptId\": \"customrecord_template_content\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"564\",\r\n            \"name\": \"FAM - Depreciation Schedule Report Line\",\r\n            \"scriptId\": \"customrecord_fam_deprschedreportline\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"442\",\r\n            \"name\": \"PTM Settings\",\r\n            \"scriptId\": \"customrecord_ptm_settings\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"257\",\r\n            \"name\": \"Electronic Payments Preference\",\r\n            \"scriptId\": \"customrecord_ep_preference\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"238\",\r\n            \"name\": \"ESL Audit Trail Summary\",\r\n            \"scriptId\": \"customrecord_ecsl_audit_trail_hdr\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"614\",\r\n            \"name\": \"Test Brand record\",\r\n            \"scriptId\": \"customrecord614\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"324\",\r\n            \"name\": \"Tax Field Notation\",\r\n            \"scriptId\": \"customrecord_tax_field_notation\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"565\",\r\n            \"name\": \"FAM - Asset Register Report\",\r\n            \"scriptId\": \"customrecord_fam_assetregisterrep\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"195\",\r\n            \"name\": \"FAM - Expense/Income\",\r\n            \"scriptId\": \"customrecord_ncfar_expenseincome\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"479\",\r\n            \"name\": \"ITR System Parameter\",\r\n            \"scriptId\": \"customrecord_itr_system_parameter\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"11\",\r\n            \"name\": \"Medium\",\r\n            \"scriptId\": \"customrecord11\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"194\",\r\n            \"name\": \"FAM - Lifetimes\",\r\n            \"scriptId\": \"customrecord_assetlifetimes\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"212\",\r\n            \"name\": \"FAM - Alternate Depreciation\",\r\n            \"scriptId\": \"customrecord_ncfar_altdepreciation\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"613\",\r\n            \"name\": \"Test Brands\",\r\n            \"scriptId\": \"customrecord613\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"366\",\r\n            \"name\": \"EP Queue Settings\",\r\n            \"scriptId\": \"customrecord_2663_queue_settings\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"636\",\r\n            \"name\": \"Revenue Type\",\r\n            \"scriptId\": \"customrecord636\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"2\",\r\n            \"name\": \"Defect (Bugs)\",\r\n            \"scriptId\": \"customrecord2\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"470\",\r\n            \"name\": \"-Navigation Portlet Shortcuts\",\r\n            \"scriptId\": \"customrecord_nav_por_shortcuts\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"260\",\r\n            \"name\": \"Payment File Administration\",\r\n            \"scriptId\": \"customrecord_2663_file_admin\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"466\",\r\n            \"name\": \"EP Execution Log\",\r\n            \"scriptId\": \"customrecord_2663_execution_log\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"199\",\r\n            \"name\": \"FAM - Repair & Maint Sub A\",\r\n            \"scriptId\": \"customrecord_repairmaintsubcategory\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"251\",\r\n            \"name\": \"Payment Aggregation\",\r\n            \"scriptId\": \"customrecord_2663_payment_aggregation\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"365\",\r\n            \"name\": \"EP Dummy List\",\r\n            \"scriptId\": \"customrecord_2663_dummy_list\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"622\",\r\n            \"name\": \"Online Filing Configuration\",\r\n            \"scriptId\": \"customrecord_filing_config\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"209\",\r\n            \"name\": \"BG - Process Instance\",\r\n            \"scriptId\": \"customrecord_bg_procinstance\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"587\",\r\n            \"name\": \"ITR Supplementary Unit\",\r\n            \"scriptId\": \"customrecord_supplementary_unit\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"621\",\r\n            \"name\": \"Regime Code\",\r\n            \"scriptId\": \"customrecord_regime_code\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"197\",\r\n            \"name\": \"FAM - Asset Transfer Accounts\",\r\n            \"scriptId\": \"customrecord_ncfar_transferaccounts\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"464\",\r\n            \"name\": \"BG - Summary Records\",\r\n            \"scriptId\": \"customrecord_bg_summaryrecord\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"639\",\r\n            \"name\": \"SMS Notification Preferences\",\r\n            \"scriptId\": \"customrecord_sms_notification_setting\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"603\",\r\n            \"name\": \"Shipping Co\",\r\n            \"scriptId\": \"customrecord603\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"485\",\r\n            \"name\": \"MOSS Provisioning Status\",\r\n            \"scriptId\": \"customrecord_moss_provisioning_status\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"49\",\r\n            \"name\": \"Board Plan: Revenue Target\",\r\n            \"scriptId\": \"customrecord49\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"256\",\r\n            \"name\": \"Format Details\",\r\n            \"scriptId\": \"customrecord_2663_format_details\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"530\",\r\n            \"name\": \"APM SPM Set Up Summary\",\r\n            \"scriptId\": \"customrecord_apm_spm_setupsummary\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"397\",\r\n            \"name\": \"Approval Routing\",\r\n            \"scriptId\": \"customrecord_2663_approval_routing\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"630\",\r\n            \"name\": \"Send Message Gateway Credentials\",\r\n            \"scriptId\": \"customrecord630\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"618\",\r\n            \"name\": \"Online Filing Template\",\r\n            \"scriptId\": \"customrecord_filing_template\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"529\",\r\n            \"name\": \"APM DB SetUp Date Range\",\r\n            \"scriptId\": \"customrecord_apm_db_setup_date_range\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"439\",\r\n            \"name\": \"Project Task Manager Search\",\r\n            \"scriptId\": \"customrecord_rm_search\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"440\",\r\n            \"name\": \"Project Task Manager Criteria\",\r\n            \"scriptId\": \"customrecord_rm_searchcriteria\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"213\",\r\n            \"name\": \"FAM - Alternate Methods\",\r\n            \"scriptId\": \"customrecord_ncfar_altmethods\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"325\",\r\n            \"name\": \"Tax Field Schema\",\r\n            \"scriptId\": \"customrecord_tax_field\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"46\",\r\n            \"name\": \"Subscriber Log\",\r\n            \"scriptId\": \"customrecord46\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"126\",\r\n            \"name\": \"Uplift Cap Types\",\r\n            \"scriptId\": \"customrecord_uplift_cap_types\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"22\",\r\n            \"name\": \"Release\",\r\n            \"scriptId\": \"customrecord22\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"254\",\r\n            \"name\": \"Company Bank Details\",\r\n            \"scriptId\": \"customrecord_2663_bank_details\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"130\",\r\n            \"name\": \"Maintenance/Support Types\",\r\n            \"scriptId\": \"customrecord_mtce_support_types\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"235\",\r\n            \"name\": \"VAT Online Configuration\",\r\n            \"scriptId\": \"customrecord_tax_return_setup_item\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"242\",\r\n            \"name\": \"Transaction Region\",\r\n            \"scriptId\": \"customrecord_intrastat_region\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"122\",\r\n            \"name\": \"Contract\",\r\n            \"scriptId\": \"customrecord_contracts\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"202\",\r\n            \"name\": \"FAM - Last Proposal Dates\",\r\n            \"scriptId\": \"customrecord_ncfar_proposaldates\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"236\",\r\n            \"name\": \"ESL Audit Trail Details\",\r\n            \"scriptId\": \"customrecord_ecsl_audit_trail_dtl\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"610\",\r\n            \"name\": \"Test Concat\",\r\n            \"scriptId\": \"customrecord610\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"323\",\r\n            \"name\": \"Tax Form Schema\",\r\n            \"scriptId\": \"customrecord_tax_form\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"619\",\r\n            \"name\": \"Online Filing Authorization\",\r\n            \"scriptId\": \"customrecord_filing_authorization\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"640\",\r\n            \"name\": \"SMS Templates\",\r\n            \"scriptId\": \"customrecord640\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"112\",\r\n            \"name\": \"Travel Request\",\r\n            \"scriptId\": \"customrecord_gus_tr\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"322\",\r\n            \"name\": \"Tax Report Mapper Details\",\r\n            \"scriptId\": \"customrecord_tax_report_map_details\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"258\",\r\n            \"name\": \"Bill EFT Payment Information\",\r\n            \"scriptId\": \"customrecord_2663_bill_eft_payment\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"207\",\r\n            \"name\": \"Sq ft added\",\r\n            \"scriptId\": \"customrecord168\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"566\",\r\n            \"name\": \"FAM - Asset Summary Report\",\r\n            \"scriptId\": \"customrecord_fam_assetsummaryrep\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"283\",\r\n            \"name\": \"Batch Transaction Information\",\r\n            \"scriptId\": \"customrecord_2663_batch_transaction_info\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"241\",\r\n            \"name\": \"Transaction Type List\",\r\n            \"scriptId\": \"customrecord_trantypelist\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"632\",\r\n            \"name\": \"Grant\",\r\n            \"scriptId\": \"customrecord632\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"367\",\r\n            \"name\": \"Audit Trail Entry\",\r\n            \"scriptId\": \"customrecord_pb_at\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"593\",\r\n            \"name\": \"APM Setup Employees Access\",\r\n            \"scriptId\": \"customrecord_apm_setup_employees_access\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"171\",\r\n            \"name\": \"Multiple Allocation Price\",\r\n            \"scriptId\": \"customrecord_e81_vsoe_esp_prices\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"575\",\r\n            \"name\": \"**Item Backup Manager\",\r\n            \"scriptId\": \"customrecord_item_backup\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"60\",\r\n            \"name\": \"Player Stats\",\r\n            \"scriptId\": \"customrecord60\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"248\",\r\n            \"name\": \"Tax Report Map Option\",\r\n            \"scriptId\": \"customrecord_tax_report_map_option\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"201\",\r\n            \"name\": \"FAM - Depreciation History\",\r\n            \"scriptId\": \"customrecord_ncfar_deprhistory\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"193\",\r\n            \"name\": \"FAM - System Setup\",\r\n            \"scriptId\": \"customrecord_ncfar_systemsetup\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"239\",\r\n            \"name\": \"Nature of Transaction\",\r\n            \"scriptId\": \"customrecord_transaction_nature\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"192\",\r\n            \"name\": \"FAM - Asset Type\",\r\n            \"scriptId\": \"customrecord_ncfar_assettype\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"123\",\r\n            \"name\": \"Contract Renewals Preferences\",\r\n            \"scriptId\": \"customrecord_swe_preferences\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"16\",\r\n            \"name\": \"Production Environment\",\r\n            \"scriptId\": \"customrecord16\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"276\",\r\n            \"name\": \"Tax Report Template\",\r\n            \"scriptId\": \"customrecord_tax_template\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"645\",\r\n            \"name\": \"NETREPAIRS001 - Repair\",\r\n            \"scriptId\": \"customrecord_eureka_netrepairs001_repair\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"346\",\r\n            \"name\": \"Search Pivot Field\",\r\n            \"scriptId\": \"customrecord_ns_pivotfields\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"563\",\r\n            \"name\": \"FAM - Asset Summary Rep Line\",\r\n            \"scriptId\": \"customrecord_fam_assetsummaryrepline\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"25\",\r\n            \"name\": \"Feature\",\r\n            \"scriptId\": \"customrecord25\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"332\",\r\n            \"name\": \"BS File List\",\r\n            \"scriptId\": \"customrecord_br5032_list\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"527\",\r\n            \"name\": \"APM DB Setup General\",\r\n            \"scriptId\": \"customrecord_apm_db_setup_general\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"616\",\r\n            \"name\": \"Test Item vendor Record\",\r\n            \"scriptId\": \"customrecord616\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"628\",\r\n            \"name\": \"Employee Appraisal\",\r\n            \"scriptId\": \"customrecord628\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"643\",\r\n            \"name\": \"Sent Messages\",\r\n            \"scriptId\": \"customrecord643\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"211\",\r\n            \"name\": \"BG - Process Log\",\r\n            \"scriptId\": \"customrecord_bg_proclog\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"484\",\r\n            \"name\": \"ITR Mode of Transport\",\r\n            \"scriptId\": \"customrecord_mode_of_transport\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"205\",\r\n            \"name\": \"FAM - Repair & Maint Category\",\r\n            \"scriptId\": \"customrecord_repairmaintcategory\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"252\",\r\n            \"name\": \"Entity Bank Details\",\r\n            \"scriptId\": \"customrecord_2663_entity_bank_details\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"208\",\r\n            \"name\": \"FAM - Default Alt Depreciation\",\r\n            \"scriptId\": \"customrecord_ncfar_altdeprdef\",\r\n            \"type\": \"customRecordType\"\r\n        },\r\n        {\r\n            \"internalId\": \"626\",\r\n            \"name\": \"HITC SMS Configuration\",\r\n            \"scriptId\": \"customrecord_hitc_sms_config\",\r\n            \"type\": \"customRecordType\"\r\n        }\r\n    ],\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalRecords\": 145\r\n}"}],"_postman_id":"c640575b-6067-443c-a093-a4d083c97a7b"},{"name":"Retrieve All Fields of Custom Object","id":"5a23442c-cb63-4ecd-a20f-cc46d0bb4862","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customization?type=customRecordType&id=281","urlObject":{"protocol":"https","path":["netsuite","v0","customization"],"host":["api","prestructured","com"],"query":[{"key":"type","value":"customRecordType"},{"key":"id","value":"281"}],"variable":[]}},"response":[{"id":"63641926-04d6-4682-98a0-a1df42ce5e06","name":"Retrieve All Fields of Custom Object","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customization?type=customRecordType&id=281","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customization"],"query":[{"key":"type","value":"customRecordType"},{"key":"id","value":"281"}]}},"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 26 Apr 2021 14:05:22 GMT","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"3967","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"Server","value":"Apache/2.4.46 (Amazon) mod_wsgi/3.5 Python/3.6.12","description":"","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","description":"","type":"text"},{"key":"X-Content-Type-Options","value":"nosniff","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"accessType\": \"_noPermissionRequired\",\r\n                \"allowAttachments\": false,\r\n                \"allowNumberingOverride\": false,\r\n                \"allowQuickSearch\": false,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"accessLevel\": \"_edit\",\r\n                            \"checkSpelling\": false,\r\n                            \"defaultChecked\": false,\r\n                            \"displayType\": \"_normal\",\r\n                            \"fieldType\": \"_longText\",\r\n                            \"globalSearch\": false,\r\n                            \"internalId\": \"1675\",\r\n                            \"isFormula\": false,\r\n                            \"isMandatory\": false,\r\n                            \"isParent\": false,\r\n                            \"label\": \"Detail\",\r\n                            \"owner\": {\r\n                                \"internalId\": \"-5\",\r\n                                \"name\": \"Larry Nelson\"\r\n                            },\r\n                            \"recType\": \"281\",\r\n                            \"roleRestrict\": false,\r\n                            \"scriptId\": \"custrecord_detail\",\r\n                            \"searchLevel\": \"_edit\",\r\n                            \"showInList\": true,\r\n                            \"storeValue\": true,\r\n                            \"translationsList\": {\r\n                                \"translations\": [\r\n                                    {\r\n                                        \"label\": \"Detalje\"\r\n                                    },\r\n                                    {\r\n                                        \"label\": \"Detail\"\r\n                                    },\r\n                                    {\r\n                                        \"label\": \"Detail\"\r\n                                    },\r\n                                    {\r\n                                        \"label\": \"詳細\"\r\n                                    }\r\n                                ]\r\n                            }\r\n                        },\r\n                        {\r\n                            \"accessLevel\": \"_edit\",\r\n                            \"checkSpelling\": false,\r\n                            \"defaultChecked\": false,\r\n                            \"displayType\": \"_normal\",\r\n                            \"fieldType\": \"_listRecord\",\r\n                            \"globalSearch\": false,\r\n                            \"internalId\": \"1676\",\r\n                            \"isFormula\": false,\r\n                            \"isMandatory\": false,\r\n                            \"isParent\": true,\r\n                            \"label\": \"Tax Cache\",\r\n                            \"owner\": {\r\n                                \"internalId\": \"-5\",\r\n                                \"name\": \"Larry Nelson\"\r\n                            },\r\n                            \"parentSubtab\": {\r\n                                \"internalId\": \"117\",\r\n                                \"name\": \"Details\"\r\n                            },\r\n                            \"recType\": \"281\",\r\n                            \"roleRestrict\": false,\r\n                            \"scriptId\": \"custrecord_tax_cache\",\r\n                            \"searchLevel\": \"_edit\",\r\n                            \"selectRecordType\": {\r\n                                \"internalId\": \"278\",\r\n                                \"name\": \"Tax Cache\"\r\n                            },\r\n                            \"showInList\": true,\r\n                            \"storeValue\": true,\r\n                            \"translationsList\": {\r\n                                \"translations\": [\r\n                                    {\r\n                                        \"label\": \"Skattecache\"\r\n                                    },\r\n                                    {\r\n                                        \"label\": \"Tax Cache\"\r\n                                    },\r\n                                    {\r\n                                        \"label\": \"Steuer-Cache\"\r\n                                    },\r\n                                    {\r\n                                        \"label\": \"税金キャッシュ\"\r\n                                    }\r\n                                ]\r\n                            }\r\n                        },\r\n                        {\r\n                            \"accessLevel\": \"_edit\",\r\n                            \"checkSpelling\": false,\r\n                            \"defaultChecked\": false,\r\n                            \"displayType\": \"_normal\",\r\n                            \"fieldType\": \"_longText\",\r\n                            \"globalSearch\": false,\r\n                            \"internalId\": \"1677\",\r\n                            \"isFormula\": false,\r\n                            \"isMandatory\": false,\r\n                            \"isParent\": false,\r\n                            \"label\": \"Metadata\",\r\n                            \"owner\": {\r\n                                \"internalId\": \"-5\",\r\n                                \"name\": \"Larry Nelson\"\r\n                            },\r\n                            \"recType\": \"281\",\r\n                            \"roleRestrict\": false,\r\n                            \"scriptId\": \"custrecord_metadata\",\r\n                            \"searchLevel\": \"_edit\",\r\n                            \"showInList\": true,\r\n                            \"storeValue\": true,\r\n                            \"translationsList\": {\r\n                                \"translations\": [\r\n                                    {\r\n                                        \"label\": \"Metadata\"\r\n                                    },\r\n                                    {\r\n                                        \"label\": \"Metadata\"\r\n                                    },\r\n                                    {\r\n                                        \"label\": \"Metadaten\"\r\n                                    },\r\n                                    {\r\n                                        \"label\": \"メタデータ\"\r\n                                    }\r\n                                ]\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"disclaimer\": \"<b>Record numbers cannot be reverted back to names once updated. If you check Update, a number is assigned to each existing record of that type, and the name is stored in a separate field.<br/></b><br/>You can return to this tab at any time to turn on or off numbering for new records; however, once numbered, records will be listed by number instead of by name.<br/>It typically takes just a few minutes for 5000 records. While it is running, this tab will not be available.<br/>\",\r\n                \"enableDle\": true,\r\n                \"enableMailMerge\": false,\r\n                \"enableNameTranslation\": false,\r\n                \"enableNumbering\": false,\r\n                \"formsList\": {\r\n                    \"forms\": [\r\n                        {\r\n                            \"formEdit\": \"Customize\",\r\n                            \"formName\": \"Standard Tax Cache Detail Form\",\r\n                            \"formPref\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"hierarchical\": false,\r\n                \"includeName\": false,\r\n                \"internalId\": \"281\",\r\n                \"isInactive\": false,\r\n                \"isNumberingUpdateable\": false,\r\n                \"isOrdered\": true,\r\n                \"numberingCurrentNumber\": 249,\r\n                \"owner\": {\r\n                    \"internalId\": \"-5\",\r\n                    \"name\": \"Larry Nelson\"\r\n                },\r\n                \"parentsList\": {\r\n                    \"parents\": [\r\n                        {\r\n                            \"childDescr\": \"Tax Cache\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"recordName\": \"Tax Cache Detail\",\r\n                \"scriptId\": \"customrecord_tax_cache_detail\",\r\n                \"showCreationDate\": false,\r\n                \"showCreationDateOnList\": false,\r\n                \"showId\": true,\r\n                \"showLastModified\": false,\r\n                \"showLastModifiedOnList\": false,\r\n                \"showNotes\": false,\r\n                \"showOwner\": false,\r\n                \"showOwnerAllowChange\": false,\r\n                \"showOwnerOnList\": false,\r\n                \"translationsList\": {\r\n                    \"translations\": [\r\n                        {\r\n                            \"locale\": \"_danish\",\r\n                            \"localeDescription\": \"Danish\",\r\n                            \"name\": \"Afgiftscachedetaljer\"\r\n                        },\r\n                        {\r\n                            \"locale\": \"_englishInternational\",\r\n                            \"localeDescription\": \"English (International)\",\r\n                            \"name\": \"Tax Cache Detail\"\r\n                        },\r\n                        {\r\n                            \"locale\": \"_german\",\r\n                            \"localeDescription\": \"German\",\r\n                            \"name\": \"Steuer-Cache Detail\"\r\n                        },\r\n                        {\r\n                            \"locale\": \"_japanese\",\r\n                            \"localeDescription\": \"Japanese\",\r\n                            \"name\": \"税金キャッシュ詳細\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    }\r\n}"}],"_postman_id":"5a23442c-cb63-4ecd-a20f-cc46d0bb4862"}],"id":"c984cf31-43bd-46e2-9a92-b73faa2a4108","_postman_id":"c984cf31-43bd-46e2-9a92-b73faa2a4108","description":""}],"id":"90697eec-0d11-4029-afcd-dde8a3ddf351","event":[{"listen":"prerequest","script":{"id":"a1b97055-ae73-495c-b075-79a7b9657a3b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"26b4f0d2-4731-4f31-98e0-d20b1542ad55","type":"text/javascript","exec":[""]}}],"_postman_id":"90697eec-0d11-4029-afcd-dde8a3ddf351","description":""},{"name":"Customer Subsidiary Relationship","item":[{"name":"GET","item":[{"name":"Retrieve Customer Subsidiary Relationship","id":"c7ae76d6-cf90-46bc-ba5c-b753dcf02783","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customerSubsidiaryRelationship","urlObject":{"protocol":"https","path":["netsuite","v0","customerSubsidiaryRelationship"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"798a2c87-f99a-469e-a25a-ce8d08cac02a","name":"Retrieve Customer Subsidiary Relationship","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customerSubsidiaryRelationship"},"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 30 Aug 2021 06:21:26 GMT","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"3584","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"Server","value":"nginx/1.20.0","description":"","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","description":"","type":"text"},{"key":"X-Content-Type-Options","value":"nosniff","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"22\",\r\n                    \"name\": \"Bay Media Research\"\r\n                },\r\n                \"internalId\": \"107\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"24\",\r\n                    \"name\": \"Jupiter Technolgy\"\r\n                },\r\n                \"internalId\": \"109\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"29\",\r\n                    \"name\": \"Fabre Technology\"\r\n                },\r\n                \"internalId\": \"113\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"30\",\r\n                    \"name\": \"Jenning Financial\"\r\n                },\r\n                \"internalId\": \"114\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"31\",\r\n                    \"name\": \"Golden Technology\"\r\n                },\r\n                \"internalId\": \"115\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"32\",\r\n                    \"name\": \"McGurk Prospect Mining\"\r\n                },\r\n                \"internalId\": \"116\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"33\",\r\n                    \"name\": \"Ramsey Williams and Associates\"\r\n                },\r\n                \"internalId\": \"117\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"34\",\r\n                    \"name\": \"Choice Production\"\r\n                },\r\n                \"internalId\": \"118\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"35\",\r\n                    \"name\": \"Motiva Mobility\"\r\n                },\r\n                \"internalId\": \"119\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"36\",\r\n                    \"name\": \"L.E. & Sons\"\r\n                },\r\n                \"internalId\": \"120\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"37\",\r\n                    \"name\": \"Foster Software\"\r\n                },\r\n                \"internalId\": \"121\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"55\",\r\n                    \"name\": \"Progressive Inc.\"\r\n                },\r\n                \"internalId\": \"135\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"58\",\r\n                    \"name\": \"Code Designers\"\r\n                },\r\n                \"internalId\": \"136\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_TSTDRV2119874_082920211783086410732573785_cd7f5a\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 62,\r\n    \"totalRecords\": 1851\r\n}"}],"_postman_id":"c7ae76d6-cf90-46bc-ba5c-b753dcf02783"},{"name":"Retrieve Customer Subsidiary Relationship by search ID","id":"fee2d38e-24db-4099-9017-55e7f059cd7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customerSubsidiaryRelationship?searchId=WEBSERVICES_5333445_SB1_0131202115495096221915816228_a20a1ab&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","customerSubsidiaryRelationship"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_0131202115495096221915816228_a20a1ab"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"601635da-f5fb-4dd2-852c-cc036ba6e85b","name":"Retrieve Customer Subsidiary Relationship by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customerSubsidiaryRelationship?searchId=WEBSERVICES_TSTDRV2119874_082920211783086410732573785_cd7f5a&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customerSubsidiaryRelationship"],"query":[{"key":"searchId","value":"WEBSERVICES_TSTDRV2119874_082920211783086410732573785_cd7f5a"},{"key":"page","value":"2"}]}},"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 30 Aug 2021 06:23:57 GMT","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"7706","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"Server","value":"nginx/1.20.0","description":"","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","description":"","type":"text"},{"key":"X-Content-Type-Options","value":"nosniff","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 2,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"60\",\r\n                    \"name\": \"Bankert Bank\"\r\n                },\r\n                \"internalId\": \"137\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"62\",\r\n                    \"name\": \"Monrovia Database\"\r\n                },\r\n                \"internalId\": \"138\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"64\",\r\n                    \"name\": \"Nelson Driving Range\"\r\n                },\r\n                \"internalId\": \"139\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"66\",\r\n                    \"name\": \"Williams and Williams\"\r\n                },\r\n                \"internalId\": \"140\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"68\",\r\n                    \"name\": \"Jones Manufacturing\"\r\n                },\r\n                \"internalId\": \"141\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"70\",\r\n                    \"name\": \"Speedy Delivery Service\"\r\n                },\r\n                \"internalId\": \"142\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"72\",\r\n                    \"name\": \"Dog Obedience Training\"\r\n                },\r\n                \"internalId\": \"143\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"74\",\r\n                    \"name\": \"Canon Software\"\r\n                },\r\n                \"internalId\": \"144\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"76\",\r\n                    \"name\": \"Pinot Printing\"\r\n                },\r\n                \"internalId\": \"145\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"79\",\r\n                    \"name\": \"Rockaway Design\"\r\n                },\r\n                \"internalId\": \"146\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"81\",\r\n                    \"name\": \"Steen Solutions\"\r\n                },\r\n                \"internalId\": \"147\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"83\",\r\n                    \"name\": \"Good Gnus Bears\"\r\n                },\r\n                \"internalId\": \"148\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"89\",\r\n                    \"name\": \"Global Information\"\r\n                },\r\n                \"internalId\": \"149\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"97\",\r\n                    \"name\": \"France Telecom\"\r\n                },\r\n                \"internalId\": \"151\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"100\",\r\n                    \"name\": \"Venture Capital Inc.\"\r\n                },\r\n                \"internalId\": \"152\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"111\",\r\n                    \"name\": \"PCL\"\r\n                },\r\n                \"internalId\": \"153\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"112\",\r\n                    \"name\": \"Smith Computers\"\r\n                },\r\n                \"internalId\": \"154\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"113\",\r\n                    \"name\": \"The Kent Group\"\r\n                },\r\n                \"internalId\": \"155\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"114\",\r\n                    \"name\": \"Brook Systems\"\r\n                },\r\n                \"internalId\": \"156\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"115\",\r\n                    \"name\": \"Crown Solutions\"\r\n                },\r\n                \"internalId\": \"157\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"116\",\r\n                    \"name\": \"Murphy Consulting\"\r\n                },\r\n                \"internalId\": \"158\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Safety Services\"\r\n                },\r\n                \"internalId\": \"159\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"118\",\r\n                    \"name\": \"The Enterprise Group\"\r\n                },\r\n                \"internalId\": \"160\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"119\",\r\n                    \"name\": \"Best Buy Software\"\r\n                },\r\n                \"internalId\": \"161\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"120\",\r\n                    \"name\": \"Royal Systems\"\r\n                },\r\n                \"internalId\": \"162\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Rona\"\r\n                },\r\n                \"internalId\": \"163\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Bain Consulting\"\r\n                },\r\n                \"internalId\": \"164\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"123\",\r\n                    \"name\": \"Brown Systems\"\r\n                },\r\n                \"internalId\": \"165\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"124\",\r\n                    \"name\": \"BBM Company\"\r\n                },\r\n                \"internalId\": \"166\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_TSTDRV2119874_082920211783086410732573785_cd7f5a\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 62,\r\n    \"totalRecords\": 1851\r\n}"}],"_postman_id":"fee2d38e-24db-4099-9017-55e7f059cd7a"},{"name":"Retrieve Customer Subsidiary Relationship by where","id":"2c730108-ce4b-442e-b57d-97558cbcd1ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customerSubsidiaryRelationship?where=subsidiary=1","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>true</td>\n<td>Used to Include the Active Status filter for the request.e.g., Active=true.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","customerSubsidiaryRelationship"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"subsidiary=1"}],"variable":[]}},"response":[{"id":"b22e4a13-2e99-41ea-b269-7bd2f5f93089","name":"Retrieve Customer Subsidiary Relationship by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customerSubsidiaryRelationship?where=subsidiary=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customerSubsidiaryRelationship"],"query":[{"key":"where","value":"subsidiary=1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"1 Rakesh Reddy\"\n                },\n                \"internalId\": \"9\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"2 Dhruvsoft\"\n                },\n                \"internalId\": \"11\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"11\",\n                    \"name\": \"3 TATA Steel\"\n                },\n                \"internalId\": \"14\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"13\",\n                    \"name\": \"4 ABC Private Corporation\"\n                },\n                \"internalId\": \"16\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"18\",\n                    \"name\": \"5 Zebronics\"\n                },\n                \"internalId\": \"21\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"20\",\n                    \"name\": \"6 Chidambar R Reddy\"\n                },\n                \"internalId\": \"23\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"26\",\n                    \"name\": \"7 Bilwala Groups\"\n                },\n                \"internalId\": \"29\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"27\",\n                    \"name\": \"8 Kalpana G\"\n                },\n                \"internalId\": \"30\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"28\",\n                    \"name\": \"9 InActive Company\"\n                },\n                \"internalId\": \"31\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\"\n                },\n                \"internalId\": \"51\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"GBP\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"50\",\n                    \"name\": \"14 Imtiaz ansari\"\n                },\n                \"internalId\": \"54\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"US Dollars\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"52\",\n                    \"name\": \"15 john smith\"\n                },\n                \"internalId\": \"56\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"56\",\n                    \"name\": \"17 GH Agency\"\n                },\n                \"internalId\": \"60\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"US Dollars\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"58\",\n                    \"name\": \"18 Shamili Boosam\"\n                },\n                \"internalId\": \"62\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"362\",\n                    \"name\": \"21 Atherton Grocery\"\n                },\n                \"internalId\": \"69\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"367\",\n                    \"name\": \"23 Rathina Vilas\"\n                },\n                \"internalId\": \"74\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Chandana Brothers\"\n                },\n                \"internalId\": \"80\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"373\",\n                    \"name\": \"24 Durga Chambers\"\n                },\n                \"internalId\": \"81\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"374\",\n                    \"name\": \"25 Shoppers Stop West\"\n                },\n                \"internalId\": \"82\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"375\",\n                    \"name\": \"26 Shoppers Stop\"\n                },\n                \"internalId\": \"83\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"376\",\n                    \"name\": \"27 Shoppers Stop East\"\n                },\n                \"internalId\": \"84\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"382\",\n                    \"name\": \"28 Gallery Collections\"\n                },\n                \"internalId\": \"89\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"384\",\n                    \"name\": \"29 Happy Shoppy\"\n                },\n                \"internalId\": \"91\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"entity\": {\n                    \"internalId\": \"386\",\n                    \"name\": \"30 Shobha Paradise\"\n                },\n                \"internalId\": \"93\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_020220211655644212914868306_882c4170\",\n    \"status\": {\n        \"isSuccess\": true\n    },\n    \"totalPages\": 19,\n    \"totalRecords\": 555\n}"}],"_postman_id":"2c730108-ce4b-442e-b57d-97558cbcd1ce"},{"name":"Retrieve Customer Subsidiary Relationship by ID","id":"7c8576a5-6f48-48e1-ad22-899775cfbf20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customerSubsidiaryRelationship?id=107","urlObject":{"protocol":"https","path":["netsuite","v0","customerSubsidiaryRelationship"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"107"}],"variable":[]}},"response":[{"id":"a639474a-b1db-401b-8665-e3e431014e09","name":"Retrieve Customer Subsidiary Relationship by ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customerSubsidiaryRelationship?id=107","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customerSubsidiaryRelationship"],"query":[{"key":"id","value":"107"}]}},"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 30 Aug 2021 06:26:54 GMT","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"355","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"Server","value":"nginx/1.20.0","description":"","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","description":"","type":"text"},{"key":"","value":"X-Content-Type-Options","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"entity\": {\r\n                    \"internalId\": \"22\",\r\n                    \"name\": \"Bay Media Research\"\r\n                },\r\n                \"internalId\": \"107\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"HEADQUARTERS : AMERICAS : US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    }\r\n}"}],"_postman_id":"7c8576a5-6f48-48e1-ad22-899775cfbf20"}],"id":"ab2d4f4b-d3b4-43af-88cd-ab214675b25e","_postman_id":"ab2d4f4b-d3b4-43af-88cd-ab214675b25e","description":""},{"name":"POST","item":[{"name":"Create Customer Subsidiary Relationship","id":"9eb5e067-463d-4d1b-adfe-694dde727b44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n                \"entity\": {\n                    \"internalId\": \"60445\"\n                },\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"13\",\n                    \"name\": \"Parent Company\"\n                }\n            }"},"url":"https://api.prestructured.com/netsuite/v0/customerSubsidiaryRelationship","urlObject":{"protocol":"https","path":["netsuite","v0","customerSubsidiaryRelationship"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"1637dce8-271d-4258-84f5-1db5ba4f5706","name":"Create Customer Subsidiary Relationship","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n                \"entity\": {\n                    \"internalId\": \"60445\"\n                },\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"13\",\n                    \"name\": \"Parent Company\"\n                }\n            }","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/customerSubsidiaryRelationship"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2019 06:45:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"289"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"writeResponse\": [\n        {\n            \"baseRef\": {\n                \"externalId\": null,\n                \"internalId\": \"9\",\n                \"name\": null,\n                \"type\": \"customerSubsidiaryRelationship\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": [\n                    {\n                        \"afterSubmitFailed\": false,\n                        \"code\": null,\n                        \"message\": null,\n                        \"type\": \"ERROR\"\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"9eb5e067-463d-4d1b-adfe-694dde727b44"}],"id":"6e12e9d4-28c4-4a3a-bbd0-9819e764d0a4","event":[{"listen":"prerequest","script":{"id":"64e65eeb-4a13-4f01-a300-2c8fa96d2464","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ea461ade-8270-494b-ae1e-7408835aa190","type":"text/javascript","exec":[""]}}],"_postman_id":"6e12e9d4-28c4-4a3a-bbd0-9819e764d0a4","description":""},{"name":"PUT","item":[{"name":"Update Customer Subsidiary Relationship","id":"2432755d-3574-40b5-93b9-ed0547881af8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n                \"entity\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"1 Rakesh Reddy\"\r\n                },\r\n                \"internalId\": \"9\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                }\r\n            }"},"url":"https://api.prestructured.com/netsuite/v0/customerSubsidiaryRelationship","urlObject":{"protocol":"https","path":["netsuite","v0","customerSubsidiaryRelationship"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"151950b2-f1cb-4b6f-aef7-7ed93405e35b","name":"Update Customer Subsidiary Relationship","originalRequest":{"method":"PUT","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n                \"entity\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"1 Rakesh Reddy\"\r\n                },\r\n                \"internalId\": \"9\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                }\r\n            }"},"url":"https://api.prestructured.com/netsuite/v0/customerSubsidiaryRelationship"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2019 06:51:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"289"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"writeResponse\": [\n        {\n            \"baseRef\": {\n                \"externalId\": null,\n                \"internalId\": \"9\",\n                \"name\": null,\n                \"type\": \"customerSubsidiaryRelationship\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": [\n                    {\n                        \"afterSubmitFailed\": false,\n                        \"code\": null,\n                        \"message\": null,\n                        \"type\": \"ERROR\"\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"2432755d-3574-40b5-93b9-ed0547881af8"}],"id":"86d0a8d2-7d86-430a-bcf5-059d2e331b53","event":[{"listen":"prerequest","script":{"id":"f35ecf48-0377-4db4-a55f-7cab6a228efd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0fdc5c3d-acdc-4261-81ab-0e7b1a226dbc","type":"text/javascript","exec":[""]}}],"_postman_id":"86d0a8d2-7d86-430a-bcf5-059d2e331b53","description":""},{"name":"DELETE","item":[{"name":"Delete Customer Subsidiary Relationship","id":"c6ce4d17-10e7-4d3a-9fae-202c46f8047d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customerSubsidiaryRelationship?id=67574","urlObject":{"protocol":"https","path":["netsuite","v0","customerSubsidiaryRelationship"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"67574"}],"variable":[]}},"response":[{"id":"ec017164-68eb-4408-becc-8e81368365c7","name":"Delete Customer Subsidiary Relationship","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customerSubsidiaryRelationship?id=67574","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customerSubsidiaryRelationship"],"query":[{"key":"id","value":"67574"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"67574\",\r\n                \"name\": null,\r\n                \"type\": \"customerSubsidiaryRelationship\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"c6ce4d17-10e7-4d3a-9fae-202c46f8047d"}],"id":"9f05bae8-f2c6-4861-b879-9846a3cfef76","event":[{"listen":"prerequest","script":{"id":"b3bc6213-ec25-46f1-9ab2-6725e6d7a4e7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f1e397f4-4445-42cc-8400-b2b8419efb6c","type":"text/javascript","exec":[""]}}],"_postman_id":"9f05bae8-f2c6-4861-b879-9846a3cfef76","description":""}],"id":"a25ae5fb-ca95-4f91-9c94-69a66f70f965","event":[{"listen":"prerequest","script":{"id":"aadd2f3a-3b0e-416b-b00d-011ffcf76452","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ccdc29a4-e0ce-4837-9658-71bed8e29184","type":"text/javascript","exec":[""]}}],"_postman_id":"a25ae5fb-ca95-4f91-9c94-69a66f70f965","description":""},{"name":"Customer Deposit","item":[{"name":"GET","item":[{"name":"Retrieve Customer Deposit","id":"24d3de72-95a7-4446-8ad9-9a1ef38505ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customerDeposit","urlObject":{"protocol":"https","path":["netsuite","v0","customerDeposit"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"24a8f9cf-c490-41cc-b10a-0939788db4a7","name":"Retrieve Customer Deposit","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customerDeposit"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"125\",\r\n                    \"name\": \"Undeposited Funds\"\r\n                },\r\n                \"applyList\": {\r\n                    \"customerDepositApply\": [\r\n                        {\r\n                            \"amount\": 8.8,\r\n                            \"applyDate\": 1558508400,\r\n                            \"refNum\": \"INV306\",\r\n                            \"total\": 29.5,\r\n                            \"type\": \"Invoice\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1546424068,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customer\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"ignoreAvs\": false,\r\n                \"internalId\": \"30\",\r\n                \"isRecurringPayment\": false,\r\n                \"lastModifiedDate\": 1546424068,\r\n                \"payment\": 100.0,\r\n                \"paymentMethod\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Cash\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"status\": \"Not Deposited\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1544839200,\r\n                \"tranId\": \"1\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"224\",\r\n                    \"name\": \"GH Bank Account\"\r\n                },\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1553679963,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customer\": {\r\n                    \"internalId\": \"389\",\r\n                    \"name\": \"31 CMR Brothers\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"ignoreAvs\": false,\r\n                \"internalId\": \"1068\",\r\n                \"isRecurringPayment\": false,\r\n                \"lastModifiedDate\": 1553680067,\r\n                \"payment\": 1000000.0,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Mar 2019\"\r\n                },\r\n                \"salesOrder\": {\r\n                    \"internalId\": \"1056\",\r\n                    \"name\": \"Sales Order #84\"\r\n                },\r\n                \"status\": \"Deposited\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1553655600,\r\n                \"tranId\": \"2\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"224\",\r\n                    \"name\": \"GH Bank Account\"\r\n                },\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1553684781,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customer\": {\r\n                    \"internalId\": \"382\",\r\n                    \"name\": \"28 Gallery Collections\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"ignoreAvs\": false,\r\n                \"internalId\": \"1083\",\r\n                \"isRecurringPayment\": false,\r\n                \"lastModifiedDate\": 1553684781,\r\n                \"payment\": 2500000.0,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Mar 2019\"\r\n                },\r\n                \"status\": \"Deposited\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1553655600,\r\n                \"tranId\": \"3\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"125\",\r\n                    \"name\": \"Undeposited Funds\"\r\n                },\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1601881194,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customer\": {\r\n                    \"internalId\": \"13330\",\r\n                    \"name\": \"CUST362AT Kalpana G\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"ignoreAvs\": false,\r\n                \"internalId\": \"32921\",\r\n                \"isRecurringPayment\": false,\r\n                \"lastModifiedDate\": 1601881194,\r\n                \"payment\": 100.0,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"168\",\r\n                    \"name\": \"Oct 2020\"\r\n                },\r\n                \"salesOrder\": {\r\n                    \"internalId\": \"22754\",\r\n                    \"name\": \"Sales Order #12375\"\r\n                },\r\n                \"status\": \"Not Deposited\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1601866800,\r\n                \"tranId\": \"4\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_5333445_SB1_0129202113076166931653506786_351deff\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 1,\r\n    \"totalRecords\": 4\r\n}"}],"_postman_id":"24d3de72-95a7-4446-8ad9-9a1ef38505ef"},{"name":"Retrieve Customer Deposit  by search ID","id":"2e3c1a6f-b1a0-4161-86a7-34276e8dcfe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customerDeposit?searchId=WEBSERVICES_5333445_SB1_0131202115499472381565705455_3bf9f4a&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","customerDeposit"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_0131202115499472381565705455_3bf9f4a"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"c33009ed-4dd4-4c82-a620-d0867d8ffe7e","name":"Retrieve Customer Deposit by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customerDeposit?searchId=WEBSERVICES_5333445_SB1_0131202115499472381565705455_3bf9f4a&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customerDeposit"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_0131202115499472381565705455_3bf9f4a"},{"key":"page","value":"2"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": false,\r\n    \"statusDetail\": [\r\n        {\r\n            \"afterSubmitFailed\": null,\r\n            \"code\": \"INVALID_SEARCH_PAGE_INDEX\",\r\n            \"message\": \"Invalid search page index.\",\r\n            \"type\": \"ERROR\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"2e3c1a6f-b1a0-4161-86a7-34276e8dcfe3"},{"name":"Retrieve Customer Deposit by where","id":"400d432d-4566-4222-abfb-7b6c608164fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customerDeposit?where=lastModifiedDate>1546424068","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>true</td>\n<td>Used to Include the Active Status filter for the request.e.g., Active=true.</td>\n</tr>\n<tr>\n<td>Memorized</td>\n<td>false</td>\n<td>Used to Include the Memorized filter for the request. e.g., Memorized=false.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","customerDeposit"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"lastModifiedDate>1546424068"}],"variable":[]}},"response":[{"id":"e32e6cf9-b260-4e93-b23a-a31bdbc85261","name":"Retrieve Customer Deposit by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customerDeposit?where=lastModifiedDate>1546424068","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customerDeposit"],"query":[{"key":"where","value":"lastModifiedDate>1546424068"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"account\": {\n                    \"internalId\": \"224\",\n                    \"name\": \"GH-Test Bank Account\"\n                },\n                \"ccApproved\": false,\n                \"createdDate\": 1553679963,\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"currencyName\": \"INR\",\n                \"customer\": {\n                    \"internalId\": \"389\",\n                    \"name\": \"31 CMR Brothers\"\n                },\n                \"exchangeRate\": 1.0,\n                \"ignoreAvs\": false,\n                \"internalId\": \"1068\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1553680067,\n                \"payment\": 1000000.0,\n                \"postingPeriod\": {\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\"\n                },\n                \"salesOrder\": {\n                    \"internalId\": \"1056\",\n                    \"name\": \"Sales Order #84\"\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                },\n                \"tranDate\": 1553655600,\n                \"tranId\": \"2\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"internalId\": \"224\",\n                    \"name\": \"GH-Test Bank Account\"\n                },\n                \"ccApproved\": false,\n                \"createdDate\": 1553684781,\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"currencyName\": \"INR\",\n                \"customer\": {\n                    \"internalId\": \"382\",\n                    \"name\": \"28 Gallery Collections\"\n                },\n                \"exchangeRate\": 1.0,\n                \"ignoreAvs\": false,\n                \"internalId\": \"1083\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1553684781,\n                \"payment\": 2500000.0,\n                \"postingPeriod\": {\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\"\n                },\n                \"status\": \"Deposited\",\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                },\n                \"tranDate\": 1553655600,\n                \"tranId\": \"3\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"internalId\": \"125\",\n                    \"name\": \"Undeposited Funds\"\n                },\n                \"ccApproved\": false,\n                \"createdDate\": 1601881194,\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"currencyName\": \"INR\",\n                \"customer\": {\n                    \"internalId\": \"13330\",\n                    \"name\": \"CUST362AT Kalpana G\"\n                },\n                \"exchangeRate\": 1.0,\n                \"ignoreAvs\": false,\n                \"internalId\": \"32921\",\n                \"isRecurringPayment\": false,\n                \"lastModifiedDate\": 1601881194,\n                \"payment\": 100.0,\n                \"postingPeriod\": {\n                    \"internalId\": \"168\",\n                    \"name\": \"Oct 2020\"\n                },\n                \"salesOrder\": {\n                    \"internalId\": \"22754\",\n                    \"name\": \"Sales Order #12375\"\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                },\n                \"tranDate\": 1601866800,\n                \"tranId\": \"4\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_0202202116524308551199157179_e11844a\",\n    \"status\": {\n        \"isSuccess\": true\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 3\n}"}],"_postman_id":"400d432d-4566-4222-abfb-7b6c608164fd"},{"name":"Retrieve Customer Deposit  by ID","id":"0bbed821-3d9a-4f27-aaec-9c20be621ef9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customerDeposit?id=30","urlObject":{"protocol":"https","path":["netsuite","v0","customerDeposit"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"30"}],"variable":[]}},"response":[{"id":"67ece73e-d383-4991-9007-7589ba6adc69","name":"Retrieve Customer Deposit  by ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customerDeposit?id=30","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customerDeposit"],"query":[{"key":"id","value":"30"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1546424068,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customer\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"ignoreAvs\": false,\r\n                \"internalId\": \"30\",\r\n                \"isRecurringPayment\": false,\r\n                \"lastModifiedDate\": 1546424068,\r\n                \"payment\": 100.0,\r\n                \"paymentMethod\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Cash\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"status\": \"Not Deposited\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1544839200,\r\n                \"tranId\": \"1\",\r\n                \"undepFunds\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    }\r\n}"}],"_postman_id":"0bbed821-3d9a-4f27-aaec-9c20be621ef9"}],"id":"3e5783e5-9cdd-41f0-a3bc-fdc1681e7604","_postman_id":"3e5783e5-9cdd-41f0-a3bc-fdc1681e7604","description":""},{"name":"POST","item":[{"name":"Create Customer Deposit","id":"afd51768-d071-4826-b434-0f0389e81392","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n                \"ccApproved\": false,\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"currencyName\": \"INR\",\n                \"customer\": {\n                    \"internalId\": \"26\",\n                    \"name\": \"7 Bilwala Groups\"\n                },\n                \"exchangeRate\": 1.0,\n                \"ignoreAvs\": false,\n                \"isRecurringPayment\": false,\n                \"payment\": 100.0,\n                \"paymentMethod\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Cash\"\n                },\n                \"postingPeriod\": {\n                    \"internalId\": \"117\",\n                    \"name\": \"Dec 2018\"\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                },\n                \"tranDate\": 1544839200,\n                \"undepFunds\": true\n            }"},"url":"https://api.prestructured.com/netsuite/v0/customerDeposit","urlObject":{"protocol":"https","path":["netsuite","v0","customerDeposit"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"8beb5a83-ce53-47a9-8c21-6564c5657281","name":"Create Customer Deposit","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n                \"ccApproved\": false,\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"currencyName\": \"INR\",\n                \"customer\": {\n                    \"internalId\": \"26\",\n                    \"name\": \"7 Bilwala Groups\"\n                },\n                \"exchangeRate\": 1.0,\n                \"ignoreAvs\": false,\n                \"isRecurringPayment\": false,\n                \"payment\": 100.0,\n                \"paymentMethod\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Cash\"\n                },\n                \"postingPeriod\": {\n                    \"internalId\": \"117\",\n                    \"name\": \"Dec 2018\"\n                },\n                \"status\": \"Not Deposited\",\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                },\n                \"tranDate\": 1544839200,\n                \"undepFunds\": true\n            }"},"url":"https://api.prestructured.com/netsuite/v0/customerDeposit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2019 06:45:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"289"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"writeResponse\": [\n        {\n            \"baseRef\": {\n                \"externalId\": null,\n                \"internalId\": \"67574\",\n                \"name\": null,\n                \"type\": \"customerDeposit\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": [\n                    {\n                        \"afterSubmitFailed\": false,\n                        \"code\": null,\n                        \"message\": null,\n                        \"type\": \"ERROR\"\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"afd51768-d071-4826-b434-0f0389e81392"}],"id":"09037ebb-ae93-422d-890c-1d7e70c8b521","event":[{"listen":"prerequest","script":{"id":"b957f729-2525-4242-89e0-7582778a0d86","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5b67767a-5ceb-40b2-8b33-7cc75c48549d","type":"text/javascript","exec":[""]}}],"_postman_id":"09037ebb-ae93-422d-890c-1d7e70c8b521","description":""},{"name":"PUT","item":[{"name":"Update Customer Deposit","id":"4f462a63-abb1-409b-84f1-25be8e9ded7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n                \"ccApproved\": false,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customer\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"ignoreAvs\": false,\r\n                \"isRecurringPayment\": false,\r\n                \"internalId\": \"67574\",\r\n                \"payment\": 100.0,\r\n                \"paymentMethod\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Cash\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"status\": \"Not Deposited\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1544839200,\r\n                \"undepFunds\": true\r\n            }"},"url":"https://api.prestructured.com/netsuite/v0/customerDeposit","urlObject":{"protocol":"https","path":["netsuite","v0","customerDeposit"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"e9d80534-cf88-4ac2-b50e-1b9b56e43cd8","name":"Update Customer Deposit","originalRequest":{"method":"PUT","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n                \"ccApproved\": false,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customer\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"ignoreAvs\": false,\r\n                \"isRecurringPayment\": false,\r\n                \"internalId\": \"67574\",\r\n                \"payment\": 100.0,\r\n                \"paymentMethod\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Cash\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"status\": \"Not Deposited\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1544839200,\r\n                \"undepFunds\": true\r\n            }"},"url":"https://api.prestructured.com/netsuite/v0/customerDeposit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2019 06:51:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"289"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"writeResponse\": [\n        {\n            \"baseRef\": {\n                \"externalId\": null,\n                \"internalId\": \"67574\",\n                \"name\": null,\n                \"type\": \"customerDeposit\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": [\n                    {\n                        \"afterSubmitFailed\": false,\n                        \"code\": null,\n                        \"message\": null,\n                        \"type\": \"ERROR\"\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"4f462a63-abb1-409b-84f1-25be8e9ded7d"}],"id":"98f08c5b-6d80-46eb-bb99-c1a73f22352f","event":[{"listen":"prerequest","script":{"id":"30525018-1cf8-4f1a-80eb-05dead3064ee","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1134dfe4-d14d-4ba3-ae94-989344812ff0","type":"text/javascript","exec":[""]}}],"_postman_id":"98f08c5b-6d80-46eb-bb99-c1a73f22352f","description":""},{"name":"DELETE","item":[{"name":"Delete Customer Deposit","id":"a5823d16-9fbf-4b91-ad81-8822d00316be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customerDeposit?id=67574","urlObject":{"protocol":"https","path":["netsuite","v0","customerDeposit"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"67574"}],"variable":[]}},"response":[{"id":"ec342090-f06b-440d-8825-b74da00b854b","name":"Delete Customer Deposit","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customerDeposit?id=67574","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customerDeposit"],"query":[{"key":"id","value":"67574"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"67574\",\r\n                \"name\": null,\r\n                \"type\": \"customerDeposit\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"a5823d16-9fbf-4b91-ad81-8822d00316be"}],"id":"3442458a-2fd8-4373-a095-b5a83cd24610","event":[{"listen":"prerequest","script":{"id":"dead0a33-83e3-488c-b74e-b147113391f2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2116f5e7-c3af-431b-b969-c7b44756f8ae","type":"text/javascript","exec":[""]}}],"_postman_id":"3442458a-2fd8-4373-a095-b5a83cd24610","description":""}],"id":"2d0df4ae-189d-479c-b4d9-d6b78c269b29","event":[{"listen":"prerequest","script":{"id":"a9becbf6-9a00-4c70-96b9-080684118012","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"04a33c21-a931-4676-b193-95a462303a1b","type":"text/javascript","exec":[""]}}],"_postman_id":"2d0df4ae-189d-479c-b4d9-d6b78c269b29","description":""},{"name":"Check Async Status","item":[{"name":"GET","item":[{"name":"Retrieve Check Async Status by JobID","id":"280e9617-9a43-4e34-9b2f-ce40f67de114","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/checkAsyncStatus?jobId=ASYNCWEBSERVICES_5333445_SB1_0201202115670606241485116676_f0&page=1","urlObject":{"protocol":"https","path":["netsuite","v0","checkAsyncStatus"],"host":["api","prestructured","com"],"query":[{"key":"jobId","value":"ASYNCWEBSERVICES_5333445_SB1_0201202115670606241485116676_f0"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"c4e58ea8-f864-4e6a-912a-f4c8e0da2ad7","name":"Retrieve Check Async Status by JobID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/getAsyncResult?jobId=ASYNCWEBSERVICES_5333445_SB1_0201202115670606241485116676_f0&page=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","getAsyncResult"],"query":[{"key":"jobId","value":"ASYNCWEBSERVICES_5333445_SB1_0201202115670606241485116676_f0"},{"key":"page","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr2\": \"Palo Alto\",\r\n                                \"addrText\": \"Atherton Grocery<br>Palo Alto<br>Pope Valley CA 945672<br>US Minor Outlying Islands\",\r\n                                \"addressee\": \"Atherton Grocery\",\r\n                                \"city\": \"Pope Valley\",\r\n                                \"country\": \"_uSMinorOutlyingIslands\",\r\n                                \"override\": false,\r\n                                \"state\": \"CA\",\r\n                                \"zip\": \"945672\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": false,\r\n                            \"internalId\": \"371\",\r\n                            \"isResidential\": false\r\n                        },\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"In groups\",\r\n                                \"addr2\": \"8 The Green\",\r\n                                \"addrPhone\": \"09879087890\",\r\n                                \"addrText\": \"kpm<br>In groups<br>8 The Green<br>Dover Delaware 19901<br>India\",\r\n                                \"addressee\": \"kpm\",\r\n                                \"city\": \"Dover\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"state\": \"Delaware\",\r\n                                \"zip\": \"19901\"\r\n                            },\r\n                            \"defaultBilling\": false,\r\n                            \"defaultShipping\": false,\r\n                            \"internalId\": \"47098\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"In groups\"\r\n                        },\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"paleti prabhakar\",\r\n                                \"addr2\": \"#AAAAtest105test80------terms\",\r\n                                \"addrText\": \"MR Rakesh Reddy<br>paleti prabhakar<br>#AAAAtest105test80------terms<br>knr TG 505490<br>Aland Islands\",\r\n                                \"addressee\": \"MR Rakesh Reddy\",\r\n                                \"city\": \"knr\",\r\n                                \"country\": \"_alandIslands\",\r\n                                \"override\": false,\r\n                                \"state\": \"TG\",\r\n                                \"zip\": \"505490\"\r\n                            },\r\n                            \"defaultBilling\": false,\r\n                            \"defaultShipping\": false,\r\n                            \"internalId\": \"47099\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"paleti prabhakar\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 1228.33,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 1228.33,\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"6\",\r\n                                \"name\": \"1\"\r\n                            },\r\n                            \"email\": \"shyam@dhruvsoft.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"258\",\r\n                                \"name\": \"Kumar\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"10\",\r\n                                \"name\": \"Navaneeth Lead\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"158\",\r\n                                \"name\": \"Seetha B\"\r\n                            },\r\n                            \"email\": \"shamili@dhruvsoft.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"19990\",\r\n                                \"name\": \"Test Orphan Contact\"\r\n                            },\r\n                            \"email\": \"test@orphan.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 1228.33,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 1369.47,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 1127006.3\r\n                        },\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"2\",\r\n                                \"name\": \"US Dollars\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"$\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": -141.14\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2021-01-18 02:26:39\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"284\",\r\n                            \"scriptId\": \"custentity_bwcl_opportunity\",\r\n                            \"value\": \"0060b00000viXm6AAE\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"285\",\r\n                            \"scriptId\": \"custentity_bwcl_student\",\r\n                            \"value\": \"a0J1s000000qVfLEAU\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1543820043,\r\n                \"daysOverdue\": 334,\r\n                \"defaultAddress\": \"Atherton Grocery<br>Palo Alto<br>Pope Valley CA 945672<br>US Minor Outlying Islands\",\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"shyam@dhruvsoft.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"1 Rakesh Reddy\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"externalId\": \"1201\",\r\n                \"faxTransactions\": false,\r\n                \"firstName\": \"Rakesh\",\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"6\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": true,\r\n                \"lastModifiedDate\": 1610965599,\r\n                \"lastName\": \"Reddy\",\r\n                \"overdueBalance\": 1369.47,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salutation\": \"MR\",\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"startDate\": 10800,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"title\": \"Developer\",\r\n                \"unbilledOrders\": 1126864.97,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"Sri Durga Chambers, Thankur Mansion Lane\",\r\n                                \"addr2\": \"Somajiguda\",\r\n                                \"addrText\": \"Dhruv Customer<br>Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad Telangana 50082<br>India\",\r\n                                \"addressee\": \"Dhruv Customer\",\r\n                                \"city\": \"Hyderabad\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"state\": \"Telangana\",\r\n                                \"zip\": \"50082\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"3\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"Sri Durga Chambers, Thankur Mansion Lane\"\r\n                        },\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"Nirmal Towers, Dwarakapuri Colony\",\r\n                                \"addrPhone\": \"43135345\",\r\n                                \"addrText\": \"Kalpana<br>Dhruv Customer<br>Nirmal Towers, Dwarakapuri Colony<br>Hyderabad Secundrabad Telangana 50082<br>India\",\r\n                                \"addressee\": \"Dhruv Customer\",\r\n                                \"attention\": \"Kalpana\",\r\n                                \"city\": \"Hyderabad Secundrabad\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"state\": \"Telangana\",\r\n                                \"zip\": \"50082\"\r\n                            },\r\n                            \"defaultBilling\": false,\r\n                            \"defaultShipping\": false,\r\n                            \"internalId\": \"4\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"Nirmal Towers, Dwarakapuri Colony\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"alcoholRecipientType\": \"_licensee\",\r\n                \"balance\": 0.0,\r\n                \"comments\": \"e<br>ut\",\r\n                \"companyName\": \"Dhruvsoft\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"31\",\r\n                                \"name\": \"Contact Dhruv Customer\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"24\",\r\n                            \"scriptId\": \"custentity1\",\r\n                            \"value\": \"PURI\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2020-01-27 06:50:51\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1544612823,\r\n                \"defaultAddress\": \"Dhruv Customer<br>Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad Telangana 50082<br>India\",\r\n                \"defaultOrderPriority\": 1322.51,\r\n                \"depositBalance\": 0.0,\r\n                \"emailPreference\": \"_hTML\",\r\n                \"emailTransactions\": true,\r\n                \"entityId\": \"2 Dhruvsoft\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": true,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"8\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1580136651,\r\n                \"leadSource\": {\r\n                    \"internalId\": \"-6\",\r\n                    \"name\": \"Web\"\r\n                },\r\n                \"negativeNumberFormat\": \"_bracketSurrounded\",\r\n                \"numberFormat\": \"_apostropheAsDigitGroupSeparatorAndDecimalPoint\",\r\n                \"overdueBalance\": 0.0,\r\n                \"printTransactions\": true,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": true,\r\n                \"stage\": \"_customer\",\r\n                \"startDate\": 1577329200,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"territory\": {\r\n                    \"internalId\": \"-5\",\r\n                    \"name\": \"Default Round-Robin\"\r\n                },\r\n                \"unbilledOrders\": 0.0,\r\n                \"url\": \"http://dhruvsoft.com\",\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"SOme Street\",\r\n                                \"addrText\": \"TATA Steel<br>SOme Street<br>Some City Some State 789654<br>India\",\r\n                                \"addressee\": \"TATA Steel\",\r\n                                \"city\": \"Some City\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"state\": \"Some State\",\r\n                                \"zip\": \"789654\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": false,\r\n                            \"internalId\": \"1\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"SOme Street\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"balance\": 0.0,\r\n                \"companyName\": \"TATA Steel\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 189000.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-03-26 01:25:10\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1545115039,\r\n                \"defaultAddress\": \"TATA Steel<br>SOme Street<br>Some City Some State 789654<br>India\",\r\n                \"depositBalance\": 0.0,\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"3 TATA Steel\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"11\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1553588710,\r\n                \"overdueBalance\": 0.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"startDate\": 1553569200,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 189000.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": -363.75,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": -363.75,\r\n                \"buyingReason\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"New Requirement\"\r\n                },\r\n                \"buyingTimeFrame\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Less than 1 month\"\r\n                },\r\n                \"category\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Retailer\"\r\n                },\r\n                \"companyName\": \"ABC Private Corporation\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": -363.75,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-12-10 20:38:45\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"218\",\r\n                            \"scriptId\": \"custentity5\",\r\n                            \"value\": 143\r\n                        },\r\n                        {\r\n                            \"internalId\": \"219\",\r\n                            \"scriptId\": \"custentity6\",\r\n                            \"value\": 143.25\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1545227940,\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"infoHourly@abc.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"4 ABC Private Corporation\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"13\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1576039125,\r\n                \"leadSource\": {\r\n                    \"internalId\": \"-6\",\r\n                    \"name\": \"Web\"\r\n                },\r\n                \"overdueBalance\": 0.0,\r\n                \"phone\": \"6768687876\",\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salesReadiness\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Cold\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"startDate\": 1545271200,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"territory\": {\r\n                    \"internalId\": \"-5\",\r\n                    \"name\": \"Default Round-Robin\"\r\n                },\r\n                \"unbilledOrders\": 0.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addrText\": \"Hyd Telangana <br>India\",\r\n                                \"city\": \"Hyd\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"state\": \"Telangana\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"2\",\r\n                            \"isResidential\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"balance\": 0.0,\r\n                \"companyName\": \"Zebronics\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-10-30 00:24:05\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1545308418,\r\n                \"defaultAddress\": \"Hyd Telangana <br>India\",\r\n                \"depositBalance\": 0.0,\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"5 Zebronics\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"18\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1572420245,\r\n                \"overdueBalance\": 0.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"startDate\": 1572404400,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 0.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": -250.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"altEmail\": \"chidambar.reddy@gmail.com\",\r\n                \"altPhone\": \"040-123456\",\r\n                \"balance\": -250.0,\r\n                \"companyName\": \"BW\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"20\",\r\n                                \"name\": \"6\"\r\n                            },\r\n                            \"email\": \"chidambar@gmail.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": -250.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"24\",\r\n                            \"scriptId\": \"custentity1\",\r\n                            \"value\": \"hi\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-05-02 04:46:58\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"42\",\r\n                            \"scriptId\": \"custentityrating\",\r\n                            \"value\": {\r\n                                \"internalId\": \"3\",\r\n                                \"name\": \"Active\",\r\n                                \"typeId\": \"5\"\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1545313079,\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"chidambar@gmail.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": true,\r\n                \"entityId\": \"6 Chidambar R Reddy\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"firstName\": \"Chidambar\",\r\n                \"giveAccess\": false,\r\n                \"homePhone\": \"040-98765\",\r\n                \"internalId\": \"20\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": true,\r\n                \"lastModifiedDate\": 1556797618,\r\n                \"lastName\": \"Reddy\",\r\n                \"leadSource\": {\r\n                    \"internalId\": \"-4\",\r\n                    \"name\": \"Partner Referral\"\r\n                },\r\n                \"middleName\": \"R\",\r\n                \"mobilePhone\": \"9876543210\",\r\n                \"negativeNumberFormat\": \"_bracketSurrounded\",\r\n                \"numberFormat\": \"_spaceAsDigitGroupSeparatorAndDecimalPoint\",\r\n                \"overdueBalance\": 0.0,\r\n                \"partner\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"1 Dhruvsoft Ltd\"\r\n                },\r\n                \"phone\": \"040-654321\",\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salutation\": \"MR\",\r\n                \"shipComplete\": false,\r\n                \"shippingItem\": {\r\n                    \"internalId\": \"30\",\r\n                    \"name\": \"BATCO\"\r\n                },\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"title\": \"CTO\",\r\n                \"unbilledOrders\": 0.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 0.0,\r\n                \"category\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"Supply Chain\"\r\n                },\r\n                \"companyName\": \"North East ABC\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"22\",\r\n                                \"name\": \"Rakesh\"\r\n                            },\r\n                            \"email\": \"rakesh@abc.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 55.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-10-15 00:59:08\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1545314256,\r\n                \"defaultOrderPriority\": 6.7,\r\n                \"depositBalance\": 0.0,\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"41 North East ABC\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"21\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1571126348,\r\n                \"overdueBalance\": 0.0,\r\n                \"parent\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"4 ABC Private Corporation\"\r\n                },\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"US Company\"\r\n                },\r\n                \"taxable\": false,\r\n                \"territory\": {\r\n                    \"internalId\": \"-5\",\r\n                    \"name\": \"Default Round-Robin\"\r\n                },\r\n                \"unbilledOrders\": 55.0,\r\n                \"url\": \"http://abc.com\",\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 280.7,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 280.7,\r\n                \"category\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"Supply Chain\"\r\n                },\r\n                \"companyName\": \"Bilwala Groups\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 280.7,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 91.2,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 351.7,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 3329.96\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2021-01-29 08:17:06\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"284\",\r\n                            \"scriptId\": \"custentity_bwcl_opportunity\",\r\n                            \"value\": \"0064W00000wLZQRQA4\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"295\",\r\n                            \"scriptId\": \"custentity_bwcl_scnd_opp\",\r\n                            \"value\": \"0064W00000wLZQXQA4\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1545378066,\r\n                \"daysOverdue\": 850,\r\n                \"depositBalance\": 91.2,\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"7 Bilwala Groups\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"26\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1611937026,\r\n                \"negativeNumberFormat\": \"_bracketSurrounded\",\r\n                \"overdueBalance\": 351.7,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"salesTeamList\": {\r\n                    \"salesTeam\": [\r\n                        {\r\n                            \"contribution\": 100.0,\r\n                            \"employee\": {\r\n                                \"internalId\": \"4\",\r\n                                \"name\": \"Navaneeth.D\"\r\n                            },\r\n                            \"isPrimary\": true,\r\n                            \"salesRole\": {\r\n                                \"internalId\": \"-2\",\r\n                                \"name\": \"Sales Rep\"\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 3329.96,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"accountNumber\": \"sbi12345\",\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addrPhone\": \"12345678\",\r\n                                \"addrText\": \"Kalpana<br>MS Kalpana G<br>54321<br>India\",\r\n                                \"addressee\": \"MS Kalpana G\",\r\n                                \"attention\": \"Kalpana\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"zip\": \"54321\"\r\n                            },\r\n                            \"defaultBilling\": false,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"8\",\r\n                            \"isResidential\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 5.13,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 5.13,\r\n                \"companyName\": \"Int Inc\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"27\",\r\n                                \"name\": \"8\"\r\n                            },\r\n                            \"email\": \"kalpana@intinc.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 5.13,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 5.13,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2020-01-09 00:23:42\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1545644203,\r\n                \"daysOverdue\": 779,\r\n                \"defaultOrderPriority\": 5.0,\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"kalpana@intinc.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"8 Kalpana G\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"firstName\": \"Kalpana\",\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"27\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": true,\r\n                \"lastModifiedDate\": 1578558222,\r\n                \"lastName\": \"G\",\r\n                \"overdueBalance\": 5.13,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"salutation\": \"MS\",\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"taxItem\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"VAT_IN:Tax for Sales\"\r\n                },\r\n                \"title\": \"SM\",\r\n                \"unbilledOrders\": 0.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 0.0,\r\n                \"category\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"Supply Chain\"\r\n                },\r\n                \"companyName\": \"InActive Company\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"29\",\r\n                                \"name\": \"Praveena\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-09-06 06:47:57\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1545978315,\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"me@inactive.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"9 InActive Company\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"28\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": true,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1567777677,\r\n                \"overdueBalance\": 0.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"salesTeamList\": {\r\n                    \"salesTeam\": [\r\n                        {\r\n                            \"contribution\": 100.0,\r\n                            \"employee\": {\r\n                                \"internalId\": \"4\",\r\n                                \"name\": \"Navaneeth.D\"\r\n                            },\r\n                            \"isPrimary\": true,\r\n                            \"salesRole\": {\r\n                                \"internalId\": \"-2\",\r\n                                \"name\": \"Sales Rep\"\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 0.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"accountNumber\": \"acc12345678\",\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"Sri Durga Chambers, Thankur Mansion Lane\",\r\n                                \"addr2\": \"Somajiguda\",\r\n                                \"addrPhone\": \"1234567\",\r\n                                \"addrText\": \"Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad  50082<br>United States\",\r\n                                \"city\": \"Hyderabad\",\r\n                                \"country\": \"_unitedStates\",\r\n                                \"override\": false,\r\n                                \"zip\": \"50082\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"6\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"Sri Durga Chambers, Thankur Mansion Lane\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"altPhone\": \"123456789\",\r\n                \"balance\": 0.0,\r\n                \"comments\": \"No Comments<br>next line also\",\r\n                \"companyName\": \"Rakesh\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"41\",\r\n                                \"name\": \"Kalpana\"\r\n                            },\r\n                            \"email\": \"kalpana@gmail.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"creditLimit\": 1000.0,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": true,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 500.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"24\",\r\n                            \"scriptId\": \"custentity1\",\r\n                            \"value\": \"Pizza\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2020-02-19 05:32:43\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1546863680,\r\n                \"defaultAddress\": \"Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad  50082<br>United States\",\r\n                \"defaultOrderPriority\": 7.5,\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"kesh@ra.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": true,\r\n                \"endDate\": 1548900000,\r\n                \"entityId\": \"11 Rakesh\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"fax\": \"123456345\",\r\n                \"faxTransactions\": true,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"40\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1582119163,\r\n                \"leadSource\": {\r\n                    \"internalId\": \"-4\",\r\n                    \"name\": \"Partner Referral\"\r\n                },\r\n                \"negativeNumberFormat\": \"_minusSigned\",\r\n                \"numberFormat\": \"_apostropheAsDigitGroupSeparatorAndDecimalPoint\",\r\n                \"overdueBalance\": 0.0,\r\n                \"parent\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"1 Rakesh Reddy\"\r\n                },\r\n                \"partner\": {\r\n                    \"internalId\": \"32\",\r\n                    \"name\": \"2 Google\"\r\n                },\r\n                \"phone\": \"12345678\",\r\n                \"priceLevel\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Base Price\"\r\n                },\r\n                \"printOnCheckAs\": \"Company with all\",\r\n                \"printTransactions\": true,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"reminderDays\": 5,\r\n                \"resaleNumber\": \"123435\",\r\n                \"shipComplete\": true,\r\n                \"stage\": \"_customer\",\r\n                \"startDate\": 1546653600,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"US Company\"\r\n                },\r\n                \"taxable\": true,\r\n                \"terms\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"2% 10 Net 30\"\r\n                },\r\n                \"territory\": {\r\n                    \"internalId\": \"-5\",\r\n                    \"name\": \"Default Round-Robin\"\r\n                },\r\n                \"unbilledOrders\": 500.0,\r\n                \"vatRegNumber\": \"123436\",\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"A-601, Cottage Land Housing Ltd. Sector 19A plot no. 36, Eastside Nerul Palo Alto A-601, Cottage Land Housing Ltd. Sector 19A plot no. 36,\",\r\n                                \"addr2\": \"Eastside Nerul Palo Alto\",\r\n                                \"addrText\": \"Mr. George Kim<br>A-601, Cottage Land Housing Ltd. Sector 19A plot no. 36, Eastside Nerul Palo Alto A-601, Cottage Land Housing Ltd. Sector 19A plot no. 36,<br>Eastside Nerul Palo Alto<br>Pope Valley CA 94567<br>United States\",\r\n                                \"addressee\": \"Mr. George Kim\",\r\n                                \"city\": \"Pope Valley\",\r\n                                \"country\": \"_unitedStates\",\r\n                                \"override\": false,\r\n                                \"state\": \"CA\",\r\n                                \"zip\": \"94567\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"3775\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"A-601, Cottage Land Housing Ltd. Sector 19A plot no. 36, Eastside Nerul Palo Alto A-601, Cottage Land Housing Ltd. Sector 19A plot no. 36,\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"balance\": 0.0,\r\n                \"companyName\": \"Rakesh Reddy\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"43\",\r\n                                \"name\": \"11\"\r\n                            },\r\n                            \"email\": \"kimgeorge@kinley.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"45\",\r\n                                \"name\": \"shamili B\"\r\n                            },\r\n                            \"email\": \"shamili@dhruvsoft.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 1670.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2020-10-20 03:18:32\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1547472446,\r\n                \"defaultAddress\": \"Mr. George Kim<br>A-601, Cottage Land Housing Ltd. Sector 19A plot no. 36, Eastside Nerul Palo Alto A-601, Cottage Land Housing Ltd. Sector 19A plot no. 36,<br>Eastside Nerul Palo Alto<br>Pope Valley CA 94567<br>United States\",\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"kimgeorge@kinley.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"11 George Kim\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"firstName\": \"George\",\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"43\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": true,\r\n                \"lastModifiedDate\": 1603189112,\r\n                \"lastName\": \"Kim\",\r\n                \"overdueBalance\": 0.0,\r\n                \"phone\": \"676879888\",\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salutation\": \"Mr.\",\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"startDate\": 1576810800,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"US Company\"\r\n                },\r\n                \"taxable\": false,\r\n                \"title\": \"CEO\",\r\n                \"unbilledOrders\": 1670.0,\r\n                \"url\": \"http://www.sforce.com\",\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"Add 1\",\r\n                                \"addr2\": \"Add 2\",\r\n                                \"addrText\": \"12 GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                                \"addressee\": \"12 GS Solutions\",\r\n                                \"city\": \"City 1\",\r\n                                \"country\": \"_unitedStates\",\r\n                                \"override\": false,\r\n                                \"state\": \"MI\",\r\n                                \"zip\": \"0123654\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"7577\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"Add 1\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": -6910000.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": -6910000.0,\r\n                \"companyName\": \"GS Solutions\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"3\",\r\n                                \"name\": \"CAD\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"$\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        },\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"5\",\r\n                                \"name\": \"GBP\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"£\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        },\r\n                        {\r\n                            \"balance\": -76010.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 4000.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": -140512.8\r\n                        },\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"2\",\r\n                                \"name\": \"US Dollars\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"$\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 160.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2020-12-04 03:39:32\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"284\",\r\n                            \"scriptId\": \"custentity_bwcl_opportunity\",\r\n                            \"value\": \"0060b00000viXm6AAE\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"285\",\r\n                            \"scriptId\": \"custentity_bwcl_student\",\r\n                            \"value\": \"0060b00000viXm6AAE\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1547804521,\r\n                \"daysOverdue\": 605,\r\n                \"defaultAddress\": \"12 GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"shamili@dhruvsoft.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"12 GS Solutions\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"46\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"itemPricingList\": {\r\n                    \"itemPricing\": [\r\n                        {\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"item\": {\r\n                                \"internalId\": \"240\",\r\n                                \"name\": \"Boxer\"\r\n                            },\r\n                            \"level\": {\r\n                                \"internalId\": \"-1\"\r\n                            },\r\n                            \"price\": 12.89\r\n                        },\r\n                        {\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"item\": {\r\n                                \"internalId\": \"243\",\r\n                                \"name\": \"Coat Pant / Blazer\"\r\n                            },\r\n                            \"level\": {\r\n                                \"internalId\": \"-1\"\r\n                            },\r\n                            \"price\": 7.998\r\n                        },\r\n                        {\r\n                            \"item\": {\r\n                                \"internalId\": \"444\",\r\n                                \"name\": \"Apple\"\r\n                            },\r\n                            \"level\": {\r\n                                \"internalId\": \"3\",\r\n                                \"name\": \"Alternate Price 2\"\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1607081972,\r\n                \"overdueBalance\": 363636.36,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salesReadiness\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Warm\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"startDate\": 1547776800,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"territory\": {\r\n                    \"internalId\": \"-5\",\r\n                    \"name\": \"Default Round-Robin\"\r\n                },\r\n                \"unbilledOrders\": -12759325.92,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addrText\": \"Imtiaz Imtiaz ansari<br>Jilin Province <br>China\",\r\n                                \"addressee\": \"Imtiaz Imtiaz ansari\",\r\n                                \"country\": \"_china\",\r\n                                \"override\": false,\r\n                                \"state\": \"吉林省\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"12178\",\r\n                            \"isResidential\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 0.0,\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"50\",\r\n                                \"name\": \"14\"\r\n                            },\r\n                            \"email\": \"imtiaz@ansari.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"US Dollars\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        },\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"2\",\r\n                                \"name\": \"US Dollars\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"$\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 483.8\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2020-08-28 01:49:58\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1549019160,\r\n                \"defaultAddress\": \"Imtiaz Imtiaz ansari<br>Jilin Province <br>China\",\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"imtiaz@ansari.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"14 Imtiaz ansari\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"estimatedBudget\": 500000.0,\r\n                \"faxTransactions\": false,\r\n                \"firstName\": \"Imtiaz\",\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"50\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": true,\r\n                \"lastModifiedDate\": 1598604598,\r\n                \"lastName\": \"ansari\",\r\n                \"leadSource\": {\r\n                    \"internalId\": \"-6\",\r\n                    \"name\": \"Web\"\r\n                },\r\n                \"mobilePhone\": \"9952990420\",\r\n                \"overdueBalance\": 0.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salesReadiness\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"Hot\"\r\n                },\r\n                \"salutation\": \"Imtiaz\",\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"title\": \"BDE\",\r\n                \"unbilledOrders\": 483.8,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"1206 Harbour Tower 59-65 South Street\",\r\n                                \"addrText\": \"15 john smith<br>1206 Harbour Tower 59-65 South Street<br>Coppertown FL 12345<br>India\",\r\n                                \"addressee\": \"15 john smith\",\r\n                                \"city\": \"Coppertown\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"state\": \"FL\",\r\n                                \"zip\": \"12345\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"5976\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"1206 Harbour Tower 59-65 South Street\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 5000.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 5000.0,\r\n                \"companyName\": \"City Limousines\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"52\",\r\n                                \"name\": \"15\"\r\n                            },\r\n                            \"email\": \"john@climousines.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 5000.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 5000.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": -5000.0\r\n                        },\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"2\",\r\n                                \"name\": \"US Dollars\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"$\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2020-03-12 04:17:14\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1549950587,\r\n                \"daysOverdue\": 675,\r\n                \"defaultAddress\": \"15 john smith<br>1206 Harbour Tower 59-65 South Street<br>Coppertown FL 12345<br>India\",\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"john@climousines.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"endDate\": 1550196000,\r\n                \"entityId\": \"15 john smith\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"firstName\": \"john\",\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"52\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": true,\r\n                \"lastModifiedDate\": 1584011834,\r\n                \"lastName\": \"smith\",\r\n                \"overdueBalance\": 5000.0,\r\n                \"phone\": \"101-5554001\",\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salesTeamList\": {\r\n                    \"salesTeam\": [\r\n                        {\r\n                            \"contribution\": 100.0,\r\n                            \"employee\": {\r\n                                \"internalId\": \"7\",\r\n                                \"name\": \"Imtiaz Ansari\"\r\n                            },\r\n                            \"isPrimary\": false,\r\n                            \"salesRole\": {\r\n                                \"internalId\": \"-2\",\r\n                                \"name\": \"Sales Rep\"\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"startDate\": 1597806000,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": -5000.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"bang 1\",\r\n                                \"addr2\": \"bang 2\",\r\n                                \"addrText\": \"17 GH Agency<br>bang 1<br>bang 2<br>Banglore Karnataka 9874563<br>India\",\r\n                                \"addressee\": \"17 GH Agency\",\r\n                                \"city\": \"Banglore\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"state\": \"Karnataka\",\r\n                                \"zip\": \"9874563\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"6775\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"bang 1\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": -35422.34,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": -35422.34,\r\n                \"category\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Retailer\"\r\n                },\r\n                \"companyName\": \"GH Agency\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"13730\",\r\n                                \"name\": \"GH Contact\"\r\n                            },\r\n                            \"email\": \"contact@gh.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"359\",\r\n                                \"name\": \"GH contact 1\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"US Dollars\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": -39000.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 162082.8\r\n                        },\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"2\",\r\n                                \"name\": \"US Dollars\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"$\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 1812.95\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2020-03-24 00:39:38\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \"359 - GH contact 1\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1550291310,\r\n                \"defaultAddress\": \"17 GH Agency<br>bang 1<br>bang 2<br>Banglore Karnataka 9874563<br>India\",\r\n                \"depositBalance\": 0.0,\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"17 GH Agency\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"56\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1585035578,\r\n                \"overdueBalance\": 0.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"startDate\": 1578020400,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"terms\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Net 15\"\r\n                },\r\n                \"unbilledOrders\": 149027.12,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"add1\",\r\n                                \"addrText\": \"Ms. Shamili Boosam<br>add1<br>India\",\r\n                                \"addressee\": \"Ms. Shamili Boosam\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"11\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"add1\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 0.0,\r\n                \"comments\": \"testing\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"58\",\r\n                                \"name\": \"18\"\r\n                            },\r\n                            \"email\": \"shamili@dhruvsoft.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 1300.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-05-02 03:22:15\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1550829527,\r\n                \"defaultAddress\": \"Ms. Shamili Boosam<br>add1<br>India\",\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"shamili@dhruvsoft.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"18 Shamili Boosam\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"firstName\": \"Shamili\",\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"58\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": true,\r\n                \"lastModifiedDate\": 1556792535,\r\n                \"lastName\": \"Boosam\",\r\n                \"overdueBalance\": 0.0,\r\n                \"phone\": \"9874563210\",\r\n                \"priceLevel\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Alternate Price 1\"\r\n                },\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salesTeamList\": {\r\n                    \"salesTeam\": [\r\n                        {\r\n                            \"contribution\": 100.0,\r\n                            \"employee\": {\r\n                                \"internalId\": \"12\",\r\n                                \"name\": \"Lavanya B\"\r\n                            },\r\n                            \"isPrimary\": false,\r\n                            \"salesRole\": {\r\n                                \"internalId\": \"-2\",\r\n                                \"name\": \"Sales Rep\"\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"salutation\": \"Ms.\",\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 1300.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 0.0,\r\n                \"category\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"Supply Chain\"\r\n                },\r\n                \"companyName\": \"Dell\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"US Dollars\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 166.0\r\n                        },\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"2\",\r\n                                \"name\": \"US Dollars\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"$\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 10.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-04-22 00:45:59\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1551777256,\r\n                \"depositBalance\": 0.0,\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"19 Dell\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"360\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1555919159,\r\n                \"overdueBalance\": 0.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"salesTeamList\": {\r\n                    \"salesTeam\": [\r\n                        {\r\n                            \"contribution\": 100.0,\r\n                            \"employee\": {\r\n                                \"internalId\": \"4\",\r\n                                \"name\": \"Navaneeth.D\"\r\n                            },\r\n                            \"isPrimary\": true,\r\n                            \"salesRole\": {\r\n                                \"internalId\": \"-2\",\r\n                                \"name\": \"Sales Rep\"\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"US Company\"\r\n                },\r\n                \"taxable\": false,\r\n                \"unbilledOrders\": 160.77,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr2\": \"Palo Alto\",\r\n                                \"addrText\": \"Atherton Grocery<br>Palo Alto<br>Pope Valley CA 94567<br>United States\",\r\n                                \"addressee\": \"Atherton Grocery\",\r\n                                \"city\": \"Pope Valley\",\r\n                                \"country\": \"_unitedStates\",\r\n                                \"override\": false,\r\n                                \"state\": \"CA\",\r\n                                \"zip\": \"94567\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"212\",\r\n                            \"isResidential\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 111.2,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 111.2,\r\n                \"category\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Retailer\"\r\n                },\r\n                \"comments\": \"vfrubg vjwfe90tg \\\\<br>fjweto90 kcewotg fmkowg<br>cwmnrgoiket<br>fojwtgkirwo0h fjweo0tgke0<br>kvreyir0tu<br>nreyokeyo<br>gmortyjrt<br>fewmnjotkerio vkjrot9gyhrtki0u<br>vnroewtkre\",\r\n                \"companyName\": \"Atherton Grocery\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 111.2,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 302.2,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 1320.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-04-28 23:56:57\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553067370,\r\n                \"daysOverdue\": 674,\r\n                \"defaultAddress\": \"Atherton Grocery<br>Palo Alto<br>Pope Valley CA 94567<br>United States\",\r\n                \"defaultOrderPriority\": 8.0,\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"tharris@athertong.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"21 Atherton Grocery\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"362\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1556521017,\r\n                \"overdueBalance\": 302.2,\r\n                \"phone\": \"(408) 123-8762\",\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"salesTeamList\": {\r\n                    \"salesTeam\": [\r\n                        {\r\n                            \"contribution\": 100.0,\r\n                            \"employee\": {\r\n                                \"internalId\": \"4\",\r\n                                \"name\": \"Navaneeth.D\"\r\n                            },\r\n                            \"isPrimary\": true,\r\n                            \"salesRole\": {\r\n                                \"internalId\": \"-2\",\r\n                                \"name\": \"Sales Rep\"\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 1320.0,\r\n                \"url\": \"http://www.athertong.com\",\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"Chandana Brothers\",\r\n                                \"addr2\": \"MAIN BAZAR\",\r\n                                \"addrText\": \"Chandana Brothers<br>Chandana Brothers<br>MAIN BAZAR<br>ELURU ANDHRA PRADESH 123456<br>India\",\r\n                                \"addressee\": \"Chandana Brothers\",\r\n                                \"city\": \"ELURU\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"state\": \"ANDHRA PRADESH\",\r\n                                \"zip\": \"123456\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"213\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"CHANDANA BROS\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": -514215.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": -514215.0,\r\n                \"category\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Retailer\"\r\n                },\r\n                \"companyName\": \"Chandana Brothers\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"366\",\r\n                                \"name\": \"AMBATI SHIV PRASAD\"\r\n                            },\r\n                            \"email\": \"Smith@gmail.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"365\",\r\n                                \"name\": \"Raja\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": -514215.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 193610.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 2238436.96\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-06-26 06:10:13\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"106\",\r\n                            \"scriptId\": \"custentity2\",\r\n                            \"value\": [\r\n                                {\r\n                                    \"internalId\": \"3\",\r\n                                    \"name\": \"3.\",\r\n                                    \"typeId\": \"8\"\r\n                                },\r\n                                {\r\n                                    \"internalId\": \"5\",\r\n                                    \"name\": \"5.\",\r\n                                    \"typeId\": \"8\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \"365 - Raja\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553237528,\r\n                \"daysOverdue\": 588,\r\n                \"defaultAddress\": \"Chandana Brothers<br>Chandana Brothers<br>MAIN BAZAR<br>ELURU ANDHRA PRADESH 123456<br>India\",\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"shamili+chandanabros@chandana.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"22 Chandana Brothers\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"364\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1561554613,\r\n                \"overdueBalance\": 193610.0,\r\n                \"phone\": \"9865326598\",\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"terms\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"Net 60\"\r\n                },\r\n                \"unbilledOrders\": 2238436.96,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"25\",\r\n                                \"addr2\": \"POOKADI STREET\",\r\n                                \"addrText\": \"23 Rathina Vilas<br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\r\n                                \"addressee\": \"23 Rathina Vilas\",\r\n                                \"city\": \"RASIPURAM\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"state\": \"TAMILNADU\",\r\n                                \"zip\": \"637408\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"6076\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"25\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": -47200.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": -47200.0,\r\n                \"companyName\": \"Rathina Vilas\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"368\",\r\n                                \"name\": \"RAJESH KUMAR\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": -47200.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 372112.62\r\n                        },\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"2\",\r\n                                \"name\": \"US Dollars\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"$\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 64.9\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2020-03-13 03:37:01\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \"368 - RAJESH KUMAR\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553238023,\r\n                \"defaultAddress\": \"23 Rathina Vilas<br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"ritu+ratnavilas@dhruvsoft.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"23 Rathina Vilas\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"367\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1584095821,\r\n                \"overdueBalance\": 0.0,\r\n                \"phone\": \"65986532659\",\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 372177.61,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 0.0,\r\n                \"companyName\": \"Durga Chambers\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 2037.76\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-06-26 07:01:31\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553326264,\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"shamili@durga.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"24 Durga Chambers\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"373\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1561557691,\r\n                \"overdueBalance\": 0.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 2037.76,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 0.0,\r\n                \"category\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Wholesale\"\r\n                },\r\n                \"companyName\": \"Shoppers Stop West\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 1575.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-06-20 00:09:10\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553349805,\r\n                \"depositBalance\": 0.0,\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": true,\r\n                \"entityId\": \"25 Shoppers Stop West\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"374\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1561014550,\r\n                \"overdueBalance\": 0.0,\r\n                \"parent\": {\r\n                    \"internalId\": \"375\",\r\n                    \"name\": \"26 Shoppers Stop\"\r\n                },\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shippingItem\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"JABBAR TRAVELS\"\r\n                },\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 1575.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": -9450.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": -9450.0,\r\n                \"companyName\": \"Shoppers Stop\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": -9450.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 278775.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-03-23 07:29:48\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553351388,\r\n                \"depositBalance\": 0.0,\r\n                \"emailPreference\": \"_pDF\",\r\n                \"emailTransactions\": true,\r\n                \"entityId\": \"26 Shoppers Stop\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"375\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1553351388,\r\n                \"negativeNumberFormat\": \"_minusSigned\",\r\n                \"numberFormat\": \"_commaAsDigitGroupSeparatorAndDecimalPoint\",\r\n                \"overdueBalance\": 0.0,\r\n                \"printOnCheckAs\": \"Shoppers Stop\",\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shippingItem\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"JABBAR TRAVELS\"\r\n                },\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 278775.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 0.0,\r\n                \"companyName\": \"Shoppers Stop East\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-06-20 00:10:44\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553351470,\r\n                \"depositBalance\": 0.0,\r\n                \"emailPreference\": \"_pDF\",\r\n                \"emailTransactions\": true,\r\n                \"entityId\": \"27 Shoppers Stop East\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"376\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1561014644,\r\n                \"leadSource\": {\r\n                    \"internalId\": \"-3\",\r\n                    \"name\": \"Other\"\r\n                },\r\n                \"negativeNumberFormat\": \"_minusSigned\",\r\n                \"numberFormat\": \"_commaAsDigitGroupSeparatorAndDecimalPoint\",\r\n                \"overdueBalance\": 0.0,\r\n                \"parent\": {\r\n                    \"internalId\": \"375\",\r\n                    \"name\": \"26 Shoppers Stop\"\r\n                },\r\n                \"printOnCheckAs\": \"Shoppers Stop\",\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salesRep\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"B Shamili\"\r\n                },\r\n                \"salesTeamList\": {\r\n                    \"salesTeam\": [\r\n                        {\r\n                            \"contribution\": 100.0,\r\n                            \"employee\": {\r\n                                \"internalId\": \"3\",\r\n                                \"name\": \"B Shamili\"\r\n                            },\r\n                            \"isPrimary\": true,\r\n                            \"salesRole\": {\r\n                                \"internalId\": \"-2\",\r\n                                \"name\": \"Sales Rep\"\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shippingItem\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"JABBAR TRAVELS\"\r\n                },\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 0.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addrText\": \"28 Gallery Collections<br>India\",\r\n                                \"addressee\": \"28 Gallery Collections\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"16381\",\r\n                            \"isResidential\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": -47500.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": -47500.0,\r\n                \"companyName\": \"Gallery Collections\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"383\",\r\n                                \"name\": \"SIDDHARTH\\tGOENKA\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": -47500.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 2500000.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 17674.04\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2020-11-10 05:51:43\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \"383 - SIDDHARTH\\tGOENKA\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553661965,\r\n                \"defaultAddress\": \"28 Gallery Collections<br>India\",\r\n                \"depositBalance\": 2500000.0,\r\n                \"email\": \"shamli@gallery.co\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"28 Gallery Collections\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"382\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1605016303,\r\n                \"overdueBalance\": 0.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 17674.04,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": -236.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": -236.0,\r\n                \"companyName\": \"Happy Shoppy\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"385\",\r\n                                \"name\": \"ANIL KUMAR REDDY\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"16\",\r\n                                \"name\": \"Kalpana\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"368\",\r\n                                \"name\": \"RAJESH KUMAR\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"158\",\r\n                                \"name\": \"Seetha B\"\r\n                            },\r\n                            \"email\": \"shamili@dhruvsoft.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": -236.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 324243.1\r\n                        },\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"6\",\r\n                                \"name\": \"SGD\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"S$\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        },\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"2\",\r\n                                \"name\": \"US Dollars\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"$\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2020-10-29 04:20:38\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \"385 - ANIL KUMAR REDDY\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553662045,\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"shamili@happy1.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"29 Happy Shoppy\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"384\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1603970438,\r\n                \"overdueBalance\": 0.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 324243.1,\r\n                \"url\": \"http://www.dhruvsoft.com\",\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 59000.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 59000.0,\r\n                \"companyName\": \"Shobha Paradise\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"387\",\r\n                                \"name\": \"MOHAMED RISWAN\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 59000.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 59000.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 525783.22\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-06-26 06:28:04\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \"387 - MOHAMED RISWAN\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553662093,\r\n                \"daysOverdue\": 648,\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"shamili@shobha.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"30 Shobha Paradise\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"386\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1561555684,\r\n                \"overdueBalance\": 59000.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 525783.22,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"#, 108, 7th Main Rd, 2nd Block, Jaya Nagar East\",\r\n                                \"addr2\": \"Jayanagar\",\r\n                                \"addrText\": \"Test CMR BROTHERS<br>#, 108, 7th Main Rd, 2nd Block, Jaya Nagar East<br>Jayanagar<br>BANGALORE KARNATAKA 560011<br>India\",\r\n                                \"addressee\": \"Test CMR BROTHERS\",\r\n                                \"city\": \"BANGALORE\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"state\": \"KARNATAKA\",\r\n                                \"zip\": \"560011\"\r\n                            },\r\n                            \"defaultBilling\": false,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"218\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"#, 108, 7th Main Rd, 2nd Block, Jaya Nagar East\"\r\n                        },\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"No.16, Ground floor, 4th Cross\",\r\n                                \"addr2\": \"Sudhama Nagar\",\r\n                                \"addrText\": \"Test CMR BROTHERS<br>No.16, Ground floor, 4th Cross<br>Sudhama Nagar<br>BANGALORE KARNATAKA 560027<br>India\",\r\n                                \"addressee\": \"Test CMR BROTHERS\",\r\n                                \"city\": \"BANGALORE\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"state\": \"KARNATAKA\",\r\n                                \"zip\": \"560027\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": false,\r\n                            \"internalId\": \"219\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"No.16, Ground floor, 4th Cross\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": -261684.12,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"altPhone\": \"0461-2320288\",\r\n                \"balance\": -261684.12,\r\n                \"category\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Wholesale\"\r\n                },\r\n                \"companyName\": \"CMR Brothers\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": -261684.12,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 1000000.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 354.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 9027.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-06-26 06:31:37\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553676129,\r\n                \"daysOverdue\": 644,\r\n                \"defaultAddress\": \"Test CMR BROTHERS<br>No.16, Ground floor, 4th Cross<br>Sudhama Nagar<br>BANGALORE KARNATAKA 560027<br>India\",\r\n                \"depositBalance\": 1000000.0,\r\n                \"email\": \"lavanya@cmr.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"31 CMR Brothers\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"389\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1561555897,\r\n                \"overdueBalance\": 354.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 9027.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": -5900.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": -5900.0,\r\n                \"companyName\": \"Info Systems\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": -5900.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-06-26 07:02:05\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553756148,\r\n                \"depositBalance\": 0.0,\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"14:1 Info Systems\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"392\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1561557725,\r\n                \"overdueBalance\": 0.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 0.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"ASYNCWEBSERVICES_5333445_SB1_0201202115670606241485116676_f0\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 22,\r\n    \"totalRecords\": 649\r\n}"}],"_postman_id":"280e9617-9a43-4e34-9b2f-ce40f67de114"}],"id":"4c429894-99de-4ddf-91a4-83782a6d19db","_postman_id":"4c429894-99de-4ddf-91a4-83782a6d19db","description":""}],"id":"84ac3742-a546-4cea-8a11-b9323dea00e7","event":[{"listen":"prerequest","script":{"id":"ebd98f04-ae6d-49b0-a5b5-facc96a2b3a0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"213a3400-845d-41d8-96df-3a4c838acfde","type":"text/javascript","exec":[""]}}],"_postman_id":"84ac3742-a546-4cea-8a11-b9323dea00e7","description":""},{"name":"DeletedRecord","item":[{"name":"SuiteQL","item":[{"name":"Retrieve deletedRecord","id":"6e9008f1-7127-40d4-ba8b-9337945fb0e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/deletedRecord","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","deletedRecord"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"c48a3cb0-868c-44b0-ae98-ef01bf94fa2e","name":"Retrieve deletedRecord","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/deletedRecord"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 5,\n    \"hasMore\": true,\n    \"items\": [\n        {\n            \"deletedby\": \"-5\",\n            \"deleteddate\": \"9/11/2012\",\n            \"iscustomlist\": \"F\",\n            \"iscustomrecord\": \"F\",\n            \"iscustomtransaction\": \"F\",\n            \"name\": \".ECSales\",\n            \"recordid\": \"101\",\n            \"recordtypeid\": \"folder\",\n            \"scriptid\": \"folder\",\n            \"type\": \"FOLDER\"\n        },\n        {\n            \"deletedby\": \"-5\",\n            \"deleteddate\": \"9/11/2012\",\n            \"iscustomlist\": \"F\",\n            \"iscustomrecord\": \"F\",\n            \"iscustomtransaction\": \"F\",\n            \"name\": \".Intrastat\",\n            \"recordid\": \"102\",\n            \"recordtypeid\": \"folder\",\n            \"scriptid\": \"folder\",\n            \"type\": \"FOLDER\"\n        },\n        {\n            \"deletedby\": \"-5\",\n            \"deleteddate\": \"3/10/2011\",\n            \"iscustomrecord\": \"T\",\n            \"iscustomtransaction\": \"F\",\n            \"name\": \"0 - 24%\",\n            \"recordid\": \"1\",\n            \"recordtypeid\": \"customrecord\",\n            \"scriptid\": \"customrecord\",\n            \"type\": \"CUSTOMRECORD\"\n        },\n        {\n            \"deletedby\": \"-5\",\n            \"deleteddate\": \"3/10/2011\",\n            \"iscustomrecord\": \"T\",\n            \"iscustomtransaction\": \"F\",\n            \"name\": \"0 months - 6 months\",\n            \"recordid\": \"1\",\n            \"recordtypeid\": \"customrecord\",\n            \"scriptid\": \"customrecord\",\n            \"type\": \"CUSTOMRECORD\"\n        },\n        {\n            \"deletedby\": \"-5\",\n            \"deleteddate\": \"8/25/2010\",\n            \"iscustomlist\": \"F\",\n            \"iscustomrecord\": \"F\",\n            \"iscustomtransaction\": \"F\",\n            \"name\": \"0231\",\n            \"recordid\": \"290\",\n            \"recordtypeid\": \"phonecall\",\n            \"scriptid\": \"phonecall\",\n            \"type\": \"PHONECALL\"\n        }\n        ],\n        \"offset\": 0,\n    \"totalResults\": 5\n}\n"}],"_postman_id":"6e9008f1-7127-40d4-ba8b-9337945fb0e5"},{"name":"Retrieve deletedRecord Limit and Offset","id":"2b615fab-0f9d-420c-a11e-ab312f0506d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/deletedRecord?limit=10&offset=0","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","deletedRecord"],"host":["api","prestructured","com"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"b05c952c-1c23-4a2a-9407-a1566134fa63","name":"Retrieve deletedRecord","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/deletedRecord?limit=10&offset=0","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","deletedRecord"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 5,\n    \"hasMore\": true,\n    \"items\": [\n        {\n            \"deletedby\": \"-5\",\n            \"deleteddate\": \"9/11/2012\",\n            \"iscustomlist\": \"F\",\n            \"iscustomrecord\": \"F\",\n            \"iscustomtransaction\": \"F\",\n            \"name\": \".ECSales\",\n            \"recordid\": \"101\",\n            \"recordtypeid\": \"folder\",\n            \"scriptid\": \"folder\",\n            \"type\": \"FOLDER\"\n        },\n        {\n            \"deletedby\": \"-5\",\n            \"deleteddate\": \"9/11/2012\",\n            \"iscustomlist\": \"F\",\n            \"iscustomrecord\": \"F\",\n            \"iscustomtransaction\": \"F\",\n            \"name\": \".Intrastat\",\n            \"recordid\": \"102\",\n            \"recordtypeid\": \"folder\",\n            \"scriptid\": \"folder\",\n            \"type\": \"FOLDER\"\n        },\n        {\n            \"deletedby\": \"-5\",\n            \"deleteddate\": \"3/10/2011\",\n            \"iscustomrecord\": \"T\",\n            \"iscustomtransaction\": \"F\",\n            \"name\": \"0 - 24%\",\n            \"recordid\": \"1\",\n            \"recordtypeid\": \"customrecord\",\n            \"scriptid\": \"customrecord\",\n            \"type\": \"CUSTOMRECORD\"\n        },\n        {\n            \"deletedby\": \"-5\",\n            \"deleteddate\": \"3/10/2011\",\n            \"iscustomrecord\": \"T\",\n            \"iscustomtransaction\": \"F\",\n            \"name\": \"0 months - 6 months\",\n            \"recordid\": \"1\",\n            \"recordtypeid\": \"customrecord\",\n            \"scriptid\": \"customrecord\",\n            \"type\": \"CUSTOMRECORD\"\n        },\n        {\n            \"deletedby\": \"-5\",\n            \"deleteddate\": \"8/25/2010\",\n            \"iscustomlist\": \"F\",\n            \"iscustomrecord\": \"F\",\n            \"iscustomtransaction\": \"F\",\n            \"name\": \"0231\",\n            \"recordid\": \"290\",\n            \"recordtypeid\": \"phonecall\",\n            \"scriptid\": \"phonecall\",\n            \"type\": \"PHONECALL\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 5\n}"}],"_postman_id":"2b615fab-0f9d-420c-a11e-ab312f0506d9"},{"name":"Retrieve deletedRecord by where","id":"207beb99-78f9-4851-bc37-d06966d245b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/deletedRecord?where=name=Basic+and+recordid=1","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Basic</td>\n<td>Used to Include the name filter for the request. e.g., name=Basic.</td>\n</tr>\n<tr>\n<td>recordid</td>\n<td>1</td>\n<td>Used to Include the recordid filter for the request. e.g., recordid=1.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","deletedRecord"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"name=Basic+and+recordid=1"}],"variable":[]}},"response":[{"id":"ccdcfc9e-ff16-4c60-8ae1-d131d19604d9","name":"Retrieve deletedRecord by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/deletedRecord?where=name=Basic+and+recordid=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","deletedRecord"],"query":[{"key":"where","value":"name=Basic+and+recordid=1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"count\": 1,\r\n    \"hasMore\": false,\r\n    \"items\": [\r\n        {\r\n            \"deletedby\": \"-5\",\r\n            \"deleteddate\": \"3/10/2011\",\r\n            \"iscustomrecord\": \"T\",\r\n            \"iscustomtransaction\": \"F\",\r\n            \"name\": \"Basic\",\r\n            \"recordid\": \"1\",\r\n            \"recordtypeid\": \"customrecord\",\r\n            \"scriptid\": \"customrecord\",\r\n            \"type\": \"CUSTOMRECORD\"\r\n        }\r\n    ],\r\n    \"offset\": 0,\r\n    \"totalResults\": 1\r\n}"}],"_postman_id":"207beb99-78f9-4851-bc37-d06966d245b5"}],"id":"49653943-4646-42d3-98a5-5669c0177e7d","_postman_id":"49653943-4646-42d3-98a5-5669c0177e7d","description":""}],"id":"c10801df-be80-483f-9d51-67f409e79010","_postman_id":"c10801df-be80-483f-9d51-67f409e79010","description":""},{"name":"Department","item":[{"name":"GET","item":[{"name":"Retrieve department","id":"90930430-bc5d-4501-b578-ca44df3029ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"Value contains invalid newline characters.","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/department","urlObject":{"protocol":"https","path":["netsuite","v0","department"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"60718549-c5f6-482c-892b-e1504b2e6fc4","name":"200 : Retrieve department","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"warning":"Value contains invalid newline characters.","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/department"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 08:20:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1688"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"classTranslationList\": null,\n                \"customFieldList\": null,\n                \"externalId\": null,\n                \"includeChildren\": true,\n                \"internalId\": \"1\",\n                \"isInactive\": false,\n                \"name\": \"Assembly\",\n                \"nullFieldList\": null,\n                \"parent\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"classTranslationList\": null,\n                \"customFieldList\": null,\n                \"externalId\": null,\n                \"includeChildren\": true,\n                \"internalId\": \"2\",\n                \"isInactive\": false,\n                \"name\": \"Marketing\",\n                \"nullFieldList\": null,\n                \"parent\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"classTranslationList\": null,\n                \"customFieldList\": null,\n                \"externalId\": null,\n                \"includeChildren\": true,\n                \"internalId\": \"3\",\n                \"isInactive\": false,\n                \"name\": \"Operations\",\n                \"nullFieldList\": null,\n                \"parent\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"classTranslationList\": null,\n                \"customFieldList\": null,\n                \"externalId\": null,\n                \"includeChildren\": true,\n                \"internalId\": \"4\",\n                \"isInactive\": false,\n                \"name\": \"Sales\",\n                \"nullFieldList\": null,\n                \"parent\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_012720204347508961635037298_3b2b1f\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 4\n}"}],"_postman_id":"90930430-bc5d-4501-b578-ca44df3029ee"},{"name":"Retrieve department by search ID","id":"7e5e0aff-7fc0-419a-aff3-914549c167f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"warning":"Value contains invalid newline characters.","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/department?searchId=WEBSERVICES_TSTDRV2039248_012720204347508961635037298_3b2b1f&page=1","urlObject":{"protocol":"https","path":["netsuite","v0","department"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_TSTDRV2039248_012720204347508961635037298_3b2b1f"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"ec38a392-21a2-4e8d-9a30-9bfe3bf51719","name":"200 : Retrieve department by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"warning":"Value contains invalid newline characters.","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/department?searchId=WEBSERVICES_TSTDRV2039248_012720204347508961635037298_3b2b1f&page=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","department"],"query":[{"key":"searchId","value":"WEBSERVICES_TSTDRV2039248_012720204347508961635037298_3b2b1f"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 08:47:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1688"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"classTranslationList\": null,\n                \"customFieldList\": null,\n                \"externalId\": null,\n                \"includeChildren\": true,\n                \"internalId\": \"1\",\n                \"isInactive\": false,\n                \"name\": \"Assembly\",\n                \"nullFieldList\": null,\n                \"parent\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"classTranslationList\": null,\n                \"customFieldList\": null,\n                \"externalId\": null,\n                \"includeChildren\": true,\n                \"internalId\": \"2\",\n                \"isInactive\": false,\n                \"name\": \"Marketing\",\n                \"nullFieldList\": null,\n                \"parent\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"classTranslationList\": null,\n                \"customFieldList\": null,\n                \"externalId\": null,\n                \"includeChildren\": true,\n                \"internalId\": \"3\",\n                \"isInactive\": false,\n                \"name\": \"Operations\",\n                \"nullFieldList\": null,\n                \"parent\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"classTranslationList\": null,\n                \"customFieldList\": null,\n                \"externalId\": null,\n                \"includeChildren\": true,\n                \"internalId\": \"4\",\n                \"isInactive\": false,\n                \"name\": \"Sales\",\n                \"nullFieldList\": null,\n                \"parent\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_012720204347508961635037298_3b2b1f\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 4\n}"}],"_postman_id":"7e5e0aff-7fc0-419a-aff3-914549c167f4"},{"name":"Retrieve department by where","id":"41f70197-8a37-4180-82cf-2907619d20e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","warning":"Value contains invalid newline characters."},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/department?where=Subsidiary=1","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>true</td>\n<td>Used to Include the Active Status filter for the request.e.g., Active=true.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.  <br />  <br /></td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","department"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"Subsidiary=1"}],"variable":[]}},"response":[{"id":"e9547472-7cf1-4ff3-a2ee-f1aa8871f938","name":"200 : Retrieve department by where","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"warning":"Value contains invalid newline characters.","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/department?where=Subsidiary=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","department"],"query":[{"key":"where","value":"Subsidiary=1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 08:20:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1688"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"classTranslationList\": {\n                    \"classTranslation\": [\n                        {\n                            \"language\": \"Danish\"\n                        },\n                        {\n                            \"language\": \"German\"\n                        },\n                        {\n                            \"language\": \"English (International)\"\n                        },\n                        {\n                            \"language\": \"Japanese\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"includeChildren\": true,\n                \"internalId\": \"1\",\n                \"isInactive\": false,\n                \"name\": \"Engineering\",\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"internalId\": \"11\"\n                        }\n                    ]\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"classTranslationList\": {\n                    \"classTranslation\": [\n                        {\n                            \"language\": \"Danish\"\n                        },\n                        {\n                            \"language\": \"German\"\n                        },\n                        {\n                            \"language\": \"English (International)\"\n                        },\n                        {\n                            \"language\": \"Japanese\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"includeChildren\": true,\n                \"internalId\": \"2\",\n                \"isInactive\": false,\n                \"name\": \"Customer Support\",\n                \"parent\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Operations\"\n                },\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"internalId\": \"11\"\n                        }\n                    ]\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"classTranslationList\": {\n                    \"classTranslation\": [\n                        {\n                            \"language\": \"Danish\"\n                        },\n                        {\n                            \"language\": \"German\"\n                        },\n                        {\n                            \"language\": \"English (International)\"\n                        },\n                        {\n                            \"language\": \"Japanese\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"includeChildren\": true,\n                \"internalId\": \"3\",\n                \"isInactive\": false,\n                \"name\": \"Sales\",\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"internalId\": \"11\"\n                        }\n                    ]\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"classTranslationList\": {\n                    \"classTranslation\": [\n                        {\n                            \"language\": \"Danish\"\n                        },\n                        {\n                            \"language\": \"German\"\n                        },\n                        {\n                            \"language\": \"English (International)\"\n                        },\n                        {\n                            \"language\": \"Japanese\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"includeChildren\": true,\n                \"internalId\": \"4\",\n                \"isInactive\": false,\n                \"name\": \"Prof. Services\",\n                \"parent\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Operations\"\n                },\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"internalId\": \"11\"\n                        }\n                    ]\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"classTranslationList\": {\n                    \"classTranslation\": [\n                        {\n                            \"language\": \"Danish\"\n                        },\n                        {\n                            \"language\": \"German\"\n                        },\n                        {\n                            \"language\": \"English (International)\"\n                        },\n                        {\n                            \"language\": \"Japanese\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"includeChildren\": true,\n                \"internalId\": \"5\",\n                \"isInactive\": false,\n                \"name\": \"Administration\",\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"internalId\": \"11\"\n                        }\n                    ]\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"classTranslationList\": {\n                    \"classTranslation\": [\n                        {\n                            \"language\": \"Danish\"\n                        },\n                        {\n                            \"language\": \"German\"\n                        },\n                        {\n                            \"language\": \"English (International)\"\n                        },\n                        {\n                            \"language\": \"Japanese\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"includeChildren\": true,\n                \"internalId\": \"6\",\n                \"isInactive\": false,\n                \"name\": \"Operations\",\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"internalId\": \"11\"\n                        }\n                    ]\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"classTranslationList\": {\n                    \"classTranslation\": [\n                        {\n                            \"language\": \"Danish\"\n                        },\n                        {\n                            \"language\": \"German\"\n                        },\n                        {\n                            \"language\": \"English (International)\"\n                        },\n                        {\n                            \"language\": \"Japanese\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"includeChildren\": true,\n                \"internalId\": \"7\",\n                \"isInactive\": false,\n                \"name\": \"Marketing\",\n                \"parent\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Administration\"\n                },\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"internalId\": \"11\"\n                        }\n                    ]\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"classTranslationList\": {\n                    \"classTranslation\": [\n                        {\n                            \"language\": \"Danish\"\n                        },\n                        {\n                            \"language\": \"German\"\n                        },\n                        {\n                            \"language\": \"English (International)\"\n                        },\n                        {\n                            \"language\": \"Japanese\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"includeChildren\": true,\n                \"internalId\": \"8\",\n                \"isInactive\": false,\n                \"name\": \"Corporate Sales\",\n                \"parent\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Sales\"\n                },\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"internalId\": \"11\"\n                        }\n                    ]\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"classTranslationList\": {\n                    \"classTranslation\": [\n                        {\n                            \"language\": \"Danish\"\n                        },\n                        {\n                            \"language\": \"German\"\n                        },\n                        {\n                            \"language\": \"English (International)\"\n                        },\n                        {\n                            \"language\": \"Japanese\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"includeChildren\": true,\n                \"internalId\": \"9\",\n                \"isInactive\": false,\n                \"name\": \"Channel Sales\",\n                \"parent\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Sales\"\n                },\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"internalId\": \"11\"\n                        }\n                    ]\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"classTranslationList\": {\n                    \"classTranslation\": [\n                        {\n                            \"language\": \"Danish\"\n                        },\n                        {\n                            \"language\": \"German\"\n                        },\n                        {\n                            \"language\": \"English (International)\"\n                        },\n                        {\n                            \"language\": \"Japanese\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"includeChildren\": true,\n                \"internalId\": \"10\",\n                \"isInactive\": false,\n                \"name\": \"SMB\",\n                \"parent\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Sales\"\n                },\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"internalId\": \"11\"\n                        }\n                    ]\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"classTranslationList\": {\n                    \"classTranslation\": [\n                        {\n                            \"language\": \"Danish\"\n                        },\n                        {\n                            \"language\": \"German\"\n                        },\n                        {\n                            \"language\": \"English (International)\"\n                        },\n                        {\n                            \"language\": \"Japanese\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"includeChildren\": true,\n                \"internalId\": \"11\",\n                \"isInactive\": false,\n                \"name\": \"Product Management\",\n                \"parent\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Engineering\"\n                },\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"internalId\": \"11\"\n                        }\n                    ]\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"classTranslationList\": {\n                    \"classTranslation\": [\n                        {\n                            \"language\": \"Danish\"\n                        },\n                        {\n                            \"language\": \"German\"\n                        },\n                        {\n                            \"language\": \"English (International)\"\n                        },\n                        {\n                            \"language\": \"Japanese\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"includeChildren\": true,\n                \"internalId\": \"12\",\n                \"isInactive\": false,\n                \"name\": \"Quality Assurance\",\n                \"parent\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Engineering\"\n                },\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"internalId\": \"11\"\n                        }\n                    ]\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"classTranslationList\": {\n                    \"classTranslation\": [\n                        {\n                            \"language\": \"Danish\"\n                        },\n                        {\n                            \"language\": \"German\"\n                        },\n                        {\n                            \"language\": \"English (International)\"\n                        },\n                        {\n                            \"language\": \"Japanese\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"includeChildren\": true,\n                \"internalId\": \"13\",\n                \"isInactive\": false,\n                \"name\": \"Development\",\n                \"parent\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Engineering\"\n                },\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"internalId\": \"11\"\n                        }\n                    ]\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"classTranslationList\": {\n                    \"classTranslation\": [\n                        {\n                            \"language\": \"Danish\"\n                        },\n                        {\n                            \"language\": \"German\"\n                        },\n                        {\n                            \"language\": \"English (International)\"\n                        },\n                        {\n                            \"language\": \"Japanese\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"includeChildren\": true,\n                \"internalId\": \"14\",\n                \"isInactive\": false,\n                \"name\": \"HR\",\n                \"parent\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Administration\"\n                },\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"internalId\": \"11\"\n                        }\n                    ]\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TSTDRV2119874_06262020243001632636078389_31002a3\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 14\n}"}],"_postman_id":"41f70197-8a37-4180-82cf-2907619d20e0"},{"name":"Retrieve department by ID","id":"6180a47e-9d58-4f33-885a-ba05a542554d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"Value contains invalid newline characters.","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/department?id=2","urlObject":{"protocol":"https","path":["netsuite","v0","department"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"2"}],"variable":[]}},"response":[{"id":"0dd81bdb-3239-4a4a-9966-cd5e3219f677","name":"200 : Retrieve department by ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"warning":"Value contains invalid newline characters.","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/department?id=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","department"],"query":[{"key":"id","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 08:54:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"460"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"classTranslationList\": null,\n                \"customFieldList\": null,\n                \"externalId\": null,\n                \"includeChildren\": true,\n                \"internalId\": \"2\",\n                \"isInactive\": false,\n                \"name\": \"Marketing\",\n                \"nullFieldList\": null,\n                \"parent\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": \"Group\",\n                            \"type\": null\n                        }\n                    ]\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    }\n}"}],"_postman_id":"6180a47e-9d58-4f33-885a-ba05a542554d"}],"id":"377b11b9-1e43-470d-939e-e53b8d52505e","event":[{"listen":"prerequest","script":{"id":"ac0939cb-342e-4436-89d6-b493656708ee","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d9d42042-e827-4e7d-81fc-6d792e51f1f1","type":"text/javascript","exec":[""]}}],"_postman_id":"377b11b9-1e43-470d-939e-e53b8d52505e","description":""}],"id":"bc86c021-c0d9-4eda-84ba-5ac9abfe5ef9","event":[{"listen":"prerequest","script":{"id":"2ec99d2a-8673-4681-ade2-33bdb688e431","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d26b8d9d-a7b1-4dbf-83eb-2312e54e3fd5","type":"text/javascript","exec":[""]}}],"_postman_id":"bc86c021-c0d9-4eda-84ba-5ac9abfe5ef9","description":""},{"name":"Deposit Application","item":[{"name":"GET","item":[{"name":"Retrieve Deposit Application","id":"92b7cd88-5aa8-42a2-b1cb-f8715181a774","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/depositApplication","urlObject":{"protocol":"https","path":["netsuite","v0","depositApplication"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"9155c3fb-d9a4-470d-ad61-d2508648df39","name":"Retrieve Deposit Application","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/depositApplication"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"applied\": 8.8,\r\n                \"applyList\": {\r\n                    \"apply\": [\r\n                        {\r\n                            \"amount\": 8.8,\r\n                            \"apply\": true,\r\n                            \"applyDate\": 1558508400,\r\n                            \"currency\": \"INR\",\r\n                            \"doc\": 4373,\r\n                            \"due\": 8.8,\r\n                            \"line\": 0,\r\n                            \"refNum\": \"INV306\",\r\n                            \"total\": 29.5,\r\n                            \"type\": \"Invoice\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"arAcct\": {\r\n                    \"internalId\": \"222\",\r\n                    \"name\": \"Accounts Receivable : ABC Acc for Sales\"\r\n                },\r\n                \"createdDate\": 1557915025,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"customer\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"deposit\": {\r\n                    \"internalId\": \"30\",\r\n                    \"name\": \"Customer Deposit #1\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"4375\",\r\n                \"lastModifiedDate\": 1557915025,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"125\",\r\n                    \"name\": \"May 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"total\": 8.8,\r\n                \"tranDate\": 1557889200,\r\n                \"tranId\": \"1\",\r\n                \"unapplied\": 0.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_5333445_SB1_0129202113089829101135178173_322949f\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 1,\r\n    \"totalRecords\": 1\r\n}"}],"_postman_id":"92b7cd88-5aa8-42a2-b1cb-f8715181a774"},{"name":"Retrieve Deposit Application by search ID","id":"6c937f59-1a44-4d5c-92b0-6912cdc34282","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/depositApplication?searchId=WEBSERVICES_5333445_SB1_013120211550004329657180840_c77a1b82&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","depositApplication"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_013120211550004329657180840_c77a1b82"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"2a32d359-15de-4a87-a8e1-419b1b80e2e4","name":"Retrieve Deposit Application by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/depositApplication?searchId=WEBSERVICES_5333445_SB1_013120211550004329657180840_c77a1b82&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","depositApplication"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_013120211550004329657180840_c77a1b82"},{"key":"page","value":"2"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": false,\r\n    \"statusDetail\": [\r\n        {\r\n            \"afterSubmitFailed\": null,\r\n            \"code\": \"INVALID_SEARCH_PAGE_INDEX\",\r\n            \"message\": \"Invalid search page index.\",\r\n            \"type\": \"ERROR\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"6c937f59-1a44-4d5c-92b0-6912cdc34282"},{"name":"Retrieve Deposit Application by where","id":"535f78c6-7456-4bb6-ac4b-387245bb01f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/depositApplication?where=lastModifiedDate=1557915025","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateCreated</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>TranDate</td>\n<td>1578954123</td>\n<td>Used to Include the transaction date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>true</td>\n<td>Used to Include the Active Status filter for the request.e.g., Active=true.</td>\n</tr>\n<tr>\n<td>Memorized</td>\n<td>false</td>\n<td>Used to Include the Memorized filter for the request. e.g., Memorized=false.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","depositApplication"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"lastModifiedDate=1557915025"}],"variable":[]}},"response":[{"id":"647b1ad3-b424-4973-889b-b8cb03a266b0","name":"Retrieve Deposit Application by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/depositApplication?where=lastModifiedDate=1557915025","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","depositApplication"],"query":[{"key":"where","value":"lastModifiedDate=1557915025"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"applied\": 8.8,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 8.8,\n                            \"apply\": true,\n                            \"applyDate\": 1558508400,\n                            \"currency\": \"INR\",\n                            \"doc\": 4373,\n                            \"due\": 8.8,\n                            \"line\": 0,\n                            \"refNum\": \"INV306\",\n                            \"total\": 29.5,\n                            \"type\": \"Invoice\"\n                        }\n                    ]\n                },\n                \"arAcct\": {\n                    \"internalId\": \"222\",\n                    \"name\": \"Accounts Receivable : Test Dhruvsoft Acc for Sales\"\n                },\n                \"createdDate\": 1557915025,\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"INR\"\n                },\n                \"customer\": {\n                    \"internalId\": \"26\",\n                    \"name\": \"7 Bilwala Groups\"\n                },\n                \"deposit\": {\n                    \"internalId\": \"30\",\n                    \"name\": \"Customer Deposit #1\"\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"4375\",\n                \"lastModifiedDate\": 1557915025,\n                \"postingPeriod\": {\n                    \"internalId\": \"125\",\n                    \"name\": \"May 2019\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\"\n                },\n                \"total\": 8.8,\n                \"tranDate\": 1557889200,\n                \"tranId\": \"1\",\n                \"unapplied\": 0.0\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_020220211653401352106848207_aef12cec\",\n    \"status\": {\n        \"isSuccess\": true\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 1\n}"}],"_postman_id":"535f78c6-7456-4bb6-ac4b-387245bb01f8"},{"name":"Retrieve Deposit Application by ID","id":"57377241-9e6f-4efd-9dac-f82b355af20a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/depositApplication?id=4375","urlObject":{"protocol":"https","path":["netsuite","v0","depositApplication"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"4375"}],"variable":[]}},"response":[{"id":"65bb0ee3-fc70-465c-a5b0-bb10116aa379","name":"Retrieve Deposit Application by ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/depositApplication?id=4375","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","depositApplication"],"query":[{"key":"id","value":"4375"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"applied\": 8.8,\r\n                \"applyList\": {\r\n                    \"apply\": [\r\n                        {\r\n                            \"amount\": 8.8,\r\n                            \"apply\": true,\r\n                            \"applyDate\": 1558494000,\r\n                            \"currency\": \"INR\",\r\n                            \"doc\": 4373,\r\n                            \"due\": 8.8,\r\n                            \"line\": 0,\r\n                            \"refNum\": \"INV306\",\r\n                            \"total\": 29.5,\r\n                            \"type\": \"Invoice\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"arAcct\": {\r\n                    \"internalId\": \"222\",\r\n                    \"name\": \"Accounts Receivable : Test Dhruvsoft Acc for Sales\"\r\n                },\r\n                \"createdDate\": 1557915025,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"customer\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"deposit\": {\r\n                    \"internalId\": \"30\",\r\n                    \"name\": \"Customer Deposit #1\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"4375\",\r\n                \"lastModifiedDate\": 1557915025,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"125\",\r\n                    \"name\": \"May 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"total\": 8.8,\r\n                \"tranDate\": 1557889200,\r\n                \"tranId\": \"1\",\r\n                \"unapplied\": 0.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    }\r\n}"}],"_postman_id":"57377241-9e6f-4efd-9dac-f82b355af20a"}],"id":"4a1a2241-d810-402c-a784-944dbf7145dd","_postman_id":"4a1a2241-d810-402c-a784-944dbf7145dd","description":""},{"name":"POST","item":[{"name":"Create Deposit Application","id":"e309c107-4e9a-420d-842a-be528001e791","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"lastName\": \"Jones\",\n    \"firstName\": \"Jane\",\n    \"companyName\": \"XYZ Private Limited\",\n    \"email\": \"jane@xyzlimited.com\",\n    \"subsidiary\": {\n        \"internalId\": \"1\"\n    }\n}"},"url":"https://api.prestructured.com/netsuite/v0/depositApplication","urlObject":{"protocol":"https","path":["netsuite","v0","depositApplication"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"b74003f7-309e-4fe8-9fc9-9dba120dd2ff","name":"Create Deposit Application","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"lastName\": \"Jones\",\n    \"firstName\": \"Jane\",\n    \"companyName\": \"XYZ Private Limited\",\n    \"email\": \"jane@xyzlimited.com\",\n    \"subsidiary\": {\n        \"internalId\": \"1\"\n    }\n}"},"url":"https://api.prestructured.com/netsuite/v0/customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2019 06:45:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"289"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"writeResponse\": [\n        {\n            \"baseRef\": {\n                \"externalId\": null,\n                \"internalId\": \"13643\",\n                \"name\": null,\n                \"type\": \"customer\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": [\n                    {\n                        \"afterSubmitFailed\": false,\n                        \"code\": null,\n                        \"message\": null,\n                        \"type\": \"ERROR\"\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"e309c107-4e9a-420d-842a-be528001e791"}],"id":"8d3ed6af-4c10-4fd3-84a5-75900f6f9b30","event":[{"listen":"prerequest","script":{"id":"62a1aade-fa14-48bb-b9f8-5b0f4c711821","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"95b25c89-3a35-4024-b814-c391c41539e3","type":"text/javascript","exec":[""]}}],"_postman_id":"8d3ed6af-4c10-4fd3-84a5-75900f6f9b30","description":""},{"name":"PUT","item":[{"name":"Update Deposit Application","id":"9545c985-83c0-4ca7-8895-aec81eba7620","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n                \"applyList\": {\r\n                    \"apply\": [\r\n                        {\r\n                            \"amount\": 8.8,\r\n                            \"apply\": true,\r\n                            \"applyDate\": 1558508400,\r\n                            \"currency\": \"INR\",\r\n                            \"doc\": 4373,\r\n                            \"due\": 8.8,\r\n                            \"line\": 0,\r\n                            \"refNum\": \"INV306\",\r\n                            \"total\": 29.5,\r\n                            \"type\": \"Invoice\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"arAcct\": {\r\n                    \"internalId\": \"222\",\r\n                    \"name\": \"Accounts Receivable : Test Dhruvsoft Acc for Sales\"\r\n                },\r\n                \"createdDate\": 1557915025,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"customer\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"deposit\": {\r\n                    \"internalId\": \"30\",\r\n                    \"name\": \"Customer Deposit #1\"\r\n                },\r\n                \"internalId\": \"4375\",\r\n                \"lastModifiedDate\": 1557915025,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"125\",\r\n                    \"name\": \"May 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1557889200,\r\n                \"tranId\": \"1\"\r\n            }"},"url":"https://api.prestructured.com/netsuite/v0/depositApplication","urlObject":{"protocol":"https","path":["netsuite","v0","depositApplication"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"b236de99-5b71-4f5a-9933-d48e1151c7e0","name":"Update Deposit Application","originalRequest":{"method":"PUT","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n                \"applyList\": {\r\n                    \"apply\": [\r\n                        {\r\n                            \"amount\": 8.8,\r\n                            \"apply\": true,\r\n                            \"applyDate\": 1558508400,\r\n                            \"currency\": \"INR\",\r\n                            \"doc\": 4373,\r\n                            \"due\": 8.8,\r\n                            \"line\": 0,\r\n                            \"refNum\": \"INV306\",\r\n                            \"total\": 29.5,\r\n                            \"type\": \"Invoice\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"arAcct\": {\r\n                    \"internalId\": \"222\",\r\n                    \"name\": \"Accounts Receivable : Test Dhruvsoft Acc for Sales\"\r\n                },\r\n                \"createdDate\": 1557915025,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"customer\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"deposit\": {\r\n                    \"internalId\": \"30\",\r\n                    \"name\": \"Customer Deposit #1\"\r\n                },\r\n                \"internalId\": \"4375\",\r\n                \"lastModifiedDate\": 1557915025,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"125\",\r\n                    \"name\": \"May 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1557889200,\r\n                \"tranId\": \"1\"\r\n            }"},"url":"https://api.prestructured.com/netsuite/v0/depositApplication"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2019 06:51:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"289"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"writeResponse\": [\n        {\n            \"baseRef\": {\n                \"externalId\": null,\n                \"internalId\": \"4375\",\n                \"name\": null,\n                \"type\": \"depositApplication\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": [\n                    {\n                        \"afterSubmitFailed\": false,\n                        \"code\": null,\n                        \"message\": null,\n                        \"type\": \"ERROR\"\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"9545c985-83c0-4ca7-8895-aec81eba7620"}],"id":"c62c45ad-2289-4f94-9c58-006df506cf97","event":[{"listen":"prerequest","script":{"id":"fba18de7-3fe1-41b7-98c4-096eedebc72e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1fa77da4-3e4d-4ecf-abba-173d5740c098","type":"text/javascript","exec":[""]}}],"_postman_id":"c62c45ad-2289-4f94-9c58-006df506cf97","description":""},{"name":"DELETE","item":[{"name":"Delete Deposit Application","id":"642eef09-1f4d-42dc-975a-53895fdfc99c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customer?id=18305","urlObject":{"protocol":"https","path":["netsuite","v0","customer"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"18305"}],"variable":[]}},"response":[{"id":"628fd357-5baf-44fd-94cc-bad6f8e3d983","name":"Delete customers","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customer?id=18305","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customer"],"query":[{"key":"id","value":"18305","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"body\": {\r\n    \"writeResponseList\": {\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      },\r\n      \"writeResponse\": [\r\n        {\r\n          \"baseRef\": {\r\n            \"internalId\": \"18305\",\r\n            \"type\": \"customer\"\r\n          },\r\n          \"status\": {\r\n            \"isSuccess\": true,\r\n            \"statusDetail\": []\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  },\r\n  \"header\": {\r\n    \"documentInfo\": {\r\n      \"nsId\": \"WEBSERVICES_5333445_SB1_01302020158958456937101047_61d528b8f\"\r\n    }\r\n  }\r\n}"}],"_postman_id":"642eef09-1f4d-42dc-975a-53895fdfc99c"}],"id":"116e9548-5444-4ca2-b90e-b31ce93edb84","event":[{"listen":"prerequest","script":{"id":"6cadf564-5a79-4007-b1d9-9f12a41578cb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f2a94499-9d26-4e22-b3f0-606f754533f7","type":"text/javascript","exec":[""]}}],"_postman_id":"116e9548-5444-4ca2-b90e-b31ce93edb84","description":""}],"id":"9f362b16-462c-44b1-ae39-0cc61e84d1cb","event":[{"listen":"prerequest","script":{"id":"6b790063-ef71-45e1-9fda-70e5861af88a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"142c0fdd-aeaa-4945-8bf4-865290431493","type":"text/javascript","exec":[""]}}],"_postman_id":"9f362b16-462c-44b1-ae39-0cc61e84d1cb","description":""},{"name":"Employee","item":[{"name":"GET","item":[{"name":"Retrieve employee","id":"27867b73-e050-491f-9851-6653ff0cfc2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}\n","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/employee","urlObject":{"protocol":"https","path":["netsuite","v0","employee"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"5c0feb17-c997-4333-adf1-bd9d9bcb1a73","name":"200 : Retrieve employee","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/employee"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 09:02:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"18524"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"IPAddressRule\": null,\n                \"accountNumber\": null,\n                \"accruedTimeList\": null,\n                \"addressbookList\": null,\n                \"adpId\": null,\n                \"altName\": null,\n                \"approvalLimit\": null,\n                \"approver\": null,\n                \"baseWage\": null,\n                \"baseWageType\": null,\n                \"billPay\": null,\n                \"billingClass\": null,\n                \"birthDate\": null,\n                \"class\": null,\n                \"comments\": null,\n                \"commissionPaymentPreference\": \"_systemPreference\",\n                \"companyContributionList\": null,\n                \"compensationCurrency\": null,\n                \"concurrentWebServicesUser\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"751\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1540333698,\n                \"deductionList\": null,\n                \"defaultAcctCorpCardExp\": null,\n                \"defaultAddress\": null,\n                \"defaultExpenseReportCurrency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"department\": null,\n                \"directDeposit\": null,\n                \"directDepositList\": null,\n                \"earningList\": null,\n                \"eligibleForCommission\": null,\n                \"email\": \"navaneeth@dhruvsoft.com\",\n                \"emergencyContactList\": null,\n                \"employeeStatus\": null,\n                \"employeeType\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\",\n                    \"type\": null\n                },\n                \"entityId\": \"Cathy Cadigan\",\n                \"ethnicity\": null,\n                \"expenseLimit\": 0,\n                \"externalId\": null,\n                \"fax\": null,\n                \"firstName\": \"Cathy\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": true,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"hasOfflineAccess\": null,\n                \"hcmPositionList\": null,\n                \"hireDate\": null,\n                \"homePhone\": null,\n                \"hrEducationList\": null,\n                \"image\": null,\n                \"inheritIPRules\": null,\n                \"initials\": \"CC\",\n                \"internalId\": \"-5\",\n                \"isInactive\": false,\n                \"isJobResource\": null,\n                \"isSalesRep\": false,\n                \"isSupportRep\": false,\n                \"job\": null,\n                \"jobDescription\": null,\n                \"laborCost\": null,\n                \"lastModifiedDate\": 1550049710,\n                \"lastName\": \"Cadigan\",\n                \"lastPaidDate\": null,\n                \"lastReviewDate\": null,\n                \"location\": null,\n                \"maritalStatus\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"nextReviewDate\": null,\n                \"nullFieldList\": null,\n                \"officePhone\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"payFrequency\": null,\n                \"phone\": null,\n                \"phoneticName\": null,\n                \"purchaseOrderApprovalLimit\": null,\n                \"purchaseOrderApprover\": null,\n                \"purchaseOrderLimit\": 0,\n                \"ratesList\": null,\n                \"releaseDate\": null,\n                \"requirePwdChange\": null,\n                \"rolesList\": {\n                    \"replaceAll\": \"true\",\n                    \"roles\": [\n                        {\n                            \"selectedRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Administrator\",\n                                \"type\": null\n                            }\n                        },\n                        {\n                            \"selectedRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1055\",\n                                \"name\": \"Feb Integration Role\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"salesRole\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"socialSecurityNumber\": null,\n                \"startDateTimeOffCalc\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Group\",\n                    \"type\": null\n                },\n                \"supervisor\": null,\n                \"template\": null,\n                \"terminationCategory\": null,\n                \"terminationDetails\": null,\n                \"terminationReason\": null,\n                \"terminationRegretted\": null,\n                \"timeApprover\": null,\n                \"timeOffPlan\": null,\n                \"title\": null,\n                \"usePerquest\": null,\n                \"useTimeData\": null,\n                \"workAssignment\": null,\n                \"workCalendar\": null,\n                \"workplace\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"IPAddressRule\": null,\n                \"accountNumber\": null,\n                \"accruedTimeList\": null,\n                \"addressbookList\": null,\n                \"adpId\": null,\n                \"altName\": null,\n                \"approvalLimit\": null,\n                \"approver\": null,\n                \"baseWage\": null,\n                \"baseWageType\": null,\n                \"billPay\": null,\n                \"billingClass\": null,\n                \"birthDate\": null,\n                \"class\": null,\n                \"comments\": null,\n                \"commissionPaymentPreference\": \"_systemPreference\",\n                \"companyContributionList\": null,\n                \"compensationCurrency\": null,\n                \"concurrentWebServicesUser\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"751\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1541730079,\n                \"deductionList\": null,\n                \"defaultAcctCorpCardExp\": null,\n                \"defaultAddress\": null,\n                \"defaultExpenseReportCurrency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"department\": null,\n                \"directDeposit\": null,\n                \"directDepositList\": null,\n                \"earningList\": null,\n                \"eligibleForCommission\": null,\n                \"email\": \"rvillanueva4@netsuite.com\",\n                \"emergencyContactList\": null,\n                \"employeeStatus\": null,\n                \"employeeType\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\",\n                    \"type\": null\n                },\n                \"entityId\": \"Ron Villanueva\",\n                \"ethnicity\": null,\n                \"expenseLimit\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"firstName\": \"Ron\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": true,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"hasOfflineAccess\": null,\n                \"hcmPositionList\": null,\n                \"hireDate\": 1541721600,\n                \"homePhone\": null,\n                \"hrEducationList\": null,\n                \"image\": null,\n                \"inheritIPRules\": null,\n                \"initials\": \"RV\",\n                \"internalId\": \"12\",\n                \"isInactive\": false,\n                \"isJobResource\": null,\n                \"isSalesRep\": false,\n                \"isSupportRep\": false,\n                \"job\": null,\n                \"jobDescription\": null,\n                \"laborCost\": null,\n                \"lastModifiedDate\": 1541204086,\n                \"lastName\": \"Villanueva\",\n                \"lastPaidDate\": null,\n                \"lastReviewDate\": null,\n                \"location\": null,\n                \"maritalStatus\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"nextReviewDate\": null,\n                \"nullFieldList\": null,\n                \"officePhone\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"payFrequency\": null,\n                \"phone\": null,\n                \"phoneticName\": null,\n                \"purchaseOrderApprovalLimit\": null,\n                \"purchaseOrderApprover\": null,\n                \"purchaseOrderLimit\": null,\n                \"ratesList\": null,\n                \"releaseDate\": null,\n                \"requirePwdChange\": null,\n                \"rolesList\": {\n                    \"replaceAll\": \"true\",\n                    \"roles\": [\n                        {\n                            \"selectedRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Administrator\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"salesRole\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"socialSecurityNumber\": null,\n                \"startDateTimeOffCalc\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Group\",\n                    \"type\": null\n                },\n                \"supervisor\": null,\n                \"template\": null,\n                \"terminationCategory\": null,\n                \"terminationDetails\": null,\n                \"terminationReason\": null,\n                \"terminationRegretted\": null,\n                \"timeApprover\": null,\n                \"timeOffPlan\": null,\n                \"title\": null,\n                \"usePerquest\": null,\n                \"useTimeData\": null,\n                \"workAssignment\": null,\n                \"workCalendar\": null,\n                \"workplace\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"IPAddressRule\": null,\n                \"accountNumber\": null,\n                \"accruedTimeList\": null,\n                \"addressbookList\": null,\n                \"adpId\": null,\n                \"altName\": null,\n                \"approvalLimit\": 10000,\n                \"approver\": null,\n                \"baseWage\": null,\n                \"baseWageType\": null,\n                \"billPay\": null,\n                \"billingClass\": null,\n                \"birthDate\": null,\n                \"class\": null,\n                \"comments\": null,\n                \"commissionPaymentPreference\": \"_systemPreference\",\n                \"companyContributionList\": null,\n                \"compensationCurrency\": null,\n                \"concurrentWebServicesUser\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"751\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1541805019,\n                \"deductionList\": null,\n                \"defaultAcctCorpCardExp\": null,\n                \"defaultAddress\": null,\n                \"defaultExpenseReportCurrency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"department\": null,\n                \"directDeposit\": null,\n                \"directDepositList\": null,\n                \"earningList\": null,\n                \"eligibleForCommission\": null,\n                \"email\": \"navaneeth@dhruvsoft.com\",\n                \"emergencyContactList\": null,\n                \"employeeStatus\": null,\n                \"employeeType\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\",\n                    \"type\": null\n                },\n                \"entityId\": \"Franco Shaw\",\n                \"ethnicity\": null,\n                \"expenseLimit\": 0,\n                \"externalId\": null,\n                \"fax\": null,\n                \"firstName\": \"Franco\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": true,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"hasOfflineAccess\": null,\n                \"hcmPositionList\": null,\n                \"hireDate\": 1541721600,\n                \"homePhone\": null,\n                \"hrEducationList\": null,\n                \"image\": null,\n                \"inheritIPRules\": null,\n                \"initials\": \"FS\",\n                \"internalId\": \"213\",\n                \"isInactive\": false,\n                \"isJobResource\": null,\n                \"isSalesRep\": false,\n                \"isSupportRep\": false,\n                \"job\": null,\n                \"jobDescription\": null,\n                \"laborCost\": null,\n                \"lastModifiedDate\": 1543242943,\n                \"lastName\": \"Shaw\",\n                \"lastPaidDate\": null,\n                \"lastReviewDate\": null,\n                \"location\": null,\n                \"maritalStatus\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"nextReviewDate\": null,\n                \"nullFieldList\": null,\n                \"officePhone\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"payFrequency\": null,\n                \"phone\": \"1900 655 0003\",\n                \"phoneticName\": null,\n                \"purchaseOrderApprovalLimit\": 10000,\n                \"purchaseOrderApprover\": null,\n                \"purchaseOrderLimit\": 0,\n                \"ratesList\": null,\n                \"releaseDate\": null,\n                \"requirePwdChange\": null,\n                \"rolesList\": {\n                    \"replaceAll\": \"true\",\n                    \"roles\": [\n                        {\n                            \"selectedRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1038\",\n                                \"name\": \"EMEA - CEO\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"salesRole\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"socialSecurityNumber\": null,\n                \"startDateTimeOffCalc\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Group\",\n                    \"type\": null\n                },\n                \"supervisor\": null,\n                \"template\": null,\n                \"terminationCategory\": null,\n                \"terminationDetails\": null,\n                \"terminationReason\": null,\n                \"terminationRegretted\": null,\n                \"timeApprover\": null,\n                \"timeOffPlan\": null,\n                \"title\": \"CEO\",\n                \"usePerquest\": null,\n                \"useTimeData\": null,\n                \"workAssignment\": null,\n                \"workCalendar\": null,\n                \"workplace\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"IPAddressRule\": null,\n                \"accountNumber\": null,\n                \"accruedTimeList\": null,\n                \"addressbookList\": null,\n                \"adpId\": null,\n                \"altName\": null,\n                \"approvalLimit\": 5000,\n                \"approver\": {\n                    \"externalId\": null,\n                    \"internalId\": \"213\",\n                    \"name\": \"Franco Shaw\",\n                    \"type\": null\n                },\n                \"baseWage\": null,\n                \"baseWageType\": null,\n                \"billPay\": null,\n                \"billingClass\": null,\n                \"birthDate\": null,\n                \"class\": null,\n                \"comments\": null,\n                \"commissionPaymentPreference\": \"_systemPreference\",\n                \"companyContributionList\": null,\n                \"compensationCurrency\": null,\n                \"concurrentWebServicesUser\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"751\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1541805020,\n                \"deductionList\": null,\n                \"defaultAcctCorpCardExp\": null,\n                \"defaultAddress\": null,\n                \"defaultExpenseReportCurrency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"department\": null,\n                \"directDeposit\": null,\n                \"directDepositList\": null,\n                \"earningList\": null,\n                \"eligibleForCommission\": null,\n                \"email\": \"navaneeth@dhruvsoft.com\",\n                \"emergencyContactList\": null,\n                \"employeeStatus\": null,\n                \"employeeType\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\",\n                    \"type\": null\n                },\n                \"entityId\": \"George Watson\",\n                \"ethnicity\": null,\n                \"expenseLimit\": 0,\n                \"externalId\": null,\n                \"fax\": null,\n                \"firstName\": \"George\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": true,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"hasOfflineAccess\": null,\n                \"hcmPositionList\": null,\n                \"hireDate\": 1541721600,\n                \"homePhone\": null,\n                \"hrEducationList\": null,\n                \"image\": null,\n                \"inheritIPRules\": null,\n                \"initials\": \"GW\",\n                \"internalId\": \"214\",\n                \"isInactive\": false,\n                \"isJobResource\": null,\n                \"isSalesRep\": false,\n                \"isSupportRep\": false,\n                \"job\": null,\n                \"jobDescription\": null,\n                \"laborCost\": null,\n                \"lastModifiedDate\": 1543242943,\n                \"lastName\": \"Watson\",\n                \"lastPaidDate\": null,\n                \"lastReviewDate\": null,\n                \"location\": null,\n                \"maritalStatus\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"nextReviewDate\": null,\n                \"nullFieldList\": null,\n                \"officePhone\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"payFrequency\": null,\n                \"phone\": \"1901 655 0004\",\n                \"phoneticName\": null,\n                \"purchaseOrderApprovalLimit\": 5000,\n                \"purchaseOrderApprover\": {\n                    \"externalId\": null,\n                    \"internalId\": \"213\",\n                    \"name\": \"Franco Shaw\",\n                    \"type\": null\n                },\n                \"purchaseOrderLimit\": null,\n                \"ratesList\": null,\n                \"releaseDate\": null,\n                \"requirePwdChange\": null,\n                \"rolesList\": {\n                    \"replaceAll\": \"true\",\n                    \"roles\": [\n                        {\n                            \"selectedRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1034\",\n                                \"name\": \"EMEA - CFO\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"salesRole\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"socialSecurityNumber\": null,\n                \"startDateTimeOffCalc\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Group\",\n                    \"type\": null\n                },\n                \"supervisor\": {\n                    \"externalId\": null,\n                    \"internalId\": \"213\",\n                    \"name\": \"Franco Shaw\",\n                    \"type\": null\n                },\n                \"template\": null,\n                \"terminationCategory\": null,\n                \"terminationDetails\": null,\n                \"terminationReason\": null,\n                \"terminationRegretted\": null,\n                \"timeApprover\": null,\n                \"timeOffPlan\": null,\n                \"title\": \"CFO\",\n                \"usePerquest\": null,\n                \"useTimeData\": null,\n                \"workAssignment\": null,\n                \"workCalendar\": null,\n                \"workplace\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"IPAddressRule\": null,\n                \"accountNumber\": null,\n                \"accruedTimeList\": null,\n                \"addressbookList\": null,\n                \"adpId\": null,\n                \"altName\": null,\n                \"approvalLimit\": 5000,\n                \"approver\": {\n                    \"externalId\": null,\n                    \"internalId\": \"214\",\n                    \"name\": \"George Watson\",\n                    \"type\": null\n                },\n                \"baseWage\": null,\n                \"baseWageType\": null,\n                \"billPay\": null,\n                \"billingClass\": null,\n                \"birthDate\": null,\n                \"class\": null,\n                \"comments\": null,\n                \"commissionPaymentPreference\": \"_systemPreference\",\n                \"companyContributionList\": null,\n                \"compensationCurrency\": null,\n                \"concurrentWebServicesUser\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"751\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1541805020,\n                \"deductionList\": null,\n                \"defaultAcctCorpCardExp\": null,\n                \"defaultAddress\": null,\n                \"defaultExpenseReportCurrency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"department\": null,\n                \"directDeposit\": null,\n                \"directDepositList\": null,\n                \"earningList\": null,\n                \"eligibleForCommission\": null,\n                \"email\": \"navaneeth@dhruvsoft.com\",\n                \"emergencyContactList\": null,\n                \"employeeStatus\": null,\n                \"employeeType\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\",\n                    \"type\": null\n                },\n                \"entityId\": \"Jennifer Gordon\",\n                \"ethnicity\": null,\n                \"expenseLimit\": 0,\n                \"externalId\": null,\n                \"fax\": null,\n                \"firstName\": \"Jennifer\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": true,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"hasOfflineAccess\": null,\n                \"hcmPositionList\": null,\n                \"hireDate\": 1541721600,\n                \"homePhone\": null,\n                \"hrEducationList\": null,\n                \"image\": null,\n                \"inheritIPRules\": null,\n                \"initials\": \"JG\",\n                \"internalId\": \"215\",\n                \"isInactive\": false,\n                \"isJobResource\": null,\n                \"isSalesRep\": false,\n                \"isSupportRep\": false,\n                \"job\": null,\n                \"jobDescription\": null,\n                \"laborCost\": null,\n                \"lastModifiedDate\": 1543242943,\n                \"lastName\": \"Gordon\",\n                \"lastPaidDate\": null,\n                \"lastReviewDate\": null,\n                \"location\": null,\n                \"maritalStatus\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"nextReviewDate\": null,\n                \"nullFieldList\": null,\n                \"officePhone\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"payFrequency\": null,\n                \"phone\": \"1902 655 0008\",\n                \"phoneticName\": null,\n                \"purchaseOrderApprovalLimit\": 5000,\n                \"purchaseOrderApprover\": {\n                    \"externalId\": null,\n                    \"internalId\": \"214\",\n                    \"name\": \"George Watson\",\n                    \"type\": null\n                },\n                \"purchaseOrderLimit\": 0,\n                \"ratesList\": null,\n                \"releaseDate\": null,\n                \"requirePwdChange\": null,\n                \"rolesList\": {\n                    \"replaceAll\": \"true\",\n                    \"roles\": [\n                        {\n                            \"selectedRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1031\",\n                                \"name\": \"EMEA  - Financial Controller\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"salesRole\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"socialSecurityNumber\": null,\n                \"startDateTimeOffCalc\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Group\",\n                    \"type\": null\n                },\n                \"supervisor\": {\n                    \"externalId\": null,\n                    \"internalId\": \"214\",\n                    \"name\": \"George Watson\",\n                    \"type\": null\n                },\n                \"template\": null,\n                \"terminationCategory\": null,\n                \"terminationDetails\": null,\n                \"terminationReason\": null,\n                \"terminationRegretted\": null,\n                \"timeApprover\": null,\n                \"timeOffPlan\": null,\n                \"title\": \"Financial Controller\",\n                \"usePerquest\": null,\n                \"useTimeData\": null,\n                \"workAssignment\": null,\n                \"workCalendar\": null,\n                \"workplace\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_012720204322272561091752934_b4c790\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 7,\n    \"totalRecords\": 35\n}"}],"_postman_id":"27867b73-e050-491f-9851-6653ff0cfc2b"},{"name":"Retrieve employee by search ID","id":"9bd07d51-91c7-425e-a69b-a11a254d7a64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/employee?searchId=WEBSERVICES_TSTDRV2039248_012720204322272561091752934_b4c790&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","employee"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_TSTDRV2039248_012720204322272561091752934_b4c790"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"4016f0c0-2b78-4885-9783-11fa4c0f26b8","name":"Retrieve employee by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"warning":"Value contains invalid newline characters.","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/employee?searchId=WEBSERVICES_TSTDRV2039248_012720204322272561091752934_b4c790&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","employee"],"query":[{"key":"searchId","value":"WEBSERVICES_TSTDRV2039248_012720204322272561091752934_b4c790"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 09:09:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"18968"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 2,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"IPAddressRule\": null,\n                \"accountNumber\": null,\n                \"accruedTimeList\": null,\n                \"addressbookList\": null,\n                \"adpId\": null,\n                \"altName\": null,\n                \"approvalLimit\": null,\n                \"approver\": {\n                    \"externalId\": null,\n                    \"internalId\": \"215\",\n                    \"name\": \"Jennifer Gordon\",\n                    \"type\": null\n                },\n                \"baseWage\": null,\n                \"baseWageType\": null,\n                \"billPay\": null,\n                \"billingClass\": null,\n                \"birthDate\": null,\n                \"class\": null,\n                \"comments\": null,\n                \"commissionPaymentPreference\": \"_systemPreference\",\n                \"companyContributionList\": null,\n                \"compensationCurrency\": null,\n                \"concurrentWebServicesUser\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"751\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1541805020,\n                \"deductionList\": null,\n                \"defaultAcctCorpCardExp\": null,\n                \"defaultAddress\": null,\n                \"defaultExpenseReportCurrency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"department\": null,\n                \"directDeposit\": null,\n                \"directDepositList\": null,\n                \"earningList\": null,\n                \"eligibleForCommission\": null,\n                \"email\": \"navaneeth@dhruvsoft.com\",\n                \"emergencyContactList\": null,\n                \"employeeStatus\": null,\n                \"employeeType\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\",\n                    \"type\": null\n                },\n                \"entityId\": \"James King\",\n                \"ethnicity\": null,\n                \"expenseLimit\": 0,\n                \"externalId\": null,\n                \"fax\": null,\n                \"firstName\": \"James\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": true,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"hasOfflineAccess\": null,\n                \"hcmPositionList\": null,\n                \"hireDate\": 1541721600,\n                \"homePhone\": null,\n                \"hrEducationList\": null,\n                \"image\": null,\n                \"inheritIPRules\": null,\n                \"initials\": \"JK\",\n                \"internalId\": \"216\",\n                \"isInactive\": false,\n                \"isJobResource\": null,\n                \"isSalesRep\": false,\n                \"isSupportRep\": false,\n                \"job\": null,\n                \"jobDescription\": null,\n                \"laborCost\": null,\n                \"lastModifiedDate\": 1543242943,\n                \"lastName\": \"King\",\n                \"lastPaidDate\": null,\n                \"lastReviewDate\": null,\n                \"location\": null,\n                \"maritalStatus\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"nextReviewDate\": null,\n                \"nullFieldList\": null,\n                \"officePhone\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"payFrequency\": null,\n                \"phone\": \"1903 655 0006\",\n                \"phoneticName\": null,\n                \"purchaseOrderApprovalLimit\": null,\n                \"purchaseOrderApprover\": {\n                    \"externalId\": null,\n                    \"internalId\": \"215\",\n                    \"name\": \"Jennifer Gordon\",\n                    \"type\": null\n                },\n                \"purchaseOrderLimit\": 0,\n                \"ratesList\": null,\n                \"releaseDate\": null,\n                \"requirePwdChange\": null,\n                \"rolesList\": {\n                    \"replaceAll\": \"true\",\n                    \"roles\": [\n                        {\n                            \"selectedRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1032\",\n                                \"name\": \"EMEA - A/R Assistant\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"salesRole\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"socialSecurityNumber\": null,\n                \"startDateTimeOffCalc\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Group\",\n                    \"type\": null\n                },\n                \"supervisor\": {\n                    \"externalId\": null,\n                    \"internalId\": \"218\",\n                    \"name\": \"Matt Nolan\",\n                    \"type\": null\n                },\n                \"template\": null,\n                \"terminationCategory\": null,\n                \"terminationDetails\": null,\n                \"terminationReason\": null,\n                \"terminationRegretted\": null,\n                \"timeApprover\": null,\n                \"timeOffPlan\": null,\n                \"title\": \"A/R Officer\",\n                \"usePerquest\": null,\n                \"useTimeData\": null,\n                \"workAssignment\": null,\n                \"workCalendar\": null,\n                \"workplace\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"IPAddressRule\": null,\n                \"accountNumber\": null,\n                \"accruedTimeList\": null,\n                \"addressbookList\": null,\n                \"adpId\": null,\n                \"altName\": null,\n                \"approvalLimit\": null,\n                \"approver\": {\n                    \"externalId\": null,\n                    \"internalId\": \"215\",\n                    \"name\": \"Jennifer Gordon\",\n                    \"type\": null\n                },\n                \"baseWage\": null,\n                \"baseWageType\": null,\n                \"billPay\": null,\n                \"billingClass\": null,\n                \"birthDate\": null,\n                \"class\": null,\n                \"comments\": null,\n                \"commissionPaymentPreference\": \"_systemPreference\",\n                \"companyContributionList\": null,\n                \"compensationCurrency\": null,\n                \"concurrentWebServicesUser\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"751\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1541805021,\n                \"deductionList\": null,\n                \"defaultAcctCorpCardExp\": null,\n                \"defaultAddress\": null,\n                \"defaultExpenseReportCurrency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"department\": null,\n                \"directDeposit\": null,\n                \"directDepositList\": null,\n                \"earningList\": null,\n                \"eligibleForCommission\": null,\n                \"email\": \"navaneeth@dhruvsoft.com\",\n                \"emergencyContactList\": null,\n                \"employeeStatus\": null,\n                \"employeeType\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\",\n                    \"type\": null\n                },\n                \"entityId\": \"Jackson Boyd\",\n                \"ethnicity\": null,\n                \"expenseLimit\": 0,\n                \"externalId\": null,\n                \"fax\": null,\n                \"firstName\": \"Jackson\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": true,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"hasOfflineAccess\": null,\n                \"hcmPositionList\": null,\n                \"hireDate\": 1541721600,\n                \"homePhone\": null,\n                \"hrEducationList\": null,\n                \"image\": null,\n                \"inheritIPRules\": null,\n                \"initials\": \"JB\",\n                \"internalId\": \"217\",\n                \"isInactive\": false,\n                \"isJobResource\": null,\n                \"isSalesRep\": false,\n                \"isSupportRep\": false,\n                \"job\": null,\n                \"jobDescription\": null,\n                \"laborCost\": null,\n                \"lastModifiedDate\": 1543242943,\n                \"lastName\": \"Boyd\",\n                \"lastPaidDate\": null,\n                \"lastReviewDate\": null,\n                \"location\": null,\n                \"maritalStatus\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"nextReviewDate\": null,\n                \"nullFieldList\": null,\n                \"officePhone\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"payFrequency\": null,\n                \"phone\": \"1904 655 0005\",\n                \"phoneticName\": null,\n                \"purchaseOrderApprovalLimit\": null,\n                \"purchaseOrderApprover\": {\n                    \"externalId\": null,\n                    \"internalId\": \"215\",\n                    \"name\": \"Jennifer Gordon\",\n                    \"type\": null\n                },\n                \"purchaseOrderLimit\": 0,\n                \"ratesList\": null,\n                \"releaseDate\": null,\n                \"requirePwdChange\": null,\n                \"rolesList\": {\n                    \"replaceAll\": \"true\",\n                    \"roles\": [\n                        {\n                            \"selectedRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1030\",\n                                \"name\": \"EMEA - A/P Assistant\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"salesRole\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"socialSecurityNumber\": null,\n                \"startDateTimeOffCalc\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Group\",\n                    \"type\": null\n                },\n                \"supervisor\": {\n                    \"externalId\": null,\n                    \"internalId\": \"218\",\n                    \"name\": \"Matt Nolan\",\n                    \"type\": null\n                },\n                \"template\": null,\n                \"terminationCategory\": null,\n                \"terminationDetails\": null,\n                \"terminationReason\": null,\n                \"terminationRegretted\": null,\n                \"timeApprover\": null,\n                \"timeOffPlan\": null,\n                \"title\": \"A/P Officer\",\n                \"usePerquest\": null,\n                \"useTimeData\": null,\n                \"workAssignment\": null,\n                \"workCalendar\": null,\n                \"workplace\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"IPAddressRule\": null,\n                \"accountNumber\": null,\n                \"accruedTimeList\": null,\n                \"addressbookList\": null,\n                \"adpId\": null,\n                \"altName\": null,\n                \"approvalLimit\": null,\n                \"approver\": {\n                    \"externalId\": null,\n                    \"internalId\": \"215\",\n                    \"name\": \"Jennifer Gordon\",\n                    \"type\": null\n                },\n                \"baseWage\": null,\n                \"baseWageType\": null,\n                \"billPay\": null,\n                \"billingClass\": null,\n                \"birthDate\": null,\n                \"class\": null,\n                \"comments\": null,\n                \"commissionPaymentPreference\": \"_systemPreference\",\n                \"companyContributionList\": null,\n                \"compensationCurrency\": null,\n                \"concurrentWebServicesUser\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"751\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1541805021,\n                \"deductionList\": null,\n                \"defaultAcctCorpCardExp\": null,\n                \"defaultAddress\": null,\n                \"defaultExpenseReportCurrency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"department\": null,\n                \"directDeposit\": null,\n                \"directDepositList\": null,\n                \"earningList\": null,\n                \"eligibleForCommission\": null,\n                \"email\": \"navaneeth@dhruvsoft.com\",\n                \"emergencyContactList\": null,\n                \"employeeStatus\": null,\n                \"employeeType\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\",\n                    \"type\": null\n                },\n                \"entityId\": \"Matt Nolan\",\n                \"ethnicity\": null,\n                \"expenseLimit\": 0,\n                \"externalId\": null,\n                \"fax\": null,\n                \"firstName\": \"Matt\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": true,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"hasOfflineAccess\": null,\n                \"hcmPositionList\": null,\n                \"hireDate\": 1541721600,\n                \"homePhone\": null,\n                \"hrEducationList\": null,\n                \"image\": null,\n                \"inheritIPRules\": null,\n                \"initials\": \"MN\",\n                \"internalId\": \"218\",\n                \"isInactive\": false,\n                \"isJobResource\": null,\n                \"isSalesRep\": false,\n                \"isSupportRep\": false,\n                \"job\": null,\n                \"jobDescription\": null,\n                \"laborCost\": null,\n                \"lastModifiedDate\": 1543242943,\n                \"lastName\": \"Nolan\",\n                \"lastPaidDate\": null,\n                \"lastReviewDate\": null,\n                \"location\": null,\n                \"maritalStatus\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"nextReviewDate\": null,\n                \"nullFieldList\": null,\n                \"officePhone\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"payFrequency\": null,\n                \"phone\": \"1905 655 0010\",\n                \"phoneticName\": null,\n                \"purchaseOrderApprovalLimit\": null,\n                \"purchaseOrderApprover\": {\n                    \"externalId\": null,\n                    \"internalId\": \"215\",\n                    \"name\": \"Jennifer Gordon\",\n                    \"type\": null\n                },\n                \"purchaseOrderLimit\": 0,\n                \"ratesList\": null,\n                \"releaseDate\": null,\n                \"requirePwdChange\": null,\n                \"rolesList\": {\n                    \"replaceAll\": \"true\",\n                    \"roles\": [\n                        {\n                            \"selectedRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1028\",\n                                \"name\": \"EMEA - Accounting Manager\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"salesRole\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"socialSecurityNumber\": null,\n                \"startDateTimeOffCalc\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Group\",\n                    \"type\": null\n                },\n                \"supervisor\": null,\n                \"template\": null,\n                \"terminationCategory\": null,\n                \"terminationDetails\": null,\n                \"terminationReason\": null,\n                \"terminationRegretted\": null,\n                \"timeApprover\": null,\n                \"timeOffPlan\": null,\n                \"title\": \"Accounting Manager\",\n                \"usePerquest\": null,\n                \"useTimeData\": null,\n                \"workAssignment\": null,\n                \"workCalendar\": null,\n                \"workplace\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"IPAddressRule\": null,\n                \"accountNumber\": null,\n                \"accruedTimeList\": null,\n                \"addressbookList\": null,\n                \"adpId\": null,\n                \"altName\": null,\n                \"approvalLimit\": null,\n                \"approver\": null,\n                \"baseWage\": null,\n                \"baseWageType\": null,\n                \"billPay\": null,\n                \"billingClass\": null,\n                \"birthDate\": null,\n                \"class\": null,\n                \"comments\": null,\n                \"commissionPaymentPreference\": \"_systemPreference\",\n                \"companyContributionList\": null,\n                \"compensationCurrency\": null,\n                \"concurrentWebServicesUser\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"751\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1541805021,\n                \"deductionList\": null,\n                \"defaultAcctCorpCardExp\": null,\n                \"defaultAddress\": null,\n                \"defaultExpenseReportCurrency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"department\": null,\n                \"directDeposit\": null,\n                \"directDepositList\": null,\n                \"earningList\": null,\n                \"eligibleForCommission\": null,\n                \"email\": \"navaneeth@dhruvsoft.com\",\n                \"emergencyContactList\": null,\n                \"employeeStatus\": null,\n                \"employeeType\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\",\n                    \"type\": null\n                },\n                \"entityId\": \"Tom Jennings\",\n                \"ethnicity\": null,\n                \"expenseLimit\": 0,\n                \"externalId\": null,\n                \"fax\": null,\n                \"firstName\": \"Tom\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": true,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"hasOfflineAccess\": null,\n                \"hcmPositionList\": null,\n                \"hireDate\": 1541721600,\n                \"homePhone\": null,\n                \"hrEducationList\": null,\n                \"image\": null,\n                \"inheritIPRules\": null,\n                \"initials\": \"TJ\",\n                \"internalId\": \"219\",\n                \"isInactive\": false,\n                \"isJobResource\": null,\n                \"isSalesRep\": false,\n                \"isSupportRep\": false,\n                \"job\": null,\n                \"jobDescription\": null,\n                \"laborCost\": null,\n                \"lastModifiedDate\": 1543242943,\n                \"lastName\": \"Jennings\",\n                \"lastPaidDate\": null,\n                \"lastReviewDate\": null,\n                \"location\": null,\n                \"maritalStatus\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"nextReviewDate\": null,\n                \"nullFieldList\": null,\n                \"officePhone\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"payFrequency\": null,\n                \"phone\": \"1906 655 0011\",\n                \"phoneticName\": null,\n                \"purchaseOrderApprovalLimit\": null,\n                \"purchaseOrderApprover\": null,\n                \"purchaseOrderLimit\": 0,\n                \"ratesList\": null,\n                \"releaseDate\": null,\n                \"requirePwdChange\": null,\n                \"rolesList\": {\n                    \"replaceAll\": \"true\",\n                    \"roles\": [\n                        {\n                            \"selectedRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1024\",\n                                \"name\": \"EMEA - Accounting Assistant\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"salesRole\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"socialSecurityNumber\": null,\n                \"startDateTimeOffCalc\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Group\",\n                    \"type\": null\n                },\n                \"supervisor\": {\n                    \"externalId\": null,\n                    \"internalId\": \"218\",\n                    \"name\": \"Matt Nolan\",\n                    \"type\": null\n                },\n                \"template\": null,\n                \"terminationCategory\": null,\n                \"terminationDetails\": null,\n                \"terminationReason\": null,\n                \"terminationRegretted\": null,\n                \"timeApprover\": null,\n                \"timeOffPlan\": null,\n                \"title\": \"Accounting Officer\",\n                \"usePerquest\": null,\n                \"useTimeData\": null,\n                \"workAssignment\": null,\n                \"workCalendar\": null,\n                \"workplace\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"IPAddressRule\": null,\n                \"accountNumber\": null,\n                \"accruedTimeList\": null,\n                \"addressbookList\": null,\n                \"adpId\": null,\n                \"altName\": null,\n                \"approvalLimit\": null,\n                \"approver\": {\n                    \"externalId\": null,\n                    \"internalId\": \"215\",\n                    \"name\": \"Jennifer Gordon\",\n                    \"type\": null\n                },\n                \"baseWage\": null,\n                \"baseWageType\": null,\n                \"billPay\": null,\n                \"billingClass\": null,\n                \"birthDate\": null,\n                \"class\": null,\n                \"comments\": null,\n                \"commissionPaymentPreference\": \"_systemPreference\",\n                \"companyContributionList\": null,\n                \"compensationCurrency\": null,\n                \"concurrentWebServicesUser\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"751\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"dateCreated\": 1541805021,\n                \"deductionList\": null,\n                \"defaultAcctCorpCardExp\": null,\n                \"defaultAddress\": null,\n                \"defaultExpenseReportCurrency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"department\": null,\n                \"directDeposit\": null,\n                \"directDepositList\": null,\n                \"earningList\": null,\n                \"eligibleForCommission\": null,\n                \"email\": \"navaneeth@dhruvsoft.com\",\n                \"emergencyContactList\": null,\n                \"employeeStatus\": null,\n                \"employeeType\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\",\n                    \"type\": null\n                },\n                \"entityId\": \"Joseph Weiss\",\n                \"ethnicity\": null,\n                \"expenseLimit\": 0,\n                \"externalId\": null,\n                \"fax\": null,\n                \"firstName\": \"Joseph\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": true,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"hasOfflineAccess\": null,\n                \"hcmPositionList\": null,\n                \"hireDate\": 1541721600,\n                \"homePhone\": null,\n                \"hrEducationList\": null,\n                \"image\": null,\n                \"inheritIPRules\": null,\n                \"initials\": \"JW\",\n                \"internalId\": \"220\",\n                \"isInactive\": false,\n                \"isJobResource\": null,\n                \"isSalesRep\": false,\n                \"isSupportRep\": false,\n                \"job\": null,\n                \"jobDescription\": null,\n                \"laborCost\": null,\n                \"lastModifiedDate\": 1543242943,\n                \"lastName\": \"Weiss\",\n                \"lastPaidDate\": null,\n                \"lastReviewDate\": null,\n                \"location\": null,\n                \"maritalStatus\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"nextReviewDate\": null,\n                \"nullFieldList\": null,\n                \"officePhone\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"payFrequency\": null,\n                \"phone\": \"1907 655 0009\",\n                \"phoneticName\": null,\n                \"purchaseOrderApprovalLimit\": null,\n                \"purchaseOrderApprover\": {\n                    \"externalId\": null,\n                    \"internalId\": \"215\",\n                    \"name\": \"Jennifer Gordon\",\n                    \"type\": null\n                },\n                \"purchaseOrderLimit\": 0,\n                \"ratesList\": null,\n                \"releaseDate\": null,\n                \"requirePwdChange\": null,\n                \"rolesList\": {\n                    \"replaceAll\": \"true\",\n                    \"roles\": [\n                        {\n                            \"selectedRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1026\",\n                                \"name\": \"EMEA - Purchasing Manager\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"salesRole\": null,\n                \"salutation\": null,\n                \"sendEmail\": null,\n                \"socialSecurityNumber\": null,\n                \"startDateTimeOffCalc\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Group\",\n                    \"type\": null\n                },\n                \"supervisor\": {\n                    \"externalId\": null,\n                    \"internalId\": \"218\",\n                    \"name\": \"Matt Nolan\",\n                    \"type\": null\n                },\n                \"template\": null,\n                \"terminationCategory\": null,\n                \"terminationDetails\": null,\n                \"terminationReason\": null,\n                \"terminationRegretted\": null,\n                \"timeApprover\": null,\n                \"timeOffPlan\": null,\n                \"title\": \"Purchasing Manager\",\n                \"usePerquest\": null,\n                \"useTimeData\": null,\n                \"workAssignment\": null,\n                \"workCalendar\": null,\n                \"workplace\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_012720204322272561091752934_b4c790\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 7,\n    \"totalRecords\": 35\n}"}],"_postman_id":"9bd07d51-91c7-425e-a69b-a11a254d7a64"},{"name":"Retrieve employee by where","id":"ff89e40e-209a-4b04-baf4-fb89ebfaa487","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}\n"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/employee?where=Subsidiary=1","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateCreated</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>true</td>\n<td>Used to Include the Active Status filter for the request.e.g., Active=true.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","employee"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"Subsidiary=1"}],"variable":[]}},"response":[{"id":"22cce843-2d40-489e-8db1-7c21a08f9738","name":"200 : Retrieve employee by where","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/employee?where=Subsidiary=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","employee"],"query":[{"key":"where","value":"Subsidiary=1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 09:02:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"18524"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": true\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558162800,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"Sales : Corporate Sales\"\n                },\n                \"eligibleForCommission\": true,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"employeeType\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Owner\"\n                },\n                \"entityId\": \"Larry Nelson\",\n                \"expenseLimit\": 0.0,\n                \"firstName\": \"Larry\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": true,\n                \"hireDate\": 1555439400,\n                \"internalId\": \"-5\",\n                \"isInactive\": false,\n                \"isSupportRep\": true,\n                \"lastModifiedDate\": 1561553754,\n                \"lastName\": \"Nelson\",\n                \"mobilePhone\": \"408-358-1256\",\n                \"phone\": \"650-627-3465\",\n                \"purchaseOrderLimit\": 0.0,\n                \"rolesList\": {\n                    \"replaceAll\": \"true\",\n                    \"roles\": [\n                        {\n                            \"selectedRole\": {\n                                \"internalId\": \"1000\",\n                                \"name\": \"01: CEO - HQ \"\n                            }\n                        },\n                        {\n                            \"selectedRole\": {\n                                \"internalId\": \"1036\",\n                                \"name\": \"02: CFO - HQ \"\n                            }\n                        },\n                        {\n                            \"selectedRole\": {\n                                \"internalId\": \"1083\",\n                                \"name\": \"03: Controller - HQ \"\n                            }\n                        },\n                        {\n                            \"selectedRole\": {\n                                \"internalId\": \"1013\",\n                                \"name\": \"04: Controller - US West\"\n                            }\n                        },\n                        {\n                            \"selectedRole\": {\n                                \"internalId\": \"1111\",\n                                \"name\": \"11: CFO - HQ (Software)\"\n                            }\n                        },\n                        {\n                            \"selectedRole\": {\n                                \"internalId\": \"1109\",\n                                \"name\": \"12: Controller - HQ (Software)\"\n                            }\n                        },\n                        {\n                            \"selectedRole\": {\n                                \"internalId\": \"1110\",\n                                \"name\": \"13: Accountant (Software)\"\n                            }\n                        },\n                        {\n                            \"selectedRole\": {\n                                \"internalId\": \"3\",\n                                \"name\": \"Administrator\"\n                            }\n                        },\n                        {\n                            \"selectedRole\": {\n                                \"internalId\": \"46\",\n                                \"name\": \"Consultant\"\n                            }\n                        },\n                        {\n                            \"selectedRole\": {\n                                \"internalId\": \"1048\",\n                                \"name\": \"Controller - APAC \"\n                            }\n                        },\n                        {\n                            \"selectedRole\": {\n                                \"internalId\": \"1040\",\n                                \"name\": \"Controller - Americas\"\n                            }\n                        },\n                        {\n                            \"selectedRole\": {\n                                \"internalId\": \"1039\",\n                                \"name\": \"Controller - Canada \"\n                            }\n                        },\n                        {\n                            \"selectedRole\": {\n                                \"internalId\": \"1033\",\n                                \"name\": \"Controller - EMEA\"\n                            }\n                        },\n                        {\n                            \"selectedRole\": {\n                                \"internalId\": \"1034\",\n                                \"name\": \"Controller - Germany \"\n                            }\n                        },\n                        {\n                            \"selectedRole\": {\n                                \"internalId\": \"1047\",\n                                \"name\": \"Controller - Japan \"\n                            }\n                        },\n                        {\n                            \"selectedRole\": {\n                                \"internalId\": \"1038\",\n                                \"name\": \"Controller - US East\"\n                            }\n                        },\n                        {\n                            \"selectedRole\": {\n                                \"internalId\": \"1050\",\n                                \"name\": \"Managing Director - APAC \"\n                            }\n                        },\n                        {\n                            \"selectedRole\": {\n                                \"internalId\": \"1082\",\n                                \"name\": \"Marketing VP - US West\"\n                            }\n                        },\n                        {\n                            \"selectedRole\": {\n                                \"internalId\": \"1085\",\n                                \"name\": \"Renewals Manager - US West\"\n                            }\n                        },\n                        {\n                            \"selectedRole\": {\n                                \"internalId\": \"1054\",\n                                \"name\": \"VP Professional Services - HQ\"\n                            }\n                        },\n                        {\n                            \"selectedRole\": {\n                                \"internalId\": \"1059\",\n                                \"name\": \"VP Renewals - HQ\"\n                            }\n                        },\n                        {\n                            \"selectedRole\": {\n                                \"internalId\": \"1006\",\n                                \"name\": \"VP Support - HQ\"\n                            }\n                        },\n                        {\n                            \"selectedRole\": {\n                                \"internalId\": \"1049\",\n                                \"name\": \"VP WW Sales - HQ\"\n                            }\n                        }\n                    ]\n                },\n                \"salesRole\": {\n                    \"internalId\": \"-2\",\n                    \"name\": \"Sales Rep\"\n                },\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1564594609,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1564594609,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1564594609,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1564594609,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1564594609,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"EVP\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"billingClass\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Implementation Manager\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": true\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558377481,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Operations : Prof. Services\"\n                },\n                \"eligibleForCommission\": false,\n                \"email\": \"dalesullivan12@netsuite.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Dale Sullivan\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity1\",\n                \"firstName\": \"Dale\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1548354600,\n                \"internalId\": \"1\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1580591384,\n                \"middleName\": \"Sullivan\",\n                \"purchaseOrderLimit\": 0.0,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1561579380,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561579380,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561579380,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561579380,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561579380,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"953\",\n                    \"name\": \"Brian Sullivan\"\n                },\n                \"title\": \"Project Manager\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": true\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558383494,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"12\",\n                    \"name\": \"Engineering : Quality Assurance\"\n                },\n                \"eligibleForCommission\": false,\n                \"email\": \"shogstrom@software.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Sean Hogstrom\",\n                \"expenseLimit\": 0.0,\n                \"firstName\": \"Sean\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1555439400,\n                \"internalId\": \"2\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1559838199,\n                \"lastName\": \"Hogstrom\",\n                \"purchaseOrderLimit\": 0.0,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"640\",\n                    \"name\": \"Americas\"\n                },\n                \"title\": \"QA Manager\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558383620,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Administration\"\n                },\n                \"eligibleForCommission\": false,\n                \"email\": \"tsinor@software.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Tom Sinor\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity3\",\n                \"firstName\": \"Tom\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1553020200,\n                \"internalId\": \"3\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1566240481,\n                \"lastName\": \"Sinor\",\n                \"purchaseOrderLimit\": 0.0,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"99\",\n                    \"name\": \"Claudia Schiffel\"\n                },\n                \"title\": \"Accountant\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"3397 Lake Ave.\",\n                                \"addrText\": \"Mini Saunders<br>3397 Lake Ave.<br>San Mateo CA 94403\",\n                                \"addressee\": \"Mini Saunders\",\n                                \"city\": \"San Mateo\",\n                                \"country\": \"_unitedStates\",\n                                \"override\": false,\n                                \"state\": \"CA\",\n                                \"zip\": \"94403\"\n                            },\n                            \"defaultBilling\": true,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"123\",\n                            \"label\": \"3397 Lake Ave.\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": true\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558383650,\n                \"defaultAddress\": \"Mini Saunders<br>3397 Lake Ave.<br>San Mateo CA 94403\",\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Sales\"\n                },\n                \"eligibleForCommission\": false,\n                \"email\": \"msaunders@software.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Mini Saunders\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity4\",\n                \"firstName\": \"Mini\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1458412200,\n                \"internalId\": \"4\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1567285243,\n                \"lastName\": \"Saunders\",\n                \"mobilePhone\": \"650.741.3321\",\n                \"officePhone\": \"650.854.6693\",\n                \"purchaseOrderLimit\": 0.0,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1561574770,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574770,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574770,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574770,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574770,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"953\",\n                    \"name\": \"Brian Sullivan\"\n                },\n                \"title\": \"Sales Engineer\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": true\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558383683,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Engineering\"\n                },\n                \"eligibleForCommission\": false,\n                \"email\": \"ibrown@software.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Ingr brown\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity5\",\n                \"firstName\": \"Ingr\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1555698600,\n                \"internalId\": \"5\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1561579507,\n                \"lastName\": \"brown\",\n                \"purchaseOrderLimit\": 0.0,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1561579507,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561579507,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561579507,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561579507,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561579507,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"953\",\n                    \"name\": \"Brian Sullivan\"\n                },\n                \"title\": \"Sr. Technical Consultant\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"addressbookAddress\": {\n                                \"addr1\": \"600 Campus Lane\",\n                                \"addrText\": \"Dale Muscat<br>600 Campus Lane<br>San Mateo CA 90000<br>United States\",\n                                \"addressee\": \"Dale Muscat\",\n                                \"city\": \"San Mateo\",\n                                \"country\": \"_unitedStates\",\n                                \"override\": false,\n                                \"state\": \"CA\",\n                                \"zip\": \"90000\"\n                            },\n                            \"defaultBilling\": true,\n                            \"defaultShipping\": true,\n                            \"internalId\": \"30\",\n                            \"label\": \"600 Campus Lan\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"approver\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Larry Nelson\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": true\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558383709,\n                \"defaultAddress\": \"Dale Muscat<br>600 Campus Lane<br>San Mateo CA 90000<br>United States\",\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"12\",\n                    \"name\": \"Engineering : Quality Assurance\"\n                },\n                \"eligibleForCommission\": false,\n                \"email\": \"dmuscat@software.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Dale Muscat\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity6\",\n                \"firstName\": \"Dale\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1546194600,\n                \"internalId\": \"6\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1567285243,\n                \"lastName\": \"Muscat\",\n                \"officePhone\": \"650 627-1129\",\n                \"phone\": \"650 123-4567\",\n                \"purchaseOrderLimit\": 0.0,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1561579398,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561579398,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561579398,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561579398,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561579398,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"953\",\n                    \"name\": \"Brian Sullivan\"\n                },\n                \"title\": \"QA Engineer II\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": true\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558383739,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Engineering\"\n                },\n                \"eligibleForCommission\": false,\n                \"email\": \"mcruz@software.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Melissa Cruz\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity7\",\n                \"firstName\": \"Melissa\",\n                \"giveAccess\": false,\n                \"hireDate\": 2786466600,\n                \"internalId\": \"7\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1556911502,\n                \"lastName\": \"Cruz\",\n                \"purchaseOrderLimit\": 0.0,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Sean Hogstrom\"\n                },\n                \"title\": \"Technical Consultant\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": true\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558383776,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Engineering\"\n                },\n                \"eligibleForCommission\": false,\n                \"email\": \"kgonzalez@software.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Kevin Gonzalez\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity8\",\n                \"firstName\": \"Kevin\",\n                \"giveAccess\": false,\n                \"hireDate\": 1553020200,\n                \"internalId\": \"8\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1556911498,\n                \"lastName\": \"Gonzalez\",\n                \"purchaseOrderLimit\": 0.0,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Sean Hogstrom\"\n                },\n                \"title\": \"Technical Consultant\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": true\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558383815,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Engineering\"\n                },\n                \"eligibleForCommission\": false,\n                \"email\": \"jjhaveri@software.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"John Jhaveri\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity9\",\n                \"firstName\": \"John\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1556735400,\n                \"internalId\": \"9\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1561579539,\n                \"lastName\": \"Jhaveri\",\n                \"purchaseOrderLimit\": 0.0,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1561579539,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561579539,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561579539,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561579539,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561579539,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"953\",\n                    \"name\": \"Brian Sullivan\"\n                },\n                \"title\": \"Technical Consultant\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": true\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558383847,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Engineering\"\n                },\n                \"eligibleForCommission\": false,\n                \"email\": \"lwinn@software.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Luigi Winn\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"SICTESTUS1\",\n                \"firstName\": \"Luigi\",\n                \"giveAccess\": false,\n                \"hireDate\": 1542652200,\n                \"internalId\": \"10\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1556911538,\n                \"lastName\": \"Winn\",\n                \"purchaseOrderLimit\": 0.0,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Sean Hogstrom\"\n                },\n                \"title\": \"Sr. Technical Consultant\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": true\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558383875,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"12\",\n                    \"name\": \"Engineering : Quality Assurance\"\n                },\n                \"eligibleForCommission\": false,\n                \"email\": \"eackbury@software.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Eric Ackbury\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity11\",\n                \"firstName\": \"Eric\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1544293800,\n                \"internalId\": \"11\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1561579269,\n                \"lastName\": \"Ackbury\",\n                \"phone\": \"650.627.1000\",\n                \"purchaseOrderLimit\": 0.0,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1561579269,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561579269,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561579269,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561579269,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561579269,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"953\",\n                    \"name\": \"Brian Sullivan\"\n                },\n                \"title\": \"QA Engineer I\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": true\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558383912,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Engineering\"\n                },\n                \"eligibleForCommission\": false,\n                \"email\": \"pwing@software.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Pratik Wing\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity12\",\n                \"firstName\": \"Pratik\",\n                \"giveAccess\": false,\n                \"hireDate\": 1555698600,\n                \"internalId\": \"12\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1556914488,\n                \"lastName\": \"Wing\",\n                \"purchaseOrderLimit\": 0.0,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Sean Hogstrom\"\n                },\n                \"title\": \"Jr. Technical Consultant\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558383949,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Operations : Customer Support\"\n                },\n                \"eligibleForCommission\": false,\n                \"email\": \"jeff_shen@software.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Jeff Shen\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity13\",\n                \"firstName\": \"Jeff\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1555698600,\n                \"internalId\": \"13\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1561574339,\n                \"lastName\": \"Shen\",\n                \"purchaseOrderLimit\": 0.0,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1561574339,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574339,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574339,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574339,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574339,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"953\",\n                    \"name\": \"Brian Sullivan\"\n                },\n                \"title\": \"VP Customer Support\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558384010,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Operations : Customer Support\"\n                },\n                \"eligibleForCommission\": false,\n                \"email\": \"cmurdock23@netsuite.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Cameron Murdock\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity14\",\n                \"firstName\": \"Cameron\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1529865000,\n                \"internalId\": \"14\",\n                \"isInactive\": false,\n                \"isSupportRep\": true,\n                \"lastModifiedDate\": 1580236997,\n                \"lastName\": \"Murdock\",\n                \"purchaseOrderLimit\": 0.0,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1561574239,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574239,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574239,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574239,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574239,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"953\",\n                    \"name\": \"Brian Sullivan\"\n                },\n                \"title\": \"Support Rep\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558384056,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Operations : Customer Support\"\n                },\n                \"eligibleForCommission\": false,\n                \"email\": \"apober@software.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Aubrey Pober\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity15\",\n                \"firstName\": \"Aubrey\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1537381800,\n                \"internalId\": \"15\",\n                \"isInactive\": false,\n                \"isSupportRep\": true,\n                \"lastModifiedDate\": 1579310528,\n                \"lastName\": \"Pober\",\n                \"purchaseOrderLimit\": 0.0,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1563024874,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1563024874,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1563024874,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1563024874,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1563024874,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"953\",\n                    \"name\": \"Brian Sullivan\"\n                },\n                \"title\": \"Support Rep\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558384084,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Operations : Customer Support\"\n                },\n                \"eligibleForCommission\": false,\n                \"email\": \"egoldwasser@software.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Edwin Goldwasser\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity16\",\n                \"firstName\": \"Edwin\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1527964200,\n                \"internalId\": \"16\",\n                \"isInactive\": false,\n                \"isSupportRep\": true,\n                \"lastModifiedDate\": 1561574267,\n                \"lastName\": \"Goldwasser\",\n                \"purchaseOrderLimit\": 0.0,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1561574267,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574267,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574267,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574267,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574267,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"953\",\n                    \"name\": \"Brian Sullivan\"\n                },\n                \"title\": \"Support Rep\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558384117,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Sales\"\n                },\n                \"eligibleForCommission\": true,\n                \"email\": \"khuffman@software.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Kim Huffman\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity17\",\n                \"firstName\": \"Kim\",\n                \"gender\": \"_female\",\n                \"giveAccess\": false,\n                \"hireDate\": 1455474600,\n                \"internalId\": \"17\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1561056744,\n                \"lastName\": \"Huffman\",\n                \"maritalStatus\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Single\"\n                },\n                \"purchaseOrderLimit\": 0.0,\n                \"salesRole\": {\n                    \"internalId\": \"-2\",\n                    \"name\": \"Sales Rep\"\n                },\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"953\",\n                    \"name\": \"Brian Sullivan\"\n                },\n                \"title\": \"VP of Sales - East\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558384145,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Sales\"\n                },\n                \"eligibleForCommission\": true,\n                \"email\": \"storrance@software.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Sara Torrance\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity18\",\n                \"firstName\": \"Sara\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1534271400,\n                \"internalId\": \"18\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1561053014,\n                \"lastName\": \"Torrance\",\n                \"purchaseOrderLimit\": 0.0,\n                \"salesRole\": {\n                    \"internalId\": \"-2\",\n                    \"name\": \"Sales Rep\"\n                },\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"953\",\n                    \"name\": \"Brian Sullivan\"\n                },\n                \"title\": \"Account Manager\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558384172,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Sales\"\n                },\n                \"eligibleForCommission\": true,\n                \"email\": \"brollings@software.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Baruch Rollins\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity19\",\n                \"firstName\": \"Baruch\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1525890600,\n                \"internalId\": \"19\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1561313484,\n                \"lastName\": \"Rollings\",\n                \"purchaseOrderLimit\": 0.0,\n                \"salesRole\": {\n                    \"internalId\": \"-2\",\n                    \"name\": \"Sales Rep\"\n                },\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1561313484,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561313484,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561313484,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561313484,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561313484,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"953\",\n                    \"name\": \"Brian Sullivan\"\n                },\n                \"title\": \"Account Manager\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558384240,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Sales\"\n                },\n                \"eligibleForCommission\": true,\n                \"email\": \"mconcannon@software.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Malin Concannon\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity20\",\n                \"firstName\": \"Malin\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1553020200,\n                \"internalId\": \"20\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1561475099,\n                \"lastName\": \"Concannon\",\n                \"purchaseOrderLimit\": 0.0,\n                \"salesRole\": {\n                    \"internalId\": \"-2\",\n                    \"name\": \"Sales Rep\"\n                },\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"953\",\n                    \"name\": \"Brian Sullivan\"\n                },\n                \"title\": \"Account Manager\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558384267,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Sales\"\n                },\n                \"eligibleForCommission\": true,\n                \"email\": \"junepeiris17@netsuite.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"June Peiris\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity21\",\n                \"firstName\": \"June\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1555698600,\n                \"internalId\": \"21\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1580591473,\n                \"lastName\": \"Peiris\",\n                \"purchaseOrderLimit\": 0.0,\n                \"salesRole\": {\n                    \"internalId\": \"-2\",\n                    \"name\": \"Sales Rep\"\n                },\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"953\",\n                    \"name\": \"Brian Sullivan\"\n                },\n                \"title\": \"Account Manager\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"dateCreated\": 1575831296,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"11\",\n                    \"name\": \"Engineering : Product Management\"\n                },\n                \"eligibleForCommission\": false,\n                \"entityId\": \"mike m\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity78\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1575743400,\n                \"internalId\": \"78\",\n                \"isInactive\": true,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1575755935,\n                \"purchaseOrderLimit\": 0.0,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1575755934,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1575755934,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1575755934,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1575755934,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1575755934,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": true\n                        }\n                    ]\n                },\n                \"dateCreated\": 1587250799,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Operations : Prof. Services\"\n                },\n                \"eligibleForCommission\": false,\n                \"email\": \"jshukla@software.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Joanne Shukla\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity91\",\n                \"firstName\": \"Joanne\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1587148200,\n                \"internalId\": \"91\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1561574906,\n                \"lastName\": \"Shukla\",\n                \"purchaseOrderLimit\": 0.0,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1561574906,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574906,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574906,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574906,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574906,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"953\",\n                    \"name\": \"Brian Sullivan\"\n                },\n                \"title\": \"Business Analyst\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"approver\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Larry Nelson\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": true\n                        }\n                    ]\n                },\n                \"dateCreated\": 1587250900,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Operations : Prof. Services\"\n                },\n                \"eligibleForCommission\": false,\n                \"email\": \"jbraud@software.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"John Braud\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity92\",\n                \"firstName\": \"John\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1555525800,\n                \"internalId\": \"92\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1561574381,\n                \"lastName\": \"Braud\",\n                \"purchaseOrderApprover\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Dale Sullivan\"\n                },\n                \"purchaseOrderLimit\": 0.0,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1561574381,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574381,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574381,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574381,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574381,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"953\",\n                    \"name\": \"Brian Sullivan\"\n                },\n                \"timeApprover\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Dale Sullivan\"\n                },\n                \"title\": \"Trainer\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": true\n                        }\n                    ]\n                },\n                \"dateCreated\": 1587250958,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Operations : Prof. Services\"\n                },\n                \"eligibleForCommission\": false,\n                \"email\": \"storman@software.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Scott Torman\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity93\",\n                \"firstName\": \"Scott\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1587148200,\n                \"internalId\": \"93\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1561574739,\n                \"lastName\": \"Torman\",\n                \"purchaseOrderLimit\": 0.0,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1561574739,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574739,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574739,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574739,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574739,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"953\",\n                    \"name\": \"Brian Sullivan\"\n                },\n                \"title\": \"Trainer\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": true\n                        }\n                    ]\n                },\n                \"dateCreated\": 1587251015,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Operations : Prof. Services\"\n                },\n                \"eligibleForCommission\": false,\n                \"email\": \"twindbourne@software.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Tracie Windbourne\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity94\",\n                \"firstName\": \"Tracie\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1587148200,\n                \"internalId\": \"94\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1580591708,\n                \"lastName\": \"Windbourne\",\n                \"purchaseOrderLimit\": 0.0,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Dale Sullivan\"\n                },\n                \"title\": \"Consultant\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": true\n                        }\n                    ]\n                },\n                \"dateCreated\": 1587251125,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Operations : Prof. Services\"\n                },\n                \"eligibleForCommission\": false,\n                \"email\": \"sfoster@software.com\",\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Sid Foster\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity95\",\n                \"firstName\": \"Sid\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1587148200,\n                \"internalId\": \"95\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1561574704,\n                \"lastName\": \"Foster\",\n                \"purchaseOrderLimit\": 0.0,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1561574704,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574704,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574704,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574704,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1561574704,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"953\",\n                    \"name\": \"Brian Sullivan\"\n                },\n                \"title\": \"Business Analyst\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558485878,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Administration\"\n                },\n                \"eligibleForCommission\": false,\n                \"email\": \"claudiashiffel10@netsuite.com\",\n                \"employeeStatus\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular - Full Time\"\n                },\n                \"employeeType\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\"\n                },\n                \"entityId\": \"Claudia Schiffel\",\n                \"expenseLimit\": 0.0,\n                \"firstName\": \"Claudia\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1556649000,\n                \"internalId\": \"99\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1580590626,\n                \"lastName\": \"Schiffel\",\n                \"purchaseOrderLimit\": 0.0,\n                \"socialSecurityNumber\": \"788-95-3312\",\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1580590625,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1580590625,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1580590625,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1580590625,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1580590625,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"supervisor\": {\n                    \"internalId\": \"640\",\n                    \"name\": \"Americas\"\n                },\n                \"title\": \"Controller\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"USA\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"28\",\n                            \"scriptId\": \"custentity2\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1616\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"548\",\n                            \"scriptId\": \"custentity_ar_specialist\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"52\",\n                            \"scriptId\": \"custentity_pro_serv_rep\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"dateCreated\": 1558898236,\n                \"defaultExpenseReportCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"department\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Operations\"\n                },\n                \"eligibleForCommission\": false,\n                \"email\": \"vford@software.com\",\n                \"entityId\": \"Vince Ford\",\n                \"expenseLimit\": 0.0,\n                \"externalId\": \"entity103\",\n                \"firstName\": \"Vince\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": false,\n                \"hireDate\": 1558809000,\n                \"internalId\": \"103\",\n                \"isInactive\": false,\n                \"isSupportRep\": false,\n                \"lastModifiedDate\": 1575756192,\n                \"lastName\": \"Ford\",\n                \"purchaseOrderLimit\": 0.0,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": 1575756191,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1575756191,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1575756191,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1575756191,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": 1575756191,\n                            \"subscribed\": \"T\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TSTDRV2119874_06262020242764501587463805_da0db7c\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 2,\n    \"totalRecords\": 58\n}"}],"_postman_id":"ff89e40e-209a-4b04-baf4-fb89ebfaa487"},{"name":"Retrieve employee by ID","id":"0b81b635-f550-41d7-a969-3d5bef8c05ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"Value contains invalid newline characters.","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/employee?id=216","urlObject":{"protocol":"https","path":["netsuite","v0","employee"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"216"}],"variable":[]}},"response":[{"id":"a5604c7c-26e5-4f81-ae6f-9f5740b53c15","name":"200 : Retrieve employee by ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"warning":"Value contains invalid newline characters.","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/employee?id=216","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","employee"],"query":[{"key":"id","value":"216"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 09:14:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3936"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"IPAddressRule\": null,\n                \"accountNumber\": null,\n                \"accruedTimeList\": null,\n                \"addressbookList\": null,\n                \"adpId\": null,\n                \"altName\": null,\n                \"approvalLimit\": null,\n                \"approver\": {\n                    \"externalId\": null,\n                    \"internalId\": \"215\",\n                    \"name\": \"Jennifer Gordon\",\n                    \"type\": null\n                },\n                \"baseWage\": null,\n                \"baseWageType\": null,\n                \"billPay\": null,\n                \"billingClass\": null,\n                \"birthDate\": null,\n                \"class\": null,\n                \"comments\": null,\n                \"commissionPaymentPreference\": null,\n                \"companyContributionList\": null,\n                \"compensationCurrency\": null,\n                \"concurrentWebServicesUser\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyList\": {\n                    \"employeeCurrency\": [\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"GBP\",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"751\",\n                            \"scriptId\": \"custentity_2663_payment_method\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"56\",\n                    \"name\": \"Employee Form\",\n                    \"type\": null\n                },\n                \"dateCreated\": 1541805020,\n                \"deductionList\": null,\n                \"defaultAcctCorpCardExp\": null,\n                \"defaultAddress\": null,\n                \"defaultExpenseReportCurrency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"department\": null,\n                \"directDeposit\": null,\n                \"directDepositList\": null,\n                \"earningList\": null,\n                \"eligibleForCommission\": null,\n                \"email\": \"navaneeth@dhruvsoft.com\",\n                \"emergencyContactList\": null,\n                \"employeeStatus\": null,\n                \"employeeType\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Regular Employee\",\n                    \"type\": null\n                },\n                \"entityId\": \"James King\",\n                \"ethnicity\": null,\n                \"expenseLimit\": 0,\n                \"externalId\": null,\n                \"fax\": null,\n                \"firstName\": \"James\",\n                \"gender\": \"_omitted\",\n                \"giveAccess\": true,\n                \"globalSubscriptionStatus\": \"_softOptOut\",\n                \"hasOfflineAccess\": null,\n                \"hcmPositionList\": null,\n                \"hireDate\": 1541721600,\n                \"homePhone\": null,\n                \"hrEducationList\": null,\n                \"image\": null,\n                \"inheritIPRules\": null,\n                \"initials\": \"JK\",\n                \"internalId\": \"216\",\n                \"isInactive\": false,\n                \"isJobResource\": null,\n                \"isSalesRep\": false,\n                \"isSupportRep\": false,\n                \"job\": null,\n                \"jobDescription\": null,\n                \"laborCost\": null,\n                \"lastModifiedDate\": 1543242943,\n                \"lastName\": \"King\",\n                \"lastPaidDate\": null,\n                \"lastReviewDate\": null,\n                \"location\": null,\n                \"maritalStatus\": null,\n                \"middleName\": null,\n                \"mobilePhone\": null,\n                \"nextReviewDate\": null,\n                \"nullFieldList\": null,\n                \"officePhone\": null,\n                \"password\": null,\n                \"password2\": null,\n                \"payFrequency\": null,\n                \"phone\": \"1903 655 0006\",\n                \"phoneticName\": null,\n                \"purchaseOrderApprovalLimit\": null,\n                \"purchaseOrderApprover\": {\n                    \"externalId\": null,\n                    \"internalId\": \"215\",\n                    \"name\": \"Jennifer Gordon\",\n                    \"type\": null\n                },\n                \"purchaseOrderLimit\": 0,\n                \"ratesList\": null,\n                \"releaseDate\": null,\n                \"requirePwdChange\": false,\n                \"rolesList\": {\n                    \"replaceAll\": \"true\",\n                    \"roles\": [\n                        {\n                            \"selectedRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1032\",\n                                \"name\": \"EMEA - A/R Assistant\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"salesRole\": null,\n                \"salutation\": null,\n                \"sendEmail\": false,\n                \"socialSecurityNumber\": null,\n                \"startDateTimeOffCalc\": null,\n                \"subscriptionsList\": {\n                    \"replaceAll\": \"true\",\n                    \"subscriptions\": [\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"2\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"1\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"4\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"5\"\n                        },\n                        {\n                            \"lastModifiedDate\": null,\n                            \"subscribed\": \"F\",\n                            \"subscription\": \"3\"\n                        }\n                    ]\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Group\",\n                    \"type\": null\n                },\n                \"supervisor\": {\n                    \"externalId\": null,\n                    \"internalId\": \"218\",\n                    \"name\": \"Matt Nolan\",\n                    \"type\": null\n                },\n                \"template\": null,\n                \"terminationCategory\": null,\n                \"terminationDetails\": null,\n                \"terminationReason\": null,\n                \"terminationRegretted\": null,\n                \"timeApprover\": null,\n                \"timeOffPlan\": null,\n                \"title\": \"A/R Officer\",\n                \"usePerquest\": null,\n                \"useTimeData\": null,\n                \"workAssignment\": null,\n                \"workCalendar\": null,\n                \"workplace\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    }\n}"}],"_postman_id":"0b81b635-f550-41d7-a969-3d5bef8c05ec"}],"id":"08f19446-4c8e-4a2c-9bf9-3ab35355e0b7","event":[{"listen":"prerequest","script":{"id":"14e03800-6845-464b-884e-8c2b05ac8f94","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"08afc67a-65ca-4e4a-aa5e-c9516bdfd14b","type":"text/javascript","exec":[""]}}],"_postman_id":"08f19446-4c8e-4a2c-9bf9-3ab35355e0b7","description":""}],"id":"b94254c7-51a2-4b62-a664-f8c3bedc2986","event":[{"listen":"prerequest","script":{"id":"23d52961-ed54-4456-9a3b-cb695ed3c27d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"39d2bd2c-9e5c-43ad-be86-da599ead2389","type":"text/javascript","exec":[""]}}],"_postman_id":"b94254c7-51a2-4b62-a664-f8c3bedc2986","description":""},{"name":"Estimates","item":[{"name":"GET","item":[{"name":"Retrieve estimates","id":"cb05f9b1-bd95-47c4-8044-0a5f55a94bdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/estimate","urlObject":{"protocol":"https","path":["netsuite","v0","estimate"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"fd59b4b9-fdbb-4449-99b3-d14c29f40534","name":"Retrieve estimates","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/estimate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"accountingBookDetailList\": null,\r\n        \"altHandlingCost\": null,\r\n        \"altSalesTotal\": null,\r\n        \"altShippingCost\": null,\r\n        \"billAddressList\": null,\r\n        \"billingAddress\": null,\r\n        \"billingSchedule\": null,\r\n        \"canHaveStackable\": false,\r\n        \"class\": null,\r\n        \"contribPct\": null,\r\n        \"createdDate\": 1543217606,\r\n        \"createdFrom\": null,\r\n        \"currency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"GBP\",\r\n          \"type\": null\r\n        },\r\n        \"currencyName\": \"GBP\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"342\",\r\n              \"scriptId\": \"custbody_document_date\",\r\n              \"value\": 1538348400\r\n            },\r\n            {\r\n              \"internalId\": \"1746\",\r\n              \"scriptId\": \"custbody_sii_article_61d\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1744\",\r\n              \"scriptId\": \"custbody_sii_article_72_73\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1653\",\r\n              \"scriptId\": \"custbody_sii_is_third_party\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1745\",\r\n              \"scriptId\": \"custbody_sii_not_reported_in_time\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1779\",\r\n              \"scriptId\": \"custbodyapply_addl_tax\",\r\n              \"value\": false\r\n            }\r\n          ]\r\n        },\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"discountItem\": null,\r\n        \"discountRate\": null,\r\n        \"discountTotal\": null,\r\n        \"dueDate\": 1545868800,\r\n        \"email\": \"info@legacysky.com\",\r\n        \"endDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"429\",\r\n          \"name\": \"C66 Legacy Sky\",\r\n          \"type\": null\r\n        },\r\n        \"entityStatus\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"10\",\r\n          \"name\": \"Proposal\",\r\n          \"type\": null\r\n        },\r\n        \"entityTaxRegNum\": null,\r\n        \"estGrossProfit\": 880.0,\r\n        \"estGrossProfitPercent\": 35.4839,\r\n        \"exchangeRate\": 1.0,\r\n        \"expectedCloseDate\": 1538348400,\r\n        \"externalId\": null,\r\n        \"fax\": null,\r\n        \"fob\": null,\r\n        \"forecastType\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"0\",\r\n          \"name\": \"Omitted\",\r\n          \"type\": null\r\n        },\r\n        \"handlingCost\": null,\r\n        \"handlingTax1Rate\": null,\r\n        \"handlingTax2Rate\": null,\r\n        \"handlingTaxCode\": null,\r\n        \"includeInForecast\": null,\r\n        \"internalId\": \"16883\",\r\n        \"isTaxable\": null,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"altSalesAmt\": null,\r\n              \"amount\": 2480.0,\r\n              \"chargeType\": null,\r\n              \"class\": null,\r\n              \"costEstimate\": 1600.0,\r\n              \"costEstimateType\": \"_averageCost\",\r\n              \"customFieldList\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"excludeFromRateRequest\": false,\r\n              \"expandItemGroup\": false,\r\n              \"expectedShipDate\": null,\r\n              \"fromJob\": null,\r\n              \"grossAmt\": 2976.0,\r\n              \"isEstimate\": null,\r\n              \"isTaxable\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"88\",\r\n                \"name\": \"APPAREL : Jacket : Lodge Jacket R-S\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"job\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"options\": null,\r\n              \"price\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\",\r\n                \"type\": null\r\n              },\r\n              \"quantity\": 8.0,\r\n              \"quantityAvailable\": null,\r\n              \"quantityOnHand\": null,\r\n              \"rate\": \"310.00\",\r\n              \"revRecTermInMonths\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"subscription\": null,\r\n              \"tax1Amt\": 496.0,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"job\": null,\r\n        \"lastModifiedDate\": 1541348445,\r\n        \"leadSource\": null,\r\n        \"linkedTrackingNumbers\": null,\r\n        \"location\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"9\",\r\n          \"name\": \"London\",\r\n          \"type\": null\r\n        },\r\n        \"memo\": null,\r\n        \"message\": null,\r\n        \"messageSel\": null,\r\n        \"nexus\": null,\r\n        \"nullFieldList\": null,\r\n        \"oneTime\": null,\r\n        \"opportunity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"16690\",\r\n          \"name\": \"Opportunity #OP0000011\",\r\n          \"type\": null\r\n        },\r\n        \"otherRefNum\": null,\r\n        \"partner\": null,\r\n        \"partnersList\": null,\r\n        \"probability\": 50.0,\r\n        \"promoCode\": null,\r\n        \"promotionsList\": null,\r\n        \"recurAnnually\": null,\r\n        \"recurMonthly\": null,\r\n        \"recurQuarterly\": null,\r\n        \"recurWeekly\": null,\r\n        \"salesGroup\": null,\r\n        \"salesRep\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"223\",\r\n          \"name\": \"Jamie Anthony\",\r\n          \"type\": null\r\n        },\r\n        \"salesTeamList\": null,\r\n        \"shipAddressList\": null,\r\n        \"shipDate\": null,\r\n        \"shipGroupList\": null,\r\n        \"shipIsResidential\": false,\r\n        \"shipMethod\": null,\r\n        \"shippingAddress\": null,\r\n        \"shippingCost\": null,\r\n        \"shippingTax1Rate\": null,\r\n        \"shippingTax2Rate\": null,\r\n        \"shippingTaxCode\": null,\r\n        \"source\": null,\r\n        \"startDate\": null,\r\n        \"status\": \"Expired\",\r\n        \"subTotal\": 2480.0,\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"8\",\r\n          \"name\": \"United Kingdom\",\r\n          \"type\": null\r\n        },\r\n        \"subsidiaryTaxRegNum\": null,\r\n        \"syncPartnerTeams\": null,\r\n        \"syncSalesTeams\": null,\r\n        \"tax2Total\": null,\r\n        \"taxDetailsList\": null,\r\n        \"taxDetailsOverride\": null,\r\n        \"taxItem\": null,\r\n        \"taxPointDate\": null,\r\n        \"taxRate\": null,\r\n        \"taxRegOverride\": null,\r\n        \"taxTotal\": 496.0,\r\n        \"terms\": null,\r\n        \"title\": null,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 2976.0,\r\n        \"totalCostEstimate\": 1600.0,\r\n        \"trackingNumbers\": null,\r\n        \"tranDate\": 1538348400,\r\n        \"tranId\": \"EST0000001\",\r\n        \"vatRegNum\": null,\r\n        \"visibleToCustomer\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accountingBookDetailList\": null,\r\n        \"altHandlingCost\": null,\r\n        \"altSalesTotal\": null,\r\n        \"altShippingCost\": null,\r\n        \"billAddressList\": null,\r\n        \"billingAddress\": {\r\n          \"addr1\": \"46 Colorado Way\",\r\n          \"addr2\": null,\r\n          \"addr3\": null,\r\n          \"addrPhone\": \"070 6846 6723\",\r\n          \"addrText\": \"Kate Winters<br>46 Colorado Way<br>RICHMOND UPON THAMES<br>TW10 2JD<br>United Kingdom\",\r\n          \"addressee\": \"Kate Winters\",\r\n          \"attention\": null,\r\n          \"city\": \"RICHMOND UPON THAMES\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"262\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": null,\r\n          \"zip\": \"TW10 2JD\"\r\n        },\r\n        \"billingSchedule\": null,\r\n        \"canHaveStackable\": false,\r\n        \"class\": null,\r\n        \"contribPct\": null,\r\n        \"createdDate\": 1543217647,\r\n        \"createdFrom\": null,\r\n        \"currency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"GBP\",\r\n          \"type\": null\r\n        },\r\n        \"currencyName\": \"GBP\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"342\",\r\n              \"scriptId\": \"custbody_document_date\",\r\n              \"value\": 1539990000\r\n            },\r\n            {\r\n              \"internalId\": \"1746\",\r\n              \"scriptId\": \"custbody_sii_article_61d\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1744\",\r\n              \"scriptId\": \"custbody_sii_article_72_73\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1653\",\r\n              \"scriptId\": \"custbody_sii_is_third_party\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1745\",\r\n              \"scriptId\": \"custbody_sii_not_reported_in_time\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1779\",\r\n              \"scriptId\": \"custbodyapply_addl_tax\",\r\n              \"value\": false\r\n            }\r\n          ]\r\n        },\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"discountItem\": null,\r\n        \"discountRate\": null,\r\n        \"discountTotal\": null,\r\n        \"dueDate\": 1545868800,\r\n        \"email\": null,\r\n        \"endDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"348\",\r\n          \"name\": \"C28 Kate Winters\",\r\n          \"type\": null\r\n        },\r\n        \"entityStatus\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"11\",\r\n          \"name\": \"In Negotiation\",\r\n          \"type\": null\r\n        },\r\n        \"entityTaxRegNum\": null,\r\n        \"estGrossProfit\": 1100.0,\r\n        \"estGrossProfitPercent\": 35.4839,\r\n        \"exchangeRate\": 1.0,\r\n        \"expectedCloseDate\": 1540944000,\r\n        \"externalId\": null,\r\n        \"fax\": null,\r\n        \"fob\": null,\r\n        \"forecastType\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"0\",\r\n          \"name\": \"Omitted\",\r\n          \"type\": null\r\n        },\r\n        \"handlingCost\": null,\r\n        \"handlingTax1Rate\": null,\r\n        \"handlingTax2Rate\": null,\r\n        \"handlingTaxCode\": null,\r\n        \"includeInForecast\": null,\r\n        \"internalId\": \"16884\",\r\n        \"isTaxable\": null,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"altSalesAmt\": null,\r\n              \"amount\": 3100.0,\r\n              \"chargeType\": null,\r\n              \"class\": null,\r\n              \"costEstimate\": 2000.0,\r\n              \"costEstimateType\": \"_averageCost\",\r\n              \"customFieldList\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"excludeFromRateRequest\": false,\r\n              \"expandItemGroup\": false,\r\n              \"expectedShipDate\": null,\r\n              \"fromJob\": null,\r\n              \"grossAmt\": 3720.0,\r\n              \"isEstimate\": null,\r\n              \"isTaxable\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"91\",\r\n                \"name\": \"APPAREL : Jacket : Lodge Jacket R-XL\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"job\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"options\": null,\r\n              \"price\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\",\r\n                \"type\": null\r\n              },\r\n              \"quantity\": 10.0,\r\n              \"quantityAvailable\": null,\r\n              \"quantityOnHand\": null,\r\n              \"rate\": \"310.00\",\r\n              \"revRecTermInMonths\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"subscription\": null,\r\n              \"tax1Amt\": 620.0,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"job\": null,\r\n        \"lastModifiedDate\": 1541348445,\r\n        \"leadSource\": null,\r\n        \"linkedTrackingNumbers\": null,\r\n        \"location\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"10\",\r\n          \"name\": \"Birmingham\",\r\n          \"type\": null\r\n        },\r\n        \"memo\": null,\r\n        \"message\": null,\r\n        \"messageSel\": null,\r\n        \"nexus\": null,\r\n        \"nullFieldList\": null,\r\n        \"oneTime\": null,\r\n        \"opportunity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"16692\",\r\n          \"name\": \"Opportunity #OP0000013\",\r\n          \"type\": null\r\n        },\r\n        \"otherRefNum\": null,\r\n        \"partner\": null,\r\n        \"partnersList\": null,\r\n        \"probability\": 75.0,\r\n        \"promoCode\": null,\r\n        \"promotionsList\": null,\r\n        \"recurAnnually\": null,\r\n        \"recurMonthly\": null,\r\n        \"recurQuarterly\": null,\r\n        \"recurWeekly\": null,\r\n        \"salesGroup\": null,\r\n        \"salesRep\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"223\",\r\n          \"name\": \"Jamie Anthony\",\r\n          \"type\": null\r\n        },\r\n        \"salesTeamList\": null,\r\n        \"shipAddressList\": null,\r\n        \"shipDate\": null,\r\n        \"shipGroupList\": null,\r\n        \"shipIsResidential\": false,\r\n        \"shipMethod\": null,\r\n        \"shippingAddress\": {\r\n          \"addr1\": \"46 Colorado Way\",\r\n          \"addr2\": null,\r\n          \"addr3\": null,\r\n          \"addrPhone\": \"070 6846 6723\",\r\n          \"addrText\": \"Kate Winters<br>46 Colorado Way<br>RICHMOND UPON THAMES<br>TW10 2JD<br>United Kingdom\",\r\n          \"addressee\": \"Kate Winters\",\r\n          \"attention\": null,\r\n          \"city\": \"RICHMOND UPON THAMES\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"262\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": null,\r\n          \"zip\": \"TW10 2JD\"\r\n        },\r\n        \"shippingCost\": null,\r\n        \"shippingTax1Rate\": null,\r\n        \"shippingTax2Rate\": null,\r\n        \"shippingTaxCode\": null,\r\n        \"source\": null,\r\n        \"startDate\": null,\r\n        \"status\": \"Expired\",\r\n        \"subTotal\": 3100.0,\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"8\",\r\n          \"name\": \"United Kingdom\",\r\n          \"type\": null\r\n        },\r\n        \"subsidiaryTaxRegNum\": null,\r\n        \"syncPartnerTeams\": null,\r\n        \"syncSalesTeams\": null,\r\n        \"tax2Total\": null,\r\n        \"taxDetailsList\": null,\r\n        \"taxDetailsOverride\": null,\r\n        \"taxItem\": null,\r\n        \"taxPointDate\": null,\r\n        \"taxRate\": null,\r\n        \"taxRegOverride\": null,\r\n        \"taxTotal\": 620.0,\r\n        \"terms\": null,\r\n        \"title\": null,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 3720.0,\r\n        \"totalCostEstimate\": 2000.0,\r\n        \"trackingNumbers\": null,\r\n        \"tranDate\": 1539990000,\r\n        \"tranId\": \"EST0000002\",\r\n        \"vatRegNum\": null,\r\n        \"visibleToCustomer\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accountingBookDetailList\": null,\r\n        \"altHandlingCost\": null,\r\n        \"altSalesTotal\": null,\r\n        \"altShippingCost\": null,\r\n        \"billAddressList\": null,\r\n        \"billingAddress\": {\r\n          \"addr1\": \"42 Hull Road\",\r\n          \"addr2\": null,\r\n          \"addr3\": null,\r\n          \"addrPhone\": \"079 1952 1359\",\r\n          \"addrText\": \"Lisa Freeman<br>42 Hull Road<br>PARC<br>LL23 5AZ<br>United Kingdom\",\r\n          \"addressee\": \"Lisa Freeman\",\r\n          \"attention\": null,\r\n          \"city\": \"PARC\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"260\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": null,\r\n          \"zip\": \"LL23 5AZ\"\r\n        },\r\n        \"billingSchedule\": null,\r\n        \"canHaveStackable\": false,\r\n        \"class\": null,\r\n        \"contribPct\": null,\r\n        \"createdDate\": 1543217840,\r\n        \"createdFrom\": null,\r\n        \"currency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"GBP\",\r\n          \"type\": null\r\n        },\r\n        \"currencyName\": \"GBP\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"342\",\r\n              \"scriptId\": \"custbody_document_date\",\r\n              \"value\": 1541030400\r\n            },\r\n            {\r\n              \"internalId\": \"1746\",\r\n              \"scriptId\": \"custbody_sii_article_61d\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1744\",\r\n              \"scriptId\": \"custbody_sii_article_72_73\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1653\",\r\n              \"scriptId\": \"custbody_sii_is_third_party\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1745\",\r\n              \"scriptId\": \"custbody_sii_not_reported_in_time\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1779\",\r\n              \"scriptId\": \"custbodyapply_addl_tax\",\r\n              \"value\": false\r\n            }\r\n          ]\r\n        },\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"discountItem\": null,\r\n        \"discountRate\": null,\r\n        \"discountTotal\": null,\r\n        \"dueDate\": 1545264000,\r\n        \"email\": null,\r\n        \"endDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"346\",\r\n          \"name\": \"C26 Lisa Freeman\",\r\n          \"type\": null\r\n        },\r\n        \"entityStatus\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"10\",\r\n          \"name\": \"Proposal\",\r\n          \"type\": null\r\n        },\r\n        \"entityTaxRegNum\": null,\r\n        \"estGrossProfit\": 1320.0,\r\n        \"estGrossProfitPercent\": 35.4839,\r\n        \"exchangeRate\": 1.0,\r\n        \"expectedCloseDate\": 1542672000,\r\n        \"externalId\": null,\r\n        \"fax\": null,\r\n        \"fob\": null,\r\n        \"forecastType\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"0\",\r\n          \"name\": \"Omitted\",\r\n          \"type\": null\r\n        },\r\n        \"handlingCost\": null,\r\n        \"handlingTax1Rate\": null,\r\n        \"handlingTax2Rate\": null,\r\n        \"handlingTaxCode\": null,\r\n        \"includeInForecast\": null,\r\n        \"internalId\": \"16885\",\r\n        \"isTaxable\": null,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"altSalesAmt\": null,\r\n              \"amount\": 3720.0,\r\n              \"chargeType\": null,\r\n              \"class\": null,\r\n              \"costEstimate\": 2400.0,\r\n              \"costEstimateType\": \"_averageCost\",\r\n              \"customFieldList\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"excludeFromRateRequest\": false,\r\n              \"expandItemGroup\": false,\r\n              \"expectedShipDate\": null,\r\n              \"fromJob\": null,\r\n              \"grossAmt\": 4464.0,\r\n              \"isEstimate\": null,\r\n              \"isTaxable\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"86\",\r\n                \"name\": \"APPAREL : Jacket : Lodge Jacket B-S\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"job\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"options\": null,\r\n              \"price\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\",\r\n                \"type\": null\r\n              },\r\n              \"quantity\": 12.0,\r\n              \"quantityAvailable\": null,\r\n              \"quantityOnHand\": null,\r\n              \"rate\": \"310.00\",\r\n              \"revRecTermInMonths\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"subscription\": null,\r\n              \"tax1Amt\": 744.0,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"job\": null,\r\n        \"lastModifiedDate\": 1541348449,\r\n        \"leadSource\": null,\r\n        \"linkedTrackingNumbers\": null,\r\n        \"location\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"10\",\r\n          \"name\": \"Birmingham\",\r\n          \"type\": null\r\n        },\r\n        \"memo\": null,\r\n        \"message\": null,\r\n        \"messageSel\": null,\r\n        \"nexus\": null,\r\n        \"nullFieldList\": null,\r\n        \"oneTime\": null,\r\n        \"opportunity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"16695\",\r\n          \"name\": \"Opportunity #OP0000016\",\r\n          \"type\": null\r\n        },\r\n        \"otherRefNum\": null,\r\n        \"partner\": null,\r\n        \"partnersList\": null,\r\n        \"probability\": 50.0,\r\n        \"promoCode\": null,\r\n        \"promotionsList\": null,\r\n        \"recurAnnually\": null,\r\n        \"recurMonthly\": null,\r\n        \"recurQuarterly\": null,\r\n        \"recurWeekly\": null,\r\n        \"salesGroup\": null,\r\n        \"salesRep\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"223\",\r\n          \"name\": \"Jamie Anthony\",\r\n          \"type\": null\r\n        },\r\n        \"salesTeamList\": null,\r\n        \"shipAddressList\": null,\r\n        \"shipDate\": null,\r\n        \"shipGroupList\": null,\r\n        \"shipIsResidential\": false,\r\n        \"shipMethod\": null,\r\n        \"shippingAddress\": {\r\n          \"addr1\": \"42 Hull Road\",\r\n          \"addr2\": null,\r\n          \"addr3\": null,\r\n          \"addrPhone\": \"079 1952 1359\",\r\n          \"addrText\": \"Lisa Freeman<br>42 Hull Road<br>PARC<br>LL23 5AZ<br>United Kingdom\",\r\n          \"addressee\": \"Lisa Freeman\",\r\n          \"attention\": null,\r\n          \"city\": \"PARC\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"260\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": null,\r\n          \"zip\": \"LL23 5AZ\"\r\n        },\r\n        \"shippingCost\": null,\r\n        \"shippingTax1Rate\": null,\r\n        \"shippingTax2Rate\": null,\r\n        \"shippingTaxCode\": null,\r\n        \"source\": null,\r\n        \"startDate\": null,\r\n        \"status\": \"Expired\",\r\n        \"subTotal\": 3720.0,\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"8\",\r\n          \"name\": \"United Kingdom\",\r\n          \"type\": null\r\n        },\r\n        \"subsidiaryTaxRegNum\": null,\r\n        \"syncPartnerTeams\": null,\r\n        \"syncSalesTeams\": null,\r\n        \"tax2Total\": null,\r\n        \"taxDetailsList\": null,\r\n        \"taxDetailsOverride\": null,\r\n        \"taxItem\": null,\r\n        \"taxPointDate\": null,\r\n        \"taxRate\": null,\r\n        \"taxRegOverride\": null,\r\n        \"taxTotal\": 744.0,\r\n        \"terms\": null,\r\n        \"title\": null,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 4464.0,\r\n        \"totalCostEstimate\": 2400.0,\r\n        \"trackingNumbers\": null,\r\n        \"tranDate\": 1541030400,\r\n        \"tranId\": \"EST0000003\",\r\n        \"vatRegNum\": null,\r\n        \"visibleToCustomer\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accountingBookDetailList\": null,\r\n        \"altHandlingCost\": null,\r\n        \"altSalesTotal\": null,\r\n        \"altShippingCost\": null,\r\n        \"billAddressList\": null,\r\n        \"billingAddress\": {\r\n          \"addr1\": \"20 Wenlock Terrace\",\r\n          \"addr2\": null,\r\n          \"addr3\": null,\r\n          \"addrPhone\": \"077 3197 3567\",\r\n          \"addrText\": \"Angerman Markets Company<br>20 Wenlock Terrace<br>PERSHORE<br>WR10 3ZR<br>United Kingdom\",\r\n          \"addressee\": \"Angerman Markets Company\",\r\n          \"attention\": null,\r\n          \"city\": \"PERSHORE\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"242\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": null,\r\n          \"zip\": \"WR10 3ZR\"\r\n        },\r\n        \"billingSchedule\": null,\r\n        \"canHaveStackable\": false,\r\n        \"class\": null,\r\n        \"contribPct\": null,\r\n        \"createdDate\": 1543218259,\r\n        \"createdFrom\": null,\r\n        \"currency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"GBP\",\r\n          \"type\": null\r\n        },\r\n        \"currencyName\": \"GBP\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"342\",\r\n              \"scriptId\": \"custbody_document_date\",\r\n              \"value\": 1542931200\r\n            },\r\n            {\r\n              \"internalId\": \"1746\",\r\n              \"scriptId\": \"custbody_sii_article_61d\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1744\",\r\n              \"scriptId\": \"custbody_sii_article_72_73\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1653\",\r\n              \"scriptId\": \"custbody_sii_is_third_party\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1745\",\r\n              \"scriptId\": \"custbody_sii_not_reported_in_time\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1779\",\r\n              \"scriptId\": \"custbodyapply_addl_tax\",\r\n              \"value\": false\r\n            }\r\n          ]\r\n        },\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"discountItem\": null,\r\n        \"discountRate\": null,\r\n        \"discountTotal\": null,\r\n        \"dueDate\": 1545868800,\r\n        \"email\": \"buy@angermanmarkets.com\",\r\n        \"endDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"328\",\r\n          \"name\": \"C8 Angerman Markets Company\",\r\n          \"type\": null\r\n        },\r\n        \"entityStatus\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"11\",\r\n          \"name\": \"In Negotiation\",\r\n          \"type\": null\r\n        },\r\n        \"entityTaxRegNum\": null,\r\n        \"estGrossProfit\": 1100.0,\r\n        \"estGrossProfitPercent\": 35.4839,\r\n        \"exchangeRate\": 1.0,\r\n        \"expectedCloseDate\": 1543536000,\r\n        \"externalId\": null,\r\n        \"fax\": null,\r\n        \"fob\": null,\r\n        \"forecastType\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"0\",\r\n          \"name\": \"Omitted\",\r\n          \"type\": null\r\n        },\r\n        \"handlingCost\": null,\r\n        \"handlingTax1Rate\": null,\r\n        \"handlingTax2Rate\": null,\r\n        \"handlingTaxCode\": null,\r\n        \"includeInForecast\": null,\r\n        \"internalId\": \"16887\",\r\n        \"isTaxable\": null,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"altSalesAmt\": null,\r\n              \"amount\": 1550.0,\r\n              \"chargeType\": null,\r\n              \"class\": null,\r\n              \"costEstimate\": 1000.0,\r\n              \"costEstimateType\": \"_averageCost\",\r\n              \"customFieldList\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"excludeFromRateRequest\": false,\r\n              \"expandItemGroup\": false,\r\n              \"expectedShipDate\": null,\r\n              \"fromJob\": null,\r\n              \"grossAmt\": 1860.0,\r\n              \"isEstimate\": null,\r\n              \"isTaxable\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"88\",\r\n                \"name\": \"APPAREL : Jacket : Lodge Jacket R-S\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"job\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"options\": null,\r\n              \"price\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\",\r\n                \"type\": null\r\n              },\r\n              \"quantity\": 5.0,\r\n              \"quantityAvailable\": null,\r\n              \"quantityOnHand\": null,\r\n              \"rate\": \"310.00\",\r\n              \"revRecTermInMonths\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"subscription\": null,\r\n              \"tax1Amt\": 310.0,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null\r\n            },\r\n            {\r\n              \"altSalesAmt\": null,\r\n              \"amount\": 1550.0,\r\n              \"chargeType\": null,\r\n              \"class\": null,\r\n              \"costEstimate\": 1000.0,\r\n              \"costEstimateType\": \"_averageCost\",\r\n              \"customFieldList\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"excludeFromRateRequest\": false,\r\n              \"expandItemGroup\": false,\r\n              \"expectedShipDate\": null,\r\n              \"fromJob\": null,\r\n              \"grossAmt\": 1860.0,\r\n              \"isEstimate\": null,\r\n              \"isTaxable\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"92\",\r\n                \"name\": \"APPAREL : Jacket : Lodge Jacket B-XS\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"job\": null,\r\n              \"line\": 2,\r\n              \"location\": null,\r\n              \"options\": null,\r\n              \"price\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\",\r\n                \"type\": null\r\n              },\r\n              \"quantity\": 5.0,\r\n              \"quantityAvailable\": null,\r\n              \"quantityOnHand\": null,\r\n              \"rate\": \"310.00\",\r\n              \"revRecTermInMonths\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"subscription\": null,\r\n              \"tax1Amt\": 310.0,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"job\": null,\r\n        \"lastModifiedDate\": 1541348449,\r\n        \"leadSource\": null,\r\n        \"linkedTrackingNumbers\": null,\r\n        \"location\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"9\",\r\n          \"name\": \"London\",\r\n          \"type\": null\r\n        },\r\n        \"memo\": null,\r\n        \"message\": null,\r\n        \"messageSel\": null,\r\n        \"nexus\": null,\r\n        \"nullFieldList\": null,\r\n        \"oneTime\": null,\r\n        \"opportunity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"16886\",\r\n          \"name\": \"Opportunity #OP0000020\",\r\n          \"type\": null\r\n        },\r\n        \"otherRefNum\": null,\r\n        \"partner\": null,\r\n        \"partnersList\": null,\r\n        \"probability\": 75.0,\r\n        \"promoCode\": null,\r\n        \"promotionsList\": null,\r\n        \"recurAnnually\": null,\r\n        \"recurMonthly\": null,\r\n        \"recurQuarterly\": null,\r\n        \"recurWeekly\": null,\r\n        \"salesGroup\": null,\r\n        \"salesRep\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"223\",\r\n          \"name\": \"Jamie Anthony\",\r\n          \"type\": null\r\n        },\r\n        \"salesTeamList\": null,\r\n        \"shipAddressList\": null,\r\n        \"shipDate\": null,\r\n        \"shipGroupList\": null,\r\n        \"shipIsResidential\": false,\r\n        \"shipMethod\": null,\r\n        \"shippingAddress\": {\r\n          \"addr1\": \"20 Wenlock Terrace\",\r\n          \"addr2\": null,\r\n          \"addr3\": null,\r\n          \"addrPhone\": \"077 3197 3567\",\r\n          \"addrText\": \"Angerman Markets Company<br>20 Wenlock Terrace<br>PERSHORE<br>WR10 3ZR<br>United Kingdom\",\r\n          \"addressee\": \"Angerman Markets Company\",\r\n          \"attention\": null,\r\n          \"city\": \"PERSHORE\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"242\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": null,\r\n          \"zip\": \"WR10 3ZR\"\r\n        },\r\n        \"shippingCost\": null,\r\n        \"shippingTax1Rate\": null,\r\n        \"shippingTax2Rate\": null,\r\n        \"shippingTaxCode\": null,\r\n        \"source\": null,\r\n        \"startDate\": null,\r\n        \"status\": \"Expired\",\r\n        \"subTotal\": 3100.0,\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"8\",\r\n          \"name\": \"United Kingdom\",\r\n          \"type\": null\r\n        },\r\n        \"subsidiaryTaxRegNum\": null,\r\n        \"syncPartnerTeams\": null,\r\n        \"syncSalesTeams\": null,\r\n        \"tax2Total\": null,\r\n        \"taxDetailsList\": null,\r\n        \"taxDetailsOverride\": null,\r\n        \"taxItem\": null,\r\n        \"taxPointDate\": null,\r\n        \"taxRate\": null,\r\n        \"taxRegOverride\": null,\r\n        \"taxTotal\": 620.0,\r\n        \"terms\": null,\r\n        \"title\": null,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 3720.0,\r\n        \"totalCostEstimate\": 2000.0,\r\n        \"trackingNumbers\": null,\r\n        \"tranDate\": 1543190400,\r\n        \"tranId\": \"EST0000004\",\r\n        \"vatRegNum\": null,\r\n        \"visibleToCustomer\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accountingBookDetailList\": null,\r\n        \"altHandlingCost\": null,\r\n        \"altSalesTotal\": null,\r\n        \"altShippingCost\": null,\r\n        \"billAddressList\": null,\r\n        \"billingAddress\": {\r\n          \"addr1\": \"90 Telford Street\",\r\n          \"addr2\": null,\r\n          \"addr3\": null,\r\n          \"addrPhone\": \"070 5230 1307\",\r\n          \"addrText\": \"Kamps Electric Systems<br>90 Telford Street<br>BARDSLEY<br>OL8 3GL<br>United Kingdom\",\r\n          \"addressee\": \"Kamps Electric Systems\",\r\n          \"attention\": null,\r\n          \"city\": \"BARDSLEY\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"254\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": null,\r\n          \"zip\": \"OL8 3GL\"\r\n        },\r\n        \"billingSchedule\": null,\r\n        \"canHaveStackable\": false,\r\n        \"class\": null,\r\n        \"contribPct\": null,\r\n        \"createdDate\": 1543219118,\r\n        \"createdFrom\": null,\r\n        \"currency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"GBP\",\r\n          \"type\": null\r\n        },\r\n        \"currencyName\": \"GBP\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"342\",\r\n              \"scriptId\": \"custbody_document_date\",\r\n              \"value\": 1535756400\r\n            },\r\n            {\r\n              \"internalId\": \"1746\",\r\n              \"scriptId\": \"custbody_sii_article_61d\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1744\",\r\n              \"scriptId\": \"custbody_sii_article_72_73\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1653\",\r\n              \"scriptId\": \"custbody_sii_is_third_party\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1745\",\r\n              \"scriptId\": \"custbody_sii_not_reported_in_time\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1779\",\r\n              \"scriptId\": \"custbodyapply_addl_tax\",\r\n              \"value\": false\r\n            }\r\n          ]\r\n        },\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"discountItem\": null,\r\n        \"discountRate\": null,\r\n        \"discountTotal\": null,\r\n        \"dueDate\": 1545868800,\r\n        \"email\": \"buy@kampselectric.com\",\r\n        \"endDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"340\",\r\n          \"name\": \"C20 Kamps Electric Systems\",\r\n          \"type\": null\r\n        },\r\n        \"entityStatus\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"13\",\r\n          \"name\": \"Closed Won\",\r\n          \"type\": null\r\n        },\r\n        \"entityTaxRegNum\": null,\r\n        \"estGrossProfit\": 660.0,\r\n        \"estGrossProfitPercent\": 24.4444,\r\n        \"exchangeRate\": 1.0,\r\n        \"expectedCloseDate\": 1538262000,\r\n        \"externalId\": null,\r\n        \"fax\": null,\r\n        \"fob\": null,\r\n        \"forecastType\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"0\",\r\n          \"name\": \"Omitted\",\r\n          \"type\": null\r\n        },\r\n        \"handlingCost\": null,\r\n        \"handlingTax1Rate\": null,\r\n        \"handlingTax2Rate\": null,\r\n        \"handlingTaxCode\": null,\r\n        \"includeInForecast\": null,\r\n        \"internalId\": \"16888\",\r\n        \"isTaxable\": null,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"altSalesAmt\": null,\r\n              \"amount\": 2700.0,\r\n              \"chargeType\": null,\r\n              \"class\": null,\r\n              \"costEstimate\": 2040.0,\r\n              \"costEstimateType\": \"_averageCost\",\r\n              \"customFieldList\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"excludeFromRateRequest\": false,\r\n              \"expandItemGroup\": false,\r\n              \"expectedShipDate\": null,\r\n              \"fromJob\": null,\r\n              \"grossAmt\": 3240.0,\r\n              \"isEstimate\": null,\r\n              \"isTaxable\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"106\",\r\n                \"name\": \"LAPTOPS : ASUS Zenbook UX3015CA\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"job\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"options\": null,\r\n              \"price\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\",\r\n                \"type\": null\r\n              },\r\n              \"quantity\": 3.0,\r\n              \"quantityAvailable\": null,\r\n              \"quantityOnHand\": null,\r\n              \"rate\": \"900.00\",\r\n              \"revRecTermInMonths\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"subscription\": null,\r\n              \"tax1Amt\": 540.0,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"job\": null,\r\n        \"lastModifiedDate\": 1541348442,\r\n        \"leadSource\": null,\r\n        \"linkedTrackingNumbers\": null,\r\n        \"location\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"11\",\r\n          \"name\": \"Manchester\",\r\n          \"type\": null\r\n        },\r\n        \"memo\": null,\r\n        \"message\": null,\r\n        \"messageSel\": null,\r\n        \"nexus\": null,\r\n        \"nullFieldList\": null,\r\n        \"oneTime\": null,\r\n        \"opportunity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"16784\",\r\n          \"name\": \"Opportunity #OP0000018\",\r\n          \"type\": null\r\n        },\r\n        \"otherRefNum\": null,\r\n        \"partner\": null,\r\n        \"partnersList\": null,\r\n        \"probability\": 100.0,\r\n        \"promoCode\": null,\r\n        \"promotionsList\": null,\r\n        \"recurAnnually\": null,\r\n        \"recurMonthly\": null,\r\n        \"recurQuarterly\": null,\r\n        \"recurWeekly\": null,\r\n        \"salesGroup\": null,\r\n        \"salesRep\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"223\",\r\n          \"name\": \"Jamie Anthony\",\r\n          \"type\": null\r\n        },\r\n        \"salesTeamList\": null,\r\n        \"shipAddressList\": null,\r\n        \"shipDate\": null,\r\n        \"shipGroupList\": null,\r\n        \"shipIsResidential\": false,\r\n        \"shipMethod\": null,\r\n        \"shippingAddress\": {\r\n          \"addr1\": \"90 Telford Street\",\r\n          \"addr2\": null,\r\n          \"addr3\": null,\r\n          \"addrPhone\": \"070 5230 1307\",\r\n          \"addrText\": \"Kamps Electric Systems<br>90 Telford Street<br>BARDSLEY<br>OL8 3GL<br>United Kingdom\",\r\n          \"addressee\": \"Kamps Electric Systems\",\r\n          \"attention\": null,\r\n          \"city\": \"BARDSLEY\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"254\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": null,\r\n          \"zip\": \"OL8 3GL\"\r\n        },\r\n        \"shippingCost\": null,\r\n        \"shippingTax1Rate\": null,\r\n        \"shippingTax2Rate\": null,\r\n        \"shippingTaxCode\": null,\r\n        \"source\": null,\r\n        \"startDate\": null,\r\n        \"status\": \"Processed\",\r\n        \"subTotal\": 2700.0,\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"8\",\r\n          \"name\": \"United Kingdom\",\r\n          \"type\": null\r\n        },\r\n        \"subsidiaryTaxRegNum\": null,\r\n        \"syncPartnerTeams\": null,\r\n        \"syncSalesTeams\": null,\r\n        \"tax2Total\": null,\r\n        \"taxDetailsList\": null,\r\n        \"taxDetailsOverride\": null,\r\n        \"taxItem\": null,\r\n        \"taxPointDate\": null,\r\n        \"taxRate\": null,\r\n        \"taxRegOverride\": null,\r\n        \"taxTotal\": 540.0,\r\n        \"terms\": null,\r\n        \"title\": null,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 3240.0,\r\n        \"totalCostEstimate\": 2040.0,\r\n        \"trackingNumbers\": null,\r\n        \"tranDate\": 1535756400,\r\n        \"tranId\": \"EST0000005\",\r\n        \"vatRegNum\": null,\r\n        \"visibleToCustomer\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_TSTDRV2039248_1230201914540431212070646424_5368e\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 7,\r\n  \"totalRecords\": 33\r\n}"}],"_postman_id":"cb05f9b1-bd95-47c4-8044-0a5f55a94bdf"},{"name":"Retrieve estimates by search ID","id":"cf6524c7-2fc5-4903-8376-38467b0eedf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/estimate?searchId=WEBSERVICES_TSTDRV2039248_1230201914540431212070646424_5368e&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","estimate"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_TSTDRV2039248_1230201914540431212070646424_5368e"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"11540c6a-4935-4fd1-9bd8-cab02b795b5c","name":"Retrieve estimates by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/estimate?searchId=WEBSERVICES_TSTDRV2039248_1230201914540431212070646424_5368e&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","estimate"],"query":[{"key":"searchId","value":"WEBSERVICES_TSTDRV2039248_1230201914540431212070646424_5368e"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:45:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173991"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 2,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"accountingBookDetailList\": null,\r\n        \"altHandlingCost\": null,\r\n        \"altSalesTotal\": null,\r\n        \"altShippingCost\": null,\r\n        \"billAddressList\": null,\r\n        \"billingAddress\": {\r\n          \"addr1\": \"25 George Street\",\r\n          \"addr2\": null,\r\n          \"addr3\": null,\r\n          \"addrPhone\": \"070 1462 9852\",\r\n          \"addrText\": \"ACM Group<br>25 George Street<br>BRUTON<br>BA10 7NF<br>United Kingdom\",\r\n          \"addressee\": \"ACM Group\",\r\n          \"attention\": null,\r\n          \"city\": \"BRUTON\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"237\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": null,\r\n          \"zip\": \"BA10 7NF\"\r\n        },\r\n        \"billingSchedule\": null,\r\n        \"canHaveStackable\": false,\r\n        \"class\": null,\r\n        \"contribPct\": null,\r\n        \"createdDate\": 1543219133,\r\n        \"createdFrom\": null,\r\n        \"currency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"GBP\",\r\n          \"type\": null\r\n        },\r\n        \"currencyName\": \"GBP\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"342\",\r\n              \"scriptId\": \"custbody_document_date\",\r\n              \"value\": 1527807600\r\n            },\r\n            {\r\n              \"internalId\": \"1746\",\r\n              \"scriptId\": \"custbody_sii_article_61d\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1744\",\r\n              \"scriptId\": \"custbody_sii_article_72_73\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1653\",\r\n              \"scriptId\": \"custbody_sii_is_third_party\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1745\",\r\n              \"scriptId\": \"custbody_sii_not_reported_in_time\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1779\",\r\n              \"scriptId\": \"custbodyapply_addl_tax\",\r\n              \"value\": false\r\n            }\r\n          ]\r\n        },\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"discountItem\": null,\r\n        \"discountRate\": null,\r\n        \"discountTotal\": null,\r\n        \"dueDate\": 1545868800,\r\n        \"email\": \"purchasing@ACM.com\",\r\n        \"endDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"323\",\r\n          \"name\": \"C3 ACM Group\",\r\n          \"type\": null\r\n        },\r\n        \"entityStatus\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"13\",\r\n          \"name\": \"Closed Won\",\r\n          \"type\": null\r\n        },\r\n        \"entityTaxRegNum\": null,\r\n        \"estGrossProfit\": 456.5,\r\n        \"estGrossProfitPercent\": 37.2653,\r\n        \"exchangeRate\": 1.0,\r\n        \"expectedCloseDate\": 1530313200,\r\n        \"externalId\": null,\r\n        \"fax\": null,\r\n        \"fob\": null,\r\n        \"forecastType\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"0\",\r\n          \"name\": \"Omitted\",\r\n          \"type\": null\r\n        },\r\n        \"handlingCost\": null,\r\n        \"handlingTax1Rate\": null,\r\n        \"handlingTax2Rate\": null,\r\n        \"handlingTaxCode\": null,\r\n        \"includeInForecast\": null,\r\n        \"internalId\": \"16893\",\r\n        \"isTaxable\": null,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"altSalesAmt\": null,\r\n              \"amount\": 1225.0,\r\n              \"chargeType\": null,\r\n              \"class\": null,\r\n              \"costEstimate\": 768.5,\r\n              \"costEstimateType\": \"_averageCost\",\r\n              \"customFieldList\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"excludeFromRateRequest\": false,\r\n              \"expandItemGroup\": false,\r\n              \"expectedShipDate\": null,\r\n              \"fromJob\": null,\r\n              \"grossAmt\": 1470.0,\r\n              \"isEstimate\": null,\r\n              \"isTaxable\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"111\",\r\n                \"name\": \"HOME FURNITURE : Bedroom : Hallmark Night Stand\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"job\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"options\": null,\r\n              \"price\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\",\r\n                \"type\": null\r\n              },\r\n              \"quantity\": 5.0,\r\n              \"quantityAvailable\": null,\r\n              \"quantityOnHand\": null,\r\n              \"rate\": \"245.00\",\r\n              \"revRecTermInMonths\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"subscription\": null,\r\n              \"tax1Amt\": 245.0,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"job\": null,\r\n        \"lastModifiedDate\": 1541348434,\r\n        \"leadSource\": null,\r\n        \"linkedTrackingNumbers\": null,\r\n        \"location\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"9\",\r\n          \"name\": \"London\",\r\n          \"type\": null\r\n        },\r\n        \"memo\": null,\r\n        \"message\": null,\r\n        \"messageSel\": null,\r\n        \"nexus\": null,\r\n        \"nullFieldList\": null,\r\n        \"oneTime\": null,\r\n        \"opportunity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"16783\",\r\n          \"name\": \"Opportunity #OP0000017\",\r\n          \"type\": null\r\n        },\r\n        \"otherRefNum\": null,\r\n        \"partner\": null,\r\n        \"partnersList\": null,\r\n        \"probability\": 100.0,\r\n        \"promoCode\": null,\r\n        \"promotionsList\": null,\r\n        \"recurAnnually\": null,\r\n        \"recurMonthly\": null,\r\n        \"recurQuarterly\": null,\r\n        \"recurWeekly\": null,\r\n        \"salesGroup\": null,\r\n        \"salesRep\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"223\",\r\n          \"name\": \"Jamie Anthony\",\r\n          \"type\": null\r\n        },\r\n        \"salesTeamList\": null,\r\n        \"shipAddressList\": null,\r\n        \"shipDate\": null,\r\n        \"shipGroupList\": null,\r\n        \"shipIsResidential\": false,\r\n        \"shipMethod\": null,\r\n        \"shippingAddress\": {\r\n          \"addr1\": \"25 George Street\",\r\n          \"addr2\": null,\r\n          \"addr3\": null,\r\n          \"addrPhone\": \"070 1462 9852\",\r\n          \"addrText\": \"ACM Group<br>25 George Street<br>BRUTON<br>BA10 7NF<br>United Kingdom\",\r\n          \"addressee\": \"ACM Group\",\r\n          \"attention\": null,\r\n          \"city\": \"BRUTON\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"237\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": null,\r\n          \"zip\": \"BA10 7NF\"\r\n        },\r\n        \"shippingCost\": null,\r\n        \"shippingTax1Rate\": null,\r\n        \"shippingTax2Rate\": null,\r\n        \"shippingTaxCode\": null,\r\n        \"source\": null,\r\n        \"startDate\": null,\r\n        \"status\": \"Processed\",\r\n        \"subTotal\": 1225.0,\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"8\",\r\n          \"name\": \"United Kingdom\",\r\n          \"type\": null\r\n        },\r\n        \"subsidiaryTaxRegNum\": null,\r\n        \"syncPartnerTeams\": null,\r\n        \"syncSalesTeams\": null,\r\n        \"tax2Total\": null,\r\n        \"taxDetailsList\": null,\r\n        \"taxDetailsOverride\": null,\r\n        \"taxItem\": null,\r\n        \"taxPointDate\": null,\r\n        \"taxRate\": null,\r\n        \"taxRegOverride\": null,\r\n        \"taxTotal\": 245.0,\r\n        \"terms\": null,\r\n        \"title\": null,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 1470.0,\r\n        \"totalCostEstimate\": 768.5,\r\n        \"trackingNumbers\": null,\r\n        \"tranDate\": 1527807600,\r\n        \"tranId\": \"EST0000006\",\r\n        \"vatRegNum\": null,\r\n        \"visibleToCustomer\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accountingBookDetailList\": null,\r\n        \"altHandlingCost\": null,\r\n        \"altSalesTotal\": null,\r\n        \"altShippingCost\": null,\r\n        \"billAddressList\": null,\r\n        \"billingAddress\": {\r\n          \"addr1\": \"49 Lincoln Green Lane\",\r\n          \"addr2\": null,\r\n          \"addr3\": null,\r\n          \"addrPhone\": \"078 0548 6366\",\r\n          \"addrText\": \"Karen Gibson<br>49 Lincoln Green Lane<br>CHORLTON LANE<br>SY14 0XE<br>United Kingdom\",\r\n          \"addressee\": \"Karen Gibson\",\r\n          \"attention\": null,\r\n          \"city\": \"CHORLTON LANE\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"263\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": null,\r\n          \"zip\": \"SY14 0XE\"\r\n        },\r\n        \"billingSchedule\": null,\r\n        \"canHaveStackable\": false,\r\n        \"class\": null,\r\n        \"contribPct\": null,\r\n        \"createdDate\": 1543219139,\r\n        \"createdFrom\": null,\r\n        \"currency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"GBP\",\r\n          \"type\": null\r\n        },\r\n        \"currencyName\": \"GBP\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"342\",\r\n              \"scriptId\": \"custbody_document_date\",\r\n              \"value\": 1534719600\r\n            },\r\n            {\r\n              \"internalId\": \"1746\",\r\n              \"scriptId\": \"custbody_sii_article_61d\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1744\",\r\n              \"scriptId\": \"custbody_sii_article_72_73\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1653\",\r\n              \"scriptId\": \"custbody_sii_is_third_party\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1745\",\r\n              \"scriptId\": \"custbody_sii_not_reported_in_time\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1779\",\r\n              \"scriptId\": \"custbodyapply_addl_tax\",\r\n              \"value\": false\r\n            }\r\n          ]\r\n        },\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"discountItem\": null,\r\n        \"discountRate\": null,\r\n        \"discountTotal\": null,\r\n        \"dueDate\": 1545868800,\r\n        \"email\": null,\r\n        \"endDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"349\",\r\n          \"name\": \"C29 Karen Gibson\",\r\n          \"type\": null\r\n        },\r\n        \"entityStatus\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"13\",\r\n          \"name\": \"Closed Won\",\r\n          \"type\": null\r\n        },\r\n        \"entityTaxRegNum\": null,\r\n        \"estGrossProfit\": 770.0,\r\n        \"estGrossProfitPercent\": 35.4839,\r\n        \"exchangeRate\": 1.0,\r\n        \"expectedCloseDate\": 1535151600,\r\n        \"externalId\": null,\r\n        \"fax\": null,\r\n        \"fob\": null,\r\n        \"forecastType\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"0\",\r\n          \"name\": \"Omitted\",\r\n          \"type\": null\r\n        },\r\n        \"handlingCost\": null,\r\n        \"handlingTax1Rate\": null,\r\n        \"handlingTax2Rate\": null,\r\n        \"handlingTaxCode\": null,\r\n        \"includeInForecast\": null,\r\n        \"internalId\": \"16898\",\r\n        \"isTaxable\": null,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"altSalesAmt\": null,\r\n              \"amount\": 2170.0,\r\n              \"chargeType\": null,\r\n              \"class\": null,\r\n              \"costEstimate\": 1400.0,\r\n              \"costEstimateType\": \"_averageCost\",\r\n              \"customFieldList\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"excludeFromRateRequest\": false,\r\n              \"expandItemGroup\": false,\r\n              \"expectedShipDate\": null,\r\n              \"fromJob\": null,\r\n              \"grossAmt\": 2604.0,\r\n              \"isEstimate\": null,\r\n              \"isTaxable\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"84\",\r\n                \"name\": \"APPAREL : Jacket : Lodge Jacket G-M\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"job\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"options\": null,\r\n              \"price\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\",\r\n                \"type\": null\r\n              },\r\n              \"quantity\": 7.0,\r\n              \"quantityAvailable\": null,\r\n              \"quantityOnHand\": null,\r\n              \"rate\": \"310.00\",\r\n              \"revRecTermInMonths\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"subscription\": null,\r\n              \"tax1Amt\": 434.0,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"job\": null,\r\n        \"lastModifiedDate\": 1541348439,\r\n        \"leadSource\": null,\r\n        \"linkedTrackingNumbers\": null,\r\n        \"location\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"9\",\r\n          \"name\": \"London\",\r\n          \"type\": null\r\n        },\r\n        \"memo\": null,\r\n        \"message\": null,\r\n        \"messageSel\": null,\r\n        \"nexus\": null,\r\n        \"nullFieldList\": null,\r\n        \"oneTime\": null,\r\n        \"opportunity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"16688\",\r\n          \"name\": \"Opportunity #OP0000009\",\r\n          \"type\": null\r\n        },\r\n        \"otherRefNum\": null,\r\n        \"partner\": null,\r\n        \"partnersList\": null,\r\n        \"probability\": 100.0,\r\n        \"promoCode\": null,\r\n        \"promotionsList\": null,\r\n        \"recurAnnually\": null,\r\n        \"recurMonthly\": null,\r\n        \"recurQuarterly\": null,\r\n        \"recurWeekly\": null,\r\n        \"salesGroup\": null,\r\n        \"salesRep\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"223\",\r\n          \"name\": \"Jamie Anthony\",\r\n          \"type\": null\r\n        },\r\n        \"salesTeamList\": null,\r\n        \"shipAddressList\": null,\r\n        \"shipDate\": null,\r\n        \"shipGroupList\": null,\r\n        \"shipIsResidential\": false,\r\n        \"shipMethod\": null,\r\n        \"shippingAddress\": {\r\n          \"addr1\": \"49 Lincoln Green Lane\",\r\n          \"addr2\": null,\r\n          \"addr3\": null,\r\n          \"addrPhone\": \"078 0548 6366\",\r\n          \"addrText\": \"Karen Gibson<br>49 Lincoln Green Lane<br>CHORLTON LANE<br>SY14 0XE<br>United Kingdom\",\r\n          \"addressee\": \"Karen Gibson\",\r\n          \"attention\": null,\r\n          \"city\": \"CHORLTON LANE\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"263\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": null,\r\n          \"zip\": \"SY14 0XE\"\r\n        },\r\n        \"shippingCost\": null,\r\n        \"shippingTax1Rate\": null,\r\n        \"shippingTax2Rate\": null,\r\n        \"shippingTaxCode\": null,\r\n        \"source\": null,\r\n        \"startDate\": null,\r\n        \"status\": \"Processed\",\r\n        \"subTotal\": 2170.0,\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"8\",\r\n          \"name\": \"United Kingdom\",\r\n          \"type\": null\r\n        },\r\n        \"subsidiaryTaxRegNum\": null,\r\n        \"syncPartnerTeams\": null,\r\n        \"syncSalesTeams\": null,\r\n        \"tax2Total\": null,\r\n        \"taxDetailsList\": null,\r\n        \"taxDetailsOverride\": null,\r\n        \"taxItem\": null,\r\n        \"taxPointDate\": null,\r\n        \"taxRate\": null,\r\n        \"taxRegOverride\": null,\r\n        \"taxTotal\": 434.0,\r\n        \"terms\": null,\r\n        \"title\": null,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 2604.0,\r\n        \"totalCostEstimate\": 1400.0,\r\n        \"trackingNumbers\": null,\r\n        \"tranDate\": 1534719600,\r\n        \"tranId\": \"EST0000007\",\r\n        \"vatRegNum\": null,\r\n        \"visibleToCustomer\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accountingBookDetailList\": null,\r\n        \"altHandlingCost\": null,\r\n        \"altSalesTotal\": null,\r\n        \"altShippingCost\": null,\r\n        \"billAddressList\": null,\r\n        \"billingAddress\": {\r\n          \"addr1\": \"62 Souterhead Road\",\r\n          \"addr2\": null,\r\n          \"addr3\": null,\r\n          \"addrPhone\": \"077 1058 1112\",\r\n          \"addrText\": \"Cooper Industries<br>62 Souterhead Road<br>LOWER BOSCASWELL<br>TR19 1FS<br>United Kingdom\",\r\n          \"addressee\": \"Cooper Industries\",\r\n          \"attention\": null,\r\n          \"city\": \"LOWER BOSCASWELL\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"245\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": null,\r\n          \"zip\": \"TR19 1FS\"\r\n        },\r\n        \"billingSchedule\": null,\r\n        \"canHaveStackable\": false,\r\n        \"class\": null,\r\n        \"contribPct\": null,\r\n        \"createdDate\": 1543219145,\r\n        \"createdFrom\": null,\r\n        \"currency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"GBP\",\r\n          \"type\": null\r\n        },\r\n        \"currencyName\": \"GBP\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"342\",\r\n              \"scriptId\": \"custbody_document_date\",\r\n              \"value\": 1533164400\r\n            },\r\n            {\r\n              \"internalId\": \"1746\",\r\n              \"scriptId\": \"custbody_sii_article_61d\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1744\",\r\n              \"scriptId\": \"custbody_sii_article_72_73\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1653\",\r\n              \"scriptId\": \"custbody_sii_is_third_party\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1745\",\r\n              \"scriptId\": \"custbody_sii_not_reported_in_time\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1779\",\r\n              \"scriptId\": \"custbodyapply_addl_tax\",\r\n              \"value\": false\r\n            }\r\n          ]\r\n        },\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"discountItem\": null,\r\n        \"discountRate\": null,\r\n        \"discountTotal\": null,\r\n        \"dueDate\": 1545868800,\r\n        \"email\": \"procure@cooper.com\",\r\n        \"endDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"331\",\r\n          \"name\": \"C11 Cooper Industries\",\r\n          \"type\": null\r\n        },\r\n        \"entityStatus\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"13\",\r\n          \"name\": \"Closed Won\",\r\n          \"type\": null\r\n        },\r\n        \"entityTaxRegNum\": null,\r\n        \"estGrossProfit\": 229.5,\r\n        \"estGrossProfitPercent\": 33.7748,\r\n        \"exchangeRate\": 1.0,\r\n        \"expectedCloseDate\": 1535151600,\r\n        \"externalId\": null,\r\n        \"fax\": null,\r\n        \"fob\": null,\r\n        \"forecastType\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"0\",\r\n          \"name\": \"Omitted\",\r\n          \"type\": null\r\n        },\r\n        \"handlingCost\": null,\r\n        \"handlingTax1Rate\": null,\r\n        \"handlingTax2Rate\": null,\r\n        \"handlingTaxCode\": null,\r\n        \"includeInForecast\": null,\r\n        \"internalId\": \"16903\",\r\n        \"isTaxable\": null,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"altSalesAmt\": null,\r\n              \"amount\": 679.5,\r\n              \"chargeType\": null,\r\n              \"class\": null,\r\n              \"costEstimate\": 450.0,\r\n              \"costEstimateType\": \"_averageCost\",\r\n              \"customFieldList\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"excludeFromRateRequest\": false,\r\n              \"expandItemGroup\": false,\r\n              \"expectedShipDate\": null,\r\n              \"fromJob\": null,\r\n              \"grossAmt\": 815.4,\r\n              \"isEstimate\": null,\r\n              \"isTaxable\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"109\",\r\n                \"name\": \"HOME FURNITURE : Dining : Padded Folding Chair\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"job\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"options\": null,\r\n              \"price\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\",\r\n                \"type\": null\r\n              },\r\n              \"quantity\": 5.0,\r\n              \"quantityAvailable\": null,\r\n              \"quantityOnHand\": null,\r\n              \"rate\": \"135.90\",\r\n              \"revRecTermInMonths\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"subscription\": null,\r\n              \"tax1Amt\": 135.9,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"job\": null,\r\n        \"lastModifiedDate\": 1541348439,\r\n        \"leadSource\": null,\r\n        \"linkedTrackingNumbers\": null,\r\n        \"location\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"11\",\r\n          \"name\": \"Manchester\",\r\n          \"type\": null\r\n        },\r\n        \"memo\": null,\r\n        \"message\": null,\r\n        \"messageSel\": null,\r\n        \"nexus\": null,\r\n        \"nullFieldList\": null,\r\n        \"oneTime\": null,\r\n        \"opportunity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"16686\",\r\n          \"name\": \"Opportunity #OP0000007\",\r\n          \"type\": null\r\n        },\r\n        \"otherRefNum\": null,\r\n        \"partner\": null,\r\n        \"partnersList\": null,\r\n        \"probability\": 100.0,\r\n        \"promoCode\": null,\r\n        \"promotionsList\": null,\r\n        \"recurAnnually\": null,\r\n        \"recurMonthly\": null,\r\n        \"recurQuarterly\": null,\r\n        \"recurWeekly\": null,\r\n        \"salesGroup\": null,\r\n        \"salesRep\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"223\",\r\n          \"name\": \"Jamie Anthony\",\r\n          \"type\": null\r\n        },\r\n        \"salesTeamList\": null,\r\n        \"shipAddressList\": null,\r\n        \"shipDate\": null,\r\n        \"shipGroupList\": null,\r\n        \"shipIsResidential\": false,\r\n        \"shipMethod\": null,\r\n        \"shippingAddress\": {\r\n          \"addr1\": \"62 Souterhead Road\",\r\n          \"addr2\": null,\r\n          \"addr3\": null,\r\n          \"addrPhone\": \"077 1058 1112\",\r\n          \"addrText\": \"Cooper Industries<br>62 Souterhead Road<br>LOWER BOSCASWELL<br>TR19 1FS<br>United Kingdom\",\r\n          \"addressee\": \"Cooper Industries\",\r\n          \"attention\": null,\r\n          \"city\": \"LOWER BOSCASWELL\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"245\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": null,\r\n          \"zip\": \"TR19 1FS\"\r\n        },\r\n        \"shippingCost\": null,\r\n        \"shippingTax1Rate\": null,\r\n        \"shippingTax2Rate\": null,\r\n        \"shippingTaxCode\": null,\r\n        \"source\": null,\r\n        \"startDate\": null,\r\n        \"status\": \"Processed\",\r\n        \"subTotal\": 679.5,\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"8\",\r\n          \"name\": \"United Kingdom\",\r\n          \"type\": null\r\n        },\r\n        \"subsidiaryTaxRegNum\": null,\r\n        \"syncPartnerTeams\": null,\r\n        \"syncSalesTeams\": null,\r\n        \"tax2Total\": null,\r\n        \"taxDetailsList\": null,\r\n        \"taxDetailsOverride\": null,\r\n        \"taxItem\": null,\r\n        \"taxPointDate\": null,\r\n        \"taxRate\": null,\r\n        \"taxRegOverride\": null,\r\n        \"taxTotal\": 135.9,\r\n        \"terms\": null,\r\n        \"title\": null,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 815.4,\r\n        \"totalCostEstimate\": 450.0,\r\n        \"trackingNumbers\": null,\r\n        \"tranDate\": 1533164400,\r\n        \"tranId\": \"EST0000008\",\r\n        \"vatRegNum\": null,\r\n        \"visibleToCustomer\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accountingBookDetailList\": null,\r\n        \"altHandlingCost\": null,\r\n        \"altSalesTotal\": null,\r\n        \"altShippingCost\": null,\r\n        \"billAddressList\": null,\r\n        \"billingAddress\": {\r\n          \"addr1\": \"97 Grenoble Road\",\r\n          \"addr2\": null,\r\n          \"addr3\": null,\r\n          \"addrPhone\": \"070 1451 2548\",\r\n          \"addrText\": \"Heckler & Koch<br>97 Grenoble Road<br>BRIDGE<br>CT4 8FG<br>United Kingdom\",\r\n          \"addressee\": \"Heckler & Koch\",\r\n          \"attention\": null,\r\n          \"city\": \"BRIDGE\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"252\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": null,\r\n          \"zip\": \"CT4 8FG\"\r\n        },\r\n        \"billingSchedule\": null,\r\n        \"canHaveStackable\": false,\r\n        \"class\": null,\r\n        \"contribPct\": null,\r\n        \"createdDate\": 1543219151,\r\n        \"createdFrom\": null,\r\n        \"currency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"GBP\",\r\n          \"type\": null\r\n        },\r\n        \"currencyName\": \"GBP\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"342\",\r\n              \"scriptId\": \"custbody_document_date\",\r\n              \"value\": 1530399600\r\n            },\r\n            {\r\n              \"internalId\": \"1746\",\r\n              \"scriptId\": \"custbody_sii_article_61d\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1744\",\r\n              \"scriptId\": \"custbody_sii_article_72_73\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1653\",\r\n              \"scriptId\": \"custbody_sii_is_third_party\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1745\",\r\n              \"scriptId\": \"custbody_sii_not_reported_in_time\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1779\",\r\n              \"scriptId\": \"custbodyapply_addl_tax\",\r\n              \"value\": false\r\n            }\r\n          ]\r\n        },\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"discountItem\": null,\r\n        \"discountRate\": null,\r\n        \"discountTotal\": null,\r\n        \"dueDate\": 1545868800,\r\n        \"email\": \"pur@hecklerkoch.com\",\r\n        \"endDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"338\",\r\n          \"name\": \"C18 Heckler & Koch\",\r\n          \"type\": null\r\n        },\r\n        \"entityStatus\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"13\",\r\n          \"name\": \"Closed Won\",\r\n          \"type\": null\r\n        },\r\n        \"entityTaxRegNum\": null,\r\n        \"estGrossProfit\": 570.0,\r\n        \"estGrossProfitPercent\": 22.8916,\r\n        \"exchangeRate\": 1.0,\r\n        \"expectedCloseDate\": 1532041200,\r\n        \"externalId\": null,\r\n        \"fax\": null,\r\n        \"fob\": null,\r\n        \"forecastType\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"0\",\r\n          \"name\": \"Omitted\",\r\n          \"type\": null\r\n        },\r\n        \"handlingCost\": null,\r\n        \"handlingTax1Rate\": null,\r\n        \"handlingTax2Rate\": null,\r\n        \"handlingTaxCode\": null,\r\n        \"includeInForecast\": null,\r\n        \"internalId\": \"16908\",\r\n        \"isTaxable\": null,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"altSalesAmt\": null,\r\n              \"amount\": 2490.0,\r\n              \"chargeType\": null,\r\n              \"class\": null,\r\n              \"costEstimate\": 1920.0,\r\n              \"costEstimateType\": \"_averageCost\",\r\n              \"customFieldList\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"excludeFromRateRequest\": false,\r\n              \"expandItemGroup\": false,\r\n              \"expectedShipDate\": null,\r\n              \"fromJob\": null,\r\n              \"grossAmt\": 2988.0,\r\n              \"isEstimate\": null,\r\n              \"isTaxable\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"105\",\r\n                \"name\": \"LAPTOPS : Lenovo XPS 13\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"job\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"options\": null,\r\n              \"price\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\",\r\n                \"type\": null\r\n              },\r\n              \"quantity\": 2.0,\r\n              \"quantityAvailable\": null,\r\n              \"quantityOnHand\": null,\r\n              \"rate\": \"1245.00\",\r\n              \"revRecTermInMonths\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"subscription\": null,\r\n              \"tax1Amt\": 498.0,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"job\": null,\r\n        \"lastModifiedDate\": 1541348436,\r\n        \"leadSource\": null,\r\n        \"linkedTrackingNumbers\": null,\r\n        \"location\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"10\",\r\n          \"name\": \"Birmingham\",\r\n          \"type\": null\r\n        },\r\n        \"memo\": null,\r\n        \"message\": null,\r\n        \"messageSel\": null,\r\n        \"nexus\": null,\r\n        \"nullFieldList\": null,\r\n        \"oneTime\": null,\r\n        \"opportunity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"16684\",\r\n          \"name\": \"Opportunity #OP0000005\",\r\n          \"type\": null\r\n        },\r\n        \"otherRefNum\": null,\r\n        \"partner\": null,\r\n        \"partnersList\": null,\r\n        \"probability\": 100.0,\r\n        \"promoCode\": null,\r\n        \"promotionsList\": null,\r\n        \"recurAnnually\": null,\r\n        \"recurMonthly\": null,\r\n        \"recurQuarterly\": null,\r\n        \"recurWeekly\": null,\r\n        \"salesGroup\": null,\r\n        \"salesRep\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"223\",\r\n          \"name\": \"Jamie Anthony\",\r\n          \"type\": null\r\n        },\r\n        \"salesTeamList\": null,\r\n        \"shipAddressList\": null,\r\n        \"shipDate\": null,\r\n        \"shipGroupList\": null,\r\n        \"shipIsResidential\": false,\r\n        \"shipMethod\": null,\r\n        \"shippingAddress\": {\r\n          \"addr1\": \"97 Grenoble Road\",\r\n          \"addr2\": null,\r\n          \"addr3\": null,\r\n          \"addrPhone\": \"070 1451 2548\",\r\n          \"addrText\": \"Heckler & Koch<br>97 Grenoble Road<br>BRIDGE<br>CT4 8FG<br>United Kingdom\",\r\n          \"addressee\": \"Heckler & Koch\",\r\n          \"attention\": null,\r\n          \"city\": \"BRIDGE\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"252\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": null,\r\n          \"zip\": \"CT4 8FG\"\r\n        },\r\n        \"shippingCost\": null,\r\n        \"shippingTax1Rate\": null,\r\n        \"shippingTax2Rate\": null,\r\n        \"shippingTaxCode\": null,\r\n        \"source\": null,\r\n        \"startDate\": null,\r\n        \"status\": \"Processed\",\r\n        \"subTotal\": 2490.0,\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"8\",\r\n          \"name\": \"United Kingdom\",\r\n          \"type\": null\r\n        },\r\n        \"subsidiaryTaxRegNum\": null,\r\n        \"syncPartnerTeams\": null,\r\n        \"syncSalesTeams\": null,\r\n        \"tax2Total\": null,\r\n        \"taxDetailsList\": null,\r\n        \"taxDetailsOverride\": null,\r\n        \"taxItem\": null,\r\n        \"taxPointDate\": null,\r\n        \"taxRate\": null,\r\n        \"taxRegOverride\": null,\r\n        \"taxTotal\": 498.0,\r\n        \"terms\": null,\r\n        \"title\": null,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 2988.0,\r\n        \"totalCostEstimate\": 1920.0,\r\n        \"trackingNumbers\": null,\r\n        \"tranDate\": 1530399600,\r\n        \"tranId\": \"EST0000009\",\r\n        \"vatRegNum\": null,\r\n        \"visibleToCustomer\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accountingBookDetailList\": null,\r\n        \"altHandlingCost\": null,\r\n        \"altSalesTotal\": null,\r\n        \"altShippingCost\": null,\r\n        \"billAddressList\": null,\r\n        \"billingAddress\": {\r\n          \"addr1\": \"59 Church Way\",\r\n          \"addr2\": null,\r\n          \"addr3\": null,\r\n          \"addrPhone\": \"078 0670 6239\",\r\n          \"addrText\": \"All Outdoors<br>59 Church Way<br>BRADLEY<br>ST18 7QH<br>United Kingdom\",\r\n          \"addressee\": \"All Outdoors\",\r\n          \"attention\": null,\r\n          \"city\": \"BRADLEY\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"239\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": null,\r\n          \"zip\": \"ST18 7QH\"\r\n        },\r\n        \"billingSchedule\": null,\r\n        \"canHaveStackable\": false,\r\n        \"class\": null,\r\n        \"contribPct\": null,\r\n        \"createdDate\": 1543341814,\r\n        \"createdFrom\": null,\r\n        \"currency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"GBP\",\r\n          \"type\": null\r\n        },\r\n        \"currencyName\": \"GBP\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"1746\",\r\n              \"scriptId\": \"custbody_sii_article_61d\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1744\",\r\n              \"scriptId\": \"custbody_sii_article_72_73\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1653\",\r\n              \"scriptId\": \"custbody_sii_is_third_party\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1745\",\r\n              \"scriptId\": \"custbody_sii_not_reported_in_time\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1779\",\r\n              \"scriptId\": \"custbodyapply_addl_tax\",\r\n              \"value\": false\r\n            }\r\n          ]\r\n        },\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"discountItem\": null,\r\n        \"discountRate\": null,\r\n        \"discountTotal\": null,\r\n        \"dueDate\": 1546041600,\r\n        \"email\": \"purch@alloutdoors.com\",\r\n        \"endDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"325\",\r\n          \"name\": \"C5 All Outdoors\",\r\n          \"type\": null\r\n        },\r\n        \"entityStatus\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"13\",\r\n          \"name\": \"Closed Won\",\r\n          \"type\": null\r\n        },\r\n        \"entityTaxRegNum\": null,\r\n        \"estGrossProfit\": 1320.0,\r\n        \"estGrossProfitPercent\": 35.4839,\r\n        \"exchangeRate\": 1.0,\r\n        \"expectedCloseDate\": 1539126000,\r\n        \"externalId\": null,\r\n        \"fax\": null,\r\n        \"fob\": null,\r\n        \"forecastType\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"0\",\r\n          \"name\": \"Omitted\",\r\n          \"type\": null\r\n        },\r\n        \"handlingCost\": null,\r\n        \"handlingTax1Rate\": null,\r\n        \"handlingTax2Rate\": null,\r\n        \"handlingTaxCode\": null,\r\n        \"includeInForecast\": null,\r\n        \"internalId\": \"18242\",\r\n        \"isTaxable\": null,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"altSalesAmt\": null,\r\n              \"amount\": 930.0,\r\n              \"chargeType\": null,\r\n              \"class\": null,\r\n              \"costEstimate\": 600.0,\r\n              \"costEstimateType\": \"_averageCost\",\r\n              \"customFieldList\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"excludeFromRateRequest\": false,\r\n              \"expandItemGroup\": false,\r\n              \"expectedShipDate\": null,\r\n              \"fromJob\": null,\r\n              \"grossAmt\": 1116.0,\r\n              \"isEstimate\": null,\r\n              \"isTaxable\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"84\",\r\n                \"name\": \"APPAREL : Jacket : Lodge Jacket G-M\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"job\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"options\": null,\r\n              \"price\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\",\r\n                \"type\": null\r\n              },\r\n              \"quantity\": 3.0,\r\n              \"quantityAvailable\": null,\r\n              \"quantityOnHand\": null,\r\n              \"rate\": \"310.00\",\r\n              \"revRecTermInMonths\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"subscription\": null,\r\n              \"tax1Amt\": 186.0,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null\r\n            },\r\n            {\r\n              \"altSalesAmt\": null,\r\n              \"amount\": 1240.0,\r\n              \"chargeType\": null,\r\n              \"class\": null,\r\n              \"costEstimate\": 800.0,\r\n              \"costEstimateType\": \"_averageCost\",\r\n              \"customFieldList\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"excludeFromRateRequest\": false,\r\n              \"expandItemGroup\": false,\r\n              \"expectedShipDate\": null,\r\n              \"fromJob\": null,\r\n              \"grossAmt\": 1488.0,\r\n              \"isEstimate\": null,\r\n              \"isTaxable\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"92\",\r\n                \"name\": \"APPAREL : Jacket : Lodge Jacket B-XS\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"job\": null,\r\n              \"line\": 2,\r\n              \"location\": null,\r\n              \"options\": null,\r\n              \"price\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\",\r\n                \"type\": null\r\n              },\r\n              \"quantity\": 4.0,\r\n              \"quantityAvailable\": null,\r\n              \"quantityOnHand\": null,\r\n              \"rate\": \"310.00\",\r\n              \"revRecTermInMonths\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"subscription\": null,\r\n              \"tax1Amt\": 248.0,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null\r\n            },\r\n            {\r\n              \"altSalesAmt\": null,\r\n              \"amount\": 1550.0,\r\n              \"chargeType\": null,\r\n              \"class\": null,\r\n              \"costEstimate\": 1000.0,\r\n              \"costEstimateType\": \"_averageCost\",\r\n              \"customFieldList\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"excludeFromRateRequest\": false,\r\n              \"expandItemGroup\": false,\r\n              \"expectedShipDate\": null,\r\n              \"fromJob\": null,\r\n              \"grossAmt\": 1860.0,\r\n              \"isEstimate\": null,\r\n              \"isTaxable\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"92\",\r\n                \"name\": \"APPAREL : Jacket : Lodge Jacket B-XS\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"job\": null,\r\n              \"line\": 3,\r\n              \"location\": null,\r\n              \"options\": null,\r\n              \"price\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\",\r\n                \"type\": null\r\n              },\r\n              \"quantity\": 5.0,\r\n              \"quantityAvailable\": null,\r\n              \"quantityOnHand\": null,\r\n              \"rate\": \"310.00\",\r\n              \"revRecTermInMonths\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"subscription\": null,\r\n              \"tax1Amt\": 310.0,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"job\": null,\r\n        \"lastModifiedDate\": 1576837679,\r\n        \"leadSource\": null,\r\n        \"linkedTrackingNumbers\": null,\r\n        \"location\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"11\",\r\n          \"name\": \"Manchester\",\r\n          \"type\": null\r\n        },\r\n        \"memo\": null,\r\n        \"message\": null,\r\n        \"messageSel\": null,\r\n        \"nexus\": null,\r\n        \"nullFieldList\": null,\r\n        \"oneTime\": null,\r\n        \"opportunity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"18241\",\r\n          \"name\": \"Opportunity #OP0000021\",\r\n          \"type\": null\r\n        },\r\n        \"otherRefNum\": null,\r\n        \"partner\": null,\r\n        \"partnersList\": null,\r\n        \"probability\": 100.0,\r\n        \"promoCode\": null,\r\n        \"promotionsList\": null,\r\n        \"recurAnnually\": null,\r\n        \"recurMonthly\": null,\r\n        \"recurQuarterly\": null,\r\n        \"recurWeekly\": null,\r\n        \"salesGroup\": null,\r\n        \"salesRep\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"223\",\r\n          \"name\": \"Jamie Anthony\",\r\n          \"type\": null\r\n        },\r\n        \"salesTeamList\": null,\r\n        \"shipAddressList\": null,\r\n        \"shipDate\": null,\r\n        \"shipGroupList\": null,\r\n        \"shipIsResidential\": false,\r\n        \"shipMethod\": null,\r\n        \"shippingAddress\": {\r\n          \"addr1\": \"59 Church Way\",\r\n          \"addr2\": null,\r\n          \"addr3\": null,\r\n          \"addrPhone\": \"078 0670 6239\",\r\n          \"addrText\": \"All Outdoors<br>59 Church Way<br>BRADLEY<br>ST18 7QH<br>United Kingdom\",\r\n          \"addressee\": \"All Outdoors\",\r\n          \"attention\": null,\r\n          \"city\": \"BRADLEY\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"239\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": null,\r\n          \"zip\": \"ST18 7QH\"\r\n        },\r\n        \"shippingCost\": null,\r\n        \"shippingTax1Rate\": null,\r\n        \"shippingTax2Rate\": null,\r\n        \"shippingTaxCode\": null,\r\n        \"source\": null,\r\n        \"startDate\": null,\r\n        \"status\": \"Processed\",\r\n        \"subTotal\": 3720.0,\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"8\",\r\n          \"name\": \"United Kingdom\",\r\n          \"type\": null\r\n        },\r\n        \"subsidiaryTaxRegNum\": null,\r\n        \"syncPartnerTeams\": null,\r\n        \"syncSalesTeams\": null,\r\n        \"tax2Total\": null,\r\n        \"taxDetailsList\": null,\r\n        \"taxDetailsOverride\": null,\r\n        \"taxItem\": null,\r\n        \"taxPointDate\": null,\r\n        \"taxRate\": null,\r\n        \"taxRegOverride\": null,\r\n        \"taxTotal\": 744.0,\r\n        \"terms\": null,\r\n        \"title\": null,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 4464.0,\r\n        \"totalCostEstimate\": 2400.0,\r\n        \"trackingNumbers\": null,\r\n        \"tranDate\": 1538521200,\r\n        \"tranId\": \"EST0000010\",\r\n        \"vatRegNum\": null,\r\n        \"visibleToCustomer\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_TSTDRV2039248_1230201914540431212070646424_5368e\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 7,\r\n  \"totalRecords\": 33\r\n}"}],"_postman_id":"cf6524c7-2fc5-4903-8376-38467b0eedf8"},{"name":"Retrieve estimates by where","id":"c490bcdb-018b-4c7e-af7e-59232989ba27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/estimate?where=DateCreated>1577664388","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateCreated</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>TranDate</td>\n<td>1578954123</td>\n<td>Used to Include the transaction date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>6</td>\n<td>Used to Include the Customer filter for the request. e.g., Customer=6.</td>\n</tr>\n<tr>\n<td>Employee</td>\n<td>4</td>\n<td>Used to Include the Employee filter for the request. e.g., Employee=4.</td>\n</tr>\n<tr>\n<td>Entity</td>\n<td>6</td>\n<td>Used to Include the Entity filter for the request. e.g., Entity=6.</td>\n</tr>\n<tr>\n<td>Memorized</td>\n<td>false</td>\n<td>Used to Include the Memorized filter for the request. e.g., Memorized=false.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","estimate"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"DateCreated>1577664388"}],"variable":[]}},"response":[{"id":"c16c6070-50db-4ac7-9bc5-a77f7efc67b5","name":"Retrieve estimates by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/estimate?where=DateCreated>1577664388","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","estimate"],"query":[{"key":"where","value":"DateCreated>1577664388"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"accountingBookDetailList\": null,\r\n        \"altHandlingCost\": null,\r\n        \"altSalesTotal\": null,\r\n        \"altShippingCost\": null,\r\n        \"billAddressList\": null,\r\n        \"billingAddress\": null,\r\n        \"billingSchedule\": null,\r\n        \"canHaveStackable\": false,\r\n        \"class\": null,\r\n        \"contribPct\": null,\r\n        \"createdDate\": 1577705833,\r\n        \"createdFrom\": null,\r\n        \"currency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"GBP\",\r\n          \"type\": null\r\n        },\r\n        \"currencyName\": \"GBP\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"342\",\r\n              \"scriptId\": \"custbody_document_date\",\r\n              \"value\": 1577664000\r\n            },\r\n            {\r\n              \"internalId\": \"263\",\r\n              \"scriptId\": \"custbody_report_timestamp\",\r\n              \"value\": \"30/12/2019 03:37:10\"\r\n            },\r\n            {\r\n              \"internalId\": \"1746\",\r\n              \"scriptId\": \"custbody_sii_article_61d\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1744\",\r\n              \"scriptId\": \"custbody_sii_article_72_73\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1653\",\r\n              \"scriptId\": \"custbody_sii_is_third_party\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1745\",\r\n              \"scriptId\": \"custbody_sii_not_reported_in_time\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1779\",\r\n              \"scriptId\": \"custbodyapply_addl_tax\",\r\n              \"value\": false\r\n            }\r\n          ]\r\n        },\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"discountItem\": null,\r\n        \"discountRate\": null,\r\n        \"discountTotal\": null,\r\n        \"dueDate\": 1580256000,\r\n        \"email\": \"ABC-PVT-Dev-update@email.com\",\r\n        \"endDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"5\",\r\n          \"name\": \"2 Anonymous Customer Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"entityStatus\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"10\",\r\n          \"name\": \"Proposal\",\r\n          \"type\": null\r\n        },\r\n        \"entityTaxRegNum\": null,\r\n        \"estGrossProfit\": 3100.0,\r\n        \"estGrossProfitPercent\": 100.0,\r\n        \"exchangeRate\": 1.0,\r\n        \"expectedCloseDate\": 1538348400,\r\n        \"externalId\": null,\r\n        \"fax\": null,\r\n        \"fob\": null,\r\n        \"forecastType\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"0\",\r\n          \"name\": \"Omitted\",\r\n          \"type\": null\r\n        },\r\n        \"handlingCost\": null,\r\n        \"handlingTax1Rate\": null,\r\n        \"handlingTax2Rate\": null,\r\n        \"handlingTaxCode\": null,\r\n        \"includeInForecast\": null,\r\n        \"internalId\": \"25782\",\r\n        \"isTaxable\": null,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"altSalesAmt\": null,\r\n              \"amount\": 3100.0,\r\n              \"chargeType\": null,\r\n              \"class\": null,\r\n              \"costEstimate\": null,\r\n              \"costEstimateType\": \"_averageCost\",\r\n              \"customFieldList\": {\r\n                \"customField\": [\r\n                  {\r\n                    \"internalId\": \"256\",\r\n                    \"scriptId\": \"custcol_5892_eutriangulation\",\r\n                    \"value\": false\r\n                  },\r\n                  {\r\n                    \"internalId\": \"248\",\r\n                    \"scriptId\": \"custcol_statistical_value_base_curr\",\r\n                    \"value\": 0.0\r\n                  },\r\n                  {\r\n                    \"internalId\": \"1780\",\r\n                    \"scriptId\": \"custcolis_taxable\",\r\n                    \"value\": false\r\n                  }\r\n                ]\r\n              },\r\n              \"department\": null,\r\n              \"description\": \"Red-Extra Large, Self-packable into interior pocket with zipper closure for travel-friendly pillow, Heavy-duty, centre front YKK® 2-way locking zipper\",\r\n              \"excludeFromRateRequest\": null,\r\n              \"expandItemGroup\": false,\r\n              \"expectedShipDate\": null,\r\n              \"fromJob\": null,\r\n              \"grossAmt\": 3720.0,\r\n              \"isEstimate\": null,\r\n              \"isTaxable\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"91\",\r\n                \"name\": \"APPAREL : Jacket : Lodge Jacket R-XL\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"job\": null,\r\n              \"line\": 3,\r\n              \"location\": null,\r\n              \"options\": {\r\n                \"customField\": [\r\n                  {\r\n                    \"internalId\": \"1015\",\r\n                    \"scriptId\": \"custcol1\",\r\n                    \"value\": {\r\n                      \"externalId\": null,\r\n                      \"internalId\": \"4\",\r\n                      \"name\": \"Extra Large\",\r\n                      \"typeId\": \"141\"\r\n                    }\r\n                  },\r\n                  {\r\n                    \"internalId\": \"1017\",\r\n                    \"scriptId\": \"custcol2\",\r\n                    \"value\": {\r\n                      \"externalId\": null,\r\n                      \"internalId\": \"3\",\r\n                      \"name\": \"Red\",\r\n                      \"typeId\": \"142\"\r\n                    }\r\n                  }\r\n                ]\r\n              },\r\n              \"price\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\",\r\n                \"type\": null\r\n              },\r\n              \"quantity\": 1.0,\r\n              \"quantityAvailable\": null,\r\n              \"quantityOnHand\": null,\r\n              \"rate\": \"310.00\",\r\n              \"revRecTermInMonths\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"subscription\": null,\r\n              \"tax1Amt\": 620.0,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"job\": null,\r\n        \"lastModifiedDate\": 1577706100,\r\n        \"leadSource\": null,\r\n        \"linkedTrackingNumbers\": null,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"message\": null,\r\n        \"messageSel\": null,\r\n        \"nexus\": null,\r\n        \"nullFieldList\": null,\r\n        \"oneTime\": null,\r\n        \"opportunity\": null,\r\n        \"otherRefNum\": null,\r\n        \"partner\": null,\r\n        \"partnersList\": null,\r\n        \"probability\": 50.0,\r\n        \"promoCode\": null,\r\n        \"promotionsList\": null,\r\n        \"recurAnnually\": null,\r\n        \"recurMonthly\": null,\r\n        \"recurQuarterly\": null,\r\n        \"recurWeekly\": null,\r\n        \"salesGroup\": null,\r\n        \"salesRep\": null,\r\n        \"salesTeamList\": null,\r\n        \"shipAddressList\": null,\r\n        \"shipDate\": null,\r\n        \"shipGroupList\": null,\r\n        \"shipIsResidential\": false,\r\n        \"shipMethod\": null,\r\n        \"shippingAddress\": null,\r\n        \"shippingCost\": null,\r\n        \"shippingTax1Rate\": null,\r\n        \"shippingTax2Rate\": null,\r\n        \"shippingTaxCode\": null,\r\n        \"source\": \"Web Services\",\r\n        \"startDate\": null,\r\n        \"status\": \"Open\",\r\n        \"subTotal\": 3100.0,\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Group\",\r\n          \"type\": null\r\n        },\r\n        \"subsidiaryTaxRegNum\": null,\r\n        \"syncPartnerTeams\": null,\r\n        \"syncSalesTeams\": null,\r\n        \"tax2Total\": null,\r\n        \"taxDetailsList\": null,\r\n        \"taxDetailsOverride\": null,\r\n        \"taxItem\": null,\r\n        \"taxPointDate\": null,\r\n        \"taxRate\": null,\r\n        \"taxRegOverride\": null,\r\n        \"taxTotal\": 620.0,\r\n        \"terms\": null,\r\n        \"title\": null,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 3720.0,\r\n        \"totalCostEstimate\": 0.0,\r\n        \"trackingNumbers\": null,\r\n        \"tranDate\": 1538348400,\r\n        \"tranId\": \"EST0000033\",\r\n        \"vatRegNum\": null,\r\n        \"visibleToCustomer\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_TSTDRV2039248_123020191454197208108620701_63f518\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 1,\r\n  \"totalRecords\": 1\r\n}"}],"_postman_id":"c490bcdb-018b-4c7e-af7e-59232989ba27"},{"name":"Retrieve estimates by ID","id":"f6b2828c-cccb-4d1a-acd1-92a96b01511d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/estimate?id=25782","urlObject":{"protocol":"https","path":["netsuite","v0","estimate"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"25782"}],"variable":[]}},"response":[{"id":"2256f03f-65c8-4041-a1ef-8d9b04487975","name":"Retrieve estimates by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/estimate?id=25782","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","estimate"],"query":[{"key":"id","value":"25782"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"accountingBookDetailList\": null,\r\n        \"altHandlingCost\": null,\r\n        \"altSalesTotal\": null,\r\n        \"altShippingCost\": null,\r\n        \"billAddressList\": null,\r\n        \"billingAddress\": null,\r\n        \"billingSchedule\": null,\r\n        \"canHaveStackable\": false,\r\n        \"class\": null,\r\n        \"contribPct\": null,\r\n        \"createdDate\": 1577705833,\r\n        \"createdFrom\": null,\r\n        \"currency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"GBP\",\r\n          \"type\": null\r\n        },\r\n        \"currencyName\": \"GBP\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"342\",\r\n              \"scriptId\": \"custbody_document_date\",\r\n              \"value\": 1577664000\r\n            },\r\n            {\r\n              \"internalId\": \"1779\",\r\n              \"scriptId\": \"custbodyapply_addl_tax\",\r\n              \"value\": false\r\n            }\r\n          ]\r\n        },\r\n        \"customForm\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"107\",\r\n          \"name\": \"Quotation\",\r\n          \"type\": null\r\n        },\r\n        \"department\": null,\r\n        \"discountItem\": null,\r\n        \"discountRate\": null,\r\n        \"discountTotal\": 0.0,\r\n        \"dueDate\": 1580256000,\r\n        \"email\": \"ABC-PVT-Dev-update@email.com\",\r\n        \"endDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"5\",\r\n          \"name\": \"2 Anonymous Customer Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"entityStatus\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"10\",\r\n          \"name\": \"Proposal\",\r\n          \"type\": null\r\n        },\r\n        \"entityTaxRegNum\": null,\r\n        \"estGrossProfit\": 3100.0,\r\n        \"estGrossProfitPercent\": 100.0,\r\n        \"exchangeRate\": 1.0,\r\n        \"expectedCloseDate\": 1538348400,\r\n        \"externalId\": null,\r\n        \"fax\": null,\r\n        \"fob\": null,\r\n        \"forecastType\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"0\",\r\n          \"name\": null,\r\n          \"type\": null\r\n        },\r\n        \"handlingCost\": null,\r\n        \"handlingTax1Rate\": null,\r\n        \"handlingTax2Rate\": null,\r\n        \"handlingTaxCode\": null,\r\n        \"includeInForecast\": null,\r\n        \"internalId\": \"25782\",\r\n        \"isTaxable\": null,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"altSalesAmt\": null,\r\n              \"amount\": 3100.0,\r\n              \"chargeType\": null,\r\n              \"class\": null,\r\n              \"costEstimate\": null,\r\n              \"costEstimateType\": \"_averageCost\",\r\n              \"customFieldList\": {\r\n                \"customField\": [\r\n                  {\r\n                    \"internalId\": \"256\",\r\n                    \"scriptId\": \"custcol_5892_eutriangulation\",\r\n                    \"value\": false\r\n                  },\r\n                  {\r\n                    \"internalId\": \"1780\",\r\n                    \"scriptId\": \"custcolis_taxable\",\r\n                    \"value\": false\r\n                  }\r\n                ]\r\n              },\r\n              \"department\": null,\r\n              \"description\": \"Red-Extra Large, Self-packable into interior pocket with zipper closure for travel-friendly pillow, Heavy-duty, centre front YKK® 2-way locking zipper\",\r\n              \"excludeFromRateRequest\": null,\r\n              \"expandItemGroup\": false,\r\n              \"expectedShipDate\": null,\r\n              \"fromJob\": null,\r\n              \"grossAmt\": 3720.0,\r\n              \"isEstimate\": null,\r\n              \"isTaxable\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"91\",\r\n                \"name\": \"APPAREL : Jacket : Lodge Jacket R-XL\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"job\": null,\r\n              \"line\": 3,\r\n              \"location\": null,\r\n              \"options\": {\r\n                \"customField\": [\r\n                  {\r\n                    \"internalId\": \"1015\",\r\n                    \"scriptId\": \"custcol1\",\r\n                    \"value\": {\r\n                      \"externalId\": null,\r\n                      \"internalId\": \"4\",\r\n                      \"name\": \"Extra Large\",\r\n                      \"typeId\": \"141\"\r\n                    }\r\n                  },\r\n                  {\r\n                    \"internalId\": \"1017\",\r\n                    \"scriptId\": \"custcol2\",\r\n                    \"value\": {\r\n                      \"externalId\": null,\r\n                      \"internalId\": \"3\",\r\n                      \"name\": \"Red\",\r\n                      \"typeId\": \"142\"\r\n                    }\r\n                  }\r\n                ]\r\n              },\r\n              \"price\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\",\r\n                \"type\": null\r\n              },\r\n              \"quantity\": 1.0,\r\n              \"quantityAvailable\": null,\r\n              \"quantityOnHand\": null,\r\n              \"rate\": \"310.00\",\r\n              \"revRecTermInMonths\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"subscription\": null,\r\n              \"tax1Amt\": 620.0,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"job\": null,\r\n        \"lastModifiedDate\": 1577706100,\r\n        \"leadSource\": null,\r\n        \"linkedTrackingNumbers\": null,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"message\": null,\r\n        \"messageSel\": null,\r\n        \"nexus\": null,\r\n        \"nullFieldList\": null,\r\n        \"oneTime\": null,\r\n        \"opportunity\": null,\r\n        \"otherRefNum\": null,\r\n        \"partner\": null,\r\n        \"partnersList\": null,\r\n        \"probability\": 50.0,\r\n        \"promoCode\": null,\r\n        \"promotionsList\": null,\r\n        \"recurAnnually\": null,\r\n        \"recurMonthly\": null,\r\n        \"recurQuarterly\": null,\r\n        \"recurWeekly\": null,\r\n        \"salesGroup\": null,\r\n        \"salesRep\": null,\r\n        \"salesTeamList\": null,\r\n        \"shipAddressList\": null,\r\n        \"shipDate\": null,\r\n        \"shipGroupList\": null,\r\n        \"shipIsResidential\": false,\r\n        \"shipMethod\": null,\r\n        \"shippingAddress\": null,\r\n        \"shippingCost\": null,\r\n        \"shippingTax1Rate\": null,\r\n        \"shippingTax2Rate\": null,\r\n        \"shippingTaxCode\": null,\r\n        \"source\": \"Web Services\",\r\n        \"startDate\": null,\r\n        \"status\": \"Open\",\r\n        \"subTotal\": 3100.0,\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Group\",\r\n          \"type\": null\r\n        },\r\n        \"subsidiaryTaxRegNum\": null,\r\n        \"syncPartnerTeams\": null,\r\n        \"syncSalesTeams\": null,\r\n        \"tax2Total\": null,\r\n        \"taxDetailsList\": null,\r\n        \"taxDetailsOverride\": null,\r\n        \"taxItem\": null,\r\n        \"taxPointDate\": null,\r\n        \"taxRate\": null,\r\n        \"taxRegOverride\": null,\r\n        \"taxTotal\": 620.0,\r\n        \"terms\": null,\r\n        \"title\": null,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 3720.0,\r\n        \"totalCostEstimate\": 0.0,\r\n        \"trackingNumbers\": null,\r\n        \"tranDate\": 1538348400,\r\n        \"tranId\": \"EST0000033\",\r\n        \"vatRegNum\": null,\r\n        \"visibleToCustomer\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  }\r\n}"}],"_postman_id":"f6b2828c-cccb-4d1a-acd1-92a96b01511d"}],"id":"c13f5c10-3841-4d30-a45e-47c1154c0691","event":[{"listen":"prerequest","script":{"id":"14e03800-6845-464b-884e-8c2b05ac8f94","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"08afc67a-65ca-4e4a-aa5e-c9516bdfd14b","type":"text/javascript","exec":[""]}}],"_postman_id":"c13f5c10-3841-4d30-a45e-47c1154c0691","description":""},{"name":"POST","item":[{"name":"Create estimate","id":"33624019-75f2-407c-bc3f-a8033f0c28e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n \"entity\":{\"internalId\":\"5\"},\r\n \"email\": \"ABC-Dev-update@email.com\",\r\n \"exchangeRate\": 1.0,\r\n \"expectedCloseDate\": 1538348400,\r\n \"probability\": 50.0,\r\n\t\"tranDate\": 1538348400,\r\n\t\"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"altSalesAmt\": null,\r\n              \"amount\": 3100.0,\r\n              \"chargeType\": null,\r\n              \"class\": null,\r\n              \"costEstimate\": 2000.0,\r\n              \"costEstimateType\": \"_averageCost\",\r\n              \"customFieldList\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"excludeFromRateRequest\": false,\r\n              \"expandItemGroup\": false,\r\n              \"expectedShipDate\": null,\r\n              \"fromJob\": null,\r\n              \"grossAmt\": 3720.0,\r\n              \"isEstimate\": null,\r\n              \"isTaxable\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"91\",\r\n                \"name\": \"APPAREL : Jacket : Lodge Jacket R-XL\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"job\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"options\": null,\r\n              \"price\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\",\r\n                \"type\": null\r\n              },\r\n              \"quantity\": 10.0,\r\n              \"quantityAvailable\": null,\r\n              \"quantityOnHand\": null,\r\n              \"rate\": \"310.00\",\r\n              \"revRecTermInMonths\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"subscription\": null,\r\n              \"tax1Amt\": 620.0,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null\r\n            }\r\n          ]\r\n\t}\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/estimate","urlObject":{"protocol":"https","path":["netsuite","v0","estimate"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"cf879571-a1ba-4129-a500-83d15ce347ef","name":"Create estimates","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n \"entity\":{\"internalId\":\"5\"},\r\n \"email\": \"ABC-Dev-update@email.com\",\r\n \"exchangeRate\": 1.0,\r\n \"expectedCloseDate\": 1538348400,\r\n \"probability\": 50.0,\r\n\t\"tranDate\": 1538348400,\r\n\t\"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"altSalesAmt\": null,\r\n              \"amount\": 3100.0,\r\n              \"chargeType\": null,\r\n              \"class\": null,\r\n              \"costEstimate\": 2000.0,\r\n              \"costEstimateType\": \"_averageCost\",\r\n              \"customFieldList\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"excludeFromRateRequest\": false,\r\n              \"expandItemGroup\": false,\r\n              \"expectedShipDate\": null,\r\n              \"fromJob\": null,\r\n              \"grossAmt\": 3720.0,\r\n              \"isEstimate\": null,\r\n              \"isTaxable\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"91\",\r\n                \"name\": \"APPAREL : Jacket : Lodge Jacket R-XL\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"job\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"options\": null,\r\n              \"price\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\",\r\n                \"type\": null\r\n              },\r\n              \"quantity\": 10.0,\r\n              \"quantityAvailable\": null,\r\n              \"quantityOnHand\": null,\r\n              \"rate\": \"310.00\",\r\n              \"revRecTermInMonths\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"subscription\": null,\r\n              \"tax1Amt\": 620.0,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null\r\n            }\r\n          ]\r\n\t}\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/estimate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"25782\",\r\n        \"name\": null,\r\n        \"type\": \"estimate\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          },\r\n          {\r\n            \"afterSubmitFailed\": null,\r\n            \"code\": \"WARNING\",\r\n            \"message\": \"The line total amount is not equal to the item price times the quantity.  Is this correct?\",\r\n            \"type\": \"WARN\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"33624019-75f2-407c-bc3f-a8033f0c28e5"}],"id":"4bda2a3f-9cdb-41fb-b59e-84c03d8b4e21","event":[{"listen":"prerequest","script":{"id":"361c7d0e-eb41-4430-bcbd-33f297d6619b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e0983301-2da1-49cc-947c-2a37f0b1ad05","type":"text/javascript","exec":[""]}}],"_postman_id":"4bda2a3f-9cdb-41fb-b59e-84c03d8b4e21","description":""},{"name":"PUT","item":[{"name":"Update estimate","id":"6a72210c-5ba0-4b93-b5ba-cb45bc2fa06c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n \"entity\":{\"internalId\":\"5\"},\r\n \"email\": \"ABC-PVT-Dev-update@email.com\",\r\n \"exchangeRate\": 1.0,\r\n \"expectedCloseDate\": 1538348400,\r\n \"probability\": 50.0,\r\n\t\"tranDate\": 1538348400,\r\n\t\"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"altSalesAmt\": null,\r\n              \"amount\": 3100.0,\r\n              \"chargeType\": null,\r\n              \"class\": null,\r\n              \"costEstimate\": 2000.0,\r\n              \"costEstimateType\": \"_averageCost\",\r\n              \"customFieldList\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"excludeFromRateRequest\": false,\r\n              \"expandItemGroup\": false,\r\n              \"expectedShipDate\": null,\r\n              \"fromJob\": null,\r\n              \"grossAmt\": 3720.0,\r\n              \"isEstimate\": null,\r\n              \"isTaxable\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"91\",\r\n                \"name\": \"APPAREL : Jacket : Lodge Jacket R-XL\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"job\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"options\": null,\r\n              \"price\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\",\r\n                \"type\": null\r\n              },\r\n              \"quantity\": 10.0,\r\n              \"quantityAvailable\": null,\r\n              \"quantityOnHand\": null,\r\n              \"rate\": \"310.00\",\r\n              \"revRecTermInMonths\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"subscription\": null,\r\n              \"tax1Amt\": 620.0,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null\r\n            }\r\n          ]\r\n\t},\r\n\t\"internalId\":\"25782\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/estimate","urlObject":{"protocol":"https","path":["netsuite","v0","estimate"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"c840bab9-cc84-4fb2-b6bc-cbb9975b0c7e","name":"Update estimates","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n \"entity\":{\"internalId\":\"5\"},\r\n \"email\": \"ABC-PVT-Dev-update@email.com\",\r\n \"exchangeRate\": 1.0,\r\n \"expectedCloseDate\": 1538348400,\r\n \"probability\": 50.0,\r\n\t\"tranDate\": 1538348400,\r\n\t\"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"altSalesAmt\": null,\r\n              \"amount\": 3100.0,\r\n              \"chargeType\": null,\r\n              \"class\": null,\r\n              \"costEstimate\": 2000.0,\r\n              \"costEstimateType\": \"_averageCost\",\r\n              \"customFieldList\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"excludeFromRateRequest\": false,\r\n              \"expandItemGroup\": false,\r\n              \"expectedShipDate\": null,\r\n              \"fromJob\": null,\r\n              \"grossAmt\": 3720.0,\r\n              \"isEstimate\": null,\r\n              \"isTaxable\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"91\",\r\n                \"name\": \"APPAREL : Jacket : Lodge Jacket R-XL\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"job\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"options\": null,\r\n              \"price\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\",\r\n                \"type\": null\r\n              },\r\n              \"quantity\": 10.0,\r\n              \"quantityAvailable\": null,\r\n              \"quantityOnHand\": null,\r\n              \"rate\": \"310.00\",\r\n              \"revRecTermInMonths\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"subscription\": null,\r\n              \"tax1Amt\": 620.0,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null\r\n            }\r\n          ]\r\n\t},\r\n\t\"internalId\":\"25782\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/estimate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"25782\",\r\n        \"name\": null,\r\n        \"type\": \"estimate\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          },\r\n          {\r\n            \"afterSubmitFailed\": null,\r\n            \"code\": \"WARNING\",\r\n            \"message\": \"The line total amount is not equal to the item price times the quantity.  Is this correct?\",\r\n            \"type\": \"WARN\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"6a72210c-5ba0-4b93-b5ba-cb45bc2fa06c"}],"id":"2af6d077-1410-481f-b039-f773903acb51","event":[{"listen":"prerequest","script":{"id":"2c2743f5-0c08-4e05-81a5-171ad7552b12","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"af8ed066-1662-45ed-b635-c87bbc89ab01","type":"text/javascript","exec":[""]}}],"_postman_id":"2af6d077-1410-481f-b039-f773903acb51","description":""},{"name":"DELETE","item":[{"name":"Delete estimates","id":"d9ac1848-cd6b-4161-9c51-4de7fe61a2da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/estimate?id=18305","urlObject":{"protocol":"https","path":["netsuite","v0","estimate"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"18305"}],"variable":[]}},"response":[{"id":"89f15c1f-5ef8-4d68-8ab9-5ea0c849baca","name":"Delete estimates","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/estimate?id=18305","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","estimate"],"query":[{"key":"id","value":"18305"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"body\": {\r\n    \"writeResponseList\": {\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      },\r\n      \"writeResponse\": [\r\n        {\r\n          \"baseRef\": {\r\n            \"internalId\": \"18305\",\r\n            \"type\": \"customer\"\r\n          },\r\n          \"status\": {\r\n            \"isSuccess\": true,\r\n            \"statusDetail\": []\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  },\r\n  \"header\": {\r\n    \"documentInfo\": {\r\n      \"nsId\": \"WEBSERVICES_5333445_SB1_01302020158958456937101047_61d528b8f\"\r\n    }\r\n  }\r\n}"}],"_postman_id":"d9ac1848-cd6b-4161-9c51-4de7fe61a2da"}],"id":"6a27a228-eb57-409c-b06b-1c6d4c9f9b40","event":[{"listen":"prerequest","script":{"id":"87c73848-e571-4858-98c1-a7b315ea7b4c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d78d0fa3-1522-4615-8b56-e11cd42e0f3b","type":"text/javascript","exec":[""]}}],"_postman_id":"6a27a228-eb57-409c-b06b-1c6d4c9f9b40","description":""}],"id":"352f00cf-d397-48b0-b102-78dbc8228575","event":[{"listen":"prerequest","script":{"id":"23d52961-ed54-4456-9a3b-cb695ed3c27d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"39d2bd2c-9e5c-43ad-be86-da599ead2389","type":"text/javascript","exec":[""]}}],"_postman_id":"352f00cf-d397-48b0-b102-78dbc8228575","description":""},{"name":"Expense Categories","item":[{"name":"GET","item":[{"name":"Retrieve expense categories","id":"0eceb644-8038-421e-b447-2f6cc0cb3188","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/expenseCategory","urlObject":{"protocol":"https","path":["netsuite","v0","expenseCategory"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"ae57b720-134c-4e8f-8066-d1e87b61e3a7","name":"Retrieve expense categories","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/expenseCategory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Oct 2019 06:23:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1183"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"defaultRate\": null,\r\n        \"description\": null,\r\n        \"expenseAcct\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"223\",\r\n          \"name\": \"Expenses : GH-Generic Expenses Acc\",\r\n          \"type\": null\r\n        },\r\n        \"externalId\": null,\r\n        \"internalId\": \"1\",\r\n        \"isInactive\": false,\r\n        \"name\": \"General Expenses\",\r\n        \"nullFieldList\": null,\r\n        \"rateRequired\": false,\r\n        \"ratesList\": {\r\n          \"expenseCategoryRates\": [\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Parent Company\",\r\n                \"type\": null\r\n              }\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"externalId\": null,\r\n              \"internalId\": \"1\",\r\n              \"name\": null,\r\n              \"type\": null\r\n            }\r\n          ]\r\n        },\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"defaultRate\": null,\r\n        \"description\": null,\r\n        \"expenseAcct\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"58\",\r\n          \"name\": \"Expenses\",\r\n          \"type\": null\r\n        },\r\n        \"externalId\": null,\r\n        \"internalId\": \"2\",\r\n        \"isInactive\": false,\r\n        \"name\": \"Travel\",\r\n        \"nullFieldList\": null,\r\n        \"rateRequired\": false,\r\n        \"ratesList\": {\r\n          \"expenseCategoryRates\": [\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Parent Company\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"3\",\r\n                \"name\": \"UK Company\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"USD\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"14\",\r\n                \"name\": \"Country Tyrone\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"4\",\r\n                \"name\": \"US Company\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"7\",\r\n                \"name\": \"Noth Dakota\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"9\",\r\n                \"name\": \"Australia\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"13\",\r\n                \"name\": \"Sydney\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"NZD\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"10\",\r\n                \"name\": \"New Zealand\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"SGD\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"12\",\r\n                \"name\": \"Singapore\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"17\",\r\n                \"name\": \"New Mexico\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"20\",\r\n                \"name\": \"Atlanta\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"USD\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"26\",\r\n                \"name\": \"Argentina\",\r\n                \"type\": null\r\n              }\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"externalId\": null,\r\n              \"internalId\": \"9\",\r\n              \"name\": null,\r\n              \"type\": null\r\n            }\r\n          ]\r\n        },\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_051520204221168311335152168_bba42719\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 1,\r\n  \"totalRecords\": 2\r\n}"}],"_postman_id":"0eceb644-8038-421e-b447-2f6cc0cb3188"},{"name":"Retrieve expense categories by search ID","id":"543ce889-b503-4419-999e-c2b9e8b2f867","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/expenseCategory?searchId=WEBSERVICES_5333445_SB1_051520204221168311335152168_bba42719&page=1","urlObject":{"protocol":"https","path":["netsuite","v0","expenseCategory"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_051520204221168311335152168_bba42719"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"83818f60-bd40-435a-9a3e-f6e653eb6f7b","name":"Retrieve expense categories by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/expenseCategory?searchId=WEBSERVICES_5333445_SB1_051520204221168311335152168_bba42719&page=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","expenseCategory"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_051520204221168311335152168_bba42719"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:45:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173991"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"defaultRate\": null,\r\n        \"description\": null,\r\n        \"expenseAcct\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"223\",\r\n          \"name\": \"Expenses : GH-Generic Expenses Acc\",\r\n          \"type\": null\r\n        },\r\n        \"externalId\": null,\r\n        \"internalId\": \"1\",\r\n        \"isInactive\": false,\r\n        \"name\": \"General Expenses\",\r\n        \"nullFieldList\": null,\r\n        \"rateRequired\": false,\r\n        \"ratesList\": {\r\n          \"expenseCategoryRates\": [\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Parent Company\",\r\n                \"type\": null\r\n              }\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"externalId\": null,\r\n              \"internalId\": \"1\",\r\n              \"name\": null,\r\n              \"type\": null\r\n            }\r\n          ]\r\n        },\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"defaultRate\": null,\r\n        \"description\": null,\r\n        \"expenseAcct\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"58\",\r\n          \"name\": \"Expenses\",\r\n          \"type\": null\r\n        },\r\n        \"externalId\": null,\r\n        \"internalId\": \"2\",\r\n        \"isInactive\": false,\r\n        \"name\": \"Travel\",\r\n        \"nullFieldList\": null,\r\n        \"rateRequired\": false,\r\n        \"ratesList\": {\r\n          \"expenseCategoryRates\": [\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Parent Company\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"3\",\r\n                \"name\": \"UK Company\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"USD\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"14\",\r\n                \"name\": \"Country Tyrone\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"4\",\r\n                \"name\": \"US Company\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"7\",\r\n                \"name\": \"Noth Dakota\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"9\",\r\n                \"name\": \"Australia\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"13\",\r\n                \"name\": \"Sydney\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"NZD\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"10\",\r\n                \"name\": \"New Zealand\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"SGD\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"12\",\r\n                \"name\": \"Singapore\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"17\",\r\n                \"name\": \"New Mexico\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"20\",\r\n                \"name\": \"Atlanta\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"USD\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"26\",\r\n                \"name\": \"Argentina\",\r\n                \"type\": null\r\n              }\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"externalId\": null,\r\n              \"internalId\": \"9\",\r\n              \"name\": null,\r\n              \"type\": null\r\n            }\r\n          ]\r\n        },\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_051520204221168311335152168_bba42719\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 1,\r\n  \"totalRecords\": 2\r\n}"}],"_postman_id":"543ce889-b503-4419-999e-c2b9e8b2f867"},{"name":"Retrieve expense categories by where","id":"d0ffcb84-a506-4a37-ac14-3184ef055d0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/expenseCategory?where=Active=true","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>true</td>\n<td>Used to Include the Active Status filter for the request.e.g., Active=true.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","expenseCategory"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"Active=true"}],"variable":[]}},"response":[{"id":"d1655e39-ca88-4470-88fe-73fd06212b6b","name":"Retrieve expense categories by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/expenseCategory?where=Active=true","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","expenseCategory"],"query":[{"key":"where","value":"Active=true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"defaultRate\": null,\r\n        \"description\": null,\r\n        \"expenseAcct\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"223\",\r\n          \"name\": \"Expenses : GH-Generic Expenses Acc\",\r\n          \"type\": null\r\n        },\r\n        \"externalId\": null,\r\n        \"internalId\": \"1\",\r\n        \"isInactive\": false,\r\n        \"name\": \"General Expenses\",\r\n        \"nullFieldList\": null,\r\n        \"rateRequired\": false,\r\n        \"ratesList\": {\r\n          \"expenseCategoryRates\": [\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Parent Company\",\r\n                \"type\": null\r\n              }\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"externalId\": null,\r\n              \"internalId\": \"1\",\r\n              \"name\": null,\r\n              \"type\": null\r\n            }\r\n          ]\r\n        },\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"defaultRate\": null,\r\n        \"description\": null,\r\n        \"expenseAcct\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"58\",\r\n          \"name\": \"Expenses\",\r\n          \"type\": null\r\n        },\r\n        \"externalId\": null,\r\n        \"internalId\": \"2\",\r\n        \"isInactive\": false,\r\n        \"name\": \"Travel\",\r\n        \"nullFieldList\": null,\r\n        \"rateRequired\": false,\r\n        \"ratesList\": {\r\n          \"expenseCategoryRates\": [\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Parent Company\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"3\",\r\n                \"name\": \"UK Company\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"USD\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"14\",\r\n                \"name\": \"Country Tyrone\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"4\",\r\n                \"name\": \"US Company\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"7\",\r\n                \"name\": \"Noth Dakota\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"9\",\r\n                \"name\": \"Australia\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"13\",\r\n                \"name\": \"Sydney\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"NZD\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"10\",\r\n                \"name\": \"New Zealand\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"SGD\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"12\",\r\n                \"name\": \"Singapore\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"17\",\r\n                \"name\": \"New Mexico\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"20\",\r\n                \"name\": \"Atlanta\",\r\n                \"type\": null\r\n              }\r\n            },\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"USD\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"26\",\r\n                \"name\": \"Argentina\",\r\n                \"type\": null\r\n              }\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"externalId\": null,\r\n              \"internalId\": \"9\",\r\n              \"name\": null,\r\n              \"type\": null\r\n            }\r\n          ]\r\n        },\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_051520204223120471422315252_28766c49\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 1,\r\n  \"totalRecords\": 2\r\n}"}],"_postman_id":"d0ffcb84-a506-4a37-ac14-3184ef055d0b"},{"name":"Retrieve expense categories  by ID","id":"757e47db-4843-4246-ab9c-ef324a9960d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/expenseCategory?id=1","urlObject":{"protocol":"https","path":["netsuite","v0","expenseCategory"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"0d0a1c31-7617-40c5-abad-da0fdadaba13","name":"Retrieve expense categories by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/expenseCategory?id=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","expenseCategory"],"query":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"defaultRate\": null,\r\n        \"description\": null,\r\n        \"expenseAcct\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"223\",\r\n          \"name\": \"Expenses : GH-Generic Expenses Acc\",\r\n          \"type\": null\r\n        },\r\n        \"externalId\": null,\r\n        \"internalId\": \"1\",\r\n        \"isInactive\": false,\r\n        \"name\": \"General Expenses\",\r\n        \"nullFieldList\": null,\r\n        \"rateRequired\": false,\r\n        \"ratesList\": {\r\n          \"expenseCategoryRates\": [\r\n            {\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"INR\",\r\n                \"name\": null,\r\n                \"type\": null\r\n              },\r\n              \"defaultRate\": null,\r\n              \"subsidiary\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Parent Company\",\r\n                \"type\": null\r\n              }\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"externalId\": null,\r\n              \"internalId\": \"1\",\r\n              \"name\": \"Parent Company\",\r\n              \"type\": null\r\n            }\r\n          ]\r\n        },\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  }\r\n}"}],"_postman_id":"757e47db-4843-4246-ab9c-ef324a9960d3"}],"id":"20becb6a-5ff6-43c5-a9ae-0d916fcbbf8e","_postman_id":"20becb6a-5ff6-43c5-a9ae-0d916fcbbf8e","description":""}],"id":"d91ecf65-a6f6-434d-b2a7-fd3809da6004","event":[{"listen":"prerequest","script":{"id":"209e48fb-61c0-40a1-a37e-7863bdee42f7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"01f78c77-e37e-432f-80d2-79ab52479724","type":"text/javascript","exec":[""]}}],"_postman_id":"d91ecf65-a6f6-434d-b2a7-fd3809da6004","description":""},{"name":"Expense Reports","item":[{"name":"GET","item":[{"name":"Retrieve expense reports","id":"6054278e-b701-47ef-ace0-6f684e7aa972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/expenseReport","urlObject":{"protocol":"https","path":["netsuite","v0","expenseReport"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"683f79ca-237f-4127-b3b9-fe4a0d2412b6","name":"Retrieve expense reports","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/expenseReport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"accountingApproval\": true,\r\n        \"accountingBookDetailList\": null,\r\n        \"acctCorpCardExp\": null,\r\n        \"advance\": null,\r\n        \"amount\": 1000.0,\r\n        \"approvalStatus\": null,\r\n        \"class\": null,\r\n        \"complete\": true,\r\n        \"createdDate\": 1550229443,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"dueDate\": 1550601000,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"3\",\r\n          \"name\": \"B Shamili\",\r\n          \"type\": null\r\n        },\r\n        \"expenseList\": {\r\n          \"expense\": [\r\n            {\r\n              \"amount\": 1000.0,\r\n              \"category\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"General Expenses\",\r\n                \"type\": null\r\n              },\r\n              \"class\": null,\r\n              \"corporateCreditCard\": null,\r\n              \"currency\": null,\r\n              \"customFieldList\": null,\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"exchangeRate\": null,\r\n              \"expMediaItem\": null,\r\n              \"expenseDate\": 1550217600,\r\n              \"foreignAmount\": null,\r\n              \"grossAmt\": null,\r\n              \"isBillable\": false,\r\n              \"isNonReimbursable\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"memo\": null,\r\n              \"quantity\": null,\r\n              \"rate\": null,\r\n              \"receipt\": false,\r\n              \"refNumber\": 1,\r\n              \"tax1Amt\": null,\r\n              \"taxCode\": null,\r\n              \"taxRate1\": null,\r\n              \"taxRate2\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"expenseReportCurrency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\",\r\n          \"type\": null\r\n        },\r\n        \"expenseReportExchangeRate\": 1.0,\r\n        \"externalId\": null,\r\n        \"internalId\": \"469\",\r\n        \"lastModifiedDate\": 1550229549,\r\n        \"location\": null,\r\n        \"memo\": \"Travelling\",\r\n        \"nextApprover\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"121\",\r\n          \"name\": \"Feb 2019\",\r\n          \"type\": null\r\n        },\r\n        \"status\": \"Paid In Full\",\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"supervisorApproval\": true,\r\n        \"tax1Amt\": null,\r\n        \"tax2Amt\": null,\r\n        \"taxPointDate\": null,\r\n        \"total\": 1000.0,\r\n        \"tranDate\": 1550169000,\r\n        \"tranId\": \"1\",\r\n        \"useMultiCurrency\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"accountingApproval\": true,\r\n        \"accountingBookDetailList\": null,\r\n        \"acctCorpCardExp\": null,\r\n        \"advance\": null,\r\n        \"amount\": 1000.0,\r\n        \"approvalStatus\": null,\r\n        \"class\": null,\r\n        \"complete\": true,\r\n        \"createdDate\": 1550293604,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"dueDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"3\",\r\n          \"name\": \"B Shamili\",\r\n          \"type\": null\r\n        },\r\n        \"expenseList\": {\r\n          \"expense\": [\r\n            {\r\n              \"amount\": 1000.0,\r\n              \"category\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"General Expenses\",\r\n                \"type\": null\r\n              },\r\n              \"class\": null,\r\n              \"corporateCreditCard\": null,\r\n              \"currency\": null,\r\n              \"customFieldList\": null,\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"exchangeRate\": null,\r\n              \"expMediaItem\": null,\r\n              \"expenseDate\": 1550304000,\r\n              \"foreignAmount\": null,\r\n              \"grossAmt\": null,\r\n              \"isBillable\": false,\r\n              \"isNonReimbursable\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"memo\": null,\r\n              \"quantity\": null,\r\n              \"rate\": null,\r\n              \"receipt\": false,\r\n              \"refNumber\": 1,\r\n              \"tax1Amt\": null,\r\n              \"taxCode\": null,\r\n              \"taxRate1\": null,\r\n              \"taxRate2\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"expenseReportCurrency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\",\r\n          \"type\": null\r\n        },\r\n        \"expenseReportExchangeRate\": 1.0,\r\n        \"externalId\": null,\r\n        \"internalId\": \"476\",\r\n        \"lastModifiedDate\": 1550293659,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"nextApprover\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"121\",\r\n          \"name\": \"Feb 2019\",\r\n          \"type\": null\r\n        },\r\n        \"status\": \"Paid In Full\",\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"supervisorApproval\": true,\r\n        \"tax1Amt\": null,\r\n        \"tax2Amt\": null,\r\n        \"taxPointDate\": null,\r\n        \"total\": 1000.0,\r\n        \"tranDate\": 1550255400,\r\n        \"tranId\": \"2\",\r\n        \"useMultiCurrency\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"accountingApproval\": true,\r\n        \"accountingBookDetailList\": null,\r\n        \"acctCorpCardExp\": null,\r\n        \"advance\": 2000.0,\r\n        \"amount\": 0.0,\r\n        \"approvalStatus\": null,\r\n        \"class\": null,\r\n        \"complete\": true,\r\n        \"createdDate\": 1550312361,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"dueDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"3\",\r\n          \"name\": \"B Shamili\",\r\n          \"type\": null\r\n        },\r\n        \"expenseList\": {\r\n          \"expense\": [\r\n            {\r\n              \"amount\": 2000.0,\r\n              \"category\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"General Expenses\",\r\n                \"type\": null\r\n              },\r\n              \"class\": null,\r\n              \"corporateCreditCard\": null,\r\n              \"currency\": null,\r\n              \"customFieldList\": null,\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"exchangeRate\": null,\r\n              \"expMediaItem\": null,\r\n              \"expenseDate\": 1550304000,\r\n              \"foreignAmount\": null,\r\n              \"grossAmt\": null,\r\n              \"isBillable\": false,\r\n              \"isNonReimbursable\": null,\r\n              \"line\": 2,\r\n              \"location\": null,\r\n              \"memo\": null,\r\n              \"quantity\": null,\r\n              \"rate\": null,\r\n              \"receipt\": false,\r\n              \"refNumber\": 1,\r\n              \"tax1Amt\": null,\r\n              \"taxCode\": null,\r\n              \"taxRate1\": null,\r\n              \"taxRate2\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"expenseReportCurrency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\",\r\n          \"type\": null\r\n        },\r\n        \"expenseReportExchangeRate\": 1.0,\r\n        \"externalId\": null,\r\n        \"internalId\": \"500\",\r\n        \"lastModifiedDate\": 1550312366,\r\n        \"location\": null,\r\n        \"memo\": \"Books\",\r\n        \"nextApprover\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"121\",\r\n          \"name\": \"Feb 2019\",\r\n          \"type\": null\r\n        },\r\n        \"status\": \"Paid In Full\",\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"supervisorApproval\": true,\r\n        \"tax1Amt\": null,\r\n        \"tax2Amt\": null,\r\n        \"taxPointDate\": null,\r\n        \"total\": 2000.0,\r\n        \"tranDate\": 1550255400,\r\n        \"tranId\": \"3\",\r\n        \"useMultiCurrency\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"accountingApproval\": false,\r\n        \"accountingBookDetailList\": null,\r\n        \"acctCorpCardExp\": null,\r\n        \"advance\": null,\r\n        \"amount\": 200.0,\r\n        \"approvalStatus\": null,\r\n        \"class\": null,\r\n        \"complete\": true,\r\n        \"createdDate\": 1553339010,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"dueDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"3\",\r\n          \"name\": \"B Shamili\",\r\n          \"type\": null\r\n        },\r\n        \"expenseList\": {\r\n          \"expense\": [\r\n            {\r\n              \"amount\": 200.0,\r\n              \"category\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"General Expenses\",\r\n                \"type\": null\r\n              },\r\n              \"class\": null,\r\n              \"corporateCreditCard\": null,\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\",\r\n                \"type\": null\r\n              },\r\n              \"customFieldList\": null,\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"exchangeRate\": 1.0,\r\n              \"expMediaItem\": null,\r\n              \"expenseDate\": 1553324400,\r\n              \"foreignAmount\": 200.0,\r\n              \"grossAmt\": null,\r\n              \"isBillable\": false,\r\n              \"isNonReimbursable\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"memo\": null,\r\n              \"quantity\": null,\r\n              \"rate\": null,\r\n              \"receipt\": false,\r\n              \"refNumber\": 1,\r\n              \"tax1Amt\": null,\r\n              \"taxCode\": null,\r\n              \"taxRate1\": null,\r\n              \"taxRate2\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"expenseReportCurrency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\",\r\n          \"type\": null\r\n        },\r\n        \"expenseReportExchangeRate\": 1.0,\r\n        \"externalId\": null,\r\n        \"internalId\": \"573\",\r\n        \"lastModifiedDate\": 1553339010,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"nextApprover\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"122\",\r\n          \"name\": \"Mar 2019\",\r\n          \"type\": null\r\n        },\r\n        \"status\": \"Pending Accounting Approval\",\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"supervisorApproval\": true,\r\n        \"tax1Amt\": null,\r\n        \"tax2Amt\": null,\r\n        \"taxPointDate\": null,\r\n        \"total\": 200.0,\r\n        \"tranDate\": 1553279400,\r\n        \"tranId\": \"4\",\r\n        \"useMultiCurrency\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"accountingApproval\": false,\r\n        \"accountingBookDetailList\": null,\r\n        \"acctCorpCardExp\": null,\r\n        \"advance\": 1000.0,\r\n        \"amount\": 0.0,\r\n        \"approvalStatus\": null,\r\n        \"class\": null,\r\n        \"complete\": true,\r\n        \"createdDate\": 1553421928,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"dueDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"3\",\r\n          \"name\": \"B Shamili\",\r\n          \"type\": null\r\n        },\r\n        \"expenseList\": {\r\n          \"expense\": [\r\n            {\r\n              \"amount\": 1000.0,\r\n              \"category\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"General Expenses\",\r\n                \"type\": null\r\n              },\r\n              \"class\": null,\r\n              \"corporateCreditCard\": null,\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\",\r\n                \"type\": null\r\n              },\r\n              \"customFieldList\": null,\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"exchangeRate\": 1.0,\r\n              \"expMediaItem\": null,\r\n              \"expenseDate\": 1553410800,\r\n              \"foreignAmount\": 1000.0,\r\n              \"grossAmt\": null,\r\n              \"isBillable\": false,\r\n              \"isNonReimbursable\": null,\r\n              \"line\": 2,\r\n              \"location\": null,\r\n              \"memo\": null,\r\n              \"quantity\": null,\r\n              \"rate\": null,\r\n              \"receipt\": false,\r\n              \"refNumber\": 1,\r\n              \"tax1Amt\": null,\r\n              \"taxCode\": null,\r\n              \"taxRate1\": null,\r\n              \"taxRate2\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"expenseReportCurrency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\",\r\n          \"type\": null\r\n        },\r\n        \"expenseReportExchangeRate\": 1.0,\r\n        \"externalId\": null,\r\n        \"internalId\": \"594\",\r\n        \"lastModifiedDate\": 1553421928,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"nextApprover\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"122\",\r\n          \"name\": \"Mar 2019\",\r\n          \"type\": null\r\n        },\r\n        \"status\": \"Pending Supervisor Approval\",\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"supervisorApproval\": false,\r\n        \"tax1Amt\": null,\r\n        \"tax2Amt\": null,\r\n        \"taxPointDate\": null,\r\n        \"total\": 1000.0,\r\n        \"tranDate\": 1553365800,\r\n        \"tranId\": \"5\",\r\n        \"useMultiCurrency\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"accountingApproval\": false,\r\n        \"accountingBookDetailList\": null,\r\n        \"acctCorpCardExp\": null,\r\n        \"advance\": null,\r\n        \"amount\": 1000.0,\r\n        \"approvalStatus\": null,\r\n        \"class\": null,\r\n        \"complete\": true,\r\n        \"createdDate\": 1588679673,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"dueDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"expenseList\": {\r\n          \"expense\": [\r\n            {\r\n              \"amount\": 1000.0,\r\n              \"category\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"General Expenses\",\r\n                \"type\": null\r\n              },\r\n              \"class\": null,\r\n              \"corporateCreditCard\": null,\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\",\r\n                \"type\": null\r\n              },\r\n              \"customFieldList\": null,\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"exchangeRate\": 1.0,\r\n              \"expMediaItem\": null,\r\n              \"expenseDate\": 1550217600,\r\n              \"foreignAmount\": 1000.0,\r\n              \"grossAmt\": null,\r\n              \"isBillable\": false,\r\n              \"isNonReimbursable\": null,\r\n              \"line\": 3,\r\n              \"location\": null,\r\n              \"memo\": null,\r\n              \"quantity\": null,\r\n              \"rate\": null,\r\n              \"receipt\": false,\r\n              \"refNumber\": 1,\r\n              \"tax1Amt\": null,\r\n              \"taxCode\": null,\r\n              \"taxRate1\": null,\r\n              \"taxRate2\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"expenseReportCurrency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\",\r\n          \"type\": null\r\n        },\r\n        \"expenseReportExchangeRate\": 1.0,\r\n        \"externalId\": null,\r\n        \"internalId\": \"30170\",\r\n        \"lastModifiedDate\": 1588680018,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"nextApprover\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"161\",\r\n          \"name\": \"May 2020\",\r\n          \"type\": null\r\n        },\r\n        \"status\": \"Pending Accounting Approval\",\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"supervisorApproval\": false,\r\n        \"tax1Amt\": null,\r\n        \"tax2Amt\": null,\r\n        \"taxPointDate\": null,\r\n        \"total\": 1000.0,\r\n        \"tranDate\": 1588617000,\r\n        \"tranId\": \"6\",\r\n        \"useMultiCurrency\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"accountingApproval\": false,\r\n        \"accountingBookDetailList\": null,\r\n        \"acctCorpCardExp\": null,\r\n        \"advance\": null,\r\n        \"amount\": 1000.0,\r\n        \"approvalStatus\": null,\r\n        \"class\": null,\r\n        \"complete\": true,\r\n        \"createdDate\": 1588680036,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"dueDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"expenseList\": {\r\n          \"expense\": [\r\n            {\r\n              \"amount\": 1000.0,\r\n              \"category\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"General Expenses\",\r\n                \"type\": null\r\n              },\r\n              \"class\": null,\r\n              \"corporateCreditCard\": null,\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\",\r\n                \"type\": null\r\n              },\r\n              \"customFieldList\": null,\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"exchangeRate\": 1.0,\r\n              \"expMediaItem\": null,\r\n              \"expenseDate\": 1550217600,\r\n              \"foreignAmount\": 1000.0,\r\n              \"grossAmt\": null,\r\n              \"isBillable\": false,\r\n              \"isNonReimbursable\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"memo\": null,\r\n              \"quantity\": null,\r\n              \"rate\": null,\r\n              \"receipt\": false,\r\n              \"refNumber\": 1,\r\n              \"tax1Amt\": null,\r\n              \"taxCode\": null,\r\n              \"taxRate1\": null,\r\n              \"taxRate2\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"expenseReportCurrency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\",\r\n          \"type\": null\r\n        },\r\n        \"expenseReportExchangeRate\": 1.0,\r\n        \"externalId\": null,\r\n        \"internalId\": \"30171\",\r\n        \"lastModifiedDate\": 1588680036,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"nextApprover\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"161\",\r\n          \"name\": \"May 2020\",\r\n          \"type\": null\r\n        },\r\n        \"status\": \"Pending Accounting Approval\",\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"supervisorApproval\": false,\r\n        \"tax1Amt\": null,\r\n        \"tax2Amt\": null,\r\n        \"taxPointDate\": null,\r\n        \"total\": 1000.0,\r\n        \"tranDate\": 1588617000,\r\n        \"tranId\": \"7\",\r\n        \"useMultiCurrency\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_051520204218588581210280319_25db651f\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 4,\r\n  \"totalRecords\": 26\r\n}"}],"_postman_id":"6054278e-b701-47ef-ace0-6f684e7aa972"},{"name":"Retrieve expense reports by search ID","id":"388d5424-7ccb-4671-8ef8-8ce6e3a88a29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/estimate?searchId=WEBSERVICES_5333445_SB1_051520204218588581210280319_25db651f&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","estimate"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_051520204218588581210280319_25db651f"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"8d7710e3-e1e7-446e-aeea-4de27ad35350","name":"Retrieve expense reports by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/estimate?searchId=WEBSERVICES_5333445_SB1_051520204218588581210280319_25db651f&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","estimate"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_051520204218588581210280319_25db651f"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:45:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173991"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 2,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"accountingApproval\": false,\r\n        \"accountingBookDetailList\": null,\r\n        \"acctCorpCardExp\": null,\r\n        \"advance\": null,\r\n        \"amount\": 1000.0,\r\n        \"approvalStatus\": null,\r\n        \"class\": null,\r\n        \"complete\": true,\r\n        \"createdDate\": 1588680045,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"dueDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"expenseList\": {\r\n          \"expense\": [\r\n            {\r\n              \"amount\": 1000.0,\r\n              \"category\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"General Expenses\",\r\n                \"type\": null\r\n              },\r\n              \"class\": null,\r\n              \"corporateCreditCard\": null,\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\",\r\n                \"type\": null\r\n              },\r\n              \"customFieldList\": null,\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"exchangeRate\": 1.0,\r\n              \"expMediaItem\": null,\r\n              \"expenseDate\": 1550217600,\r\n              \"foreignAmount\": 1000.0,\r\n              \"grossAmt\": null,\r\n              \"isBillable\": false,\r\n              \"isNonReimbursable\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"memo\": null,\r\n              \"quantity\": null,\r\n              \"rate\": null,\r\n              \"receipt\": false,\r\n              \"refNumber\": 1,\r\n              \"tax1Amt\": null,\r\n              \"taxCode\": null,\r\n              \"taxRate1\": null,\r\n              \"taxRate2\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"expenseReportCurrency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\",\r\n          \"type\": null\r\n        },\r\n        \"expenseReportExchangeRate\": 1.0,\r\n        \"externalId\": null,\r\n        \"internalId\": \"30172\",\r\n        \"lastModifiedDate\": 1588680045,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"nextApprover\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"161\",\r\n          \"name\": \"May 2020\",\r\n          \"type\": null\r\n        },\r\n        \"status\": \"Pending Accounting Approval\",\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"supervisorApproval\": false,\r\n        \"tax1Amt\": null,\r\n        \"tax2Amt\": null,\r\n        \"taxPointDate\": null,\r\n        \"total\": 1000.0,\r\n        \"tranDate\": 1588617000,\r\n        \"tranId\": \"8\",\r\n        \"useMultiCurrency\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"accountingApproval\": false,\r\n        \"accountingBookDetailList\": null,\r\n        \"acctCorpCardExp\": null,\r\n        \"advance\": null,\r\n        \"amount\": 1000.0,\r\n        \"approvalStatus\": null,\r\n        \"class\": null,\r\n        \"complete\": true,\r\n        \"createdDate\": 1588685752,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"dueDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"expenseList\": {\r\n          \"expense\": [\r\n            {\r\n              \"amount\": 1000.0,\r\n              \"category\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"General Expenses\",\r\n                \"type\": null\r\n              },\r\n              \"class\": null,\r\n              \"corporateCreditCard\": null,\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\",\r\n                \"type\": null\r\n              },\r\n              \"customFieldList\": null,\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"exchangeRate\": 1.0,\r\n              \"expMediaItem\": null,\r\n              \"expenseDate\": 1550217600,\r\n              \"foreignAmount\": 1000.0,\r\n              \"grossAmt\": null,\r\n              \"isBillable\": false,\r\n              \"isNonReimbursable\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"memo\": null,\r\n              \"quantity\": null,\r\n              \"rate\": null,\r\n              \"receipt\": false,\r\n              \"refNumber\": 1,\r\n              \"tax1Amt\": null,\r\n              \"taxCode\": null,\r\n              \"taxRate1\": null,\r\n              \"taxRate2\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"expenseReportCurrency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\",\r\n          \"type\": null\r\n        },\r\n        \"expenseReportExchangeRate\": 1.0,\r\n        \"externalId\": null,\r\n        \"internalId\": \"30270\",\r\n        \"lastModifiedDate\": 1588685752,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"nextApprover\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"161\",\r\n          \"name\": \"May 2020\",\r\n          \"type\": null\r\n        },\r\n        \"status\": \"Pending Accounting Approval\",\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"supervisorApproval\": false,\r\n        \"tax1Amt\": null,\r\n        \"tax2Amt\": null,\r\n        \"taxPointDate\": null,\r\n        \"total\": 1000.0,\r\n        \"tranDate\": 1588617000,\r\n        \"tranId\": \"9\",\r\n        \"useMultiCurrency\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"accountingApproval\": false,\r\n        \"accountingBookDetailList\": null,\r\n        \"acctCorpCardExp\": null,\r\n        \"advance\": null,\r\n        \"amount\": 1000.0,\r\n        \"approvalStatus\": null,\r\n        \"class\": null,\r\n        \"complete\": true,\r\n        \"createdDate\": 1588686257,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"dueDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"expenseList\": {\r\n          \"expense\": [\r\n            {\r\n              \"amount\": 1000.0,\r\n              \"category\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"General Expenses\",\r\n                \"type\": null\r\n              },\r\n              \"class\": null,\r\n              \"corporateCreditCard\": null,\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\",\r\n                \"type\": null\r\n              },\r\n              \"customFieldList\": null,\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"exchangeRate\": 1.0,\r\n              \"expMediaItem\": null,\r\n              \"expenseDate\": 1550217600,\r\n              \"foreignAmount\": 1000.0,\r\n              \"grossAmt\": null,\r\n              \"isBillable\": false,\r\n              \"isNonReimbursable\": null,\r\n              \"line\": 3,\r\n              \"location\": null,\r\n              \"memo\": null,\r\n              \"quantity\": null,\r\n              \"rate\": null,\r\n              \"receipt\": false,\r\n              \"refNumber\": 1,\r\n              \"tax1Amt\": null,\r\n              \"taxCode\": null,\r\n              \"taxRate1\": null,\r\n              \"taxRate2\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"expenseReportCurrency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\",\r\n          \"type\": null\r\n        },\r\n        \"expenseReportExchangeRate\": 1.0,\r\n        \"externalId\": null,\r\n        \"internalId\": \"30271\",\r\n        \"lastModifiedDate\": 1588687971,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"nextApprover\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"161\",\r\n          \"name\": \"May 2020\",\r\n          \"type\": null\r\n        },\r\n        \"status\": \"Pending Accounting Approval\",\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"supervisorApproval\": false,\r\n        \"tax1Amt\": null,\r\n        \"tax2Amt\": null,\r\n        \"taxPointDate\": null,\r\n        \"total\": 1000.0,\r\n        \"tranDate\": 1588617000,\r\n        \"tranId\": \"10\",\r\n        \"useMultiCurrency\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"accountingApproval\": false,\r\n        \"accountingBookDetailList\": null,\r\n        \"acctCorpCardExp\": null,\r\n        \"advance\": null,\r\n        \"amount\": 1000.0,\r\n        \"approvalStatus\": null,\r\n        \"class\": null,\r\n        \"complete\": true,\r\n        \"createdDate\": 1588779923,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"dueDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"expenseList\": {\r\n          \"expense\": [\r\n            {\r\n              \"amount\": 1000.0,\r\n              \"category\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"General Expenses\",\r\n                \"type\": null\r\n              },\r\n              \"class\": null,\r\n              \"corporateCreditCard\": null,\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\",\r\n                \"type\": null\r\n              },\r\n              \"customFieldList\": null,\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"exchangeRate\": 1.0,\r\n              \"expMediaItem\": null,\r\n              \"expenseDate\": 1550217600,\r\n              \"foreignAmount\": 1000.0,\r\n              \"grossAmt\": null,\r\n              \"isBillable\": false,\r\n              \"isNonReimbursable\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"memo\": null,\r\n              \"quantity\": null,\r\n              \"rate\": null,\r\n              \"receipt\": false,\r\n              \"refNumber\": 1,\r\n              \"tax1Amt\": null,\r\n              \"taxCode\": null,\r\n              \"taxRate1\": null,\r\n              \"taxRate2\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"expenseReportCurrency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\",\r\n          \"type\": null\r\n        },\r\n        \"expenseReportExchangeRate\": 1.0,\r\n        \"externalId\": null,\r\n        \"internalId\": \"30370\",\r\n        \"lastModifiedDate\": 1588779923,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"nextApprover\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"161\",\r\n          \"name\": \"May 2020\",\r\n          \"type\": null\r\n        },\r\n        \"status\": \"Pending Accounting Approval\",\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"supervisorApproval\": false,\r\n        \"tax1Amt\": null,\r\n        \"tax2Amt\": null,\r\n        \"taxPointDate\": null,\r\n        \"total\": 1000.0,\r\n        \"tranDate\": 1588703400,\r\n        \"tranId\": \"11\",\r\n        \"useMultiCurrency\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"accountingApproval\": false,\r\n        \"accountingBookDetailList\": null,\r\n        \"acctCorpCardExp\": null,\r\n        \"advance\": null,\r\n        \"amount\": 1000.0,\r\n        \"approvalStatus\": null,\r\n        \"class\": null,\r\n        \"complete\": true,\r\n        \"createdDate\": 1588780049,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"dueDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"expenseList\": {\r\n          \"expense\": [\r\n            {\r\n              \"amount\": 1000.0,\r\n              \"category\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"General Expenses\",\r\n                \"type\": null\r\n              },\r\n              \"class\": null,\r\n              \"corporateCreditCard\": null,\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\",\r\n                \"type\": null\r\n              },\r\n              \"customFieldList\": null,\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"exchangeRate\": 1.0,\r\n              \"expMediaItem\": null,\r\n              \"expenseDate\": 1550217600,\r\n              \"foreignAmount\": 1000.0,\r\n              \"grossAmt\": null,\r\n              \"isBillable\": false,\r\n              \"isNonReimbursable\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"memo\": null,\r\n              \"quantity\": null,\r\n              \"rate\": null,\r\n              \"receipt\": false,\r\n              \"refNumber\": 1,\r\n              \"tax1Amt\": null,\r\n              \"taxCode\": null,\r\n              \"taxRate1\": null,\r\n              \"taxRate2\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"expenseReportCurrency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\",\r\n          \"type\": null\r\n        },\r\n        \"expenseReportExchangeRate\": 1.0,\r\n        \"externalId\": null,\r\n        \"internalId\": \"30371\",\r\n        \"lastModifiedDate\": 1588780049,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"nextApprover\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"161\",\r\n          \"name\": \"May 2020\",\r\n          \"type\": null\r\n        },\r\n        \"status\": \"Pending Accounting Approval\",\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"supervisorApproval\": false,\r\n        \"tax1Amt\": null,\r\n        \"tax2Amt\": null,\r\n        \"taxPointDate\": null,\r\n        \"total\": 1000.0,\r\n        \"tranDate\": 1588703400,\r\n        \"tranId\": \"12\",\r\n        \"useMultiCurrency\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"accountingApproval\": false,\r\n        \"accountingBookDetailList\": null,\r\n        \"acctCorpCardExp\": null,\r\n        \"advance\": null,\r\n        \"amount\": 1000.0,\r\n        \"approvalStatus\": null,\r\n        \"class\": null,\r\n        \"complete\": true,\r\n        \"createdDate\": 1588780259,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"dueDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"expenseList\": {\r\n          \"expense\": [\r\n            {\r\n              \"amount\": 1000.0,\r\n              \"category\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"General Expenses\",\r\n                \"type\": null\r\n              },\r\n              \"class\": null,\r\n              \"corporateCreditCard\": null,\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\",\r\n                \"type\": null\r\n              },\r\n              \"customFieldList\": null,\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"exchangeRate\": 1.0,\r\n              \"expMediaItem\": null,\r\n              \"expenseDate\": 1550217600,\r\n              \"foreignAmount\": 1000.0,\r\n              \"grossAmt\": null,\r\n              \"isBillable\": false,\r\n              \"isNonReimbursable\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"memo\": null,\r\n              \"quantity\": null,\r\n              \"rate\": null,\r\n              \"receipt\": false,\r\n              \"refNumber\": 1,\r\n              \"tax1Amt\": null,\r\n              \"taxCode\": null,\r\n              \"taxRate1\": null,\r\n              \"taxRate2\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"expenseReportCurrency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\",\r\n          \"type\": null\r\n        },\r\n        \"expenseReportExchangeRate\": 1.0,\r\n        \"externalId\": null,\r\n        \"internalId\": \"30372\",\r\n        \"lastModifiedDate\": 1588780259,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"nextApprover\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"161\",\r\n          \"name\": \"May 2020\",\r\n          \"type\": null\r\n        },\r\n        \"status\": \"Pending Accounting Approval\",\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"supervisorApproval\": false,\r\n        \"tax1Amt\": null,\r\n        \"tax2Amt\": null,\r\n        \"taxPointDate\": null,\r\n        \"total\": 1000.0,\r\n        \"tranDate\": 1588703400,\r\n        \"tranId\": \"13\",\r\n        \"useMultiCurrency\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"accountingApproval\": false,\r\n        \"accountingBookDetailList\": null,\r\n        \"acctCorpCardExp\": null,\r\n        \"advance\": null,\r\n        \"amount\": 1000.0,\r\n        \"approvalStatus\": null,\r\n        \"class\": null,\r\n        \"complete\": true,\r\n        \"createdDate\": 1588780331,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"dueDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"expenseList\": {\r\n          \"expense\": [\r\n            {\r\n              \"amount\": 1000.0,\r\n              \"category\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"General Expenses\",\r\n                \"type\": null\r\n              },\r\n              \"class\": null,\r\n              \"corporateCreditCard\": null,\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\",\r\n                \"type\": null\r\n              },\r\n              \"customFieldList\": null,\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"exchangeRate\": 1.0,\r\n              \"expMediaItem\": null,\r\n              \"expenseDate\": 1550217600,\r\n              \"foreignAmount\": 1000.0,\r\n              \"grossAmt\": null,\r\n              \"isBillable\": false,\r\n              \"isNonReimbursable\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"memo\": null,\r\n              \"quantity\": null,\r\n              \"rate\": null,\r\n              \"receipt\": false,\r\n              \"refNumber\": 1,\r\n              \"tax1Amt\": null,\r\n              \"taxCode\": null,\r\n              \"taxRate1\": null,\r\n              \"taxRate2\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"expenseReportCurrency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\",\r\n          \"type\": null\r\n        },\r\n        \"expenseReportExchangeRate\": 1.0,\r\n        \"externalId\": null,\r\n        \"internalId\": \"30373\",\r\n        \"lastModifiedDate\": 1588780331,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"nextApprover\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"161\",\r\n          \"name\": \"May 2020\",\r\n          \"type\": null\r\n        },\r\n        \"status\": \"Pending Accounting Approval\",\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"supervisorApproval\": false,\r\n        \"tax1Amt\": null,\r\n        \"tax2Amt\": null,\r\n        \"taxPointDate\": null,\r\n        \"total\": 1000.0,\r\n        \"tranDate\": 1588703400,\r\n        \"tranId\": \"14\",\r\n        \"useMultiCurrency\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_051520204218588581210280319_25db651f\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 4,\r\n  \"totalRecords\": 26\r\n}"}],"_postman_id":"388d5424-7ccb-4671-8ef8-8ce6e3a88a29"},{"name":"Retrieve expense reports by where","id":"f4dab60a-813c-4c84-a313-e657e37ae6af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/expenseReport?where=DateCreated>1577664388","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateCreated</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>TranDate</td>\n<td>1578954123</td>\n<td>Used to Include the transaction date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>6</td>\n<td>Used to Include the Customer filter for the request. e.g., Customer=6.</td>\n</tr>\n<tr>\n<td>Employee</td>\n<td>4</td>\n<td>Used to Include the Employee filter for the request. e.g., Employee=4.</td>\n</tr>\n<tr>\n<td>Entity</td>\n<td>6</td>\n<td>Used to Include the Entity filter for the request. e.g., Entity=6.</td>\n</tr>\n<tr>\n<td>Memorized</td>\n<td>false</td>\n<td>Used to Include the Memorized filter for the request. e.g., Memorized=false.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","expenseReport"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"DateCreated>1577664388"}],"variable":[]}},"response":[{"id":"de9a3efc-a66f-42ad-8e0c-5156f1e5dfba","name":"Retrieve expense reports by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/expenseReport?where=DateCreated>1577664388","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","expenseReport"],"query":[{"key":"where","value":"DateCreated>1577664388"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"accountingApproval\": false,\r\n        \"accountingBookDetailList\": null,\r\n        \"acctCorpCardExp\": null,\r\n        \"advance\": null,\r\n        \"amount\": 1000.0,\r\n        \"approvalStatus\": null,\r\n        \"class\": null,\r\n        \"complete\": true,\r\n        \"createdDate\": 1588679673,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"dueDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"expenseList\": {\r\n          \"expense\": [\r\n            {\r\n              \"amount\": 1000.0,\r\n              \"category\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"General Expenses\",\r\n                \"type\": null\r\n              },\r\n              \"class\": null,\r\n              \"corporateCreditCard\": null,\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\",\r\n                \"type\": null\r\n              },\r\n              \"customFieldList\": null,\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"exchangeRate\": 1.0,\r\n              \"expMediaItem\": null,\r\n              \"expenseDate\": 1550217600,\r\n              \"foreignAmount\": 1000.0,\r\n              \"grossAmt\": null,\r\n              \"isBillable\": false,\r\n              \"isNonReimbursable\": null,\r\n              \"line\": 3,\r\n              \"location\": null,\r\n              \"memo\": null,\r\n              \"quantity\": null,\r\n              \"rate\": null,\r\n              \"receipt\": false,\r\n              \"refNumber\": 1,\r\n              \"tax1Amt\": null,\r\n              \"taxCode\": null,\r\n              \"taxRate1\": null,\r\n              \"taxRate2\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"expenseReportCurrency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\",\r\n          \"type\": null\r\n        },\r\n        \"expenseReportExchangeRate\": 1.0,\r\n        \"externalId\": null,\r\n        \"internalId\": \"30170\",\r\n        \"lastModifiedDate\": 1588680018,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"nextApprover\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"161\",\r\n          \"name\": \"May 2020\",\r\n          \"type\": null\r\n        },\r\n        \"status\": \"Pending Accounting Approval\",\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"supervisorApproval\": false,\r\n        \"tax1Amt\": null,\r\n        \"tax2Amt\": null,\r\n        \"taxPointDate\": null,\r\n        \"total\": 1000.0,\r\n        \"tranDate\": 1588617000,\r\n        \"tranId\": \"6\",\r\n        \"useMultiCurrency\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"accountingApproval\": false,\r\n        \"accountingBookDetailList\": null,\r\n        \"acctCorpCardExp\": null,\r\n        \"advance\": null,\r\n        \"amount\": 1000.0,\r\n        \"approvalStatus\": null,\r\n        \"class\": null,\r\n        \"complete\": true,\r\n        \"createdDate\": 1588680036,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"dueDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"expenseList\": {\r\n          \"expense\": [\r\n            {\r\n              \"amount\": 1000.0,\r\n              \"category\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"General Expenses\",\r\n                \"type\": null\r\n              },\r\n              \"class\": null,\r\n              \"corporateCreditCard\": null,\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\",\r\n                \"type\": null\r\n              },\r\n              \"customFieldList\": null,\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"exchangeRate\": 1.0,\r\n              \"expMediaItem\": null,\r\n              \"expenseDate\": 1550217600,\r\n              \"foreignAmount\": 1000.0,\r\n              \"grossAmt\": null,\r\n              \"isBillable\": false,\r\n              \"isNonReimbursable\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"memo\": null,\r\n              \"quantity\": null,\r\n              \"rate\": null,\r\n              \"receipt\": false,\r\n              \"refNumber\": 1,\r\n              \"tax1Amt\": null,\r\n              \"taxCode\": null,\r\n              \"taxRate1\": null,\r\n              \"taxRate2\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"expenseReportCurrency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\",\r\n          \"type\": null\r\n        },\r\n        \"expenseReportExchangeRate\": 1.0,\r\n        \"externalId\": null,\r\n        \"internalId\": \"30171\",\r\n        \"lastModifiedDate\": 1588680036,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"nextApprover\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"161\",\r\n          \"name\": \"May 2020\",\r\n          \"type\": null\r\n        },\r\n        \"status\": \"Pending Accounting Approval\",\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"supervisorApproval\": false,\r\n        \"tax1Amt\": null,\r\n        \"tax2Amt\": null,\r\n        \"taxPointDate\": null,\r\n        \"total\": 1000.0,\r\n        \"tranDate\": 1588617000,\r\n        \"tranId\": \"7\",\r\n        \"useMultiCurrency\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"accountingApproval\": false,\r\n        \"accountingBookDetailList\": null,\r\n        \"acctCorpCardExp\": null,\r\n        \"advance\": null,\r\n        \"amount\": 1000.0,\r\n        \"approvalStatus\": null,\r\n        \"class\": null,\r\n        \"complete\": true,\r\n        \"createdDate\": 1588680045,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"dueDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"expenseList\": {\r\n          \"expense\": [\r\n            {\r\n              \"amount\": 1000.0,\r\n              \"category\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"General Expenses\",\r\n                \"type\": null\r\n              },\r\n              \"class\": null,\r\n              \"corporateCreditCard\": null,\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\",\r\n                \"type\": null\r\n              },\r\n              \"customFieldList\": null,\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"exchangeRate\": 1.0,\r\n              \"expMediaItem\": null,\r\n              \"expenseDate\": 1550217600,\r\n              \"foreignAmount\": 1000.0,\r\n              \"grossAmt\": null,\r\n              \"isBillable\": false,\r\n              \"isNonReimbursable\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"memo\": null,\r\n              \"quantity\": null,\r\n              \"rate\": null,\r\n              \"receipt\": false,\r\n              \"refNumber\": 1,\r\n              \"tax1Amt\": null,\r\n              \"taxCode\": null,\r\n              \"taxRate1\": null,\r\n              \"taxRate2\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"expenseReportCurrency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\",\r\n          \"type\": null\r\n        },\r\n        \"expenseReportExchangeRate\": 1.0,\r\n        \"externalId\": null,\r\n        \"internalId\": \"30172\",\r\n        \"lastModifiedDate\": 1588680045,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"nextApprover\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"161\",\r\n          \"name\": \"May 2020\",\r\n          \"type\": null\r\n        },\r\n        \"status\": \"Pending Accounting Approval\",\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"supervisorApproval\": false,\r\n        \"tax1Amt\": null,\r\n        \"tax2Amt\": null,\r\n        \"taxPointDate\": null,\r\n        \"total\": 1000.0,\r\n        \"tranDate\": 1588617000,\r\n        \"tranId\": \"8\",\r\n        \"useMultiCurrency\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"accountingApproval\": false,\r\n        \"accountingBookDetailList\": null,\r\n        \"acctCorpCardExp\": null,\r\n        \"advance\": null,\r\n        \"amount\": 1000.0,\r\n        \"approvalStatus\": null,\r\n        \"class\": null,\r\n        \"complete\": true,\r\n        \"createdDate\": 1588685752,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"dueDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"expenseList\": {\r\n          \"expense\": [\r\n            {\r\n              \"amount\": 1000.0,\r\n              \"category\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"General Expenses\",\r\n                \"type\": null\r\n              },\r\n              \"class\": null,\r\n              \"corporateCreditCard\": null,\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\",\r\n                \"type\": null\r\n              },\r\n              \"customFieldList\": null,\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"exchangeRate\": 1.0,\r\n              \"expMediaItem\": null,\r\n              \"expenseDate\": 1550217600,\r\n              \"foreignAmount\": 1000.0,\r\n              \"grossAmt\": null,\r\n              \"isBillable\": false,\r\n              \"isNonReimbursable\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"memo\": null,\r\n              \"quantity\": null,\r\n              \"rate\": null,\r\n              \"receipt\": false,\r\n              \"refNumber\": 1,\r\n              \"tax1Amt\": null,\r\n              \"taxCode\": null,\r\n              \"taxRate1\": null,\r\n              \"taxRate2\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"expenseReportCurrency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\",\r\n          \"type\": null\r\n        },\r\n        \"expenseReportExchangeRate\": 1.0,\r\n        \"externalId\": null,\r\n        \"internalId\": \"30270\",\r\n        \"lastModifiedDate\": 1588685752,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"nextApprover\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"161\",\r\n          \"name\": \"May 2020\",\r\n          \"type\": null\r\n        },\r\n        \"status\": \"Pending Accounting Approval\",\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"supervisorApproval\": false,\r\n        \"tax1Amt\": null,\r\n        \"tax2Amt\": null,\r\n        \"taxPointDate\": null,\r\n        \"total\": 1000.0,\r\n        \"tranDate\": 1588617000,\r\n        \"tranId\": \"9\",\r\n        \"useMultiCurrency\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"accountingApproval\": false,\r\n        \"accountingBookDetailList\": null,\r\n        \"acctCorpCardExp\": null,\r\n        \"advance\": null,\r\n        \"amount\": 1000.0,\r\n        \"approvalStatus\": null,\r\n        \"class\": null,\r\n        \"complete\": true,\r\n        \"createdDate\": 1588686257,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"dueDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"expenseList\": {\r\n          \"expense\": [\r\n            {\r\n              \"amount\": 1000.0,\r\n              \"category\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"General Expenses\",\r\n                \"type\": null\r\n              },\r\n              \"class\": null,\r\n              \"corporateCreditCard\": null,\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\",\r\n                \"type\": null\r\n              },\r\n              \"customFieldList\": null,\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"exchangeRate\": 1.0,\r\n              \"expMediaItem\": null,\r\n              \"expenseDate\": 1550217600,\r\n              \"foreignAmount\": 1000.0,\r\n              \"grossAmt\": null,\r\n              \"isBillable\": false,\r\n              \"isNonReimbursable\": null,\r\n              \"line\": 3,\r\n              \"location\": null,\r\n              \"memo\": null,\r\n              \"quantity\": null,\r\n              \"rate\": null,\r\n              \"receipt\": false,\r\n              \"refNumber\": 1,\r\n              \"tax1Amt\": null,\r\n              \"taxCode\": null,\r\n              \"taxRate1\": null,\r\n              \"taxRate2\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"expenseReportCurrency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\",\r\n          \"type\": null\r\n        },\r\n        \"expenseReportExchangeRate\": 1.0,\r\n        \"externalId\": null,\r\n        \"internalId\": \"30271\",\r\n        \"lastModifiedDate\": 1588687971,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"nextApprover\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"161\",\r\n          \"name\": \"May 2020\",\r\n          \"type\": null\r\n        },\r\n        \"status\": \"Pending Accounting Approval\",\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"supervisorApproval\": false,\r\n        \"tax1Amt\": null,\r\n        \"tax2Amt\": null,\r\n        \"taxPointDate\": null,\r\n        \"total\": 1000.0,\r\n        \"tranDate\": 1588617000,\r\n        \"tranId\": \"10\",\r\n        \"useMultiCurrency\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"accountingApproval\": false,\r\n        \"accountingBookDetailList\": null,\r\n        \"acctCorpCardExp\": null,\r\n        \"advance\": null,\r\n        \"amount\": 1000.0,\r\n        \"approvalStatus\": null,\r\n        \"class\": null,\r\n        \"complete\": true,\r\n        \"createdDate\": 1588779923,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"dueDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"expenseList\": {\r\n          \"expense\": [\r\n            {\r\n              \"amount\": 1000.0,\r\n              \"category\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"General Expenses\",\r\n                \"type\": null\r\n              },\r\n              \"class\": null,\r\n              \"corporateCreditCard\": null,\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\",\r\n                \"type\": null\r\n              },\r\n              \"customFieldList\": null,\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"exchangeRate\": 1.0,\r\n              \"expMediaItem\": null,\r\n              \"expenseDate\": 1550217600,\r\n              \"foreignAmount\": 1000.0,\r\n              \"grossAmt\": null,\r\n              \"isBillable\": false,\r\n              \"isNonReimbursable\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"memo\": null,\r\n              \"quantity\": null,\r\n              \"rate\": null,\r\n              \"receipt\": false,\r\n              \"refNumber\": 1,\r\n              \"tax1Amt\": null,\r\n              \"taxCode\": null,\r\n              \"taxRate1\": null,\r\n              \"taxRate2\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"expenseReportCurrency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\",\r\n          \"type\": null\r\n        },\r\n        \"expenseReportExchangeRate\": 1.0,\r\n        \"externalId\": null,\r\n        \"internalId\": \"30370\",\r\n        \"lastModifiedDate\": 1588779923,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"nextApprover\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"161\",\r\n          \"name\": \"May 2020\",\r\n          \"type\": null\r\n        },\r\n        \"status\": \"Pending Accounting Approval\",\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"supervisorApproval\": false,\r\n        \"tax1Amt\": null,\r\n        \"tax2Amt\": null,\r\n        \"taxPointDate\": null,\r\n        \"total\": 1000.0,\r\n        \"tranDate\": 1588703400,\r\n        \"tranId\": \"11\",\r\n        \"useMultiCurrency\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"accountingApproval\": false,\r\n        \"accountingBookDetailList\": null,\r\n        \"acctCorpCardExp\": null,\r\n        \"advance\": null,\r\n        \"amount\": 1000.0,\r\n        \"approvalStatus\": null,\r\n        \"class\": null,\r\n        \"complete\": true,\r\n        \"createdDate\": 1588780049,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"dueDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"expenseList\": {\r\n          \"expense\": [\r\n            {\r\n              \"amount\": 1000.0,\r\n              \"category\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"General Expenses\",\r\n                \"type\": null\r\n              },\r\n              \"class\": null,\r\n              \"corporateCreditCard\": null,\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\",\r\n                \"type\": null\r\n              },\r\n              \"customFieldList\": null,\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"exchangeRate\": 1.0,\r\n              \"expMediaItem\": null,\r\n              \"expenseDate\": 1550217600,\r\n              \"foreignAmount\": 1000.0,\r\n              \"grossAmt\": null,\r\n              \"isBillable\": false,\r\n              \"isNonReimbursable\": null,\r\n              \"line\": 1,\r\n              \"location\": null,\r\n              \"memo\": null,\r\n              \"quantity\": null,\r\n              \"rate\": null,\r\n              \"receipt\": false,\r\n              \"refNumber\": 1,\r\n              \"tax1Amt\": null,\r\n              \"taxCode\": null,\r\n              \"taxRate1\": null,\r\n              \"taxRate2\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"expenseReportCurrency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\",\r\n          \"type\": null\r\n        },\r\n        \"expenseReportExchangeRate\": 1.0,\r\n        \"externalId\": null,\r\n        \"internalId\": \"30371\",\r\n        \"lastModifiedDate\": 1588780049,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"nextApprover\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"161\",\r\n          \"name\": \"May 2020\",\r\n          \"type\": null\r\n        },\r\n        \"status\": \"Pending Accounting Approval\",\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"supervisorApproval\": false,\r\n        \"tax1Amt\": null,\r\n        \"tax2Amt\": null,\r\n        \"taxPointDate\": null,\r\n        \"total\": 1000.0,\r\n        \"tranDate\": 1588703400,\r\n        \"tranId\": \"12\",\r\n        \"useMultiCurrency\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_05152020421952461362018917_798e9f394\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 3,\r\n  \"totalRecords\": 21\r\n}"}],"_postman_id":"f4dab60a-813c-4c84-a313-e657e37ae6af"},{"name":"Retrieve expense reports by ID","id":"1a42ab5a-2fcb-4d7a-b6e4-4389b8d19157","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/expenseReport?id=30170","urlObject":{"protocol":"https","path":["netsuite","v0","expenseReport"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"30170"}],"variable":[]}},"response":[{"id":"fc592de5-40c4-447e-8f8f-2d298f48579f","name":"Retrieve expense reports by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/expenseReport?id=30170","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","expenseReport"],"query":[{"key":"id","value":"30170"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"accountingApproval\": false,\r\n        \"accountingBookDetailList\": null,\r\n        \"acctCorpCardExp\": null,\r\n        \"advance\": null,\r\n        \"amount\": 1000.0,\r\n        \"approvalStatus\": null,\r\n        \"class\": null,\r\n        \"complete\": true,\r\n        \"createdDate\": 1588679673,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"dueDate\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\",\r\n          \"type\": null\r\n        },\r\n        \"expenseList\": {\r\n          \"expense\": [\r\n            {\r\n              \"amount\": 1000.0,\r\n              \"category\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"General Expenses\",\r\n                \"type\": null\r\n              },\r\n              \"class\": null,\r\n              \"corporateCreditCard\": null,\r\n              \"currency\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\",\r\n                \"type\": null\r\n              },\r\n              \"customFieldList\": null,\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"exchangeRate\": 1.0,\r\n              \"expMediaItem\": null,\r\n              \"expenseDate\": 1550169000,\r\n              \"foreignAmount\": 1000.0,\r\n              \"grossAmt\": null,\r\n              \"isBillable\": false,\r\n              \"isNonReimbursable\": null,\r\n              \"line\": 3,\r\n              \"location\": null,\r\n              \"memo\": null,\r\n              \"quantity\": null,\r\n              \"rate\": null,\r\n              \"receipt\": false,\r\n              \"refNumber\": 1,\r\n              \"tax1Amt\": null,\r\n              \"taxCode\": null,\r\n              \"taxRate1\": null,\r\n              \"taxRate2\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"expenseReportCurrency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\",\r\n          \"type\": null\r\n        },\r\n        \"expenseReportExchangeRate\": 1.0,\r\n        \"externalId\": null,\r\n        \"internalId\": \"30170\",\r\n        \"lastModifiedDate\": 1588680018,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"nextApprover\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"161\",\r\n          \"name\": \"May 2020\",\r\n          \"type\": null\r\n        },\r\n        \"status\": \"Pending Accounting Approval\",\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\",\r\n          \"type\": null\r\n        },\r\n        \"supervisorApproval\": null,\r\n        \"tax1Amt\": 0.0,\r\n        \"tax2Amt\": null,\r\n        \"taxPointDate\": null,\r\n        \"total\": 1000.0,\r\n        \"tranDate\": 1588617000,\r\n        \"tranId\": \"6\",\r\n        \"useMultiCurrency\": true\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  }\r\n}"}],"_postman_id":"1a42ab5a-2fcb-4d7a-b6e4-4389b8d19157"}],"id":"ccb98ee5-9184-4a9d-a824-14de0f73216b","event":[{"listen":"prerequest","script":{"id":"3e129bcc-319b-4cc2-bcf8-08c83716b4f4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"605771f6-a32a-42e8-bc49-018f87c3aa99","type":"text/javascript","exec":[""]}}],"_postman_id":"ccb98ee5-9184-4a9d-a824-14de0f73216b","description":""},{"name":"POST","item":[{"name":"Create expense reports","id":"e39bffe5-f367-4517-9e59-1e933f43159b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"entity\":{\r\n      \"internalId\":\"4\",\r\n      \"type\":\"employee\"\r\n   },\r\n   \"expenseList\":{\r\n      \"expense\":[\r\n         {\r\n            \"amount\":1000.0,\r\n            \"category\":{\r\n               \"externalId\":null,\r\n               \"internalId\":\"1\",\r\n               \"name\":\"General Expenses\",\r\n               \"type\":null\r\n            },\r\n            \"currency\":{\r\n               \"internalId\":\"1\"\r\n            },\r\n            \"expenseDate\":1550217600,\r\n            \"taxCode\":null\r\n         }\r\n      ],\r\n      \"replaceAll\":\"true\"\r\n   },\r\n   \"subsidiary\":{\r\n      \"internalId\":\"1\"\r\n   }\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/expenseReport","urlObject":{"protocol":"https","path":["netsuite","v0","expenseReport"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"d58a9be1-c93f-4abc-bd8a-a1f7437cb198","name":"Create expense reports","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"entity\":{\r\n      \"internalId\":\"4\",\r\n      \"type\":\"employee\"\r\n   },\r\n   \"expenseList\":{\r\n      \"expense\":[\r\n         {\r\n            \"amount\":1000.0,\r\n            \"category\":{\r\n               \"externalId\":null,\r\n               \"internalId\":\"1\",\r\n               \"name\":\"General Expenses\",\r\n               \"type\":null\r\n            },\r\n            \"currency\":{\r\n               \"internalId\":\"1\"\r\n            },\r\n            \"expenseDate\":1550217600,\r\n            \"taxCode\":null\r\n         }\r\n      ],\r\n      \"replaceAll\":\"true\"\r\n   },\r\n   \"subsidiary\":{\r\n      \"internalId\":\"1\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/expenseReport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"30771\",\r\n        \"name\": null,\r\n        \"type\": \"expenseReport\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"e39bffe5-f367-4517-9e59-1e933f43159b"}],"id":"5919633a-f1ed-49d1-a734-6797763b4496","event":[{"listen":"prerequest","script":{"id":"34cea859-1249-44d5-9fe4-a1504f52d3ab","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ede017aa-91c1-4a0e-9d0b-ea8f54b40524","type":"text/javascript","exec":[""]}}],"_postman_id":"5919633a-f1ed-49d1-a734-6797763b4496","description":""},{"name":"PUT","item":[{"name":"Update expense reports","id":"300545db-dcdd-4bfb-b608-4e7b0951784f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"entity\":{\r\n      \"internalId\":\"4\",\r\n      \"type\":\"employee\"\r\n   },\r\n   \"expenseList\":{\r\n      \"expense\":[\r\n         {\r\n            \"amount\":1001.0,\r\n            \"category\":{\r\n               \"externalId\":null,\r\n               \"internalId\":\"1\",\r\n               \"name\":\"General Expenses\",\r\n               \"type\":null\r\n            },\r\n            \"currency\":{\r\n               \"internalId\":\"1\"\r\n            },\r\n            \"expenseDate\":1550217600,\r\n            \"taxCode\":null\r\n         }\r\n      ],\r\n      \"replaceAll\":\"true\"\r\n   },\r\n\t\"internalId\": \"28007\",\r\n   \"subsidiary\":{\r\n      \"internalId\":\"1\"\r\n   }\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/expenseReport","urlObject":{"protocol":"https","path":["netsuite","v0","expenseReport"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"b2d78f7e-4817-4de4-973a-16e53b2f62a3","name":"Update expense reports","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"entity\":{\r\n      \"internalId\":\"4\",\r\n      \"type\":\"employee\"\r\n   },\r\n   \"expenseList\":{\r\n      \"expense\":[\r\n         {\r\n            \"amount\":1001.0,\r\n            \"category\":{\r\n               \"externalId\":null,\r\n               \"internalId\":\"1\",\r\n               \"name\":\"General Expenses\",\r\n               \"type\":null\r\n            },\r\n            \"currency\":{\r\n               \"internalId\":\"1\"\r\n            },\r\n            \"expenseDate\":1550217600,\r\n            \"taxCode\":null\r\n         }\r\n      ],\r\n      \"replaceAll\":\"true\"\r\n   },\r\n\t\"internalId\": \"28007\",\r\n   \"subsidiary\":{\r\n      \"internalId\":\"1\"\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/expenseReport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"28007\",\r\n        \"name\": null,\r\n        \"type\": \"expenseReport\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"300545db-dcdd-4bfb-b608-4e7b0951784f"}],"id":"8d30c759-1f1a-46a4-a368-995d7b08e052","event":[{"listen":"prerequest","script":{"id":"2185c127-41c2-4447-9922-437f492801d0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"99a48c82-d3b0-496d-99cf-36970215df34","type":"text/javascript","exec":[""]}}],"_postman_id":"8d30c759-1f1a-46a4-a368-995d7b08e052","description":""}],"id":"6fe621b0-14e6-4612-bd43-daac8d7f20df","event":[{"listen":"prerequest","script":{"id":"09f465e7-0ab3-4e2a-b6c7-c3e417a3d964","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e44d13dd-eecc-4e8b-a59b-3a3fb627a775","type":"text/javascript","exec":[""]}}],"_postman_id":"6fe621b0-14e6-4612-bd43-daac8d7f20df","description":""},{"name":"Files","item":[{"name":"GET","item":[{"name":"Retrieve files","id":"5d0b67b5-5181-49a3-be75-b0f3578262e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/file","urlObject":{"protocol":"https","path":["netsuite","v0","file"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"9ad19720-0a8a-48da-b64e-59e4a311b07c","name":"Retrieve files","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"altTagCaption\": null,\r\n        \"attachFrom\": null,\r\n        \"bundleable\": null,\r\n        \"caption\": null,\r\n        \"class\": \"none\",\r\n        \"content\": null,\r\n        \"createdDate\": 1542087102,\r\n        \"department\": \"none\",\r\n        \"description\": null,\r\n        \"encoding\": null,\r\n        \"externalId\": null,\r\n        \"featuredDescription\": null,\r\n        \"fileSize\": 25252.0,\r\n        \"fileType\": \"_JAVASCRIPT\",\r\n        \"folder\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"6\",\r\n          \"name\": \"SuiteBundles : Bundle 53195 : src\",\r\n          \"type\": null\r\n        },\r\n        \"hideInBundle\": true,\r\n        \"internalId\": \"1\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1572943302,\r\n        \"mediaFile\": null,\r\n        \"mediaTypeName\": \"JavaScript File\",\r\n        \"name\": \"lsa_massupdate_ss.js\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-5\",\r\n          \"name\": \"Sunil Khanna\",\r\n          \"type\": null\r\n        },\r\n        \"siteCategoryList\": null,\r\n        \"siteDescription\": null,\r\n        \"storeDisplayThumbnail\": null,\r\n        \"textFileEncoding\": \"_utf8\",\r\n        \"url\": \"https://5333445-sb1.app.netsuite.com/c.5333445_SB1/suitebundle53195/src/lsa_massupdate_ss.js\",\r\n        \"urlComponent\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"altTagCaption\": null,\r\n        \"attachFrom\": null,\r\n        \"bundleable\": null,\r\n        \"caption\": null,\r\n        \"class\": \"none\",\r\n        \"content\": null,\r\n        \"createdDate\": 1542087103,\r\n        \"department\": \"none\",\r\n        \"description\": null,\r\n        \"encoding\": null,\r\n        \"externalId\": null,\r\n        \"featuredDescription\": null,\r\n        \"fileSize\": 57026.0,\r\n        \"fileType\": \"_JAVASCRIPT\",\r\n        \"folder\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"6\",\r\n          \"name\": \"SuiteBundles : Bundle 53195 : src\",\r\n          \"type\": null\r\n        },\r\n        \"hideInBundle\": true,\r\n        \"internalId\": \"2\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1572943302,\r\n        \"mediaFile\": null,\r\n        \"mediaTypeName\": \"JavaScript File\",\r\n        \"name\": \"lsa_ue_communication_ss.js\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-5\",\r\n          \"name\": \"Sunil Khanna\",\r\n          \"type\": null\r\n        },\r\n        \"siteCategoryList\": null,\r\n        \"siteDescription\": null,\r\n        \"storeDisplayThumbnail\": null,\r\n        \"textFileEncoding\": \"_utf8\",\r\n        \"url\": \"https://5333445-sb1.app.netsuite.com/c.5333445_SB1/suitebundle53195/src/lsa_ue_communication_ss.js\",\r\n        \"urlComponent\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"altTagCaption\": null,\r\n        \"attachFrom\": null,\r\n        \"bundleable\": null,\r\n        \"caption\": null,\r\n        \"class\": \"none\",\r\n        \"content\": null,\r\n        \"createdDate\": 1542087103,\r\n        \"department\": \"none\",\r\n        \"description\": null,\r\n        \"encoding\": null,\r\n        \"externalId\": null,\r\n        \"featuredDescription\": null,\r\n        \"fileSize\": 9372.0,\r\n        \"fileType\": \"_JAVASCRIPT\",\r\n        \"folder\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"6\",\r\n          \"name\": \"SuiteBundles : Bundle 53195 : src\",\r\n          \"type\": null\r\n        },\r\n        \"hideInBundle\": true,\r\n        \"internalId\": \"3\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1572943302,\r\n        \"mediaFile\": null,\r\n        \"mediaTypeName\": \"JavaScript File\",\r\n        \"name\": \"lsa_library_general.js\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-5\",\r\n          \"name\": \"Sunil Khanna\",\r\n          \"type\": null\r\n        },\r\n        \"siteCategoryList\": null,\r\n        \"siteDescription\": null,\r\n        \"storeDisplayThumbnail\": null,\r\n        \"textFileEncoding\": \"_utf8\",\r\n        \"url\": \"https://5333445-sb1.app.netsuite.com/c.5333445_SB1/suitebundle53195/src/lsa_library_general.js\",\r\n        \"urlComponent\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"altTagCaption\": null,\r\n        \"attachFrom\": null,\r\n        \"bundleable\": null,\r\n        \"caption\": null,\r\n        \"class\": \"none\",\r\n        \"content\": null,\r\n        \"createdDate\": 1542087103,\r\n        \"department\": \"none\",\r\n        \"description\": null,\r\n        \"encoding\": null,\r\n        \"externalId\": null,\r\n        \"featuredDescription\": null,\r\n        \"fileSize\": 1051.0,\r\n        \"fileType\": \"_JAVASCRIPT\",\r\n        \"folder\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"6\",\r\n          \"name\": \"SuiteBundles : Bundle 53195 : src\",\r\n          \"type\": null\r\n        },\r\n        \"hideInBundle\": false,\r\n        \"internalId\": \"4\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1572943302,\r\n        \"mediaFile\": null,\r\n        \"mediaTypeName\": \"JavaScript File\",\r\n        \"name\": \"lsa_cs_custom_button.js\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-5\",\r\n          \"name\": \"Sunil Khanna\",\r\n          \"type\": null\r\n        },\r\n        \"siteCategoryList\": null,\r\n        \"siteDescription\": null,\r\n        \"storeDisplayThumbnail\": null,\r\n        \"textFileEncoding\": \"_utf8\",\r\n        \"url\": \"https://5333445-sb1.app.netsuite.com/c.5333445_SB1/suitebundle53195/src/lsa_cs_custom_button.js\",\r\n        \"urlComponent\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"altTagCaption\": null,\r\n        \"attachFrom\": null,\r\n        \"bundleable\": null,\r\n        \"caption\": null,\r\n        \"class\": \"none\",\r\n        \"content\": null,\r\n        \"createdDate\": 1542087103,\r\n        \"department\": \"none\",\r\n        \"description\": null,\r\n        \"encoding\": null,\r\n        \"externalId\": null,\r\n        \"featuredDescription\": null,\r\n        \"fileSize\": 26918.0,\r\n        \"fileType\": \"_JAVASCRIPT\",\r\n        \"folder\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"6\",\r\n          \"name\": \"SuiteBundles : Bundle 53195 : src\",\r\n          \"type\": null\r\n        },\r\n        \"hideInBundle\": true,\r\n        \"internalId\": \"5\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1572943302,\r\n        \"mediaFile\": null,\r\n        \"mediaTypeName\": \"JavaScript File\",\r\n        \"name\": \"lsa_date_ss.js\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-5\",\r\n          \"name\": \"Sunil Khanna\",\r\n          \"type\": null\r\n        },\r\n        \"siteCategoryList\": null,\r\n        \"siteDescription\": null,\r\n        \"storeDisplayThumbnail\": null,\r\n        \"textFileEncoding\": \"_utf8\",\r\n        \"url\": \"https://5333445-sb1.app.netsuite.com/c.5333445_SB1/suitebundle53195/src/lsa_date_ss.js\",\r\n        \"urlComponent\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"altTagCaption\": null,\r\n        \"attachFrom\": null,\r\n        \"bundleable\": null,\r\n        \"caption\": null,\r\n        \"class\": \"none\",\r\n        \"content\": null,\r\n        \"createdDate\": 1542087103,\r\n        \"department\": \"none\",\r\n        \"description\": null,\r\n        \"encoding\": null,\r\n        \"externalId\": null,\r\n        \"featuredDescription\": null,\r\n        \"fileSize\": 117957.0,\r\n        \"fileType\": \"_JAVASCRIPT\",\r\n        \"folder\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"6\",\r\n          \"name\": \"SuiteBundles : Bundle 53195 : src\",\r\n          \"type\": null\r\n        },\r\n        \"hideInBundle\": true,\r\n        \"internalId\": \"6\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1572943302,\r\n        \"mediaFile\": null,\r\n        \"mediaTypeName\": \"JavaScript File\",\r\n        \"name\": \"lsa_library_server_ss.js\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-5\",\r\n          \"name\": \"Sunil Khanna\",\r\n          \"type\": null\r\n        },\r\n        \"siteCategoryList\": null,\r\n        \"siteDescription\": null,\r\n        \"storeDisplayThumbnail\": null,\r\n        \"textFileEncoding\": \"_utf8\",\r\n        \"url\": \"https://5333445-sb1.app.netsuite.com/c.5333445_SB1/suitebundle53195/src/lsa_library_server_ss.js\",\r\n        \"urlComponent\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"altTagCaption\": null,\r\n        \"attachFrom\": null,\r\n        \"bundleable\": null,\r\n        \"caption\": null,\r\n        \"class\": \"none\",\r\n        \"content\": null,\r\n        \"createdDate\": 1542087104,\r\n        \"department\": \"none\",\r\n        \"description\": null,\r\n        \"encoding\": null,\r\n        \"externalId\": null,\r\n        \"featuredDescription\": null,\r\n        \"fileSize\": 22764.0,\r\n        \"fileType\": \"_JAVASCRIPT\",\r\n        \"folder\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"6\",\r\n          \"name\": \"SuiteBundles : Bundle 53195 : src\",\r\n          \"type\": null\r\n        },\r\n        \"hideInBundle\": false,\r\n        \"internalId\": \"7\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1572943302,\r\n        \"mediaFile\": null,\r\n        \"mediaTypeName\": \"JavaScript File\",\r\n        \"name\": \"lsa_library_util_ss.js\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-5\",\r\n          \"name\": \"Sunil Khanna\",\r\n          \"type\": null\r\n        },\r\n        \"siteCategoryList\": null,\r\n        \"siteDescription\": null,\r\n        \"storeDisplayThumbnail\": null,\r\n        \"textFileEncoding\": \"_utf8\",\r\n        \"url\": \"https://5333445-sb1.app.netsuite.com/c.5333445_SB1/suitebundle53195/src/lsa_library_util_ss.js\",\r\n        \"urlComponent\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_05152020420394044845924519_f5a381c3c\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 18,\r\n  \"totalRecords\": 120\r\n}"}],"_postman_id":"5d0b67b5-5181-49a3-be75-b0f3578262e4"},{"name":"Retrieve files by search ID","id":"dce312ce-4ae0-4a6c-8126-5545b2854106","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/file?searchId=WEBSERVICES_5333445_SB1_05152020420394044845924519_f5a381c3c&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","file"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_05152020420394044845924519_f5a381c3c"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"fa3ea4f0-0381-4727-a5b7-9abd11ccb8a4","name":"Retrieve files by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/file?searchId=WEBSERVICES_5333445_SB1_05152020420394044845924519_f5a381c3c&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","file"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_05152020420394044845924519_f5a381c3c"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:45:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173991"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 2,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"altTagCaption\": null,\r\n        \"attachFrom\": null,\r\n        \"bundleable\": null,\r\n        \"caption\": null,\r\n        \"class\": \"none\",\r\n        \"content\": null,\r\n        \"createdDate\": 1542087104,\r\n        \"department\": \"none\",\r\n        \"description\": null,\r\n        \"encoding\": null,\r\n        \"externalId\": null,\r\n        \"featuredDescription\": null,\r\n        \"fileSize\": 11339.0,\r\n        \"fileType\": \"_JAVASCRIPT\",\r\n        \"folder\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"6\",\r\n          \"name\": \"SuiteBundles : Bundle 53195 : src\",\r\n          \"type\": null\r\n        },\r\n        \"hideInBundle\": true,\r\n        \"internalId\": \"8\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1572943302,\r\n        \"mediaFile\": null,\r\n        \"mediaTypeName\": \"JavaScript File\",\r\n        \"name\": \"lsa_ue_lead_ss.js\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-5\",\r\n          \"name\": \"Sunil Khanna\",\r\n          \"type\": null\r\n        },\r\n        \"siteCategoryList\": null,\r\n        \"siteDescription\": null,\r\n        \"storeDisplayThumbnail\": null,\r\n        \"textFileEncoding\": \"_utf8\",\r\n        \"url\": \"https://5333445-sb1.app.netsuite.com/c.5333445_SB1/suitebundle53195/src/lsa_ue_lead_ss.js\",\r\n        \"urlComponent\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"altTagCaption\": null,\r\n        \"attachFrom\": null,\r\n        \"bundleable\": null,\r\n        \"caption\": null,\r\n        \"class\": \"none\",\r\n        \"content\": null,\r\n        \"createdDate\": 1542087104,\r\n        \"department\": \"none\",\r\n        \"description\": null,\r\n        \"encoding\": null,\r\n        \"externalId\": null,\r\n        \"featuredDescription\": null,\r\n        \"fileSize\": 2454.0,\r\n        \"fileType\": \"_JAVASCRIPT\",\r\n        \"folder\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"6\",\r\n          \"name\": \"SuiteBundles : Bundle 53195 : src\",\r\n          \"type\": null\r\n        },\r\n        \"hideInBundle\": true,\r\n        \"internalId\": \"9\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1572943302,\r\n        \"mediaFile\": null,\r\n        \"mediaTypeName\": \"JavaScript File\",\r\n        \"name\": \"lsa_sl_update_lsa.js\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-5\",\r\n          \"name\": \"Sunil Khanna\",\r\n          \"type\": null\r\n        },\r\n        \"siteCategoryList\": null,\r\n        \"siteDescription\": null,\r\n        \"storeDisplayThumbnail\": null,\r\n        \"textFileEncoding\": \"_utf8\",\r\n        \"url\": \"https://5333445-sb1.app.netsuite.com/c.5333445_SB1/suitebundle53195/src/lsa_sl_update_lsa.js\",\r\n        \"urlComponent\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"altTagCaption\": null,\r\n        \"attachFrom\": null,\r\n        \"bundleable\": null,\r\n        \"caption\": null,\r\n        \"class\": \"none\",\r\n        \"content\": null,\r\n        \"createdDate\": 1542087104,\r\n        \"department\": \"none\",\r\n        \"description\": null,\r\n        \"encoding\": null,\r\n        \"externalId\": null,\r\n        \"featuredDescription\": null,\r\n        \"fileSize\": null,\r\n        \"fileType\": \"_MISCBINARY\",\r\n        \"folder\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"5\",\r\n          \"name\": \"SuiteBundles : Bundle 53195\",\r\n          \"type\": null\r\n        },\r\n        \"hideInBundle\": false,\r\n        \"internalId\": \"10\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": true,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1572943302,\r\n        \"mediaFile\": null,\r\n        \"mediaTypeName\": \"Other Binary File\",\r\n        \"name\": \"helpcenter.nl?topic=DOC_LastSalesActivity_SuiteBundle\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-5\",\r\n          \"name\": \"Sunil Khanna\",\r\n          \"type\": null\r\n        },\r\n        \"siteCategoryList\": null,\r\n        \"siteDescription\": null,\r\n        \"storeDisplayThumbnail\": null,\r\n        \"textFileEncoding\": null,\r\n        \"url\": \"https://system.netsuite.com/app/help/helpcenter.nl?topic=DOC_LastSalesActivity_SuiteBundle\",\r\n        \"urlComponent\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"altTagCaption\": null,\r\n        \"attachFrom\": null,\r\n        \"bundleable\": null,\r\n        \"caption\": \"script1.js\",\r\n        \"class\": \"none\",\r\n        \"content\": null,\r\n        \"createdDate\": 1547191006,\r\n        \"department\": \"none\",\r\n        \"description\": null,\r\n        \"encoding\": null,\r\n        \"externalId\": null,\r\n        \"featuredDescription\": null,\r\n        \"fileSize\": 178.0,\r\n        \"fileType\": \"_JAVASCRIPT\",\r\n        \"folder\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-15\",\r\n          \"name\": \"SuiteScripts\",\r\n          \"type\": null\r\n        },\r\n        \"hideInBundle\": false,\r\n        \"internalId\": \"11\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1572943302,\r\n        \"mediaFile\": null,\r\n        \"mediaTypeName\": \"JavaScript File\",\r\n        \"name\": \"script1.js\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-4\",\r\n          \"name\": \"-System-\",\r\n          \"type\": null\r\n        },\r\n        \"siteCategoryList\": null,\r\n        \"siteDescription\": null,\r\n        \"storeDisplayThumbnail\": null,\r\n        \"textFileEncoding\": \"_utf8\",\r\n        \"url\": \"https://5333445-sb1.app.netsuite.com/core/media/media.nl?id=11&c=5333445_SB1&h=ebfebddcc028d24e485d&_xt=.js\",\r\n        \"urlComponent\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"altTagCaption\": null,\r\n        \"attachFrom\": null,\r\n        \"bundleable\": null,\r\n        \"caption\": null,\r\n        \"class\": \"none\",\r\n        \"content\": null,\r\n        \"createdDate\": 1548137061,\r\n        \"department\": \"none\",\r\n        \"description\": null,\r\n        \"encoding\": null,\r\n        \"externalId\": null,\r\n        \"featuredDescription\": null,\r\n        \"fileSize\": 6446.0,\r\n        \"fileType\": \"_JAVASCRIPT\",\r\n        \"folder\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"25\",\r\n          \"name\": \"SuiteBundles : Bundle 168463 : com.netsuite.nspbcs : src : entry_points : bis\",\r\n          \"type\": null\r\n        },\r\n        \"hideInBundle\": false,\r\n        \"internalId\": \"12\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1572943302,\r\n        \"mediaFile\": null,\r\n        \"mediaTypeName\": \"JavaScript File\",\r\n        \"name\": \"bundle_installation.js\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"3\",\r\n          \"name\": \"B Shamili\",\r\n          \"type\": null\r\n        },\r\n        \"siteCategoryList\": null,\r\n        \"siteDescription\": null,\r\n        \"storeDisplayThumbnail\": null,\r\n        \"textFileEncoding\": \"_utf8\",\r\n        \"url\": \"https://5333445-sb1.app.netsuite.com/c.5333445_SB1/suitebundle168463/com.netsuite.nspbcs/src/entry_points/bis/bundle_installation.js\",\r\n        \"urlComponent\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"altTagCaption\": null,\r\n        \"attachFrom\": null,\r\n        \"bundleable\": null,\r\n        \"caption\": null,\r\n        \"class\": \"none\",\r\n        \"content\": null,\r\n        \"createdDate\": 1548137067,\r\n        \"department\": \"none\",\r\n        \"description\": null,\r\n        \"encoding\": null,\r\n        \"externalId\": null,\r\n        \"featuredDescription\": null,\r\n        \"fileSize\": 4434.0,\r\n        \"fileType\": \"_JAVASCRIPT\",\r\n        \"folder\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"30\",\r\n          \"name\": \"SuiteBundles : Bundle 168463 : com.netsuite.nspbcs : src : entry_points : cs\",\r\n          \"type\": null\r\n        },\r\n        \"hideInBundle\": false,\r\n        \"internalId\": \"45\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1572943302,\r\n        \"mediaFile\": null,\r\n        \"mediaTypeName\": \"JavaScript File\",\r\n        \"name\": \"cs_setup_password.js\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"3\",\r\n          \"name\": \"B Shamili\",\r\n          \"type\": null\r\n        },\r\n        \"siteCategoryList\": null,\r\n        \"siteDescription\": null,\r\n        \"storeDisplayThumbnail\": null,\r\n        \"textFileEncoding\": \"_utf8\",\r\n        \"url\": \"https://5333445-sb1.app.netsuite.com/c.5333445_SB1/suitebundle168463/com.netsuite.nspbcs/src/entry_points/cs/cs_setup_password.js\",\r\n        \"urlComponent\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"altTagCaption\": null,\r\n        \"attachFrom\": null,\r\n        \"bundleable\": null,\r\n        \"caption\": null,\r\n        \"class\": \"none\",\r\n        \"content\": null,\r\n        \"createdDate\": 1548137069,\r\n        \"department\": \"none\",\r\n        \"description\": null,\r\n        \"encoding\": null,\r\n        \"externalId\": null,\r\n        \"featuredDescription\": null,\r\n        \"fileSize\": 3644.0,\r\n        \"fileType\": \"_JAVASCRIPT\",\r\n        \"folder\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"18\",\r\n          \"name\": \"SuiteBundles : Bundle 168463 : com.netsuite.nspbcs : src : lib\",\r\n          \"type\": null\r\n        },\r\n        \"hideInBundle\": false,\r\n        \"internalId\": \"67\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1572943302,\r\n        \"mediaFile\": null,\r\n        \"mediaTypeName\": \"JavaScript File\",\r\n        \"name\": \"lib_validator.js\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"3\",\r\n          \"name\": \"B Shamili\",\r\n          \"type\": null\r\n        },\r\n        \"siteCategoryList\": null,\r\n        \"siteDescription\": null,\r\n        \"storeDisplayThumbnail\": null,\r\n        \"textFileEncoding\": \"_utf8\",\r\n        \"url\": \"https://5333445-sb1.app.netsuite.com/c.5333445_SB1/suitebundle168463/com.netsuite.nspbcs/src/lib/lib_validator.js\",\r\n        \"urlComponent\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_05152020420394044845924519_f5a381c3c\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 18,\r\n  \"totalRecords\": 120\r\n}"}],"_postman_id":"dce312ce-4ae0-4a6c-8126-5545b2854106"},{"name":"Retrieve files by where","id":"628a2813-7a12-4086-9e8d-54a49d452dcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/file?where=Created>1577664388","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Created</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","file"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"Created>1577664388"}],"variable":[]}},"response":[{"id":"7ef0bbaf-750f-4d0c-9671-a74a31a0c393","name":"Retrieve files by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/file?where=DateCreated>1577664388","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","file"],"query":[{"key":"where","value":"DateCreated>1577664388"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"altTagCaption\": null,\r\n        \"attachFrom\": null,\r\n        \"bundleable\": null,\r\n        \"caption\": null,\r\n        \"class\": \"none\",\r\n        \"content\": null,\r\n        \"createdDate\": 1542087102,\r\n        \"department\": \"none\",\r\n        \"description\": null,\r\n        \"encoding\": null,\r\n        \"externalId\": null,\r\n        \"featuredDescription\": null,\r\n        \"fileSize\": 25252.0,\r\n        \"fileType\": \"_JAVASCRIPT\",\r\n        \"folder\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"6\",\r\n          \"name\": \"SuiteBundles : Bundle 53195 : src\",\r\n          \"type\": null\r\n        },\r\n        \"hideInBundle\": true,\r\n        \"internalId\": \"1\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1572943302,\r\n        \"mediaFile\": null,\r\n        \"mediaTypeName\": \"JavaScript File\",\r\n        \"name\": \"lsa_massupdate_ss.js\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-5\",\r\n          \"name\": \"Sunil Khanna\",\r\n          \"type\": null\r\n        },\r\n        \"siteCategoryList\": null,\r\n        \"siteDescription\": null,\r\n        \"storeDisplayThumbnail\": null,\r\n        \"textFileEncoding\": \"_utf8\",\r\n        \"url\": \"https://5333445-sb1.app.netsuite.com/c.5333445_SB1/suitebundle53195/src/lsa_massupdate_ss.js\",\r\n        \"urlComponent\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"altTagCaption\": null,\r\n        \"attachFrom\": null,\r\n        \"bundleable\": null,\r\n        \"caption\": null,\r\n        \"class\": \"none\",\r\n        \"content\": null,\r\n        \"createdDate\": 1542087103,\r\n        \"department\": \"none\",\r\n        \"description\": null,\r\n        \"encoding\": null,\r\n        \"externalId\": null,\r\n        \"featuredDescription\": null,\r\n        \"fileSize\": 57026.0,\r\n        \"fileType\": \"_JAVASCRIPT\",\r\n        \"folder\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"6\",\r\n          \"name\": \"SuiteBundles : Bundle 53195 : src\",\r\n          \"type\": null\r\n        },\r\n        \"hideInBundle\": true,\r\n        \"internalId\": \"2\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1572943302,\r\n        \"mediaFile\": null,\r\n        \"mediaTypeName\": \"JavaScript File\",\r\n        \"name\": \"lsa_ue_communication_ss.js\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-5\",\r\n          \"name\": \"Sunil Khanna\",\r\n          \"type\": null\r\n        },\r\n        \"siteCategoryList\": null,\r\n        \"siteDescription\": null,\r\n        \"storeDisplayThumbnail\": null,\r\n        \"textFileEncoding\": \"_utf8\",\r\n        \"url\": \"https://5333445-sb1.app.netsuite.com/c.5333445_SB1/suitebundle53195/src/lsa_ue_communication_ss.js\",\r\n        \"urlComponent\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"altTagCaption\": null,\r\n        \"attachFrom\": null,\r\n        \"bundleable\": null,\r\n        \"caption\": null,\r\n        \"class\": \"none\",\r\n        \"content\": null,\r\n        \"createdDate\": 1542087103,\r\n        \"department\": \"none\",\r\n        \"description\": null,\r\n        \"encoding\": null,\r\n        \"externalId\": null,\r\n        \"featuredDescription\": null,\r\n        \"fileSize\": 9372.0,\r\n        \"fileType\": \"_JAVASCRIPT\",\r\n        \"folder\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"6\",\r\n          \"name\": \"SuiteBundles : Bundle 53195 : src\",\r\n          \"type\": null\r\n        },\r\n        \"hideInBundle\": true,\r\n        \"internalId\": \"3\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1572943302,\r\n        \"mediaFile\": null,\r\n        \"mediaTypeName\": \"JavaScript File\",\r\n        \"name\": \"lsa_library_general.js\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-5\",\r\n          \"name\": \"Sunil Khanna\",\r\n          \"type\": null\r\n        },\r\n        \"siteCategoryList\": null,\r\n        \"siteDescription\": null,\r\n        \"storeDisplayThumbnail\": null,\r\n        \"textFileEncoding\": \"_utf8\",\r\n        \"url\": \"https://5333445-sb1.app.netsuite.com/c.5333445_SB1/suitebundle53195/src/lsa_library_general.js\",\r\n        \"urlComponent\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"altTagCaption\": null,\r\n        \"attachFrom\": null,\r\n        \"bundleable\": null,\r\n        \"caption\": null,\r\n        \"class\": \"none\",\r\n        \"content\": null,\r\n        \"createdDate\": 1542087103,\r\n        \"department\": \"none\",\r\n        \"description\": null,\r\n        \"encoding\": null,\r\n        \"externalId\": null,\r\n        \"featuredDescription\": null,\r\n        \"fileSize\": 1051.0,\r\n        \"fileType\": \"_JAVASCRIPT\",\r\n        \"folder\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"6\",\r\n          \"name\": \"SuiteBundles : Bundle 53195 : src\",\r\n          \"type\": null\r\n        },\r\n        \"hideInBundle\": false,\r\n        \"internalId\": \"4\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1572943302,\r\n        \"mediaFile\": null,\r\n        \"mediaTypeName\": \"JavaScript File\",\r\n        \"name\": \"lsa_cs_custom_button.js\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-5\",\r\n          \"name\": \"Sunil Khanna\",\r\n          \"type\": null\r\n        },\r\n        \"siteCategoryList\": null,\r\n        \"siteDescription\": null,\r\n        \"storeDisplayThumbnail\": null,\r\n        \"textFileEncoding\": \"_utf8\",\r\n        \"url\": \"https://5333445-sb1.app.netsuite.com/c.5333445_SB1/suitebundle53195/src/lsa_cs_custom_button.js\",\r\n        \"urlComponent\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"altTagCaption\": null,\r\n        \"attachFrom\": null,\r\n        \"bundleable\": null,\r\n        \"caption\": null,\r\n        \"class\": \"none\",\r\n        \"content\": null,\r\n        \"createdDate\": 1542087103,\r\n        \"department\": \"none\",\r\n        \"description\": null,\r\n        \"encoding\": null,\r\n        \"externalId\": null,\r\n        \"featuredDescription\": null,\r\n        \"fileSize\": 26918.0,\r\n        \"fileType\": \"_JAVASCRIPT\",\r\n        \"folder\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"6\",\r\n          \"name\": \"SuiteBundles : Bundle 53195 : src\",\r\n          \"type\": null\r\n        },\r\n        \"hideInBundle\": true,\r\n        \"internalId\": \"5\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1572943302,\r\n        \"mediaFile\": null,\r\n        \"mediaTypeName\": \"JavaScript File\",\r\n        \"name\": \"lsa_date_ss.js\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-5\",\r\n          \"name\": \"Sunil Khanna\",\r\n          \"type\": null\r\n        },\r\n        \"siteCategoryList\": null,\r\n        \"siteDescription\": null,\r\n        \"storeDisplayThumbnail\": null,\r\n        \"textFileEncoding\": \"_utf8\",\r\n        \"url\": \"https://5333445-sb1.app.netsuite.com/c.5333445_SB1/suitebundle53195/src/lsa_date_ss.js\",\r\n        \"urlComponent\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"altTagCaption\": null,\r\n        \"attachFrom\": null,\r\n        \"bundleable\": null,\r\n        \"caption\": null,\r\n        \"class\": \"none\",\r\n        \"content\": null,\r\n        \"createdDate\": 1542087103,\r\n        \"department\": \"none\",\r\n        \"description\": null,\r\n        \"encoding\": null,\r\n        \"externalId\": null,\r\n        \"featuredDescription\": null,\r\n        \"fileSize\": 117957.0,\r\n        \"fileType\": \"_JAVASCRIPT\",\r\n        \"folder\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"6\",\r\n          \"name\": \"SuiteBundles : Bundle 53195 : src\",\r\n          \"type\": null\r\n        },\r\n        \"hideInBundle\": true,\r\n        \"internalId\": \"6\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1572943302,\r\n        \"mediaFile\": null,\r\n        \"mediaTypeName\": \"JavaScript File\",\r\n        \"name\": \"lsa_library_server_ss.js\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-5\",\r\n          \"name\": \"Sunil Khanna\",\r\n          \"type\": null\r\n        },\r\n        \"siteCategoryList\": null,\r\n        \"siteDescription\": null,\r\n        \"storeDisplayThumbnail\": null,\r\n        \"textFileEncoding\": \"_utf8\",\r\n        \"url\": \"https://5333445-sb1.app.netsuite.com/c.5333445_SB1/suitebundle53195/src/lsa_library_server_ss.js\",\r\n        \"urlComponent\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"altTagCaption\": null,\r\n        \"attachFrom\": null,\r\n        \"bundleable\": null,\r\n        \"caption\": null,\r\n        \"class\": \"none\",\r\n        \"content\": null,\r\n        \"createdDate\": 1542087104,\r\n        \"department\": \"none\",\r\n        \"description\": null,\r\n        \"encoding\": null,\r\n        \"externalId\": null,\r\n        \"featuredDescription\": null,\r\n        \"fileSize\": 22764.0,\r\n        \"fileType\": \"_JAVASCRIPT\",\r\n        \"folder\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"6\",\r\n          \"name\": \"SuiteBundles : Bundle 53195 : src\",\r\n          \"type\": null\r\n        },\r\n        \"hideInBundle\": false,\r\n        \"internalId\": \"7\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1572943302,\r\n        \"mediaFile\": null,\r\n        \"mediaTypeName\": \"JavaScript File\",\r\n        \"name\": \"lsa_library_util_ss.js\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-5\",\r\n          \"name\": \"Sunil Khanna\",\r\n          \"type\": null\r\n        },\r\n        \"siteCategoryList\": null,\r\n        \"siteDescription\": null,\r\n        \"storeDisplayThumbnail\": null,\r\n        \"textFileEncoding\": \"_utf8\",\r\n        \"url\": \"https://5333445-sb1.app.netsuite.com/c.5333445_SB1/suitebundle53195/src/lsa_library_util_ss.js\",\r\n        \"urlComponent\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_051520204205282691379127687_257a4182\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 18,\r\n  \"totalRecords\": 120\r\n}"}],"_postman_id":"628a2813-7a12-4086-9e8d-54a49d452dcf"},{"name":"Retrieve files by ID","id":"232cd941-6705-4077-bc99-24ffcffa779d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/file?id=7","urlObject":{"protocol":"https","path":["netsuite","v0","file"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"7"}],"variable":[]}},"response":[{"id":"49545548-f4dd-4988-8bc0-aa2845d60eae","name":"Retrieve files by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/file?id=7","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","file"],"query":[{"key":"id","value":"7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"altTagCaption\": null,\r\n        \"attachFrom\": null,\r\n        \"bundleable\": null,\r\n        \"caption\": null,\r\n        \"class\": \"none\",\r\n        \"content\": null,\r\n        \"createdDate\": 1542087104,\r\n        \"department\": \"none\",\r\n        \"description\": null,\r\n        \"encoding\": null,\r\n        \"externalId\": null,\r\n        \"featuredDescription\": null,\r\n        \"fileSize\": 22764.0,\r\n        \"fileType\": \"_JAVASCRIPT\",\r\n        \"folder\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"6\",\r\n          \"name\": \"SuiteBundles : Bundle 53195 : src\",\r\n          \"type\": null\r\n        },\r\n        \"hideInBundle\": false,\r\n        \"internalId\": \"7\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": false,\r\n        \"isPrivate\": false,\r\n        \"lastModifiedDate\": 1572943302,\r\n        \"mediaFile\": null,\r\n        \"mediaTypeName\": \"JavaScript File\",\r\n        \"name\": \"lsa_library_util_ss.js\",\r\n        \"nullFieldList\": null,\r\n        \"owner\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-5\",\r\n          \"name\": \"Sunil Khanna\",\r\n          \"type\": null\r\n        },\r\n        \"siteCategoryList\": null,\r\n        \"siteDescription\": null,\r\n        \"storeDisplayThumbnail\": null,\r\n        \"textFileEncoding\": \"_utf8\",\r\n        \"url\": \"https://5333445-sb1.app.netsuite.com/c.5333445_SB1/suitebundle53195/src/lsa_library_util_ss.js\",\r\n        \"urlComponent\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  }\r\n}"}],"_postman_id":"232cd941-6705-4077-bc99-24ffcffa779d"}],"id":"8e289c06-3a0a-49e6-8c87-417957859a58","event":[{"listen":"prerequest","script":{"id":"ee11f791-b523-4c28-a3bd-e2e624e196f3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"36500412-a612-482e-9459-3ccf85181dde","type":"text/javascript","exec":[""]}}],"_postman_id":"8e289c06-3a0a-49e6-8c87-417957859a58","description":""},{"name":"POST","item":[{"name":"Create files","id":"d416876c-07e9-4056-b27f-60a4e591af21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"name\":\"sample-img.png\",\r\n\t\"caption\":\"sample-img.png\",\r\n\t\"folder\":{\r\n\t\t\"internalId\":\"-4\",\r\n\t\t\"name\":\"Images\"\r\n\t},\r\n\"content\":\"/9j/4AAQSkZJRgABAQAAAQABAAD//gA8Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcgS***********************dw4b+6e/B/z/I/dn4uf/9k=\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/file","urlObject":{"protocol":"https","path":["netsuite","v0","file"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"5cb26f80-7f80-43aa-aec1-4e7c30d98fc1","name":"Create files","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"name\":\"sample-img.png\",\r\n\t\"caption\":\"sample-img.png\",\r\n\t\"folder\":{\r\n\t\t\"internalId\":\"-4\",\r\n\t\t\"name\":\"Images\"\r\n\t},\r\n\"content\":\"/9j/4AAQSkZJRgABAQAAAQABAAD//gA8Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcgS***********************dw4b+6e/B/z/I/dn4uf/9k=\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"1452\",\r\n        \"name\": null,\r\n        \"type\": \"file\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"d416876c-07e9-4056-b27f-60a4e591af21"}],"id":"9d944253-f033-455e-988e-534d11577890","event":[{"listen":"prerequest","script":{"id":"764f8d16-009c-4dd5-b723-04c26bbf9580","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f1e7723c-0d00-4e20-b5e2-976035def625","type":"text/javascript","exec":[""]}}],"_postman_id":"9d944253-f033-455e-988e-534d11577890","description":""},{"name":"DELETE","item":[{"name":"Delete files","id":"7e3d4c23-333a-44a7-b968-b4aae84237ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/file?id=1452","urlObject":{"protocol":"https","path":["netsuite","v0","file"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"1452"}],"variable":[]}},"response":[{"id":"a9a8d8ae-242e-41c9-8c91-c12cea052795","name":"Delete files","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/file?id=1452","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","file"],"query":[{"key":"id","value":"1452"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"body\": {\r\n    \"writeResponseList\": {\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      },\r\n      \"writeResponse\": [\r\n        {\r\n          \"baseRef\": {\r\n            \"externalId\": null,\r\n            \"internalId\": \"1452\",\r\n            \"name\": null,\r\n            \"type\": \"file\"\r\n          },\r\n          \"status\": {\r\n            \"isSuccess\": true,\r\n            \"statusDetail\": []\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  },\r\n  \"header\": {\r\n    \"documentInfo\": {\r\n      \"nsId\": \"WEBSERVICES_5333445_SB1_051520204214809091006922329_1361307b\"\r\n    }\r\n  }\r\n}"}],"_postman_id":"7e3d4c23-333a-44a7-b968-b4aae84237ec"}],"id":"95ef6696-a163-41b9-a8ae-559c93d805b6","event":[{"listen":"prerequest","script":{"id":"c60a3343-78d1-4510-8ac3-755bfdcb28cb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f1533b14-7f7e-44df-8c7a-a8074830b5c1","type":"text/javascript","exec":[""]}}],"_postman_id":"95ef6696-a163-41b9-a8ae-559c93d805b6","description":""}],"id":"e48701ba-6f04-448d-bd05-ebab0ecb0065","event":[{"listen":"prerequest","script":{"id":"7b20e1b3-d727-43db-a777-90081c27cbc2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7ad8326a-247b-42c1-ad37-cc687191d109","type":"text/javascript","exec":[""]}}],"_postman_id":"e48701ba-6f04-448d-bd05-ebab0ecb0065","description":""},{"name":"Folders","item":[{"name":"GET","item":[{"name":"Retrieve folders","id":"028cf2e2-8f30-43f9-b0a7-eb38b7c816ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/folder","urlObject":{"protocol":"https","path":["netsuite","v0","folder"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"ea950286-0410-4f8d-a497-321c949a1371","name":"Retrieve folders","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/folder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"bundleable\": null,\r\n        \"class\": null,\r\n        \"department\": null,\r\n        \"description\": \"Web Site Folder\",\r\n        \"externalId\": null,\r\n        \"folderType\": \"_webSiteHostingFiles\",\r\n        \"group\": null,\r\n        \"hideInBundle\": null,\r\n        \"internalId\": \"-100\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": null,\r\n        \"isPrivate\": null,\r\n        \"location\": null,\r\n        \"name\": \"Web Site Hosting Files\",\r\n        \"nullFieldList\": null,\r\n        \"parent\": null,\r\n        \"subsidiary\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"bundleable\": null,\r\n        \"class\": null,\r\n        \"department\": null,\r\n        \"description\": \"User Documents Folder\",\r\n        \"externalId\": null,\r\n        \"folderType\": null,\r\n        \"group\": null,\r\n        \"hideInBundle\": null,\r\n        \"internalId\": \"-20\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": null,\r\n        \"isPrivate\": null,\r\n        \"location\": null,\r\n        \"name\": \"User Documents\",\r\n        \"nullFieldList\": null,\r\n        \"parent\": null,\r\n        \"subsidiary\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"bundleable\": null,\r\n        \"class\": null,\r\n        \"department\": null,\r\n        \"description\": null,\r\n        \"externalId\": null,\r\n        \"folderType\": null,\r\n        \"group\": null,\r\n        \"hideInBundle\": null,\r\n        \"internalId\": \"-19\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": null,\r\n        \"isPrivate\": null,\r\n        \"location\": null,\r\n        \"name\": \"SuiteApps\",\r\n        \"nullFieldList\": null,\r\n        \"parent\": null,\r\n        \"subsidiary\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"bundleable\": null,\r\n        \"class\": null,\r\n        \"department\": null,\r\n        \"description\": null,\r\n        \"externalId\": null,\r\n        \"folderType\": \"_appPackages\",\r\n        \"group\": null,\r\n        \"hideInBundle\": null,\r\n        \"internalId\": \"-18\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": null,\r\n        \"isPrivate\": null,\r\n        \"location\": null,\r\n        \"name\": \"App Packages\",\r\n        \"nullFieldList\": null,\r\n        \"parent\": null,\r\n        \"subsidiary\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"bundleable\": null,\r\n        \"class\": null,\r\n        \"department\": null,\r\n        \"description\": \"Certificates and related files\",\r\n        \"externalId\": null,\r\n        \"folderType\": \"_certificates\",\r\n        \"group\": null,\r\n        \"hideInBundle\": null,\r\n        \"internalId\": \"-17\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": null,\r\n        \"isPrivate\": null,\r\n        \"location\": null,\r\n        \"name\": \"SSL Certificates\",\r\n        \"nullFieldList\": null,\r\n        \"parent\": null,\r\n        \"subsidiary\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_0722202019743197381649278734_967f62d\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": [\r\n      {\r\n        \"afterSubmitFailed\": null,\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Could not set 'USERDOCUMENTS' to field 'folderType' of record number -20 due to schema enumeration restriction.Please consider upgrading to endpoint 2020_1\",\r\n        \"type\": \"WARN\"\r\n      },\r\n      {\r\n        \"afterSubmitFailed\": null,\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Could not set 'SUITEAPPS' to field 'folderType' of record number -19 due to schema enumeration restriction.Please consider upgrading to endpoint 2020_1\",\r\n        \"type\": \"WARN\"\r\n      }\r\n    ]\r\n  },\r\n  \"totalPages\": 14,\r\n  \"totalRecords\": 68\r\n}"}],"_postman_id":"028cf2e2-8f30-43f9-b0a7-eb38b7c816ad"},{"name":"Retrieve folders by search ID","id":"da00d9c3-62cf-440a-9047-f0d0dd50474c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/folder?searchId=WEBSERVICES_5333445_SB1_0722202019743197381649278734_967f62d&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","folder"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_0722202019743197381649278734_967f62d"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"1eac1345-3eac-484d-9ea6-fbc1ae88aef0","name":"Retrieve folders by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/folder?searchId=WEBSERVICES_5333445_SB1_0722202019743197381649278734_967f62d&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","folder"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_0722202019743197381649278734_967f62d"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:45:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173991"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 2,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"bundleable\": null,\r\n        \"class\": null,\r\n        \"department\": null,\r\n        \"description\": \"Folder for Bundled Objects\",\r\n        \"externalId\": null,\r\n        \"folderType\": \"_suitebundles\",\r\n        \"group\": null,\r\n        \"hideInBundle\": null,\r\n        \"internalId\": \"-16\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": null,\r\n        \"isPrivate\": null,\r\n        \"location\": null,\r\n        \"name\": \"SuiteBundles\",\r\n        \"nullFieldList\": null,\r\n        \"parent\": null,\r\n        \"subsidiary\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"bundleable\": null,\r\n        \"class\": null,\r\n        \"department\": null,\r\n        \"description\": \"SuiteScripts Folder\",\r\n        \"externalId\": null,\r\n        \"folderType\": \"_suitescripts\",\r\n        \"group\": null,\r\n        \"hideInBundle\": null,\r\n        \"internalId\": \"-15\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": null,\r\n        \"isPrivate\": null,\r\n        \"location\": null,\r\n        \"name\": \"SuiteScripts\",\r\n        \"nullFieldList\": null,\r\n        \"parent\": null,\r\n        \"subsidiary\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"bundleable\": null,\r\n        \"class\": null,\r\n        \"department\": null,\r\n        \"description\": \"Attachments to Send Folder\",\r\n        \"externalId\": null,\r\n        \"folderType\": \"_attachmentsSent\",\r\n        \"group\": null,\r\n        \"hideInBundle\": null,\r\n        \"internalId\": \"-14\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": null,\r\n        \"isPrivate\": null,\r\n        \"location\": null,\r\n        \"name\": \"Attachments to Send\",\r\n        \"nullFieldList\": null,\r\n        \"parent\": null,\r\n        \"subsidiary\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"bundleable\": null,\r\n        \"class\": null,\r\n        \"department\": null,\r\n        \"description\": \"Web Store E-mail Templates Folder\",\r\n        \"externalId\": null,\r\n        \"folderType\": \"_documentsAndFiles\",\r\n        \"group\": null,\r\n        \"hideInBundle\": null,\r\n        \"internalId\": \"-13\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": null,\r\n        \"isPrivate\": null,\r\n        \"location\": null,\r\n        \"name\": \"Web Store E-mail Templates\",\r\n        \"nullFieldList\": null,\r\n        \"parent\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-9\",\r\n          \"name\": \"Templates\",\r\n          \"type\": null\r\n        },\r\n        \"subsidiary\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"bundleable\": null,\r\n        \"class\": null,\r\n        \"department\": null,\r\n        \"description\": \"PDF Templates Folder\",\r\n        \"externalId\": null,\r\n        \"folderType\": \"_pdfTemplates\",\r\n        \"group\": null,\r\n        \"hideInBundle\": null,\r\n        \"internalId\": \"-12\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": null,\r\n        \"isPrivate\": null,\r\n        \"location\": null,\r\n        \"name\": \"PDF Templates\",\r\n        \"nullFieldList\": null,\r\n        \"parent\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-9\",\r\n          \"name\": \"Templates\",\r\n          \"type\": null\r\n        },\r\n        \"subsidiary\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_0722202019743197381649278734_967f62d\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 14,\r\n  \"totalRecords\": 68\r\n}"}],"_postman_id":"da00d9c3-62cf-440a-9047-f0d0dd50474c"},{"name":"Retrieve folders by where","id":"c32a18b2-8c85-4d39-8f93-715eb0b60def","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/folder?where=Active=true","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Active</td>\n<td>true</td>\n<td>Used to Include the Active Status filter for the request.e.g., Active=true.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","folder"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"Active=true"}],"variable":[]}},"response":[{"id":"aae8a9b8-3718-4f9e-84cc-89c87bbba1c3","name":"Retrieve folders by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/folder?where=Active=true","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","folder"],"query":[{"key":"where","value":"Active=true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"bundleable\": null,\r\n        \"class\": null,\r\n        \"department\": null,\r\n        \"description\": \"Web Site Folder\",\r\n        \"externalId\": null,\r\n        \"folderType\": \"_webSiteHostingFiles\",\r\n        \"group\": null,\r\n        \"hideInBundle\": null,\r\n        \"internalId\": \"-100\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": null,\r\n        \"isPrivate\": null,\r\n        \"location\": null,\r\n        \"name\": \"Web Site Hosting Files\",\r\n        \"nullFieldList\": null,\r\n        \"parent\": null,\r\n        \"subsidiary\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"bundleable\": null,\r\n        \"class\": null,\r\n        \"department\": null,\r\n        \"description\": \"User Documents Folder\",\r\n        \"externalId\": null,\r\n        \"folderType\": null,\r\n        \"group\": null,\r\n        \"hideInBundle\": null,\r\n        \"internalId\": \"-20\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": null,\r\n        \"isPrivate\": null,\r\n        \"location\": null,\r\n        \"name\": \"User Documents\",\r\n        \"nullFieldList\": null,\r\n        \"parent\": null,\r\n        \"subsidiary\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"bundleable\": null,\r\n        \"class\": null,\r\n        \"department\": null,\r\n        \"description\": null,\r\n        \"externalId\": null,\r\n        \"folderType\": null,\r\n        \"group\": null,\r\n        \"hideInBundle\": null,\r\n        \"internalId\": \"-19\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": null,\r\n        \"isPrivate\": null,\r\n        \"location\": null,\r\n        \"name\": \"SuiteApps\",\r\n        \"nullFieldList\": null,\r\n        \"parent\": null,\r\n        \"subsidiary\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"bundleable\": null,\r\n        \"class\": null,\r\n        \"department\": null,\r\n        \"description\": null,\r\n        \"externalId\": null,\r\n        \"folderType\": \"_appPackages\",\r\n        \"group\": null,\r\n        \"hideInBundle\": null,\r\n        \"internalId\": \"-18\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": null,\r\n        \"isPrivate\": null,\r\n        \"location\": null,\r\n        \"name\": \"App Packages\",\r\n        \"nullFieldList\": null,\r\n        \"parent\": null,\r\n        \"subsidiary\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"bundleable\": null,\r\n        \"class\": null,\r\n        \"department\": null,\r\n        \"description\": \"Certificates and related files\",\r\n        \"externalId\": null,\r\n        \"folderType\": \"_certificates\",\r\n        \"group\": null,\r\n        \"hideInBundle\": null,\r\n        \"internalId\": \"-17\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": null,\r\n        \"isPrivate\": null,\r\n        \"location\": null,\r\n        \"name\": \"SSL Certificates\",\r\n        \"nullFieldList\": null,\r\n        \"parent\": null,\r\n        \"subsidiary\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_072220201974599752930083869_92538877\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": [\r\n      {\r\n        \"afterSubmitFailed\": null,\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Could not set 'USERDOCUMENTS' to field 'folderType' of record number -20 due to schema enumeration restriction.Please consider upgrading to endpoint 2020_1\",\r\n        \"type\": \"WARN\"\r\n      },\r\n      {\r\n        \"afterSubmitFailed\": null,\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Could not set 'SUITEAPPS' to field 'folderType' of record number -19 due to schema enumeration restriction.Please consider upgrading to endpoint 2020_1\",\r\n        \"type\": \"WARN\"\r\n      }\r\n    ]\r\n  },\r\n  \"totalPages\": 14,\r\n  \"totalRecords\": 68\r\n}"}],"_postman_id":"c32a18b2-8c85-4d39-8f93-715eb0b60def"},{"name":"Retrieve folders by ID","id":"19606b10-c5af-4dbe-bae7-688d1a3a4ced","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/folder?id=-13","urlObject":{"protocol":"https","path":["netsuite","v0","folder"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"-13"}],"variable":[]}},"response":[{"id":"db665962-5a40-4829-90ca-4fe9a4da2968","name":"Retrieve folders by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/folder?id=-13","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","folder"],"query":[{"key":"id","value":"-13"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"bundleable\": null,\r\n        \"class\": null,\r\n        \"department\": null,\r\n        \"description\": \"Web Store E-mail Templates Folder\",\r\n        \"externalId\": null,\r\n        \"folderType\": \"_documentsAndFiles\",\r\n        \"group\": null,\r\n        \"hideInBundle\": null,\r\n        \"internalId\": \"-13\",\r\n        \"isInactive\": false,\r\n        \"isOnline\": null,\r\n        \"isPrivate\": null,\r\n        \"location\": null,\r\n        \"name\": \"Web Store E-mail Templates\",\r\n        \"nullFieldList\": null,\r\n        \"parent\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"-9\",\r\n          \"name\": \"Templates\",\r\n          \"type\": null\r\n        },\r\n        \"subsidiary\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  }\r\n}"}],"_postman_id":"19606b10-c5af-4dbe-bae7-688d1a3a4ced"}],"id":"202d701b-e5e7-47dc-acfe-4d3f0c3a9211","event":[{"listen":"prerequest","script":{"id":"90d7cfb6-fc4c-44f1-a11e-b71dbe040349","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4dd06c05-ca97-4943-8ea2-1181a93672c1","type":"text/javascript","exec":[""]}}],"_postman_id":"202d701b-e5e7-47dc-acfe-4d3f0c3a9211","description":""},{"name":"POST","item":[{"name":"Create folders","id":"0640b209-9f4c-4543-8456-46a75a4ff7fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"name\":\"Prestructured\",\r\n   \"description\":\"Prestructured  Folder\",\r\n   \"folderType\":\"_documentsAndFiles\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/folder","urlObject":{"protocol":"https","path":["netsuite","v0","folder"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"8f06a179-2dbd-4776-aeca-a3aee5e22c3d","name":"Create folders","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"name\":\"Prestructured\",\r\n   \"description\":\"Prestructured  Folder\",\r\n   \"folderType\":\"_documentsAndFiles\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/folder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"398\",\r\n        \"name\": null,\r\n        \"type\": \"folder\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"0640b209-9f4c-4543-8456-46a75a4ff7fe"}],"id":"9f19b0a3-3b50-4115-8605-f488a6de7363","event":[{"listen":"prerequest","script":{"id":"a017bb58-ddd7-449f-995d-9f519b993168","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"72747b6b-0143-44df-85b8-5dbaf42ec4a2","type":"text/javascript","exec":[""]}}],"_postman_id":"9f19b0a3-3b50-4115-8605-f488a6de7363","description":""},{"name":"DELETE","item":[{"name":"Delete folders","id":"3da55c2a-a695-4a0f-9675-333672cdf96d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/folder?id=398","urlObject":{"protocol":"https","path":["netsuite","v0","folder"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"398"}],"variable":[]}},"response":[{"id":"10369bcc-1802-4eea-be93-0bd0635f7aaa","name":"Delete folders","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/folder?id=398","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","folder"],"query":[{"key":"id","value":"398"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"398\",\r\n        \"name\": null,\r\n        \"type\": \"folder\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"3da55c2a-a695-4a0f-9675-333672cdf96d"}],"id":"608a696b-d02f-4bcd-a603-b4aacd3ed6b0","event":[{"listen":"prerequest","script":{"id":"72e23d07-2cc6-4013-a98c-3f0d64a72e77","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"909a3036-66fd-4f56-8c79-2bfc5ebf55be","type":"text/javascript","exec":[""]}}],"_postman_id":"608a696b-d02f-4bcd-a603-b4aacd3ed6b0","description":""}],"id":"9d3726ca-d21f-43a5-83db-91f1493e94d1","event":[{"listen":"prerequest","script":{"id":"9c423b2b-7ea7-4cd6-8ef6-3c608a77de52","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"856d5e81-4d7d-497e-836d-158f12bf4a0d","type":"text/javascript","exec":[""]}}],"_postman_id":"9d3726ca-d21f-43a5-83db-91f1493e94d1","description":""},{"name":"Get Async Result","item":[{"name":"GET","item":[{"name":"Retrieve GetAsync Result by JobID","id":"cf268cfd-1fc1-4625-86d7-3c8e9d9a4c26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/getAsyncResult?jobId=ASYNCWEBSERVICES_5333445_SB1_0201202115670606241485116676_f0&page=1","urlObject":{"protocol":"https","path":["netsuite","v0","getAsyncResult"],"host":["api","prestructured","com"],"query":[{"key":"jobId","value":"ASYNCWEBSERVICES_5333445_SB1_0201202115670606241485116676_f0"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"fb9f3dbc-7fdd-409f-a746-8b0425e80d04","name":"Retrieve GetAsync Result by JobID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/getAsyncResult?jobId=ASYNCWEBSERVICES_5333445_SB1_0201202115670606241485116676_f0&page=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","getAsyncResult"],"query":[{"key":"jobId","value":"ASYNCWEBSERVICES_5333445_SB1_0201202115670606241485116676_f0"},{"key":"page","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr2\": \"Palo Alto\",\r\n                                \"addrText\": \"Atherton Grocery<br>Palo Alto<br>Pope Valley CA 945672<br>US Minor Outlying Islands\",\r\n                                \"addressee\": \"Atherton Grocery\",\r\n                                \"city\": \"Pope Valley\",\r\n                                \"country\": \"_uSMinorOutlyingIslands\",\r\n                                \"override\": false,\r\n                                \"state\": \"CA\",\r\n                                \"zip\": \"945672\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": false,\r\n                            \"internalId\": \"371\",\r\n                            \"isResidential\": false\r\n                        },\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"In groups\",\r\n                                \"addr2\": \"8 The Green\",\r\n                                \"addrPhone\": \"09879087890\",\r\n                                \"addrText\": \"kpm<br>In groups<br>8 The Green<br>Dover Delaware 19901<br>India\",\r\n                                \"addressee\": \"kpm\",\r\n                                \"city\": \"Dover\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"state\": \"Delaware\",\r\n                                \"zip\": \"19901\"\r\n                            },\r\n                            \"defaultBilling\": false,\r\n                            \"defaultShipping\": false,\r\n                            \"internalId\": \"47098\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"In groups\"\r\n                        },\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"paleti prabhakar\",\r\n                                \"addr2\": \"#AAAAtest105test80------terms\",\r\n                                \"addrText\": \"MR Rakesh Reddy<br>paleti prabhakar<br>#AAAAtest105test80------terms<br>knr TG 505490<br>Aland Islands\",\r\n                                \"addressee\": \"MR Rakesh Reddy\",\r\n                                \"city\": \"knr\",\r\n                                \"country\": \"_alandIslands\",\r\n                                \"override\": false,\r\n                                \"state\": \"TG\",\r\n                                \"zip\": \"505490\"\r\n                            },\r\n                            \"defaultBilling\": false,\r\n                            \"defaultShipping\": false,\r\n                            \"internalId\": \"47099\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"paleti prabhakar\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 1228.33,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 1228.33,\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"6\",\r\n                                \"name\": \"1\"\r\n                            },\r\n                            \"email\": \"shyam@dhruvsoft.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"258\",\r\n                                \"name\": \"Kumar\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"10\",\r\n                                \"name\": \"Navaneeth Lead\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"158\",\r\n                                \"name\": \"Seetha B\"\r\n                            },\r\n                            \"email\": \"shamili@dhruvsoft.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"19990\",\r\n                                \"name\": \"Test Orphan Contact\"\r\n                            },\r\n                            \"email\": \"test@orphan.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 1228.33,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 1369.47,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 1127006.3\r\n                        },\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"2\",\r\n                                \"name\": \"US Dollars\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"$\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": -141.14\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2021-01-18 02:26:39\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"284\",\r\n                            \"scriptId\": \"custentity_bwcl_opportunity\",\r\n                            \"value\": \"0060b00000viXm6AAE\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"285\",\r\n                            \"scriptId\": \"custentity_bwcl_student\",\r\n                            \"value\": \"a0J1s000000qVfLEAU\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1543820043,\r\n                \"daysOverdue\": 334,\r\n                \"defaultAddress\": \"Atherton Grocery<br>Palo Alto<br>Pope Valley CA 945672<br>US Minor Outlying Islands\",\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"shyam@dhruvsoft.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"1 Rakesh Reddy\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"externalId\": \"1201\",\r\n                \"faxTransactions\": false,\r\n                \"firstName\": \"Rakesh\",\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"6\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": true,\r\n                \"lastModifiedDate\": 1610965599,\r\n                \"lastName\": \"Reddy\",\r\n                \"overdueBalance\": 1369.47,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salutation\": \"MR\",\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"startDate\": 10800,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"title\": \"Developer\",\r\n                \"unbilledOrders\": 1126864.97,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"Sri Durga Chambers, Thankur Mansion Lane\",\r\n                                \"addr2\": \"Somajiguda\",\r\n                                \"addrText\": \"Dhruv Customer<br>Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad Telangana 50082<br>India\",\r\n                                \"addressee\": \"Dhruv Customer\",\r\n                                \"city\": \"Hyderabad\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"state\": \"Telangana\",\r\n                                \"zip\": \"50082\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"3\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"Sri Durga Chambers, Thankur Mansion Lane\"\r\n                        },\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"Nirmal Towers, Dwarakapuri Colony\",\r\n                                \"addrPhone\": \"43135345\",\r\n                                \"addrText\": \"Kalpana<br>Dhruv Customer<br>Nirmal Towers, Dwarakapuri Colony<br>Hyderabad Secundrabad Telangana 50082<br>India\",\r\n                                \"addressee\": \"Dhruv Customer\",\r\n                                \"attention\": \"Kalpana\",\r\n                                \"city\": \"Hyderabad Secundrabad\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"state\": \"Telangana\",\r\n                                \"zip\": \"50082\"\r\n                            },\r\n                            \"defaultBilling\": false,\r\n                            \"defaultShipping\": false,\r\n                            \"internalId\": \"4\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"Nirmal Towers, Dwarakapuri Colony\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"alcoholRecipientType\": \"_licensee\",\r\n                \"balance\": 0.0,\r\n                \"comments\": \"e<br>ut\",\r\n                \"companyName\": \"Dhruvsoft\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"31\",\r\n                                \"name\": \"Contact Dhruv Customer\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"24\",\r\n                            \"scriptId\": \"custentity1\",\r\n                            \"value\": \"PURI\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2020-01-27 06:50:51\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1544612823,\r\n                \"defaultAddress\": \"Dhruv Customer<br>Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad Telangana 50082<br>India\",\r\n                \"defaultOrderPriority\": 1322.51,\r\n                \"depositBalance\": 0.0,\r\n                \"emailPreference\": \"_hTML\",\r\n                \"emailTransactions\": true,\r\n                \"entityId\": \"2 Dhruvsoft\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": true,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"8\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1580136651,\r\n                \"leadSource\": {\r\n                    \"internalId\": \"-6\",\r\n                    \"name\": \"Web\"\r\n                },\r\n                \"negativeNumberFormat\": \"_bracketSurrounded\",\r\n                \"numberFormat\": \"_apostropheAsDigitGroupSeparatorAndDecimalPoint\",\r\n                \"overdueBalance\": 0.0,\r\n                \"printTransactions\": true,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": true,\r\n                \"stage\": \"_customer\",\r\n                \"startDate\": 1577329200,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"territory\": {\r\n                    \"internalId\": \"-5\",\r\n                    \"name\": \"Default Round-Robin\"\r\n                },\r\n                \"unbilledOrders\": 0.0,\r\n                \"url\": \"http://dhruvsoft.com\",\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"SOme Street\",\r\n                                \"addrText\": \"TATA Steel<br>SOme Street<br>Some City Some State 789654<br>India\",\r\n                                \"addressee\": \"TATA Steel\",\r\n                                \"city\": \"Some City\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"state\": \"Some State\",\r\n                                \"zip\": \"789654\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": false,\r\n                            \"internalId\": \"1\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"SOme Street\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"balance\": 0.0,\r\n                \"companyName\": \"TATA Steel\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 189000.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-03-26 01:25:10\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1545115039,\r\n                \"defaultAddress\": \"TATA Steel<br>SOme Street<br>Some City Some State 789654<br>India\",\r\n                \"depositBalance\": 0.0,\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"3 TATA Steel\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"11\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1553588710,\r\n                \"overdueBalance\": 0.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"startDate\": 1553569200,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 189000.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": -363.75,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": -363.75,\r\n                \"buyingReason\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"New Requirement\"\r\n                },\r\n                \"buyingTimeFrame\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Less than 1 month\"\r\n                },\r\n                \"category\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Retailer\"\r\n                },\r\n                \"companyName\": \"ABC Private Corporation\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": -363.75,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-12-10 20:38:45\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"218\",\r\n                            \"scriptId\": \"custentity5\",\r\n                            \"value\": 143\r\n                        },\r\n                        {\r\n                            \"internalId\": \"219\",\r\n                            \"scriptId\": \"custentity6\",\r\n                            \"value\": 143.25\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1545227940,\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"infoHourly@abc.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"4 ABC Private Corporation\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"13\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1576039125,\r\n                \"leadSource\": {\r\n                    \"internalId\": \"-6\",\r\n                    \"name\": \"Web\"\r\n                },\r\n                \"overdueBalance\": 0.0,\r\n                \"phone\": \"6768687876\",\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salesReadiness\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Cold\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"startDate\": 1545271200,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"territory\": {\r\n                    \"internalId\": \"-5\",\r\n                    \"name\": \"Default Round-Robin\"\r\n                },\r\n                \"unbilledOrders\": 0.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addrText\": \"Hyd Telangana <br>India\",\r\n                                \"city\": \"Hyd\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"state\": \"Telangana\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"2\",\r\n                            \"isResidential\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"balance\": 0.0,\r\n                \"companyName\": \"Zebronics\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-10-30 00:24:05\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1545308418,\r\n                \"defaultAddress\": \"Hyd Telangana <br>India\",\r\n                \"depositBalance\": 0.0,\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"5 Zebronics\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"18\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1572420245,\r\n                \"overdueBalance\": 0.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"startDate\": 1572404400,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 0.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": -250.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"altEmail\": \"chidambar.reddy@gmail.com\",\r\n                \"altPhone\": \"040-123456\",\r\n                \"balance\": -250.0,\r\n                \"companyName\": \"BW\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"20\",\r\n                                \"name\": \"6\"\r\n                            },\r\n                            \"email\": \"chidambar@gmail.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": -250.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"24\",\r\n                            \"scriptId\": \"custentity1\",\r\n                            \"value\": \"hi\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-05-02 04:46:58\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"42\",\r\n                            \"scriptId\": \"custentityrating\",\r\n                            \"value\": {\r\n                                \"internalId\": \"3\",\r\n                                \"name\": \"Active\",\r\n                                \"typeId\": \"5\"\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1545313079,\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"chidambar@gmail.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": true,\r\n                \"entityId\": \"6 Chidambar R Reddy\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"firstName\": \"Chidambar\",\r\n                \"giveAccess\": false,\r\n                \"homePhone\": \"040-98765\",\r\n                \"internalId\": \"20\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": true,\r\n                \"lastModifiedDate\": 1556797618,\r\n                \"lastName\": \"Reddy\",\r\n                \"leadSource\": {\r\n                    \"internalId\": \"-4\",\r\n                    \"name\": \"Partner Referral\"\r\n                },\r\n                \"middleName\": \"R\",\r\n                \"mobilePhone\": \"9876543210\",\r\n                \"negativeNumberFormat\": \"_bracketSurrounded\",\r\n                \"numberFormat\": \"_spaceAsDigitGroupSeparatorAndDecimalPoint\",\r\n                \"overdueBalance\": 0.0,\r\n                \"partner\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"1 Dhruvsoft Ltd\"\r\n                },\r\n                \"phone\": \"040-654321\",\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salutation\": \"MR\",\r\n                \"shipComplete\": false,\r\n                \"shippingItem\": {\r\n                    \"internalId\": \"30\",\r\n                    \"name\": \"BATCO\"\r\n                },\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"title\": \"CTO\",\r\n                \"unbilledOrders\": 0.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 0.0,\r\n                \"category\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"Supply Chain\"\r\n                },\r\n                \"companyName\": \"North East ABC\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"22\",\r\n                                \"name\": \"Rakesh\"\r\n                            },\r\n                            \"email\": \"rakesh@abc.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 55.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-10-15 00:59:08\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1545314256,\r\n                \"defaultOrderPriority\": 6.7,\r\n                \"depositBalance\": 0.0,\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"41 North East ABC\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"21\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1571126348,\r\n                \"overdueBalance\": 0.0,\r\n                \"parent\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"4 ABC Private Corporation\"\r\n                },\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"US Company\"\r\n                },\r\n                \"taxable\": false,\r\n                \"territory\": {\r\n                    \"internalId\": \"-5\",\r\n                    \"name\": \"Default Round-Robin\"\r\n                },\r\n                \"unbilledOrders\": 55.0,\r\n                \"url\": \"http://abc.com\",\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 280.7,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 280.7,\r\n                \"category\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"Supply Chain\"\r\n                },\r\n                \"companyName\": \"Bilwala Groups\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 280.7,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 91.2,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 351.7,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 3329.96\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2021-01-29 08:17:06\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"284\",\r\n                            \"scriptId\": \"custentity_bwcl_opportunity\",\r\n                            \"value\": \"0064W00000wLZQRQA4\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"295\",\r\n                            \"scriptId\": \"custentity_bwcl_scnd_opp\",\r\n                            \"value\": \"0064W00000wLZQXQA4\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1545378066,\r\n                \"daysOverdue\": 850,\r\n                \"depositBalance\": 91.2,\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"7 Bilwala Groups\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"26\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1611937026,\r\n                \"negativeNumberFormat\": \"_bracketSurrounded\",\r\n                \"overdueBalance\": 351.7,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"salesTeamList\": {\r\n                    \"salesTeam\": [\r\n                        {\r\n                            \"contribution\": 100.0,\r\n                            \"employee\": {\r\n                                \"internalId\": \"4\",\r\n                                \"name\": \"Navaneeth.D\"\r\n                            },\r\n                            \"isPrimary\": true,\r\n                            \"salesRole\": {\r\n                                \"internalId\": \"-2\",\r\n                                \"name\": \"Sales Rep\"\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 3329.96,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"accountNumber\": \"sbi12345\",\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addrPhone\": \"12345678\",\r\n                                \"addrText\": \"Kalpana<br>MS Kalpana G<br>54321<br>India\",\r\n                                \"addressee\": \"MS Kalpana G\",\r\n                                \"attention\": \"Kalpana\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"zip\": \"54321\"\r\n                            },\r\n                            \"defaultBilling\": false,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"8\",\r\n                            \"isResidential\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 5.13,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 5.13,\r\n                \"companyName\": \"Int Inc\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"27\",\r\n                                \"name\": \"8\"\r\n                            },\r\n                            \"email\": \"kalpana@intinc.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 5.13,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 5.13,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2020-01-09 00:23:42\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1545644203,\r\n                \"daysOverdue\": 779,\r\n                \"defaultOrderPriority\": 5.0,\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"kalpana@intinc.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"8 Kalpana G\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"firstName\": \"Kalpana\",\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"27\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": true,\r\n                \"lastModifiedDate\": 1578558222,\r\n                \"lastName\": \"G\",\r\n                \"overdueBalance\": 5.13,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"salutation\": \"MS\",\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"taxItem\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"VAT_IN:Tax for Sales\"\r\n                },\r\n                \"title\": \"SM\",\r\n                \"unbilledOrders\": 0.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 0.0,\r\n                \"category\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"Supply Chain\"\r\n                },\r\n                \"companyName\": \"InActive Company\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"29\",\r\n                                \"name\": \"Praveena\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-09-06 06:47:57\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1545978315,\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"me@inactive.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"9 InActive Company\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"28\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": true,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1567777677,\r\n                \"overdueBalance\": 0.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"salesTeamList\": {\r\n                    \"salesTeam\": [\r\n                        {\r\n                            \"contribution\": 100.0,\r\n                            \"employee\": {\r\n                                \"internalId\": \"4\",\r\n                                \"name\": \"Navaneeth.D\"\r\n                            },\r\n                            \"isPrimary\": true,\r\n                            \"salesRole\": {\r\n                                \"internalId\": \"-2\",\r\n                                \"name\": \"Sales Rep\"\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 0.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"accountNumber\": \"acc12345678\",\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"Sri Durga Chambers, Thankur Mansion Lane\",\r\n                                \"addr2\": \"Somajiguda\",\r\n                                \"addrPhone\": \"1234567\",\r\n                                \"addrText\": \"Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad  50082<br>United States\",\r\n                                \"city\": \"Hyderabad\",\r\n                                \"country\": \"_unitedStates\",\r\n                                \"override\": false,\r\n                                \"zip\": \"50082\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"6\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"Sri Durga Chambers, Thankur Mansion Lane\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"altPhone\": \"123456789\",\r\n                \"balance\": 0.0,\r\n                \"comments\": \"No Comments<br>next line also\",\r\n                \"companyName\": \"Rakesh\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"41\",\r\n                                \"name\": \"Kalpana\"\r\n                            },\r\n                            \"email\": \"kalpana@gmail.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"creditLimit\": 1000.0,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": true,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 500.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"24\",\r\n                            \"scriptId\": \"custentity1\",\r\n                            \"value\": \"Pizza\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2020-02-19 05:32:43\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1546863680,\r\n                \"defaultAddress\": \"Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad  50082<br>United States\",\r\n                \"defaultOrderPriority\": 7.5,\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"kesh@ra.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": true,\r\n                \"endDate\": 1548900000,\r\n                \"entityId\": \"11 Rakesh\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"fax\": \"123456345\",\r\n                \"faxTransactions\": true,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"40\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1582119163,\r\n                \"leadSource\": {\r\n                    \"internalId\": \"-4\",\r\n                    \"name\": \"Partner Referral\"\r\n                },\r\n                \"negativeNumberFormat\": \"_minusSigned\",\r\n                \"numberFormat\": \"_apostropheAsDigitGroupSeparatorAndDecimalPoint\",\r\n                \"overdueBalance\": 0.0,\r\n                \"parent\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"1 Rakesh Reddy\"\r\n                },\r\n                \"partner\": {\r\n                    \"internalId\": \"32\",\r\n                    \"name\": \"2 Google\"\r\n                },\r\n                \"phone\": \"12345678\",\r\n                \"priceLevel\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Base Price\"\r\n                },\r\n                \"printOnCheckAs\": \"Company with all\",\r\n                \"printTransactions\": true,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"reminderDays\": 5,\r\n                \"resaleNumber\": \"123435\",\r\n                \"shipComplete\": true,\r\n                \"stage\": \"_customer\",\r\n                \"startDate\": 1546653600,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"US Company\"\r\n                },\r\n                \"taxable\": true,\r\n                \"terms\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"2% 10 Net 30\"\r\n                },\r\n                \"territory\": {\r\n                    \"internalId\": \"-5\",\r\n                    \"name\": \"Default Round-Robin\"\r\n                },\r\n                \"unbilledOrders\": 500.0,\r\n                \"vatRegNumber\": \"123436\",\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"A-601, Cottage Land Housing Ltd. Sector 19A plot no. 36, Eastside Nerul Palo Alto A-601, Cottage Land Housing Ltd. Sector 19A plot no. 36,\",\r\n                                \"addr2\": \"Eastside Nerul Palo Alto\",\r\n                                \"addrText\": \"Mr. George Kim<br>A-601, Cottage Land Housing Ltd. Sector 19A plot no. 36, Eastside Nerul Palo Alto A-601, Cottage Land Housing Ltd. Sector 19A plot no. 36,<br>Eastside Nerul Palo Alto<br>Pope Valley CA 94567<br>United States\",\r\n                                \"addressee\": \"Mr. George Kim\",\r\n                                \"city\": \"Pope Valley\",\r\n                                \"country\": \"_unitedStates\",\r\n                                \"override\": false,\r\n                                \"state\": \"CA\",\r\n                                \"zip\": \"94567\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"3775\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"A-601, Cottage Land Housing Ltd. Sector 19A plot no. 36, Eastside Nerul Palo Alto A-601, Cottage Land Housing Ltd. Sector 19A plot no. 36,\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"balance\": 0.0,\r\n                \"companyName\": \"Rakesh Reddy\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"43\",\r\n                                \"name\": \"11\"\r\n                            },\r\n                            \"email\": \"kimgeorge@kinley.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"45\",\r\n                                \"name\": \"shamili B\"\r\n                            },\r\n                            \"email\": \"shamili@dhruvsoft.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 1670.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2020-10-20 03:18:32\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1547472446,\r\n                \"defaultAddress\": \"Mr. George Kim<br>A-601, Cottage Land Housing Ltd. Sector 19A plot no. 36, Eastside Nerul Palo Alto A-601, Cottage Land Housing Ltd. Sector 19A plot no. 36,<br>Eastside Nerul Palo Alto<br>Pope Valley CA 94567<br>United States\",\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"kimgeorge@kinley.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"11 George Kim\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"firstName\": \"George\",\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"43\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": true,\r\n                \"lastModifiedDate\": 1603189112,\r\n                \"lastName\": \"Kim\",\r\n                \"overdueBalance\": 0.0,\r\n                \"phone\": \"676879888\",\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salutation\": \"Mr.\",\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"startDate\": 1576810800,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"US Company\"\r\n                },\r\n                \"taxable\": false,\r\n                \"title\": \"CEO\",\r\n                \"unbilledOrders\": 1670.0,\r\n                \"url\": \"http://www.sforce.com\",\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"Add 1\",\r\n                                \"addr2\": \"Add 2\",\r\n                                \"addrText\": \"12 GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                                \"addressee\": \"12 GS Solutions\",\r\n                                \"city\": \"City 1\",\r\n                                \"country\": \"_unitedStates\",\r\n                                \"override\": false,\r\n                                \"state\": \"MI\",\r\n                                \"zip\": \"0123654\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"7577\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"Add 1\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": -6910000.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": -6910000.0,\r\n                \"companyName\": \"GS Solutions\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"3\",\r\n                                \"name\": \"CAD\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"$\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        },\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"5\",\r\n                                \"name\": \"GBP\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"£\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        },\r\n                        {\r\n                            \"balance\": -76010.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 4000.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": -140512.8\r\n                        },\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"2\",\r\n                                \"name\": \"US Dollars\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"$\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 160.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2020-12-04 03:39:32\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"284\",\r\n                            \"scriptId\": \"custentity_bwcl_opportunity\",\r\n                            \"value\": \"0060b00000viXm6AAE\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"285\",\r\n                            \"scriptId\": \"custentity_bwcl_student\",\r\n                            \"value\": \"0060b00000viXm6AAE\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1547804521,\r\n                \"daysOverdue\": 605,\r\n                \"defaultAddress\": \"12 GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"shamili@dhruvsoft.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"12 GS Solutions\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"46\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"itemPricingList\": {\r\n                    \"itemPricing\": [\r\n                        {\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"item\": {\r\n                                \"internalId\": \"240\",\r\n                                \"name\": \"Boxer\"\r\n                            },\r\n                            \"level\": {\r\n                                \"internalId\": \"-1\"\r\n                            },\r\n                            \"price\": 12.89\r\n                        },\r\n                        {\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"item\": {\r\n                                \"internalId\": \"243\",\r\n                                \"name\": \"Coat Pant / Blazer\"\r\n                            },\r\n                            \"level\": {\r\n                                \"internalId\": \"-1\"\r\n                            },\r\n                            \"price\": 7.998\r\n                        },\r\n                        {\r\n                            \"item\": {\r\n                                \"internalId\": \"444\",\r\n                                \"name\": \"Apple\"\r\n                            },\r\n                            \"level\": {\r\n                                \"internalId\": \"3\",\r\n                                \"name\": \"Alternate Price 2\"\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1607081972,\r\n                \"overdueBalance\": 363636.36,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salesReadiness\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Warm\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"startDate\": 1547776800,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"territory\": {\r\n                    \"internalId\": \"-5\",\r\n                    \"name\": \"Default Round-Robin\"\r\n                },\r\n                \"unbilledOrders\": -12759325.92,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addrText\": \"Imtiaz Imtiaz ansari<br>Jilin Province <br>China\",\r\n                                \"addressee\": \"Imtiaz Imtiaz ansari\",\r\n                                \"country\": \"_china\",\r\n                                \"override\": false,\r\n                                \"state\": \"吉林省\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"12178\",\r\n                            \"isResidential\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 0.0,\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"50\",\r\n                                \"name\": \"14\"\r\n                            },\r\n                            \"email\": \"imtiaz@ansari.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"US Dollars\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        },\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"2\",\r\n                                \"name\": \"US Dollars\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"$\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 483.8\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2020-08-28 01:49:58\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1549019160,\r\n                \"defaultAddress\": \"Imtiaz Imtiaz ansari<br>Jilin Province <br>China\",\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"imtiaz@ansari.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"14 Imtiaz ansari\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"estimatedBudget\": 500000.0,\r\n                \"faxTransactions\": false,\r\n                \"firstName\": \"Imtiaz\",\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"50\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": true,\r\n                \"lastModifiedDate\": 1598604598,\r\n                \"lastName\": \"ansari\",\r\n                \"leadSource\": {\r\n                    \"internalId\": \"-6\",\r\n                    \"name\": \"Web\"\r\n                },\r\n                \"mobilePhone\": \"9952990420\",\r\n                \"overdueBalance\": 0.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salesReadiness\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"Hot\"\r\n                },\r\n                \"salutation\": \"Imtiaz\",\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"title\": \"BDE\",\r\n                \"unbilledOrders\": 483.8,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"1206 Harbour Tower 59-65 South Street\",\r\n                                \"addrText\": \"15 john smith<br>1206 Harbour Tower 59-65 South Street<br>Coppertown FL 12345<br>India\",\r\n                                \"addressee\": \"15 john smith\",\r\n                                \"city\": \"Coppertown\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"state\": \"FL\",\r\n                                \"zip\": \"12345\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"5976\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"1206 Harbour Tower 59-65 South Street\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 5000.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 5000.0,\r\n                \"companyName\": \"City Limousines\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"52\",\r\n                                \"name\": \"15\"\r\n                            },\r\n                            \"email\": \"john@climousines.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 5000.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 5000.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": -5000.0\r\n                        },\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"2\",\r\n                                \"name\": \"US Dollars\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"$\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2020-03-12 04:17:14\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1549950587,\r\n                \"daysOverdue\": 675,\r\n                \"defaultAddress\": \"15 john smith<br>1206 Harbour Tower 59-65 South Street<br>Coppertown FL 12345<br>India\",\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"john@climousines.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"endDate\": 1550196000,\r\n                \"entityId\": \"15 john smith\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"firstName\": \"john\",\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"52\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": true,\r\n                \"lastModifiedDate\": 1584011834,\r\n                \"lastName\": \"smith\",\r\n                \"overdueBalance\": 5000.0,\r\n                \"phone\": \"101-5554001\",\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salesTeamList\": {\r\n                    \"salesTeam\": [\r\n                        {\r\n                            \"contribution\": 100.0,\r\n                            \"employee\": {\r\n                                \"internalId\": \"7\",\r\n                                \"name\": \"Imtiaz Ansari\"\r\n                            },\r\n                            \"isPrimary\": false,\r\n                            \"salesRole\": {\r\n                                \"internalId\": \"-2\",\r\n                                \"name\": \"Sales Rep\"\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"startDate\": 1597806000,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": -5000.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"bang 1\",\r\n                                \"addr2\": \"bang 2\",\r\n                                \"addrText\": \"17 GH Agency<br>bang 1<br>bang 2<br>Banglore Karnataka 9874563<br>India\",\r\n                                \"addressee\": \"17 GH Agency\",\r\n                                \"city\": \"Banglore\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"state\": \"Karnataka\",\r\n                                \"zip\": \"9874563\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"6775\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"bang 1\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": -35422.34,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": -35422.34,\r\n                \"category\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Retailer\"\r\n                },\r\n                \"companyName\": \"GH Agency\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"13730\",\r\n                                \"name\": \"GH Contact\"\r\n                            },\r\n                            \"email\": \"contact@gh.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"359\",\r\n                                \"name\": \"GH contact 1\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"US Dollars\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": -39000.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 162082.8\r\n                        },\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"2\",\r\n                                \"name\": \"US Dollars\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"$\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 1812.95\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2020-03-24 00:39:38\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \"359 - GH contact 1\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1550291310,\r\n                \"defaultAddress\": \"17 GH Agency<br>bang 1<br>bang 2<br>Banglore Karnataka 9874563<br>India\",\r\n                \"depositBalance\": 0.0,\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"17 GH Agency\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"56\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1585035578,\r\n                \"overdueBalance\": 0.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"startDate\": 1578020400,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"terms\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Net 15\"\r\n                },\r\n                \"unbilledOrders\": 149027.12,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"add1\",\r\n                                \"addrText\": \"Ms. Shamili Boosam<br>add1<br>India\",\r\n                                \"addressee\": \"Ms. Shamili Boosam\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"11\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"add1\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 0.0,\r\n                \"comments\": \"testing\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"58\",\r\n                                \"name\": \"18\"\r\n                            },\r\n                            \"email\": \"shamili@dhruvsoft.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 1300.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-05-02 03:22:15\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1550829527,\r\n                \"defaultAddress\": \"Ms. Shamili Boosam<br>add1<br>India\",\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"shamili@dhruvsoft.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"18 Shamili Boosam\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"firstName\": \"Shamili\",\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"58\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": true,\r\n                \"lastModifiedDate\": 1556792535,\r\n                \"lastName\": \"Boosam\",\r\n                \"overdueBalance\": 0.0,\r\n                \"phone\": \"9874563210\",\r\n                \"priceLevel\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Alternate Price 1\"\r\n                },\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salesTeamList\": {\r\n                    \"salesTeam\": [\r\n                        {\r\n                            \"contribution\": 100.0,\r\n                            \"employee\": {\r\n                                \"internalId\": \"12\",\r\n                                \"name\": \"Lavanya B\"\r\n                            },\r\n                            \"isPrimary\": false,\r\n                            \"salesRole\": {\r\n                                \"internalId\": \"-2\",\r\n                                \"name\": \"Sales Rep\"\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"salutation\": \"Ms.\",\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 1300.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 0.0,\r\n                \"category\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"Supply Chain\"\r\n                },\r\n                \"companyName\": \"Dell\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"US Dollars\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 166.0\r\n                        },\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"2\",\r\n                                \"name\": \"US Dollars\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"$\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 10.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-04-22 00:45:59\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1551777256,\r\n                \"depositBalance\": 0.0,\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"19 Dell\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"360\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1555919159,\r\n                \"overdueBalance\": 0.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"salesTeamList\": {\r\n                    \"salesTeam\": [\r\n                        {\r\n                            \"contribution\": 100.0,\r\n                            \"employee\": {\r\n                                \"internalId\": \"4\",\r\n                                \"name\": \"Navaneeth.D\"\r\n                            },\r\n                            \"isPrimary\": true,\r\n                            \"salesRole\": {\r\n                                \"internalId\": \"-2\",\r\n                                \"name\": \"Sales Rep\"\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"US Company\"\r\n                },\r\n                \"taxable\": false,\r\n                \"unbilledOrders\": 160.77,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr2\": \"Palo Alto\",\r\n                                \"addrText\": \"Atherton Grocery<br>Palo Alto<br>Pope Valley CA 94567<br>United States\",\r\n                                \"addressee\": \"Atherton Grocery\",\r\n                                \"city\": \"Pope Valley\",\r\n                                \"country\": \"_unitedStates\",\r\n                                \"override\": false,\r\n                                \"state\": \"CA\",\r\n                                \"zip\": \"94567\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"212\",\r\n                            \"isResidential\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 111.2,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 111.2,\r\n                \"category\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Retailer\"\r\n                },\r\n                \"comments\": \"vfrubg vjwfe90tg \\\\<br>fjweto90 kcewotg fmkowg<br>cwmnrgoiket<br>fojwtgkirwo0h fjweo0tgke0<br>kvreyir0tu<br>nreyokeyo<br>gmortyjrt<br>fewmnjotkerio vkjrot9gyhrtki0u<br>vnroewtkre\",\r\n                \"companyName\": \"Atherton Grocery\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 111.2,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 302.2,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 1320.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-04-28 23:56:57\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553067370,\r\n                \"daysOverdue\": 674,\r\n                \"defaultAddress\": \"Atherton Grocery<br>Palo Alto<br>Pope Valley CA 94567<br>United States\",\r\n                \"defaultOrderPriority\": 8.0,\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"tharris@athertong.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"21 Atherton Grocery\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"362\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1556521017,\r\n                \"overdueBalance\": 302.2,\r\n                \"phone\": \"(408) 123-8762\",\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"salesTeamList\": {\r\n                    \"salesTeam\": [\r\n                        {\r\n                            \"contribution\": 100.0,\r\n                            \"employee\": {\r\n                                \"internalId\": \"4\",\r\n                                \"name\": \"Navaneeth.D\"\r\n                            },\r\n                            \"isPrimary\": true,\r\n                            \"salesRole\": {\r\n                                \"internalId\": \"-2\",\r\n                                \"name\": \"Sales Rep\"\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 1320.0,\r\n                \"url\": \"http://www.athertong.com\",\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"Chandana Brothers\",\r\n                                \"addr2\": \"MAIN BAZAR\",\r\n                                \"addrText\": \"Chandana Brothers<br>Chandana Brothers<br>MAIN BAZAR<br>ELURU ANDHRA PRADESH 123456<br>India\",\r\n                                \"addressee\": \"Chandana Brothers\",\r\n                                \"city\": \"ELURU\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"state\": \"ANDHRA PRADESH\",\r\n                                \"zip\": \"123456\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"213\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"CHANDANA BROS\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": -514215.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": -514215.0,\r\n                \"category\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Retailer\"\r\n                },\r\n                \"companyName\": \"Chandana Brothers\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"366\",\r\n                                \"name\": \"AMBATI SHIV PRASAD\"\r\n                            },\r\n                            \"email\": \"Smith@gmail.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"365\",\r\n                                \"name\": \"Raja\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": -514215.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 193610.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 2238436.96\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-06-26 06:10:13\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"106\",\r\n                            \"scriptId\": \"custentity2\",\r\n                            \"value\": [\r\n                                {\r\n                                    \"internalId\": \"3\",\r\n                                    \"name\": \"3.\",\r\n                                    \"typeId\": \"8\"\r\n                                },\r\n                                {\r\n                                    \"internalId\": \"5\",\r\n                                    \"name\": \"5.\",\r\n                                    \"typeId\": \"8\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \"365 - Raja\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553237528,\r\n                \"daysOverdue\": 588,\r\n                \"defaultAddress\": \"Chandana Brothers<br>Chandana Brothers<br>MAIN BAZAR<br>ELURU ANDHRA PRADESH 123456<br>India\",\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"shamili+chandanabros@chandana.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"22 Chandana Brothers\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"364\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1561554613,\r\n                \"overdueBalance\": 193610.0,\r\n                \"phone\": \"9865326598\",\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"terms\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"Net 60\"\r\n                },\r\n                \"unbilledOrders\": 2238436.96,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"25\",\r\n                                \"addr2\": \"POOKADI STREET\",\r\n                                \"addrText\": \"23 Rathina Vilas<br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\r\n                                \"addressee\": \"23 Rathina Vilas\",\r\n                                \"city\": \"RASIPURAM\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"state\": \"TAMILNADU\",\r\n                                \"zip\": \"637408\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"6076\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"25\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": -47200.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": -47200.0,\r\n                \"companyName\": \"Rathina Vilas\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"368\",\r\n                                \"name\": \"RAJESH KUMAR\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": -47200.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 372112.62\r\n                        },\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"2\",\r\n                                \"name\": \"US Dollars\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"$\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 64.9\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2020-03-13 03:37:01\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \"368 - RAJESH KUMAR\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553238023,\r\n                \"defaultAddress\": \"23 Rathina Vilas<br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"ritu+ratnavilas@dhruvsoft.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"23 Rathina Vilas\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"367\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1584095821,\r\n                \"overdueBalance\": 0.0,\r\n                \"phone\": \"65986532659\",\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 372177.61,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 0.0,\r\n                \"companyName\": \"Durga Chambers\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 2037.76\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-06-26 07:01:31\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553326264,\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"shamili@durga.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"24 Durga Chambers\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"373\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1561557691,\r\n                \"overdueBalance\": 0.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 2037.76,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 0.0,\r\n                \"category\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Wholesale\"\r\n                },\r\n                \"companyName\": \"Shoppers Stop West\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 1575.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-06-20 00:09:10\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553349805,\r\n                \"depositBalance\": 0.0,\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": true,\r\n                \"entityId\": \"25 Shoppers Stop West\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"374\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1561014550,\r\n                \"overdueBalance\": 0.0,\r\n                \"parent\": {\r\n                    \"internalId\": \"375\",\r\n                    \"name\": \"26 Shoppers Stop\"\r\n                },\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shippingItem\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"JABBAR TRAVELS\"\r\n                },\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 1575.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": -9450.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": -9450.0,\r\n                \"companyName\": \"Shoppers Stop\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": -9450.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 278775.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-03-23 07:29:48\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553351388,\r\n                \"depositBalance\": 0.0,\r\n                \"emailPreference\": \"_pDF\",\r\n                \"emailTransactions\": true,\r\n                \"entityId\": \"26 Shoppers Stop\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"375\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1553351388,\r\n                \"negativeNumberFormat\": \"_minusSigned\",\r\n                \"numberFormat\": \"_commaAsDigitGroupSeparatorAndDecimalPoint\",\r\n                \"overdueBalance\": 0.0,\r\n                \"printOnCheckAs\": \"Shoppers Stop\",\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shippingItem\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"JABBAR TRAVELS\"\r\n                },\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 278775.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 0.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 0.0,\r\n                \"companyName\": \"Shoppers Stop East\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-06-20 00:10:44\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553351470,\r\n                \"depositBalance\": 0.0,\r\n                \"emailPreference\": \"_pDF\",\r\n                \"emailTransactions\": true,\r\n                \"entityId\": \"27 Shoppers Stop East\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"376\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1561014644,\r\n                \"leadSource\": {\r\n                    \"internalId\": \"-3\",\r\n                    \"name\": \"Other\"\r\n                },\r\n                \"negativeNumberFormat\": \"_minusSigned\",\r\n                \"numberFormat\": \"_commaAsDigitGroupSeparatorAndDecimalPoint\",\r\n                \"overdueBalance\": 0.0,\r\n                \"parent\": {\r\n                    \"internalId\": \"375\",\r\n                    \"name\": \"26 Shoppers Stop\"\r\n                },\r\n                \"printOnCheckAs\": \"Shoppers Stop\",\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"salesRep\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"B Shamili\"\r\n                },\r\n                \"salesTeamList\": {\r\n                    \"salesTeam\": [\r\n                        {\r\n                            \"contribution\": 100.0,\r\n                            \"employee\": {\r\n                                \"internalId\": \"3\",\r\n                                \"name\": \"B Shamili\"\r\n                            },\r\n                            \"isPrimary\": true,\r\n                            \"salesRole\": {\r\n                                \"internalId\": \"-2\",\r\n                                \"name\": \"Sales Rep\"\r\n                            }\r\n                        }\r\n                    ]\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shippingItem\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"JABBAR TRAVELS\"\r\n                },\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 0.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addrText\": \"28 Gallery Collections<br>India\",\r\n                                \"addressee\": \"28 Gallery Collections\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"16381\",\r\n                            \"isResidential\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": -47500.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": -47500.0,\r\n                \"companyName\": \"Gallery Collections\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"383\",\r\n                                \"name\": \"SIDDHARTH\\tGOENKA\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": -47500.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 2500000.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 17674.04\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2020-11-10 05:51:43\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \"383 - SIDDHARTH\\tGOENKA\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553661965,\r\n                \"defaultAddress\": \"28 Gallery Collections<br>India\",\r\n                \"depositBalance\": 2500000.0,\r\n                \"email\": \"shamli@gallery.co\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"28 Gallery Collections\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"382\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1605016303,\r\n                \"overdueBalance\": 0.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 17674.04,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": -236.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": -236.0,\r\n                \"companyName\": \"Happy Shoppy\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"385\",\r\n                                \"name\": \"ANIL KUMAR REDDY\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"16\",\r\n                                \"name\": \"Kalpana\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"368\",\r\n                                \"name\": \"RAJESH KUMAR\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        },\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"158\",\r\n                                \"name\": \"Seetha B\"\r\n                            },\r\n                            \"email\": \"shamili@dhruvsoft.com\",\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": -236.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 324243.1\r\n                        },\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"6\",\r\n                                \"name\": \"SGD\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"S$\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        },\r\n                        {\r\n                            \"balance\": 0.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"2\",\r\n                                \"name\": \"US Dollars\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"$\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2020-10-29 04:20:38\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \"385 - ANIL KUMAR REDDY\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553662045,\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"shamili@happy1.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"29 Happy Shoppy\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"384\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1603970438,\r\n                \"overdueBalance\": 0.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 324243.1,\r\n                \"url\": \"http://www.dhruvsoft.com\",\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": 59000.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": 59000.0,\r\n                \"companyName\": \"Shobha Paradise\",\r\n                \"contactRolesList\": {\r\n                    \"contactRoles\": [\r\n                        {\r\n                            \"contact\": {\r\n                                \"internalId\": \"387\",\r\n                                \"name\": \"MOHAMED RISWAN\"\r\n                            },\r\n                            \"giveAccess\": false,\r\n                            \"role\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"Customer Center\"\r\n                            },\r\n                            \"sendEmail\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": 59000.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 59000.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 525783.22\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-06-26 06:28:04\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \"387 - MOHAMED RISWAN\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553662093,\r\n                \"daysOverdue\": 648,\r\n                \"depositBalance\": 0.0,\r\n                \"email\": \"shamili@shobha.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"30 Shobha Paradise\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"386\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1561555684,\r\n                \"overdueBalance\": 59000.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 525783.22,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"addressbookList\": {\r\n                    \"addressbook\": [\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"#, 108, 7th Main Rd, 2nd Block, Jaya Nagar East\",\r\n                                \"addr2\": \"Jayanagar\",\r\n                                \"addrText\": \"Test CMR BROTHERS<br>#, 108, 7th Main Rd, 2nd Block, Jaya Nagar East<br>Jayanagar<br>BANGALORE KARNATAKA 560011<br>India\",\r\n                                \"addressee\": \"Test CMR BROTHERS\",\r\n                                \"city\": \"BANGALORE\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"state\": \"KARNATAKA\",\r\n                                \"zip\": \"560011\"\r\n                            },\r\n                            \"defaultBilling\": false,\r\n                            \"defaultShipping\": true,\r\n                            \"internalId\": \"218\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"#, 108, 7th Main Rd, 2nd Block, Jaya Nagar East\"\r\n                        },\r\n                        {\r\n                            \"addressbookAddress\": {\r\n                                \"addr1\": \"No.16, Ground floor, 4th Cross\",\r\n                                \"addr2\": \"Sudhama Nagar\",\r\n                                \"addrText\": \"Test CMR BROTHERS<br>No.16, Ground floor, 4th Cross<br>Sudhama Nagar<br>BANGALORE KARNATAKA 560027<br>India\",\r\n                                \"addressee\": \"Test CMR BROTHERS\",\r\n                                \"city\": \"BANGALORE\",\r\n                                \"country\": \"_india\",\r\n                                \"override\": false,\r\n                                \"state\": \"KARNATAKA\",\r\n                                \"zip\": \"560027\"\r\n                            },\r\n                            \"defaultBilling\": true,\r\n                            \"defaultShipping\": false,\r\n                            \"internalId\": \"219\",\r\n                            \"isResidential\": false,\r\n                            \"label\": \"No.16, Ground floor, 4th Cross\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": -261684.12,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"altPhone\": \"0461-2320288\",\r\n                \"balance\": -261684.12,\r\n                \"category\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Wholesale\"\r\n                },\r\n                \"companyName\": \"CMR Brothers\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": -261684.12,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 1000000.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 354.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 9027.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-06-26 06:31:37\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553676129,\r\n                \"daysOverdue\": 644,\r\n                \"defaultAddress\": \"Test CMR BROTHERS<br>No.16, Ground floor, 4th Cross<br>Sudhama Nagar<br>BANGALORE KARNATAKA 560027<br>India\",\r\n                \"depositBalance\": 1000000.0,\r\n                \"email\": \"lavanya@cmr.com\",\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"31 CMR Brothers\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"389\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1561555897,\r\n                \"overdueBalance\": 354.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 9027.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"accessRole\": {\r\n                    \"internalId\": \"14\",\r\n                    \"name\": \"Customer Center\"\r\n                },\r\n                \"aging\": 0.0,\r\n                \"aging1\": 0.0,\r\n                \"aging2\": 0.0,\r\n                \"aging3\": 0.0,\r\n                \"aging4\": -5900.0,\r\n                \"alcoholRecipientType\": \"_consumer\",\r\n                \"balance\": -5900.0,\r\n                \"companyName\": \"Info Systems\",\r\n                \"creditHoldOverride\": \"_auto\",\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyList\": {\r\n                    \"currency\": [\r\n                        {\r\n                            \"balance\": -5900.0,\r\n                            \"currency\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"INR\"\r\n                            },\r\n                            \"depositBalance\": 0.0,\r\n                            \"displaySymbol\": \"Rs.\",\r\n                            \"overdueBalance\": 0.0,\r\n                            \"overrideCurrencyFormat\": false,\r\n                            \"symbolPlacement\": \"_beforeNumber\",\r\n                            \"unbilledOrders\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"265\",\r\n                            \"scriptId\": \"custentity11\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"283\",\r\n                            \"scriptId\": \"custentity19\",\r\n                            \"value\": \"2019-06-26 07:02:05\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"282\",\r\n                            \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n                            \"value\": \" - \"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"55\",\r\n                            \"scriptId\": \"custentity_naw_trans_need_approval\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dateCreated\": 1553756148,\r\n                \"depositBalance\": 0.0,\r\n                \"emailPreference\": \"_default\",\r\n                \"emailTransactions\": false,\r\n                \"entityId\": \"14:1 Info Systems\",\r\n                \"entityStatus\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"CUSTOMER-Closed Won\"\r\n                },\r\n                \"faxTransactions\": false,\r\n                \"giveAccess\": false,\r\n                \"internalId\": \"392\",\r\n                \"isBudgetApproved\": false,\r\n                \"isInactive\": false,\r\n                \"isPerson\": false,\r\n                \"lastModifiedDate\": 1561557725,\r\n                \"overdueBalance\": 0.0,\r\n                \"printTransactions\": false,\r\n                \"receivablesAccount\": {\r\n                    \"internalId\": \"-10\",\r\n                    \"name\": \"Use System Preference\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"stage\": \"_customer\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"unbilledOrders\": 0.0,\r\n                \"webLead\": \"No\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"ASYNCWEBSERVICES_5333445_SB1_0201202115670606241485116676_f0\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 22,\r\n    \"totalRecords\": 649\r\n}"}],"_postman_id":"cf268cfd-1fc1-4625-86d7-3c8e9d9a4c26"}],"id":"3242c910-c238-4056-a916-6e82ee985a5a","_postman_id":"3242c910-c238-4056-a916-6e82ee985a5a","description":""}],"id":"366c265f-24e2-4db2-8a70-fbec72760710","event":[{"listen":"prerequest","script":{"id":"be41821c-e7cf-476c-a96c-dee80162acf7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d1e4e937-bc48-4aea-b3ee-43c4c499210f","type":"text/javascript","exec":[""]}}],"_postman_id":"366c265f-24e2-4db2-8a70-fbec72760710","description":""},{"name":"Get Deleted Records","item":[{"name":"GET","item":[{"name":"Retrieve Deleted With Type","id":"a9a72d70-ef24-4395-bf81-cddb55b06a7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/deleted?type=salesOrder","urlObject":{"protocol":"https","path":["netsuite","v0","deleted"],"host":["api","prestructured","com"],"query":[{"description":{"content":"<p>All types of entities in in type.</p>\n","type":"text/plain"},"key":"type","value":"salesOrder"}],"variable":[]}},"response":[{"id":"107e617a-23a1-4ed7-8c1f-36e704c9457b","name":"Retrieve Deleted With Type","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/deleted?type=salesOrder","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","deleted"],"query":[{"key":"type","value":"salesOrder"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"deletedRecords\": [\r\n        {\r\n            \"deletedDate\": 1553493176,\r\n            \"record\": {\r\n                \"internalId\": \"617\",\r\n                \"name\": \"Sales Order #46\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1553580129,\r\n            \"record\": {\r\n                \"internalId\": \"664\",\r\n                \"name\": \"Sales Order #65\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1563951460,\r\n            \"record\": {\r\n                \"internalId\": \"4399\",\r\n                \"name\": \"Sales Order #336\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1563951674,\r\n            \"record\": {\r\n                \"internalId\": \"4397\",\r\n                \"name\": \"Sales Order #335\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565689912,\r\n            \"record\": {\r\n                \"internalId\": \"4598\",\r\n                \"name\": \"Sales Order #341\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565951330,\r\n            \"record\": {\r\n                \"internalId\": \"4900\",\r\n                \"name\": \"Sales Order #345\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565961041,\r\n            \"record\": {\r\n                \"internalId\": \"5700\",\r\n                \"name\": \"Sales Order #607\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565961050,\r\n            \"record\": {\r\n                \"internalId\": \"5509\",\r\n                \"name\": \"Sales Order #604\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1572870644,\r\n            \"record\": {\r\n                \"internalId\": \"14013\",\r\n                \"name\": \"Sales Order #719\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1572944432,\r\n            \"record\": {\r\n                \"internalId\": \"14914\",\r\n                \"name\": \"Sales Order #729\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1572944439,\r\n            \"record\": {\r\n                \"internalId\": \"14614\",\r\n                \"name\": \"Sales Order #726\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1572944494,\r\n            \"record\": {\r\n                \"internalId\": \"13713\",\r\n                \"name\": \"Sales Order #716\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899001,\r\n            \"record\": {\r\n                \"internalId\": \"17836\",\r\n                \"name\": \"Sales Order #774\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899866,\r\n            \"record\": {\r\n                \"internalId\": \"17620\",\r\n                \"name\": \"Sales Order #764\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899892,\r\n            \"record\": {\r\n                \"internalId\": \"17221\",\r\n                \"name\": \"Sales Order #756\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899938,\r\n            \"record\": {\r\n                \"internalId\": \"17218\",\r\n                \"name\": \"Sales Order #752\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899943,\r\n            \"record\": {\r\n                \"internalId\": \"16719\",\r\n                \"name\": \"Sales Order #747\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575900276,\r\n            \"record\": {\r\n                \"internalId\": \"15417\",\r\n                \"name\": \"Sales Order #735\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575900286,\r\n            \"record\": {\r\n                \"internalId\": \"14313\",\r\n                \"name\": \"Sales Order #722\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575900298,\r\n            \"record\": {\r\n                \"internalId\": \"16517\",\r\n                \"name\": \"Sales Order #741\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575906391,\r\n            \"record\": {\r\n                \"internalId\": \"12213\",\r\n                \"name\": \"Sales Order #697\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908536,\r\n            \"record\": {\r\n                \"internalId\": \"12014\",\r\n                \"name\": \"Sales Order #695\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908587,\r\n            \"record\": {\r\n                \"internalId\": \"11313\",\r\n                \"name\": \"Sales Order #685\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908710,\r\n            \"record\": {\r\n                \"internalId\": \"10511\",\r\n                \"name\": \"Sales Order #676\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908790,\r\n            \"record\": {\r\n                \"internalId\": \"9911\",\r\n                \"name\": \"Sales Order #670\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908904,\r\n            \"record\": {\r\n                \"internalId\": \"8811\",\r\n                \"name\": \"Sales Order #657\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908909,\r\n            \"record\": {\r\n                \"internalId\": \"9312\",\r\n                \"name\": \"Sales Order #663\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575909040,\r\n            \"record\": {\r\n                \"internalId\": \"8708\",\r\n                \"name\": \"Sales Order #653\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575961307,\r\n            \"record\": {\r\n                \"internalId\": \"7903\",\r\n                \"name\": \"Sales Order #631\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575961344,\r\n            \"record\": {\r\n                \"internalId\": \"6001\",\r\n                \"name\": \"Sales Order #613\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1581591550,\r\n            \"record\": {\r\n                \"internalId\": \"17831\",\r\n                \"name\": \"Sales Order #772\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1581603586,\r\n            \"record\": {\r\n                \"internalId\": \"19249\",\r\n                \"name\": \"Sales Order #790\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1585753006,\r\n            \"record\": {\r\n                \"internalId\": \"25864\",\r\n                \"name\": \"Sales Order #12438\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1563951683,\r\n            \"record\": {\r\n                \"internalId\": \"4391\",\r\n                \"name\": \"Sales Order #332\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565689907,\r\n            \"record\": {\r\n                \"internalId\": \"4698\",\r\n                \"name\": \"Sales Order #342\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565951268,\r\n            \"record\": {\r\n                \"internalId\": \"5300\",\r\n                \"name\": \"Sales Order #352\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565951274,\r\n            \"record\": {\r\n                \"internalId\": \"5200\",\r\n                \"name\": \"Sales Order #350\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565951325,\r\n            \"record\": {\r\n                \"internalId\": \"4899\",\r\n                \"name\": \"Sales Order #344\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1569598231,\r\n            \"record\": {\r\n                \"internalId\": \"6801\",\r\n                \"name\": \"Sales Order #618\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1574089948,\r\n            \"record\": {\r\n                \"internalId\": \"13313\",\r\n                \"name\": \"Sales Order #710\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899836,\r\n            \"record\": {\r\n                \"internalId\": \"17829\",\r\n                \"name\": \"Sales Order #770\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899950,\r\n            \"record\": {\r\n                \"internalId\": \"17118\",\r\n                \"name\": \"Sales Order #751\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575900210,\r\n            \"record\": {\r\n                \"internalId\": \"17220\",\r\n                \"name\": \"Sales Order #754\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575900231,\r\n            \"record\": {\r\n                \"internalId\": \"15917\",\r\n                \"name\": \"Sales Order #739\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575900236,\r\n            \"record\": {\r\n                \"internalId\": \"15817\",\r\n                \"name\": \"Sales Order #738\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575900242,\r\n            \"record\": {\r\n                \"internalId\": \"15617\",\r\n                \"name\": \"Sales Order #737\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575900264,\r\n            \"record\": {\r\n                \"internalId\": \"15215\",\r\n                \"name\": \"Sales Order #732\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575906386,\r\n            \"record\": {\r\n                \"internalId\": \"12314\",\r\n                \"name\": \"Sales Order #699\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908483,\r\n            \"record\": {\r\n                \"internalId\": \"11913\",\r\n                \"name\": \"Sales Order #693\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908593,\r\n            \"record\": {\r\n                \"internalId\": \"11013\",\r\n                \"name\": \"Sales Order #682\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908647,\r\n            \"record\": {\r\n                \"internalId\": \"11113\",\r\n                \"name\": \"Sales Order #683\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908935,\r\n            \"record\": {\r\n                \"internalId\": \"8607\",\r\n                \"name\": \"Sales Order #649\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575961255,\r\n            \"record\": {\r\n                \"internalId\": \"7902\",\r\n                \"name\": \"Sales Order #630\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575961261,\r\n            \"record\": {\r\n                \"internalId\": \"8104\",\r\n                \"name\": \"Sales Order #637\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575961267,\r\n            \"record\": {\r\n                \"internalId\": \"8005\",\r\n                \"name\": \"Sales Order #636\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575961383,\r\n            \"record\": {\r\n                \"internalId\": \"3987\",\r\n                \"name\": \"Sales Order #303\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1578674550,\r\n            \"record\": {\r\n                \"internalId\": \"19752\",\r\n                \"name\": \"Sales Order #797\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1555656332,\r\n            \"record\": {\r\n                \"internalId\": \"2245\",\r\n                \"name\": \"Sales Order #111\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565689896,\r\n            \"record\": {\r\n                \"internalId\": \"4799\",\r\n                \"name\": \"Sales Order #343\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565951265,\r\n            \"record\": {\r\n                \"internalId\": \"5301\",\r\n                \"name\": \"Sales Order #353\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1569598614,\r\n            \"record\": {\r\n                \"internalId\": \"6701\",\r\n                \"name\": \"Sales Order #617\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1572944434,\r\n            \"record\": {\r\n                \"internalId\": \"14814\",\r\n                \"name\": \"Sales Order #728\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1574089932,\r\n            \"record\": {\r\n                \"internalId\": \"17018\",\r\n                \"name\": \"Sales Order #750\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575367118,\r\n            \"record\": {\r\n                \"internalId\": \"8107\",\r\n                \"name\": \"Sales Order #642\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575898995,\r\n            \"record\": {\r\n                \"internalId\": \"17936\",\r\n                \"name\": \"Sales Order #776\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899006,\r\n            \"record\": {\r\n                \"internalId\": \"17835\",\r\n                \"name\": \"Sales Order #773\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899883,\r\n            \"record\": {\r\n                \"internalId\": \"17323\",\r\n                \"name\": \"Sales Order #760\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575900247,\r\n            \"record\": {\r\n                \"internalId\": \"15416\",\r\n                \"name\": \"Sales Order #734\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908477,\r\n            \"record\": {\r\n                \"internalId\": \"13013\",\r\n                \"name\": \"Sales Order #707\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908924,\r\n            \"record\": {\r\n                \"internalId\": \"8711\",\r\n                \"name\": \"Sales Order #656\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575909052,\r\n            \"record\": {\r\n                \"internalId\": \"8608\",\r\n                \"name\": \"Sales Order #650\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575909069,\r\n            \"record\": {\r\n                \"internalId\": \"8003\",\r\n                \"name\": \"Sales Order #634\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575909081,\r\n            \"record\": {\r\n                \"internalId\": \"8106\",\r\n                \"name\": \"Sales Order #641\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1581592036,\r\n            \"record\": {\r\n                \"internalId\": \"18042\",\r\n                \"name\": \"Sales Order #781\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1581603021,\r\n            \"record\": {\r\n                \"internalId\": \"24156\",\r\n                \"name\": \"Sales Order #12408\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1581603240,\r\n            \"record\": {\r\n                \"internalId\": \"20556\",\r\n                \"name\": \"Sales Order #12351\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1581603304,\r\n            \"record\": {\r\n                \"internalId\": \"21054\",\r\n                \"name\": \"Sales Order #12356\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1581605052,\r\n            \"record\": {\r\n                \"internalId\": \"24157\",\r\n                \"name\": \"Sales Order #12409\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565951284,\r\n            \"record\": {\r\n                \"internalId\": \"5302\",\r\n                \"name\": \"Sales Order #355\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565959320,\r\n            \"record\": {\r\n                \"internalId\": \"5502\",\r\n                \"name\": \"Sales Order #600\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565959897,\r\n            \"record\": {\r\n                \"internalId\": \"5503\",\r\n                \"name\": \"Sales Order #601\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1572870689,\r\n            \"record\": {\r\n                \"internalId\": \"13813\",\r\n                \"name\": \"Sales Order #717\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1572944437,\r\n            \"record\": {\r\n                \"internalId\": \"14714\",\r\n                \"name\": \"Sales Order #727\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1572944487,\r\n            \"record\": {\r\n                \"internalId\": \"14213\",\r\n                \"name\": \"Sales Order #721\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1572944491,\r\n            \"record\": {\r\n                \"internalId\": \"13913\",\r\n                \"name\": \"Sales Order #718\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1573469761,\r\n            \"record\": {\r\n                \"internalId\": \"16717\",\r\n                \"name\": \"Sales Order\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575367093,\r\n            \"record\": {\r\n                \"internalId\": \"8105\",\r\n                \"name\": \"Sales Order #640\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575367861,\r\n            \"record\": {\r\n                \"internalId\": \"17318\",\r\n                \"name\": \"Sales Order #755\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899850,\r\n            \"record\": {\r\n                \"internalId\": \"17823\",\r\n                \"name\": \"Sales Order #767\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899887,\r\n            \"record\": {\r\n                \"internalId\": \"17321\",\r\n                \"name\": \"Sales Order #758\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899917,\r\n            \"record\": {\r\n                \"internalId\": \"16818\",\r\n                \"name\": \"Sales Order #748\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575900221,\r\n            \"record\": {\r\n                \"internalId\": \"16518\",\r\n                \"name\": \"Sales Order #742\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575900226,\r\n            \"record\": {\r\n                \"internalId\": \"16217\",\r\n                \"name\": \"Sales Order #740\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575900258,\r\n            \"record\": {\r\n                \"internalId\": \"15315\",\r\n                \"name\": \"Sales Order #733\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575900310,\r\n            \"record\": {\r\n                \"internalId\": \"13413\",\r\n                \"name\": \"Sales Order #711\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575906376,\r\n            \"record\": {\r\n                \"internalId\": \"12513\",\r\n                \"name\": \"Sales Order #701\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908487,\r\n            \"record\": {\r\n                \"internalId\": \"12013\",\r\n                \"name\": \"Sales Order #694\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908719,\r\n            \"record\": {\r\n                \"internalId\": \"10411\",\r\n                \"name\": \"Sales Order #675\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908780,\r\n            \"record\": {\r\n                \"internalId\": \"10211\",\r\n                \"name\": \"Sales Order #673\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908799,\r\n            \"record\": {\r\n                \"internalId\": \"9711\",\r\n                \"name\": \"Sales Order #668\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908808,\r\n            \"record\": {\r\n                \"internalId\": \"10111\",\r\n                \"name\": \"Sales Order #672\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908820,\r\n            \"record\": {\r\n                \"internalId\": \"10311\",\r\n                \"name\": \"Sales Order #674\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908831,\r\n            \"record\": {\r\n                \"internalId\": \"9311\",\r\n                \"name\": \"Sales Order #662\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908915,\r\n            \"record\": {\r\n                \"internalId\": \"9313\",\r\n                \"name\": \"Sales Order #664\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908920,\r\n            \"record\": {\r\n                \"internalId\": \"9011\",\r\n                \"name\": \"Sales Order #659\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575961336,\r\n            \"record\": {\r\n                \"internalId\": \"6601\",\r\n                \"name\": \"Sales Order #615\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1578751546,\r\n            \"record\": {\r\n                \"internalId\": \"19954\",\r\n                \"name\": \"Sales Order #801\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1581591060,\r\n            \"record\": {\r\n                \"internalId\": \"18038\",\r\n                \"name\": \"Sales Order #779\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1581603217,\r\n            \"record\": {\r\n                \"internalId\": \"20754\",\r\n                \"name\": \"Sales Order #12353\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1581603320,\r\n            \"record\": {\r\n                \"internalId\": \"20555\",\r\n                \"name\": \"Sales Order #12350\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1585753008,\r\n            \"record\": {\r\n                \"internalId\": \"25863\",\r\n                \"name\": \"Sales Order #12437\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1553493281,\r\n            \"record\": {\r\n                \"internalId\": \"618\",\r\n                \"name\": \"Sales Order #47\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1553685353,\r\n            \"record\": {\r\n                \"internalId\": \"931\",\r\n                \"name\": \"Sales Order #78\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1563951677,\r\n            \"record\": {\r\n                \"internalId\": \"4395\",\r\n                \"name\": \"Sales Order #334\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565951247,\r\n            \"record\": {\r\n                \"internalId\": \"5304\",\r\n                \"name\": \"Sales Order #357\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565951270,\r\n            \"record\": {\r\n                \"internalId\": \"5201\",\r\n                \"name\": \"Sales Order #351\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565951277,\r\n            \"record\": {\r\n                \"internalId\": \"5100\",\r\n                \"name\": \"Sales Order #349\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565951281,\r\n            \"record\": {\r\n                \"internalId\": \"5000\",\r\n                \"name\": \"Sales Order #348\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1572944489,\r\n            \"record\": {\r\n                \"internalId\": \"14113\",\r\n                \"name\": \"Sales Order #720\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575898987,\r\n            \"record\": {\r\n                \"internalId\": \"17938\",\r\n                \"name\": \"Sales Order #778\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899928,\r\n            \"record\": {\r\n                \"internalId\": \"17219\",\r\n                \"name\": \"Sales Order #753\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899934,\r\n            \"record\": {\r\n                \"internalId\": \"17420\",\r\n                \"name\": \"Sales Order #762\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899962,\r\n            \"record\": {\r\n                \"internalId\": \"16617\",\r\n                \"name\": \"Sales Order #743\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575900316,\r\n            \"record\": {\r\n                \"internalId\": \"13213\",\r\n                \"name\": \"Sales Order #709\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575906371,\r\n            \"record\": {\r\n                \"internalId\": \"12713\",\r\n                \"name\": \"Sales Order #703\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575906381,\r\n            \"record\": {\r\n                \"internalId\": \"12514\",\r\n                \"name\": \"Sales Order #705\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908548,\r\n            \"record\": {\r\n                \"internalId\": \"11813\",\r\n                \"name\": \"Sales Order #692\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908557,\r\n            \"record\": {\r\n                \"internalId\": \"12113\",\r\n                \"name\": \"Sales Order #696\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908614,\r\n            \"record\": {\r\n                \"internalId\": \"12313\",\r\n                \"name\": \"Sales Order #698\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908690,\r\n            \"record\": {\r\n                \"internalId\": \"10812\",\r\n                \"name\": \"Sales Order #679\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575909095,\r\n            \"record\": {\r\n                \"internalId\": \"8507\",\r\n                \"name\": \"Sales Order #647\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575909102,\r\n            \"record\": {\r\n                \"internalId\": \"8307\",\r\n                \"name\": \"Sales Order #645\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575961247,\r\n            \"record\": {\r\n                \"internalId\": \"8407\",\r\n                \"name\": \"Sales Order #646\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575961283,\r\n            \"record\": {\r\n                \"internalId\": \"7501\",\r\n                \"name\": \"Sales Order #625$n4j46$$%\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1578674629,\r\n            \"record\": {\r\n                \"internalId\": \"19751\",\r\n                \"name\": \"Sales Order #796\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1581591162,\r\n            \"record\": {\r\n                \"internalId\": \"17824\",\r\n                \"name\": \"Sales Order #768\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1581591568,\r\n            \"record\": {\r\n                \"internalId\": \"17820\",\r\n                \"name\": \"Sales Order #766\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1553493062,\r\n            \"record\": {\r\n                \"internalId\": \"616\",\r\n                \"name\": \"Sales Order #45\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1553579015,\r\n            \"record\": {\r\n                \"internalId\": \"661\",\r\n                \"name\": \"Sales Order #62\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1553579192,\r\n            \"record\": {\r\n                \"internalId\": \"662\",\r\n                \"name\": \"Sales Order #63\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1563951455,\r\n            \"record\": {\r\n                \"internalId\": \"4400\",\r\n                \"name\": \"Sales Order #337\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1563951686,\r\n            \"record\": {\r\n                \"internalId\": \"4389\",\r\n                \"name\": \"Sales Order #331\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565959323,\r\n            \"record\": {\r\n                \"internalId\": \"5501\",\r\n                \"name\": \"Sales Order #359\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565959326,\r\n            \"record\": {\r\n                \"internalId\": \"5500\",\r\n                \"name\": \"Sales Order #358\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565959889,\r\n            \"record\": {\r\n                \"internalId\": \"5506\",\r\n                \"name\": \"Sales Order #603\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565959891,\r\n            \"record\": {\r\n                \"internalId\": \"5505\",\r\n                \"name\": \"Sales Order #358\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565959894,\r\n            \"record\": {\r\n                \"internalId\": \"5504\",\r\n                \"name\": \"Sales Order #602\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565961044,\r\n            \"record\": {\r\n                \"internalId\": \"5600\",\r\n                \"name\": \"Sales Order #606\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1571404764,\r\n            \"record\": {\r\n                \"internalId\": \"8707\",\r\n                \"name\": \"Sales Order #652\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1572944446,\r\n            \"record\": {\r\n                \"internalId\": \"14513\",\r\n                \"name\": \"Sales Order #724\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1572944473,\r\n            \"record\": {\r\n                \"internalId\": \"15114\",\r\n                \"name\": \"Sales Order #731\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1574264448,\r\n            \"record\": {\r\n                \"internalId\": \"5508\",\r\n                \"name\": \"Sales Order #so123\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899872,\r\n            \"record\": {\r\n                \"internalId\": \"17520\",\r\n                \"name\": \"Sales Order #763\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899909,\r\n            \"record\": {\r\n                \"internalId\": \"17322\",\r\n                \"name\": \"Sales Order #759\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575900216,\r\n            \"record\": {\r\n                \"internalId\": \"16619\",\r\n                \"name\": \"Sales Order #745\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575900252,\r\n            \"record\": {\r\n                \"internalId\": \"15517\",\r\n                \"name\": \"Sales Order #736\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575900270,\r\n            \"record\": {\r\n                \"internalId\": \"13613\",\r\n                \"name\": \"Sales Order #715\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575906352,\r\n            \"record\": {\r\n                \"internalId\": \"12613\",\r\n                \"name\": \"Sales Order #702\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908543,\r\n            \"record\": {\r\n                \"internalId\": \"11614\",\r\n                \"name\": \"Sales Order #690\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908677,\r\n            \"record\": {\r\n                \"internalId\": \"11513\",\r\n                \"name\": \"Sales Order #687\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908786,\r\n            \"record\": {\r\n                \"internalId\": \"10011\",\r\n                \"name\": \"Sales Order #671\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908803,\r\n            \"record\": {\r\n                \"internalId\": \"9611\",\r\n                \"name\": \"Sales Order #667\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575909045,\r\n            \"record\": {\r\n                \"internalId\": \"9411\",\r\n                \"name\": \"Sales Order #665\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575909059,\r\n            \"record\": {\r\n                \"internalId\": \"8305\",\r\n                \"name\": \"Sales Order #644\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575961237,\r\n            \"record\": {\r\n                \"internalId\": \"7901\",\r\n                \"name\": \"Sales Order #629\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575961314,\r\n            \"record\": {\r\n                \"internalId\": \"7401\",\r\n                \"name\": \"Sales Order #624\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1581603276,\r\n            \"record\": {\r\n                \"internalId\": \"20554\",\r\n                \"name\": \"Sales Order #12349\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1585578475,\r\n            \"record\": {\r\n                \"internalId\": \"580\",\r\n                \"name\": \"Sales Order #27\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1585725784,\r\n            \"record\": {\r\n                \"internalId\": \"19750\",\r\n                \"name\": \"Sales Order #795\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1563951680,\r\n            \"record\": {\r\n                \"internalId\": \"4393\",\r\n                \"name\": \"Sales Order #333\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565689836,\r\n            \"record\": {\r\n                \"internalId\": \"4798\",\r\n                \"name\": \"Sales Order\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565951250,\r\n            \"record\": {\r\n                \"internalId\": \"5303\",\r\n                \"name\": \"Sales Order #356\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565951317,\r\n            \"record\": {\r\n                \"internalId\": \"4999\",\r\n                \"name\": \"Sales Order #347\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565951319,\r\n            \"record\": {\r\n                \"internalId\": \"4901\",\r\n                \"name\": \"Sales Order #346\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565959887,\r\n            \"record\": {\r\n                \"internalId\": \"5507\",\r\n                \"name\": \"Sales Order #601\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565961038,\r\n            \"record\": {\r\n                \"internalId\": \"5601\",\r\n                \"name\": \"Sales Order #608\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565961047,\r\n            \"record\": {\r\n                \"internalId\": \"5510\",\r\n                \"name\": \"Sales Order #605\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1568299603,\r\n            \"record\": {\r\n                \"internalId\": \"6901\",\r\n                \"name\": \"Sales Order #619\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1571648165,\r\n            \"record\": {\r\n                \"internalId\": \"8709\",\r\n                \"name\": \"Sales Order #654\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1572944443,\r\n            \"record\": {\r\n                \"internalId\": \"14613\",\r\n                \"name\": \"Sales Order #725\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1572944477,\r\n            \"record\": {\r\n                \"internalId\": \"14413\",\r\n                \"name\": \"Sales Order #723\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899011,\r\n            \"record\": {\r\n                \"internalId\": \"17935\",\r\n                \"name\": \"Sales Order #775\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899017,\r\n            \"record\": {\r\n                \"internalId\": \"17830\",\r\n                \"name\": \"Sales Order #771\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899028,\r\n            \"record\": {\r\n                \"internalId\": \"17828\",\r\n                \"name\": \"Sales Order #769\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899877,\r\n            \"record\": {\r\n                \"internalId\": \"17324\",\r\n                \"name\": \"Sales Order #761\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575900291,\r\n            \"record\": {\r\n                \"internalId\": \"13414\",\r\n                \"name\": \"Sales Order #712\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575900303,\r\n            \"record\": {\r\n                \"internalId\": \"13415\",\r\n                \"name\": \"Sales Order #713\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575906343,\r\n            \"record\": {\r\n                \"internalId\": \"12913\",\r\n                \"name\": \"Sales Order #706\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575906358,\r\n            \"record\": {\r\n                \"internalId\": \"12413\",\r\n                \"name\": \"Sales Order #700\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575906524,\r\n            \"record\": {\r\n                \"internalId\": \"16718\",\r\n                \"name\": \"Sales Order #746\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908494,\r\n            \"record\": {\r\n                \"internalId\": \"11714\",\r\n                \"name\": \"Sales Order #691\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908569,\r\n            \"record\": {\r\n                \"internalId\": \"11713\",\r\n                \"name\": \"Sales Order #689\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908620,\r\n            \"record\": {\r\n                \"internalId\": \"11213\",\r\n                \"name\": \"Sales Order #684\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908715,\r\n            \"record\": {\r\n                \"internalId\": \"10711\",\r\n                \"name\": \"Sales Order #678\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908794,\r\n            \"record\": {\r\n                \"internalId\": \"9811\",\r\n                \"name\": \"Sales Order #669\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908899,\r\n            \"record\": {\r\n                \"internalId\": \"8911\",\r\n                \"name\": \"Sales Order #658\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908930,\r\n            \"record\": {\r\n                \"internalId\": \"8509\",\r\n                \"name\": \"Sales Order #651\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575909087,\r\n            \"record\": {\r\n                \"internalId\": \"8204\",\r\n                \"name\": \"Sales Order #639\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575961323,\r\n            \"record\": {\r\n                \"internalId\": \"7101\",\r\n                \"name\": \"Sales Order #621\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575961329,\r\n            \"record\": {\r\n                \"internalId\": \"6104\",\r\n                \"name\": \"Sales Order #614\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575961365,\r\n            \"record\": {\r\n                \"internalId\": \"7001\",\r\n                \"name\": \"Sales Order #620\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1581591979,\r\n            \"record\": {\r\n                \"internalId\": \"18242\",\r\n                \"name\": \"Sales Order #783\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1581603567,\r\n            \"record\": {\r\n                \"internalId\": \"19852\",\r\n                \"name\": \"Sales Order #798\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1605514625,\r\n            \"record\": {\r\n                \"internalId\": \"33434\",\r\n                \"name\": \"Sales Order #12469\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1553492880,\r\n            \"record\": {\r\n                \"internalId\": \"615\",\r\n                \"name\": \"Sales Order #44\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1553579800,\r\n            \"record\": {\r\n                \"internalId\": \"663\",\r\n                \"name\": \"Sales Order #64\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1553580479,\r\n            \"record\": {\r\n                \"internalId\": \"665\",\r\n                \"name\": \"Sales Order #66\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1553685203,\r\n            \"record\": {\r\n                \"internalId\": \"920\",\r\n                \"name\": \"Sales Order #74\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1553685310,\r\n            \"record\": {\r\n                \"internalId\": \"1061\",\r\n                \"name\": \"Sales Order #86\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1563951688,\r\n            \"record\": {\r\n                \"internalId\": \"4387\",\r\n                \"name\": \"Sales Order #330\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565951263,\r\n            \"record\": {\r\n                \"internalId\": \"5400\",\r\n                \"name\": \"Sales Order #354\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1565966691,\r\n            \"record\": {\r\n                \"internalId\": \"5800\",\r\n                \"name\": \"Sales Order #609\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1572944428,\r\n            \"record\": {\r\n                \"internalId\": \"15014\",\r\n                \"name\": \"Sales Order #730\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575367149,\r\n            \"record\": {\r\n                \"internalId\": \"8710\",\r\n                \"name\": \"Sales Order #655\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575898987,\r\n            \"record\": {\r\n                \"internalId\": \"17937\",\r\n                \"name\": \"Sales Order #777\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899861,\r\n            \"record\": {\r\n                \"internalId\": \"17720\",\r\n                \"name\": \"Sales Order #765\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899897,\r\n            \"record\": {\r\n                \"internalId\": \"17320\",\r\n                \"name\": \"Sales Order #757\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899923,\r\n            \"record\": {\r\n                \"internalId\": \"16918\",\r\n                \"name\": \"Sales Order #749\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575899956,\r\n            \"record\": {\r\n                \"internalId\": \"16618\",\r\n                \"name\": \"Sales Order #744\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575900280,\r\n            \"record\": {\r\n                \"internalId\": \"13513\",\r\n                \"name\": \"Sales Order #714\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575906338,\r\n            \"record\": {\r\n                \"internalId\": \"13113\",\r\n                \"name\": \"Sales Order #708\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575906347,\r\n            \"record\": {\r\n                \"internalId\": \"12813\",\r\n                \"name\": \"Sales Order #704\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908552,\r\n            \"record\": {\r\n                \"internalId\": \"11613\",\r\n                \"name\": \"Sales Order #688\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908563,\r\n            \"record\": {\r\n                \"internalId\": \"11413\",\r\n                \"name\": \"Sales Order #686\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908682,\r\n            \"record\": {\r\n                \"internalId\": \"10913\",\r\n                \"name\": \"Sales Order #681\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908700,\r\n            \"record\": {\r\n                \"internalId\": \"10611\",\r\n                \"name\": \"Sales Order #677\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908813,\r\n            \"record\": {\r\n                \"internalId\": \"10912\",\r\n                \"name\": \"Sales Order #680\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908826,\r\n            \"record\": {\r\n                \"internalId\": \"9211\",\r\n                \"name\": \"Sales Order #661\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575908895,\r\n            \"record\": {\r\n                \"internalId\": \"9111\",\r\n                \"name\": \"Sales Order #660\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575961275,\r\n            \"record\": {\r\n                \"internalId\": \"7601\",\r\n                \"name\": \"Sales Order #626\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575961293,\r\n            \"record\": {\r\n                \"internalId\": \"7701\",\r\n                \"name\": \"Sales Order #627\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1575961356,\r\n            \"record\": {\r\n                \"internalId\": \"6602\",\r\n                \"name\": \"Sales Order #616\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1578674656,\r\n            \"record\": {\r\n                \"internalId\": \"18039\",\r\n                \"name\": \"Sales Order #780\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1581604970,\r\n            \"record\": {\r\n                \"internalId\": \"24159\",\r\n                \"name\": \"Sales Order #12411\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        },\r\n        {\r\n            \"deletedDate\": 1581605000,\r\n            \"record\": {\r\n                \"internalId\": \"24158\",\r\n                \"name\": \"Sales Order #12410\",\r\n                \"type\": \"salesOrder\"\r\n            }\r\n        }\r\n    ],\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"pageSize\": 1000,\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 1,\r\n    \"totalRecords\": 235\r\n}"}],"_postman_id":"a9a72d70-ef24-4395-bf81-cddb55b06a7b"}],"id":"d89184dc-b9c9-461b-af8b-2b6eb237e1ef","_postman_id":"d89184dc-b9c9-461b-af8b-2b6eb237e1ef","description":""}],"id":"40277071-32e6-45e8-829c-e3c555f5d9f7","event":[{"listen":"prerequest","script":{"id":"87615870-6e59-47fa-a709-e0bc722f036e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"19de61e3-a0d5-4aac-95f3-54aa229a491e","type":"text/javascript","exec":[""]}}],"_postman_id":"40277071-32e6-45e8-829c-e3c555f5d9f7","description":""},{"name":"Get Posting Transaction Summary","item":[{"name":"GET","item":[{"name":"Get Posting Transaction Summary","id":"4f19e5f9-a738-4d4b-a88a-718a3c742118","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/getPostingTransactionSummary","urlObject":{"protocol":"https","path":["netsuite","v0","getPostingTransactionSummary"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"47f13c2b-c698-4e66-a349-d22a2b00acf4","name":"Get Posting Transaction Summary","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/getPostingTransactionSummary"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"operationId\": \"WEBSERVICES_5333445_SB1_012920211315438174514686985_5a2ab96f\",\r\n    \"pageIndex\": 1,\r\n    \"pageSize\": 1000,\r\n    \"postingTransactionSummaryList\": {\r\n        \"postingTransactionSummary\": [\r\n            {\r\n                \"account\": {\r\n                    \"externalId\": null,\r\n                    \"internalId\": \"125\",\r\n                    \"name\": null,\r\n                    \"type\": null\r\n                },\r\n                \"amount\": 1282823.73,\r\n                \"book\": null,\r\n                \"class\": null,\r\n                \"department\": null,\r\n                \"entity\": null,\r\n                \"item\": null,\r\n                \"location\": null,\r\n                \"parentItem\": null,\r\n                \"period\": null,\r\n                \"subsidiary\": null\r\n            },\r\n            {\r\n                \"account\": {\r\n                    \"externalId\": null,\r\n                    \"internalId\": \"58\",\r\n                    \"name\": null,\r\n                    \"type\": null\r\n                },\r\n                \"amount\": 3587689.29,\r\n                \"book\": null,\r\n                \"class\": null,\r\n                \"department\": null,\r\n                \"entity\": null,\r\n                \"item\": null,\r\n                \"location\": null,\r\n                \"parentItem\": null,\r\n                \"period\": null,\r\n                \"subsidiary\": null\r\n            },\r\n            {\r\n                \"account\": {\r\n                    \"externalId\": null,\r\n                    \"internalId\": \"328\",\r\n                    \"name\": null,\r\n                    \"type\": null\r\n                },\r\n                \"amount\": -985875.55,\r\n                \"book\": null,\r\n                \"class\": null,\r\n                \"department\": null,\r\n                \"entity\": null,\r\n                \"item\": null,\r\n                \"location\": null,\r\n                \"parentItem\": null,\r\n                \"period\": null,\r\n                \"subsidiary\": null\r\n            },\r\n            {\r\n                \"account\": {\r\n                    \"externalId\": null,\r\n                    \"internalId\": \"109\",\r\n                    \"name\": null,\r\n                    \"type\": null\r\n                },\r\n                \"amount\": -323399.75,\r\n                \"book\": null,\r\n                \"class\": null,\r\n                \"department\": null,\r\n                \"entity\": null,\r\n                \"item\": null,\r\n                \"location\": null,\r\n                \"parentItem\": null,\r\n                \"period\": null,\r\n                \"subsidiary\": null\r\n            },\r\n            {\r\n                \"account\": {\r\n                    \"externalId\": null,\r\n                    \"internalId\": \"1\",\r\n                    \"name\": null,\r\n                    \"type\": null\r\n                },\r\n                \"amount\": -145548.77,\r\n                \"book\": null,\r\n                \"class\": null,\r\n                \"department\": null,\r\n                \"entity\": null,\r\n                \"item\": null,\r\n                \"location\": null,\r\n                \"parentItem\": null,\r\n                \"period\": null,\r\n                \"subsidiary\": null\r\n            },\r\n            {\r\n                \"account\": {\r\n                    \"externalId\": null,\r\n                    \"internalId\": \"221\",\r\n                    \"name\": null,\r\n                    \"type\": null\r\n                },\r\n                \"amount\": 0.0,\r\n                \"book\": null,\r\n                \"class\": null,\r\n                \"department\": null,\r\n                \"entity\": null,\r\n                \"item\": null,\r\n                \"location\": null,\r\n                \"parentItem\": null,\r\n                \"period\": null,\r\n                \"subsidiary\": null\r\n            },\r\n            {\r\n                \"account\": {\r\n                    \"externalId\": null,\r\n                    \"internalId\": \"110\",\r\n                    \"name\": null,\r\n                    \"type\": null\r\n                },\r\n                \"amount\": 549038.07,\r\n                \"book\": null,\r\n                \"class\": null,\r\n                \"department\": null,\r\n                \"entity\": null,\r\n                \"item\": null,\r\n                \"location\": null,\r\n                \"parentItem\": null,\r\n                \"period\": null,\r\n                \"subsidiary\": null\r\n            },\r\n            {\r\n                \"account\": {\r\n                    \"externalId\": null,\r\n                    \"internalId\": \"54\",\r\n                    \"name\": null,\r\n                    \"type\": null\r\n                },\r\n                \"amount\": -3771311.13,\r\n                \"book\": null,\r\n                \"class\": null,\r\n                \"department\": null,\r\n                \"entity\": null,\r\n                \"item\": null,\r\n                \"location\": null,\r\n                \"parentItem\": null,\r\n                \"period\": null,\r\n                \"subsidiary\": null\r\n            },\r\n            {\r\n                \"account\": {\r\n                    \"externalId\": null,\r\n                    \"internalId\": \"115\",\r\n                    \"name\": null,\r\n                    \"type\": null\r\n                },\r\n                \"amount\": -3990.0,\r\n                \"book\": null,\r\n                \"class\": null,\r\n                \"department\": null,\r\n                \"entity\": null,\r\n                \"item\": null,\r\n                \"location\": null,\r\n                \"parentItem\": null,\r\n                \"period\": null,\r\n                \"subsidiary\": null\r\n            },\r\n            {\r\n                \"account\": {\r\n                    \"externalId\": null,\r\n                    \"internalId\": \"121\",\r\n                    \"name\": null,\r\n                    \"type\": null\r\n                },\r\n                \"amount\": 7484.0,\r\n                \"book\": null,\r\n                \"class\": null,\r\n                \"department\": null,\r\n                \"entity\": null,\r\n                \"item\": null,\r\n                \"location\": null,\r\n                \"parentItem\": null,\r\n                \"period\": null,\r\n                \"subsidiary\": null\r\n            },\r\n            {\r\n                \"account\": {\r\n                    \"externalId\": null,\r\n                    \"internalId\": \"220\",\r\n                    \"name\": null,\r\n                    \"type\": null\r\n                },\r\n                \"amount\": -3500191.2,\r\n                \"book\": null,\r\n                \"class\": null,\r\n                \"department\": null,\r\n                \"entity\": null,\r\n                \"item\": null,\r\n                \"location\": null,\r\n                \"parentItem\": null,\r\n                \"period\": null,\r\n                \"subsidiary\": null\r\n            },\r\n            {\r\n                \"account\": {\r\n                    \"externalId\": null,\r\n                    \"internalId\": \"222\",\r\n                    \"name\": null,\r\n                    \"type\": null\r\n                },\r\n                \"amount\": -15879.75,\r\n                \"book\": null,\r\n                \"class\": null,\r\n                \"department\": null,\r\n                \"entity\": null,\r\n                \"item\": null,\r\n                \"location\": null,\r\n                \"parentItem\": null,\r\n                \"period\": null,\r\n                \"subsidiary\": null\r\n            },\r\n            {\r\n                \"account\": {\r\n                    \"externalId\": null,\r\n                    \"internalId\": \"228\",\r\n                    \"name\": null,\r\n                    \"type\": null\r\n                },\r\n                \"amount\": 220157.0,\r\n                \"book\": null,\r\n                \"class\": null,\r\n                \"department\": null,\r\n                \"entity\": null,\r\n                \"item\": null,\r\n                \"location\": null,\r\n                \"parentItem\": null,\r\n                \"period\": null,\r\n                \"subsidiary\": null\r\n            },\r\n            {\r\n                \"account\": {\r\n                    \"externalId\": null,\r\n                    \"internalId\": \"122\",\r\n                    \"name\": null,\r\n                    \"type\": null\r\n                },\r\n                \"amount\": -939008.59,\r\n                \"book\": null,\r\n                \"class\": null,\r\n                \"department\": null,\r\n                \"entity\": null,\r\n                \"item\": null,\r\n                \"location\": null,\r\n                \"parentItem\": null,\r\n                \"period\": null,\r\n                \"subsidiary\": null\r\n            },\r\n            {\r\n                \"account\": {\r\n                    \"externalId\": null,\r\n                    \"internalId\": \"213\",\r\n                    \"name\": null,\r\n                    \"type\": null\r\n                },\r\n                \"amount\": -20491.0,\r\n                \"book\": null,\r\n                \"class\": null,\r\n                \"department\": null,\r\n                \"entity\": null,\r\n                \"item\": null,\r\n                \"location\": null,\r\n                \"parentItem\": null,\r\n                \"period\": null,\r\n                \"subsidiary\": null\r\n            },\r\n            {\r\n                \"account\": {\r\n                    \"externalId\": null,\r\n                    \"internalId\": \"214\",\r\n                    \"name\": null,\r\n                    \"type\": null\r\n                },\r\n                \"amount\": 0.0,\r\n                \"book\": null,\r\n                \"class\": null,\r\n                \"department\": null,\r\n                \"entity\": null,\r\n                \"item\": null,\r\n                \"location\": null,\r\n                \"parentItem\": null,\r\n                \"period\": null,\r\n                \"subsidiary\": null\r\n            },\r\n            {\r\n                \"account\": {\r\n                    \"externalId\": null,\r\n                    \"internalId\": \"227\",\r\n                    \"name\": null,\r\n                    \"type\": null\r\n                },\r\n                \"amount\": 4000.0,\r\n                \"book\": null,\r\n                \"class\": null,\r\n                \"department\": null,\r\n                \"entity\": null,\r\n                \"item\": null,\r\n                \"location\": null,\r\n                \"parentItem\": null,\r\n                \"period\": null,\r\n                \"subsidiary\": null\r\n            },\r\n            {\r\n                \"account\": {\r\n                    \"externalId\": null,\r\n                    \"internalId\": \"126\",\r\n                    \"name\": null,\r\n                    \"type\": null\r\n                },\r\n                \"amount\": 0.0,\r\n                \"book\": null,\r\n                \"class\": null,\r\n                \"department\": null,\r\n                \"entity\": null,\r\n                \"item\": null,\r\n                \"location\": null,\r\n                \"parentItem\": null,\r\n                \"period\": null,\r\n                \"subsidiary\": null\r\n            },\r\n            {\r\n                \"account\": {\r\n                    \"externalId\": null,\r\n                    \"internalId\": \"114\",\r\n                    \"name\": null,\r\n                    \"type\": null\r\n                },\r\n                \"amount\": -1328969.99,\r\n                \"book\": null,\r\n                \"class\": null,\r\n                \"department\": null,\r\n                \"entity\": null,\r\n                \"item\": null,\r\n                \"location\": null,\r\n                \"parentItem\": null,\r\n                \"period\": null,\r\n                \"subsidiary\": null\r\n            },\r\n            {\r\n                \"account\": {\r\n                    \"externalId\": null,\r\n                    \"internalId\": \"223\",\r\n                    \"name\": null,\r\n                    \"type\": null\r\n                },\r\n                \"amount\": 534742.0,\r\n                \"book\": null,\r\n                \"class\": null,\r\n                \"department\": null,\r\n                \"entity\": null,\r\n                \"item\": null,\r\n                \"location\": null,\r\n                \"parentItem\": null,\r\n                \"period\": null,\r\n                \"subsidiary\": null\r\n            },\r\n            {\r\n                \"account\": {\r\n                    \"externalId\": null,\r\n                    \"internalId\": \"224\",\r\n                    \"name\": null,\r\n                    \"type\": null\r\n                },\r\n                \"amount\": 4848731.64,\r\n                \"book\": null,\r\n                \"class\": null,\r\n                \"department\": null,\r\n                \"entity\": null,\r\n                \"item\": null,\r\n                \"location\": null,\r\n                \"parentItem\": null,\r\n                \"period\": null,\r\n                \"subsidiary\": null\r\n            }\r\n        ]\r\n    },\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"totalPages\": 1,\r\n    \"totalRecords\": 21\r\n}"}],"_postman_id":"4f19e5f9-a738-4d4b-a88a-718a3c742118"}],"id":"72a57a51-659c-42ad-875a-c9f77b560b7f","_postman_id":"72a57a51-659c-42ad-875a-c9f77b560b7f","description":""}],"id":"0a539a37-e946-4867-a98f-a768488a1893","event":[{"listen":"prerequest","script":{"id":"6bf5a94e-b29b-4583-8096-2f577683f616","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b8a8703e-0c08-49c8-aea8-a36a126ca9df","type":"text/javascript","exec":[""]}}],"_postman_id":"0a539a37-e946-4867-a98f-a768488a1893","description":""},{"name":"Invoices","item":[{"name":"GET","item":[{"name":"Retrieve invoices","id":"22dcb332-06f0-4e3a-9741-2316843a2a83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/invoice","urlObject":{"protocol":"https","path":["netsuite","v0","invoice"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"83f236e7-1ac6-4788-8fef-529474802948","name":"Retrieve invoices","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","type":"text","value":"5"}],"url":"https://api.prestructured.com/netsuite/v0/invoice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:41:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"52132"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": 15,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"3196 Trouser Leg Road\",\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": \"413-888-7697\",\n                    \"addrText\": \"Selders Distributors<br>3196 Trouser Leg Road<br>Springfield MA 01109<br>United States\",\n                    \"addressee\": \"Selders Distributors\",\n                    \"attention\": null,\n                    \"city\": \"Springfield\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"272\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MA\",\n                    \"zip\": \"01109\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Seasonal Sales\",\n                    \"type\": null\n                },\n                \"contribPct\": null,\n                \"createdDate\": 1543085100,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14281\",\n                    \"name\": \"Sales Order #SO0000926\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"USD\",\n                    \"type\": null\n                },\n                \"currencyName\": \"USD\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"342\",\n                            \"scriptId\": \"custbody_document_date\",\n                            \"value\": 1543017600\n                        },\n                        {\n                            \"internalId\": \"263\",\n                            \"scriptId\": \"custbody_report_timestamp\",\n                            \"value\": \"24/02/2017 01:40:44\"\n                        },\n                        {\n                            \"internalId\": \"1746\",\n                            \"scriptId\": \"custbody_sii_article_61d\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1744\",\n                            \"scriptId\": \"custbody_sii_article_72_73\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1653\",\n                            \"scriptId\": \"custbody_sii_is_third_party\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1745\",\n                            \"scriptId\": \"custbody_sii_not_reported_in_time\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1779\",\n                            \"scriptId\": \"custbodyapply_addl_tax\",\n                            \"value\": true\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Marketing\",\n                    \"type\": null\n                },\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": 1533942000,\n                \"email\": \"procurement@selderss.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"358\",\n                    \"name\": \"C38 Selders Distributors\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": 398.6,\n                \"estGrossProfitPercent\": 28.0191,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": false,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"14368\",\n                \"isTaxable\": false,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": false,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 711.3,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": 512,\n                            \"costEstimateType\": \"_averageCost\",\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"256\",\n                                        \"scriptId\": \"custcol_5892_eutriangulation\",\n                                        \"value\": false\n                                    },\n                                    {\n                                        \"internalId\": \"248\",\n                                        \"scriptId\": \"custcol_statistical_value_base_curr\",\n                                        \"value\": 0\n                                    },\n                                    {\n                                        \"internalId\": \"1780\",\n                                        \"scriptId\": \"custcolis_taxable\",\n                                        \"value\": true\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": false,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": true,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"86\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket B-S\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"3\",\n                                            \"name\": \"Small\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"1\",\n                                            \"name\": \"Blue\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 2,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"355.65\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Ea\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 711.3,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": 512,\n                            \"costEstimateType\": \"_averageCost\",\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"256\",\n                                        \"scriptId\": \"custcol_5892_eutriangulation\",\n                                        \"value\": false\n                                    },\n                                    {\n                                        \"internalId\": \"248\",\n                                        \"scriptId\": \"custcol_statistical_value_base_curr\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": false,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": true,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"85\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket R-M\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 2,\n                            \"location\": null,\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"Medium\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"3\",\n                                            \"name\": \"Red\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderLine\": 2,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 2,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"355.65\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1575461708,\n                \"leadSource\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"CA02 Quarterly Promo\",\n                    \"type\": null\n                },\n                \"linkedTrackingNumbers\": null,\n                \"location\": {\n                    \"externalId\": null,\n                    \"internalId\": \"12\",\n                    \"name\": \"Boston\",\n                    \"type\": null\n                },\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"131\",\n                    \"name\": \"Aug 2018\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1533942000,\n                \"salesGroup\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"314\",\n                    \"name\": \"Jared Lee\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Airborne Next Day\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"3196 Trouser Leg Road\",\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": \"413-888-7697\",\n                    \"addrText\": \"Selders Distributors<br>3196 Trouser Leg Road<br>Springfield MA 01109<br>United States\",\n                    \"addressee\": \"Selders Distributors\",\n                    \"attention\": null,\n                    \"city\": \"Springfield\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"272\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MA\",\n                    \"zip\": \"01109\"\n                },\n                \"shippingCost\": 15,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 1422.6,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"United States\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": null,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-7\",\n                    \"name\": \"-Not Taxable-\",\n                    \"type\": null\n                },\n                \"taxPointDate\": null,\n                \"taxRate\": 0,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": false,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 1437.6,\n                \"totalCostEstimate\": 1024,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1533942000,\n                \"tranId\": \"IN0000001\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": 40,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"5 Four Courts\",\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": \"01 603 02000\",\n                    \"addrText\": \"QLD Wholesale Fence Co Inc<br>5 Four Courts<br>Dublin 4  <br>Ireland\",\n                    \"addressee\": \"QLD Wholesale Fence Co Inc\",\n                    \"attention\": null,\n                    \"city\": \"Dublin 4\",\n                    \"country\": \"_ireland\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"292\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": null\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Corporate Sales\",\n                    \"type\": null\n                },\n                \"contribPct\": null,\n                \"createdDate\": 1543085149,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14280\",\n                    \"name\": \"Sales Order #SO0000925\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyName\": \"EUR\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"342\",\n                            \"scriptId\": \"custbody_document_date\",\n                            \"value\": 1543017600\n                        },\n                        {\n                            \"internalId\": \"263\",\n                            \"scriptId\": \"custbody_report_timestamp\",\n                            \"value\": \"24/02/2017 01:40:41\"\n                        },\n                        {\n                            \"internalId\": \"1746\",\n                            \"scriptId\": \"custbody_sii_article_61d\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1744\",\n                            \"scriptId\": \"custbody_sii_article_72_73\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1653\",\n                            \"scriptId\": \"custbody_sii_is_third_party\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1745\",\n                            \"scriptId\": \"custbody_sii_not_reported_in_time\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1779\",\n                            \"scriptId\": \"custbodyapply_addl_tax\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Marketing\",\n                    \"type\": null\n                },\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": 1533769200,\n                \"email\": \"procurement@QLD.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"378\",\n                    \"name\": \"C58 QLD Wholesale Fence Co Inc\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": 366,\n                \"estGrossProfitPercent\": 27.2727,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"14371\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 671,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": 488,\n                            \"costEstimateType\": \"_averageCost\",\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"256\",\n                                        \"scriptId\": \"custcol_5892_eutriangulation\",\n                                        \"value\": false\n                                    },\n                                    {\n                                        \"internalId\": \"248\",\n                                        \"scriptId\": \"custcol_statistical_value_base_curr\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": false,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 825.33,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"82\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket R-L\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"1\",\n                                            \"name\": \"Large\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"3\",\n                                            \"name\": \"Red\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 2,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"335.50\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 154.33,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"55\",\n                                \"name\": \"VAT:S-IE\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 23,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 671,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": 488,\n                            \"costEstimateType\": \"_averageCost\",\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"256\",\n                                        \"scriptId\": \"custcol_5892_eutriangulation\",\n                                        \"value\": false\n                                    },\n                                    {\n                                        \"internalId\": \"248\",\n                                        \"scriptId\": \"custcol_statistical_value_base_curr\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": false,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 825.33,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"92\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket B-XS\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 2,\n                            \"location\": null,\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"5\",\n                                            \"name\": \"Extra Small\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"1\",\n                                            \"name\": \"Blue\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderLine\": 2,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 2,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"335.50\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 154.33,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"55\",\n                                \"name\": \"VAT:S-IE\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 23,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1541348547,\n                \"leadSource\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"CA02 Quarterly Promo\",\n                    \"type\": null\n                },\n                \"linkedTrackingNumbers\": null,\n                \"location\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"Dublin\",\n                    \"type\": null\n                },\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"131\",\n                    \"name\": \"Aug 2018\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1533769200,\n                \"salesGroup\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"316\",\n                    \"name\": \"Maggie Murdock\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"22\",\n                    \"name\": \"DPD\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"5 Four Courts\",\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": \"01 603 02000\",\n                    \"addrText\": \"QLD Wholesale Fence Co Inc<br>5 Four Courts<br>Dublin 4  <br>Ireland\",\n                    \"addressee\": \"QLD Wholesale Fence Co Inc\",\n                    \"attention\": null,\n                    \"city\": \"Dublin 4\",\n                    \"country\": \"_ireland\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"292\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": null\n                },\n                \"shippingCost\": 40,\n                \"shippingTax1Rate\": 0,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"VAT:UNDEF-IE\",\n                    \"type\": null\n                },\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 1342,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": null,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 308.66,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 1690.66,\n                \"totalCostEstimate\": 976,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1533769200,\n                \"tranId\": \"IN0000002\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": 40,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"4 Chancery Street\",\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": \"353 1 661 3111\",\n                    \"addrText\": \"Melco Embroidery Systems<br>4 Chancery Street<br>Dublin 7  <br>Ireland\",\n                    \"addressee\": \"Melco Embroidery Systems\",\n                    \"attention\": null,\n                    \"city\": \"Dublin 7\",\n                    \"country\": \"_ireland\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"289\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": null\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Corporate Sales\",\n                    \"type\": null\n                },\n                \"contribPct\": null,\n                \"createdDate\": 1543085171,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14279\",\n                    \"name\": \"Sales Order #SO0000924\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyName\": \"EUR\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"342\",\n                            \"scriptId\": \"custbody_document_date\",\n                            \"value\": 1543017600\n                        },\n                        {\n                            \"internalId\": \"263\",\n                            \"scriptId\": \"custbody_report_timestamp\",\n                            \"value\": \"24/02/2017 01:40:39\"\n                        },\n                        {\n                            \"internalId\": \"1746\",\n                            \"scriptId\": \"custbody_sii_article_61d\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1744\",\n                            \"scriptId\": \"custbody_sii_article_72_73\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1653\",\n                            \"scriptId\": \"custbody_sii_is_third_party\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1745\",\n                            \"scriptId\": \"custbody_sii_not_reported_in_time\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1779\",\n                            \"scriptId\": \"custbodyapply_addl_tax\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Marketing\",\n                    \"type\": null\n                },\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": 1532300400,\n                \"email\": \"buyers@melco.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"375\",\n                    \"name\": \"C55 Melco Embroidery Systems\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": 823.5,\n                \"estGrossProfitPercent\": 27.2727,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"14374\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 1006.5,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": 732,\n                            \"costEstimateType\": \"_averageCost\",\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"256\",\n                                        \"scriptId\": \"custcol_5892_eutriangulation\",\n                                        \"value\": false\n                                    },\n                                    {\n                                        \"internalId\": \"248\",\n                                        \"scriptId\": \"custcol_statistical_value_base_curr\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": false,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 1238,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"87\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket G-S\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"3\",\n                                            \"name\": \"Small\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"Green\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 3,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"335.50\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 231.5,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"55\",\n                                \"name\": \"VAT:S-IE\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 23,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 1006.5,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": 732,\n                            \"costEstimateType\": \"_averageCost\",\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"256\",\n                                        \"scriptId\": \"custcol_5892_eutriangulation\",\n                                        \"value\": false\n                                    },\n                                    {\n                                        \"internalId\": \"248\",\n                                        \"scriptId\": \"custcol_statistical_value_base_curr\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": false,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 1238,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"86\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket B-S\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 2,\n                            \"location\": null,\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"3\",\n                                            \"name\": \"Small\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"1\",\n                                            \"name\": \"Blue\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderLine\": 2,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 3,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"335.50\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 231.5,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"55\",\n                                \"name\": \"VAT:S-IE\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 23,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 1006.5,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": 732,\n                            \"costEstimateType\": \"_averageCost\",\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"256\",\n                                        \"scriptId\": \"custcol_5892_eutriangulation\",\n                                        \"value\": false\n                                    },\n                                    {\n                                        \"internalId\": \"248\",\n                                        \"scriptId\": \"custcol_statistical_value_base_curr\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": false,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 1238,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"88\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket R-S\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 3,\n                            \"location\": null,\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"3\",\n                                            \"name\": \"Small\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"3\",\n                                            \"name\": \"Red\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderLine\": 3,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 3,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"335.50\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 231.5,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"55\",\n                                \"name\": \"VAT:S-IE\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 23,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1541348547,\n                \"leadSource\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"CA02 Quarterly Promo\",\n                    \"type\": null\n                },\n                \"linkedTrackingNumbers\": null,\n                \"location\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"Dublin\",\n                    \"type\": null\n                },\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"130\",\n                    \"name\": \"Jul 2018\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1532300400,\n                \"salesGroup\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"316\",\n                    \"name\": \"Maggie Murdock\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"22\",\n                    \"name\": \"DPD\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"4 Chancery Street\",\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": \"353 1 661 3111\",\n                    \"addrText\": \"Melco Embroidery Systems<br>4 Chancery Street<br>Dublin 7  <br>Ireland\",\n                    \"addressee\": \"Melco Embroidery Systems\",\n                    \"attention\": null,\n                    \"city\": \"Dublin 7\",\n                    \"country\": \"_ireland\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"289\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": null\n                },\n                \"shippingCost\": 40,\n                \"shippingTax1Rate\": 0,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"VAT:UNDEF-IE\",\n                    \"type\": null\n                },\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 3019.5,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": null,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 694.5,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 3754,\n                \"totalCostEstimate\": 2196,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1532300400,\n                \"tranId\": \"IN0000003\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": 40,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"4 Chancery Street\",\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": \"353 1 661 3111\",\n                    \"addrText\": \"Melco Embroidery Systems<br>4 Chancery Street<br>Dublin 7  <br>Ireland\",\n                    \"addressee\": \"Melco Embroidery Systems\",\n                    \"attention\": null,\n                    \"city\": \"Dublin 7\",\n                    \"country\": \"_ireland\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"289\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": null\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Seasonal Sales\",\n                    \"type\": null\n                },\n                \"contribPct\": null,\n                \"createdDate\": 1543085179,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14276\",\n                    \"name\": \"Sales Order #SO0000921\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyName\": \"EUR\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"342\",\n                            \"scriptId\": \"custbody_document_date\",\n                            \"value\": 1543017600\n                        },\n                        {\n                            \"internalId\": \"263\",\n                            \"scriptId\": \"custbody_report_timestamp\",\n                            \"value\": \"24/02/2017 01:40:33\"\n                        },\n                        {\n                            \"internalId\": \"1746\",\n                            \"scriptId\": \"custbody_sii_article_61d\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1744\",\n                            \"scriptId\": \"custbody_sii_article_72_73\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1653\",\n                            \"scriptId\": \"custbody_sii_is_third_party\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1745\",\n                            \"scriptId\": \"custbody_sii_not_reported_in_time\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1779\",\n                            \"scriptId\": \"custbodyapply_addl_tax\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Marketing\",\n                    \"type\": null\n                },\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": 1531782000,\n                \"email\": \"buyers@melco.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"375\",\n                    \"name\": \"C55 Melco Embroidery Systems\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": 1054.8,\n                \"estGrossProfitPercent\": 21.4914,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"14377\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 1006.5,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": 732,\n                            \"costEstimateType\": \"_averageCost\",\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"256\",\n                                        \"scriptId\": \"custcol_5892_eutriangulation\",\n                                        \"value\": false\n                                    },\n                                    {\n                                        \"internalId\": \"248\",\n                                        \"scriptId\": \"custcol_statistical_value_base_curr\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": false,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 1238,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"87\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket G-S\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"3\",\n                                            \"name\": \"Small\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"Green\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 3,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"335.50\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 231.5,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"55\",\n                                \"name\": \"VAT:S-IE\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 23,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 2895,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": 2389.2,\n                            \"costEstimateType\": \"_averageCost\",\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"256\",\n                                        \"scriptId\": \"custcol_5892_eutriangulation\",\n                                        \"value\": false\n                                    },\n                                    {\n                                        \"internalId\": \"248\",\n                                        \"scriptId\": \"custcol_statistical_value_base_curr\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": false,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 3560.85,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"106\",\n                                \"name\": \"LAPTOPS : ASUS Zenbook UX3015CA\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 2,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 2,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 3,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"965.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 665.85,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"55\",\n                                \"name\": \"VAT:S-IE\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 23,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 1006.5,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": 732,\n                            \"costEstimateType\": \"_averageCost\",\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"256\",\n                                        \"scriptId\": \"custcol_5892_eutriangulation\",\n                                        \"value\": false\n                                    },\n                                    {\n                                        \"internalId\": \"248\",\n                                        \"scriptId\": \"custcol_statistical_value_base_curr\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": false,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 1238,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"82\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket R-L\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 3,\n                            \"location\": null,\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"1\",\n                                            \"name\": \"Large\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"3\",\n                                            \"name\": \"Red\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderLine\": 3,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 3,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"335.50\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 231.5,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"55\",\n                                \"name\": \"VAT:S-IE\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 23,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1541348547,\n                \"leadSource\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"CA02 Quarterly Promo\",\n                    \"type\": null\n                },\n                \"linkedTrackingNumbers\": null,\n                \"location\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"Dublin\",\n                    \"type\": null\n                },\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"130\",\n                    \"name\": \"Jul 2018\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1531782000,\n                \"salesGroup\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"316\",\n                    \"name\": \"Maggie Murdock\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"22\",\n                    \"name\": \"DPD\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"4 Chancery Street\",\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": \"353 1 661 3111\",\n                    \"addrText\": \"Melco Embroidery Systems<br>4 Chancery Street<br>Dublin 7  <br>Ireland\",\n                    \"addressee\": \"Melco Embroidery Systems\",\n                    \"attention\": null,\n                    \"city\": \"Dublin 7\",\n                    \"country\": \"_ireland\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"289\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": null\n                },\n                \"shippingCost\": 40,\n                \"shippingTax1Rate\": 0,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"VAT:UNDEF-IE\",\n                    \"type\": null\n                },\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 4908,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": null,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 1128.85,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 6076.85,\n                \"totalCostEstimate\": 3853.2,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1531782000,\n                \"tranId\": \"IN0000004\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": 40,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"4 Chancery Street\",\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": \"353 1 661 3111\",\n                    \"addrText\": \"Melco Embroidery Systems<br>4 Chancery Street<br>Dublin 7  <br>Ireland\",\n                    \"addressee\": \"Melco Embroidery Systems\",\n                    \"attention\": null,\n                    \"city\": \"Dublin 7\",\n                    \"country\": \"_ireland\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"289\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": null\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Corporate Sales\",\n                    \"type\": null\n                },\n                \"contribPct\": null,\n                \"createdDate\": 1543085187,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14275\",\n                    \"name\": \"Sales Order #SO0000920\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyName\": \"EUR\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"342\",\n                            \"scriptId\": \"custbody_document_date\",\n                            \"value\": 1543017600\n                        },\n                        {\n                            \"internalId\": \"263\",\n                            \"scriptId\": \"custbody_report_timestamp\",\n                            \"value\": \"24/02/2017 01:40:31\"\n                        },\n                        {\n                            \"internalId\": \"1746\",\n                            \"scriptId\": \"custbody_sii_article_61d\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1744\",\n                            \"scriptId\": \"custbody_sii_article_72_73\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1653\",\n                            \"scriptId\": \"custbody_sii_is_third_party\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1745\",\n                            \"scriptId\": \"custbody_sii_not_reported_in_time\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1779\",\n                            \"scriptId\": \"custbodyapply_addl_tax\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Marketing\",\n                    \"type\": null\n                },\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": 1531695600,\n                \"email\": \"buyers@melco.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"375\",\n                    \"name\": \"C55 Melco Embroidery Systems\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": 274.5,\n                \"estGrossProfitPercent\": 27.2727,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"14380\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 1006.5,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": 732,\n                            \"costEstimateType\": \"_averageCost\",\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"256\",\n                                        \"scriptId\": \"custcol_5892_eutriangulation\",\n                                        \"value\": false\n                                    },\n                                    {\n                                        \"internalId\": \"248\",\n                                        \"scriptId\": \"custcol_statistical_value_base_curr\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": false,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 1238,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"84\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket G-M\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"Medium\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"Green\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 3,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"335.50\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 231.5,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"55\",\n                                \"name\": \"VAT:S-IE\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 23,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1541348547,\n                \"leadSource\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"CA02 Quarterly Promo\",\n                    \"type\": null\n                },\n                \"linkedTrackingNumbers\": null,\n                \"location\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"Dublin\",\n                    \"type\": null\n                },\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"130\",\n                    \"name\": \"Jul 2018\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1531695600,\n                \"salesGroup\": null,\n                \"salesRep\": {\n                    \"externalId\": null,\n                    \"internalId\": \"316\",\n                    \"name\": \"Maggie Murdock\",\n                    \"type\": null\n                },\n                \"salesTeamList\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"22\",\n                    \"name\": \"DPD\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"4 Chancery Street\",\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": \"353 1 661 3111\",\n                    \"addrText\": \"Melco Embroidery Systems<br>4 Chancery Street<br>Dublin 7  <br>Ireland\",\n                    \"addressee\": \"Melco Embroidery Systems\",\n                    \"attention\": null,\n                    \"city\": \"Dublin 7\",\n                    \"country\": \"_ireland\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"289\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": null\n                },\n                \"shippingCost\": 40,\n                \"shippingTax1Rate\": 0,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"VAT:UNDEF-IE\",\n                    \"type\": null\n                },\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 1006.5,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": null,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 231.5,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 1278,\n                \"totalCostEstimate\": 732,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1531695600,\n                \"tranId\": \"IN0000005\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_12172019337108561973706045_d49b9ef\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 160,\n    \"totalRecords\": 798\n}"}],"_postman_id":"22dcb332-06f0-4e3a-9741-2316843a2a83"},{"name":"Retrieve invoices by search ID","id":"ca9826e5-ed4c-4158-9a92-3b3c6b57c257","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/invoice?searchId=WEBSERVICES_5333445_SB1_10232019109940761450023431_f3218a751&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","invoice"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_10232019109940761450023431_f3218a751"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"f22855ad-119e-4c39-aeb3-264ba07db551","name":"Retrieve invoices by search ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/invoice?searchId=WEBSERVICES_5333445_SB1_10232019109940761450023431_f3218a751&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","invoice"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_10232019109940761450023431_f3218a751"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:29:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"206690"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 2,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Raja<br>Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"233\",\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553429869,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"535\",\n                    \"name\": \"Sales Order #14\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": 1553365800,\n                \"email\": \"chandanabros_eluru@yahoo.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"604\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 5000,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 50\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 5000,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 50,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 50,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"100.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553594411,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553365800,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"213\",\n                    \"name\": \"CHANDANA BROS\",\n                    \"type\": null\n                },\n                \"shipDate\": 1553365800,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 5000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 5000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553365800,\n                \"tranId\": \"INV38\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553495873,\n                \"createdFrom\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"374\",\n                    \"name\": \"25 Shoppers Stop\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"629\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 4500,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 4725,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 10,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": null,\n                            \"rate\": \"450.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 225,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556176184,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553452200,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553452200,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"26\",\n                    \"name\": \"JABBAR TRAVELS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 4500,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 225,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 4725,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553452200,\n                \"tranId\": \"INV39\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RAJESH KUMAR<br>RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"234\",\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553498699,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"634\",\n                    \"name\": \"Sales Order #55\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"10\",\n                    \"name\": \"Discount\",\n                    \"type\": null\n                },\n                \"discountRate\": \"-15.00%\",\n                \"discountTotal\": -5700,\n                \"dueDate\": null,\n                \"email\": \"lavanya@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"367\",\n                    \"name\": \"23 Test RATHINA VILAS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"637\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 20000,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 500\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 21000,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 50,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 500,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"400.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 1000,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 18000,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 18900,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 6,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 60,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": null,\n                            \"rate\": \"300.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 900,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556175942,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"25-MAR-19 Approved ... 25-MAR-19 Pending Approval ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553452200,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"214\",\n                    \"name\": \"25\",\n                    \"type\": null\n                },\n                \"shipDate\": 1553452200,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"221\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 38000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 1615,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 33915,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553452200,\n                \"tranId\": \"INV40\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Raja<br>Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"235\",\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553511973,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"641\",\n                    \"name\": \"Sales Order #57\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        },\n                        {\n                            \"internalId\": \"172\",\n                            \"scriptId\": \"custbody_ds_pb_no\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"650\",\n                                \"name\": \"Purchase Bill 25/03/2019\",\n                                \"typeId\": \"-30\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"169\",\n                            \"scriptId\": \"custbody_ds_po_referenceno\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"642\",\n                                \"name\": \"Purchase Order #33\",\n                                \"typeId\": \"-30\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"174\",\n                            \"scriptId\": \"custbody_ds_vendor_ref\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"371\",\n                                \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                                \"typeId\": \"-3\"\n                            }\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"9\",\n                    \"name\": \"Vendor Discount\",\n                    \"type\": null\n                },\n                \"discountRate\": \"-5.00%\",\n                \"discountTotal\": -500,\n                \"dueDate\": 1554834600,\n                \"email\": \"shamili+chandanabros@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"644\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 10000,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 500\n                                    },\n                                    {\n                                        \"internalId\": \"177\",\n                                        \"scriptId\": \"custcol_gh_grossrate\",\n                                        \"value\": 250\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S VINTAGE- JEANS PANT \",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 10500,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 50,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 500,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"200.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 500,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556174881,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"25-MAR-19 Approved ... 25-MAR-19 Pending Approval ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": \"CH485\",\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553452200,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"213\",\n                    \"name\": \"CHANDANA BROS\",\n                    \"type\": null\n                },\n                \"shipDate\": 1553452200,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"25\",\n                    \"name\": \"ANJAN\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 10000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 475,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 9975,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": \"LR586\",\n                \"tranDate\": 1553452200,\n                \"tranId\": \"INV41\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Raja<br>Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"236\",\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553522394,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"595\",\n                    \"name\": \"Sales Order #35\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"9\",\n                    \"name\": \"Vendor Discount\",\n                    \"type\": null\n                },\n                \"discountRate\": \"-5.00%\",\n                \"discountTotal\": -10,\n                \"dueDate\": 1554834600,\n                \"email\": \"chandanabros_eluru@yahoo.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"654\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 200,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 210,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 1,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"200.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 10,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556174881,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": \"CH456\",\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553452200,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"213\",\n                    \"name\": \"CHANDANA BROS\",\n                    \"type\": null\n                },\n                \"shipDate\": 1553452200,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"26\",\n                    \"name\": \"JABBAR TRAVELS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 200,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 9.5,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 199.5,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": \"LR1651\",\n                \"tranDate\": 1553452200,\n                \"tranId\": \"INV42\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"213\",\n                    \"name\": \"CHANDANA BROS\",\n                    \"type\": null\n                },\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553598502,\n                \"createdFrom\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"9\",\n                    \"name\": \"Vendor Discount\",\n                    \"type\": null\n                },\n                \"discountRate\": \"-5.00%\",\n                \"discountTotal\": -6000,\n                \"dueDate\": null,\n                \"email\": \"shamili+chandanabros@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"687\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 120000,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 126000,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 200,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": null,\n                            \"rate\": \"600.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 6000,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553599730,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553538600,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"213\",\n                    \"name\": \"CHANDANA BROS\",\n                    \"type\": null\n                },\n                \"shipDate\": 1553538600,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 120000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 5700,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 119700,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553538600,\n                \"tranId\": \"INV43\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RAJESH KUMAR<br>RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"238\",\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553601251,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"699\",\n                    \"name\": \"Sales Order #71\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": null,\n                \"email\": \"ritu+ratnavilas@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"367\",\n                    \"name\": \"23 Test RATHINA VILAS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"702\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 10,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 10.5,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 1,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"10.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0.5,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556175942,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"26-MAR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553538600,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"214\",\n                    \"name\": \"25\",\n                    \"type\": null\n                },\n                \"shipDate\": 1553538600,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"221\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 10,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0.5,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 10.5,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553538600,\n                \"tranId\": \"INV44\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Raja<br>Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"231\",\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553601576,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"593\",\n                    \"name\": \"Sales Order #34\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"9\",\n                    \"name\": \"Vendor Discount\",\n                    \"type\": null\n                },\n                \"discountRate\": \"-5.00%\",\n                \"discountTotal\": -21.25,\n                \"dueDate\": 1553538600,\n                \"email\": \"chandanabros_eluru@yahoo.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"704\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 500,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 500,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 2,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 1,\n                            \"quantityRemaining\": 0,\n                            \"rate\": null,\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": -75,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": -75,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"10\",\n                                \"name\": \"Discount\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 2,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 5,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": null,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": null,\n                            \"rate\": \"-15.00%\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553861952,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": \"CH456\",\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553538600,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"213\",\n                    \"name\": \"CHANDANA BROS\",\n                    \"type\": null\n                },\n                \"shipDate\": 1553538600,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"25\",\n                    \"name\": \"ANJAN\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 425,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 403.75,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553538600,\n                \"tranId\": \"INV46\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RAJESH KUMAR<br>RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"239\",\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553603628,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"537\",\n                    \"name\": \"Sales Order #15\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": null,\n                \"email\": \"rathnavilas@gmail.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"367\",\n                    \"name\": \"23 Test RATHINA VILAS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"804\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 10000,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 50\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 10000,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 50,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 50,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"200.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556175942,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553538600,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"214\",\n                    \"name\": \"25\",\n                    \"type\": null\n                },\n                \"shipDate\": 1553538600,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"221\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 10000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 10000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553538600,\n                \"tranId\": \"INV47\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RAJESH KUMAR<br>RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"248\",\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553672287,\n                \"createdFrom\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": null,\n                \"email\": \"ritu+ratnavilas@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"367\",\n                    \"name\": \"23 Test RATHINA VILAS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"938\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 500,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S JEANS PANTBAJAJ\",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 500,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"28\",\n                                \"name\": \"Test MEN'S JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"percentComplete\": null,\n                            \"price\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": null,\n                            \"rate\": null,\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"pcs\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556175942,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553625000,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"214\",\n                    \"name\": \"25\",\n                    \"type\": null\n                },\n                \"shipDate\": 1553625000,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"221\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 500,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 500,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553625000,\n                \"tranId\": \"INV49\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Raja<br>Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"249\",\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553674853,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"942\",\n                    \"name\": \"Sales Order #80\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"10\",\n                    \"name\": \"Discount\",\n                    \"type\": null\n                },\n                \"discountRate\": \"-15.00%\",\n                \"discountTotal\": -15150,\n                \"dueDate\": 1554229800,\n                \"email\": \"shamili+chandanabros@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1045\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 100000,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 200\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S JEANS PANTVINTAGE \",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 105000,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"28\",\n                                \"name\": \"Test MEN'S JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": null,\n                            \"quantity\": 200,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 200,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"500.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 5000,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Boxes\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 1000,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S JEANS PANT\",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 1050,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"28\",\n                                \"name\": \"Test MEN'S JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 8,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"percentComplete\": null,\n                            \"price\": null,\n                            \"quantity\": 10,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": null,\n                            \"rate\": null,\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 50,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"pcs\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553675253,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"27-MAR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": \"CH456\",\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553625000,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"213\",\n                    \"name\": \"CHANDANA BROS\",\n                    \"type\": null\n                },\n                \"shipDate\": 1553625000,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 101000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 4292.5,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 90142.5,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553625000,\n                \"tranId\": \"INV50\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"219\",\n                    \"name\": \"No.16, Ground floor, 4th Cross\",\n                    \"type\": null\n                },\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.16, Ground floor, 4th Cross\",\n                    \"addr2\": \"Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CMR BROTHERS<br>No.16, Ground floor, 4th Cross<br>Sudhama Nagar<br>BANGALORE KARNATAKA 560027<br>India\",\n                    \"addressee\": \"Test CMR BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"253\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553678837,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1056\",\n                    \"name\": \"Sales Order #84\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"10\",\n                    \"name\": \"Discount\",\n                    \"type\": null\n                },\n                \"discountRate\": \"-5.00%\",\n                \"discountTotal\": -23625,\n                \"dueDate\": null,\n                \"email\": \"lavanya@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"389\",\n                    \"name\": \"31 CMR BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1065\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 450000,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 1000\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S JEANS PANT VINTAGE \",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 472500,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"28\",\n                                \"name\": \"Test MEN'S JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 500,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 1000,\n                            \"quantityRemaining\": 500,\n                            \"rate\": \"900.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 22500,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"pcs\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 22500,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 200\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test WOMEN'S KURTI \",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 23625,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"35\",\n                                \"name\": \"Test WOMEN'S KURTI\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 2,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 2,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 100,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 200,\n                            \"quantityRemaining\": 100,\n                            \"rate\": \"225.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 1125,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553681061,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"27-MAR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553625000,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"218\",\n                    \"name\": \"#, 108, 7th Main Rd, 2nd Block, Jaya Nagar East\",\n                    \"type\": null\n                },\n                \"shipDate\": 1553625000,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block, Jaya Nagar East\",\n                    \"addr2\": \"Jayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CMR BROTHERS<br>#, 108, 7th Main Rd, 2nd Block, Jaya Nagar East<br>Jayanagar<br>BANGALORE KARNATAKA 560011<br>India\",\n                    \"addressee\": \"Test CMR BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"252\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 472500,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 22443.75,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 471318.75,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553625000,\n                \"tranId\": \"INV51\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553684953,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1084\",\n                    \"name\": \"Sales Order #89\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"382\",\n                    \"name\": \"28 WAREWELL GALLERY\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1089\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 50000,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 100\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test SOCKS \",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 52500,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"33\",\n                                \"name\": \"Test SOCKS\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 100,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 100,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"500.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 2500,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553685581,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"27-MAR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553625000,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553625000,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 50000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 2500,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 52500,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553625000,\n                \"tranId\": \"INV52\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"Add 1\",\n                    \"type\": null\n                },\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553749423,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1097\",\n                    \"name\": \"Sales Order #92\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1101\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 10,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"BLUE MONKEY\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test Item for GH BLUE MONKEY\",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 10,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"37\",\n                                \"name\": \"Test Item for GH\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 1,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"10.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556176176,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"27-MAR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553711400,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"Add 1\",\n                    \"type\": null\n                },\n                \"shipDate\": 1553711400,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 10,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 10,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553711400,\n                \"tranId\": \"INV53\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"bang 1\",\n                    \"addr2\": \"bang 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": \"9874563210\",\n                    \"addrText\": \"GH contact 1<br>GH-Agency<br>bang 1<br>bang 2<br>Banglore Karnataka 9874563<br>India\",\n                    \"addressee\": \"GH-Agency\",\n                    \"attention\": null,\n                    \"city\": \"Banglore\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"257\",\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"Karnataka\",\n                    \"zip\": \"9874563\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553751003,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1103\",\n                    \"name\": \"Sales Order #94\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": 1553711400,\n                \"email\": null,\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"56\",\n                    \"name\": \"17 GH-Agency\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1106\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 122,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"4\",\n                                            \"name\": \"VINTAGE\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S JEANS PANT VINTAGE\",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 143.96,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"28\",\n                                \"name\": \"Test MEN'S JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 1,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"122.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 21.96,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"pcs\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556176002,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"27-MAR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553711400,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"211\",\n                    \"name\": \"bang 1\",\n                    \"type\": null\n                },\n                \"shipDate\": 1553711400,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"bang 1\",\n                    \"addr2\": \"bang 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": \"9874563210\",\n                    \"addrText\": \"GH-Agency<br>bang 1<br>bang 2<br>Banglore Karnataka 9874563<br>India\",\n                    \"addressee\": \"GH-Agency\",\n                    \"attention\": null,\n                    \"city\": \"Banglore\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"218\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Karnataka\",\n                    \"zip\": \"9874563\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 122,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 21.96,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Net 15\",\n                    \"type\": null\n                },\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 143.96,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553711400,\n                \"tranId\": \"INV54\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"Add 1\",\n                    \"type\": null\n                },\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553751270,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1107\",\n                    \"name\": \"Sales Order #95\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1110\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 10,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S COTTON PANT \",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 10,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"32\",\n                                \"name\": \"Test MEN'S COTTON PANT\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 1,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"10.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556176176,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"27-MAR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553711400,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"Add 1\",\n                    \"type\": null\n                },\n                \"shipDate\": 1553711400,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 10,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 10,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553711400,\n                \"tranId\": \"INV55\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"bang 1\",\n                    \"addr2\": \"bang 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": \"9874563210\",\n                    \"addrText\": \"GH contact 1<br>GH-Agency<br>bang 1<br>bang 2<br>Banglore Karnataka 9874563<br>India\",\n                    \"addressee\": \"GH-Agency\",\n                    \"attention\": null,\n                    \"city\": \"Banglore\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"258\",\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"Karnataka\",\n                    \"zip\": \"9874563\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553752342,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1111\",\n                    \"name\": \"Sales Order #96\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": 1553711400,\n                \"email\": null,\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"56\",\n                    \"name\": \"17 GH-Agency\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1114\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 100,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S SHIRT \",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 118,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"27\",\n                                \"name\": \"Test MEN'S SHIRT\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 1,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"100.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 18,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556176002,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"27-MAR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553711400,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"211\",\n                    \"name\": \"bang 1\",\n                    \"type\": null\n                },\n                \"shipDate\": 1553711400,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"bang 1\",\n                    \"addr2\": \"bang 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": \"9874563210\",\n                    \"addrText\": \"GH-Agency<br>bang 1<br>bang 2<br>Banglore Karnataka 9874563<br>India\",\n                    \"addressee\": \"GH-Agency\",\n                    \"attention\": null,\n                    \"city\": \"Banglore\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"218\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Karnataka\",\n                    \"zip\": \"9874563\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 100,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 18,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Net 15\",\n                    \"type\": null\n                },\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 118,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553711400,\n                \"tranId\": \"INV56\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"221\",\n                    \"name\": \"Sri Durga Chambers, Thankur Mansion Lane\",\n                    \"type\": null\n                },\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"Sri Durga Chambers, Thankur Mansion Lane\",\n                    \"addr2\": \"Somajiguda\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Sunil<br>Dhruvsoft Services Pvt Ltd<br>Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad Telangana 50082<br>India\",\n                    \"addressee\": \"Dhruvsoft Services Pvt Ltd\",\n                    \"attention\": \"Sunil\",\n                    \"city\": \"Hyderabad\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"259\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Telangana\",\n                    \"zip\": \"50082\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553754909,\n                \"createdFrom\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": 1553884200,\n                \"email\": null,\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"6\",\n                    \"name\": \"1 Dhruvsoft Services Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1115\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 500,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"4\",\n                                            \"name\": \"VINTAGE\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test BAGS VINTAGE\",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 590,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"34\",\n                                \"name\": \"Test BAGS\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": null,\n                            \"rate\": \"500.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 90,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 700,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"3\",\n                                            \"name\": \"HM Clothing Brand\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S SHIRT HM Clothing Brand\",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 700,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"27\",\n                                \"name\": \"Test MEN'S SHIRT\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 2,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": null,\n                            \"rate\": \"700.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"20\",\n                                \"name\": \"VAT_IN:No Tax\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556175986,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553711400,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"221\",\n                    \"name\": \"Sri Durga Chambers, Thankur Mansion Lane\",\n                    \"type\": null\n                },\n                \"shipDate\": 1553711400,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"Sri Durga Chambers, Thankur Mansion Lane\",\n                    \"addr2\": \"Somajiguda\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Sunil<br>Dhruvsoft Services Pvt Ltd<br>Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad Telangana 50082<br>India\",\n                    \"addressee\": \"Dhruvsoft Services Pvt Ltd\",\n                    \"attention\": \"Sunil\",\n                    \"city\": \"Hyderabad\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"259\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Telangana\",\n                    \"zip\": \"50082\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 1200,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 90,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 1290,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553711400,\n                \"tranId\": \"INV57\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553836814,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"47\",\n                    \"name\": \"Sales Order #4\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": null,\n                \"email\": \"abc@gmail.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"52\",\n                    \"name\": \"15 DSPL\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1124\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 5000,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 10\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"GH Pens \",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 5000,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"GH Pens\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 5,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 10,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"1000.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556176195,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553797800,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": {\n                    \"replaceAll\": \"true\",\n                    \"salesTeam\": [\n                        {\n                            \"contribution\": 100,\n                            \"employee\": {\n                                \"externalId\": null,\n                                \"internalId\": \"7\",\n                                \"name\": \"Imtiaz Ansari\",\n                                \"type\": null\n                            },\n                            \"isPrimary\": false,\n                            \"salesRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-2\",\n                                \"name\": \"Sales Rep\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"shipAddressList\": null,\n                \"shipDate\": 1553625000,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 5000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 5000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553797800,\n                \"tranId\": \"INV58\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553864920,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"928\",\n                    \"name\": \"Sales Order #77\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"386\",\n                    \"name\": \"30 Test SHOBA PARADISE\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1134\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 600,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S COTTON PANT \",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 600,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"32\",\n                                \"name\": \"Test MEN'S COTTON PANT\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 1,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"600.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556176167,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"26-MAR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553797800,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553625000,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 600,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 600,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553797800,\n                \"tranId\": \"INV59\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"Add 1\",\n                    \"type\": null\n                },\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553867437,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"462\",\n                    \"name\": \"Sales Order #7\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": 1553797800,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1138\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 30000,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 50\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"GH Pens \",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 30000,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"GH Pens\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 30,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 50,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"1000.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556176176,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553797800,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"Add 1\",\n                    \"type\": null\n                },\n                \"shipDate\": 1553625000,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 30000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 30000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553797800,\n                \"tranId\": \"INV60\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1554121253,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1345\",\n                    \"name\": \"Sales Order #101\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"374\",\n                    \"name\": \"25 Shoppers Stop\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1348\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 1000,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 5\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Boxer \",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 1050,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"240\",\n                                \"name\": \"Boxer\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 2,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 5,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"500.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 50,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556176184,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"01-APR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1554057000,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1554057000,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"26\",\n                    \"name\": \"JABBAR TRAVELS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 1000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 50,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 1050,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1554057000,\n                \"tranId\": \"INV61\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1554208489,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1358\",\n                    \"name\": \"Sales Order #105\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"382\",\n                    \"name\": \"28 WAREWELL GALLERY\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1362\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 42500,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"3\",\n                                            \"name\": \"HM Clothing Brand\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 50\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Booster Cover HM Clothing Brand\",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 44625,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"238\",\n                                \"name\": \"Booster Cover\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 50,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 50,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"850.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 2125,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556176054,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"02-APR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1554143400,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1554143400,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 42500,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 2125,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 44625,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1554143400,\n                \"tranId\": \"INV62\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"323\",\n                    \"name\": \"9th floor\",\n                    \"type\": null\n                },\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"9th floor\",\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Neelesh<br>9th floor<br>bengaluru karnataka <br>India\",\n                    \"addressee\": \"Test Neelesh\",\n                    \"attention\": null,\n                    \"city\": \"bengaluru\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"364\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"karnataka\",\n                    \"zip\": null\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1554278811,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1365\",\n                    \"name\": \"Sales Order #106\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"10\",\n                    \"name\": \"Discount\",\n                    \"type\": null\n                },\n                \"discountRate\": \"-1.00%\",\n                \"discountTotal\": -500,\n                \"dueDate\": null,\n                \"email\": null,\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"595\",\n                    \"name\": \"37 Test Neelesh\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1368\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": {\n                    \"itemCost\": [\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"billedDate\": 1554274800,\n                            \"class\": null,\n                            \"cost\": -1,\n                            \"department\": null,\n                            \"doc\": 1369,\n                            \"grossAmt\": null,\n                            \"itemCostCount\": null,\n                            \"itemDisp\": \"Discount\",\n                            \"jobDisp\": null,\n                            \"line\": 2,\n                            \"location\": null,\n                            \"memo\": null,\n                            \"options\": null,\n                            \"quantity\": null,\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"unitDisp\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 50000,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"BLUE MONKEY\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 200\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S SHIRT BLUE MONKEY\",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 52500,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"27\",\n                                \"name\": \"Test MEN'S SHIRT\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 100,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 200,\n                            \"quantityRemaining\": 100,\n                            \"rate\": \"500.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 2500,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1554279475,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"03-APR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1554229800,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"323\",\n                    \"name\": \"9th floor\",\n                    \"type\": null\n                },\n                \"shipDate\": 1554229800,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"9th floor\",\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Neelesh<br>9th floor<br>bengaluru karnataka <br>India\",\n                    \"addressee\": \"Test Neelesh\",\n                    \"attention\": null,\n                    \"city\": \"bengaluru\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"364\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"karnataka\",\n                    \"zip\": null\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 50000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 2475,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 51975,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1554229800,\n                \"tranId\": \"INV63\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"323\",\n                    \"name\": \"9th floor\",\n                    \"type\": null\n                },\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"9th floor\",\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Neelesh<br>9th floor<br>bengaluru karnataka <br>India\",\n                    \"addressee\": \"Test Neelesh\",\n                    \"attention\": null,\n                    \"city\": \"bengaluru\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"364\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"karnataka\",\n                    \"zip\": null\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1554280103,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1372\",\n                    \"name\": \"Sales Order #107\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"10\",\n                    \"name\": \"Discount\",\n                    \"type\": null\n                },\n                \"discountRate\": \"-1.00%\",\n                \"discountTotal\": -120,\n                \"dueDate\": 1554834600,\n                \"email\": null,\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"595\",\n                    \"name\": \"37 Test Neelesh\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1375\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": {\n                    \"itemCost\": [\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"billedDate\": 1554274800,\n                            \"class\": null,\n                            \"cost\": -1,\n                            \"department\": null,\n                            \"doc\": 1369,\n                            \"grossAmt\": null,\n                            \"itemCostCount\": null,\n                            \"itemDisp\": \"Discount\",\n                            \"jobDisp\": null,\n                            \"line\": 2,\n                            \"location\": null,\n                            \"memo\": null,\n                            \"options\": null,\n                            \"quantity\": null,\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"unitDisp\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 12000,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 20\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Boxer \",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 12600,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"240\",\n                                \"name\": \"Boxer\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 20,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 20,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"600.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 600,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556174875,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"03-APR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1554229800,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"323\",\n                    \"name\": \"9th floor\",\n                    \"type\": null\n                },\n                \"shipDate\": 1554229800,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"9th floor\",\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Neelesh<br>9th floor<br>bengaluru karnataka <br>India\",\n                    \"addressee\": \"Test Neelesh\",\n                    \"attention\": null,\n                    \"city\": \"bengaluru\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"364\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"karnataka\",\n                    \"zip\": null\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 12000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 594,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 12474,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1554229800,\n                \"tranId\": \"INV64\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"Add 1\",\n                    \"type\": null\n                },\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1554282159,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"510\",\n                    \"name\": \"Sales Order #12\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1379\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 80000,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 80\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"GH Pens \",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 80000,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"GH Pens\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 80,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 80,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"1000.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1558105835,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": \"2\",\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1554229800,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"Add 1\",\n                    \"type\": null\n                },\n                \"shipDate\": 1553970600,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 80000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 80000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1554229800,\n                \"tranId\": \"INV65\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1554290793,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1384\",\n                    \"name\": \"Sales Order #109\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"384\",\n                    \"name\": \"29 Test HAPPY SHOPPY\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1387\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 1800,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"4\",\n                                            \"name\": \"VINTAGE\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 20\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S VINTAGE- JEANS PANT VINTAGE\",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 2124,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 2,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 20,\n                            \"quantityRemaining\": 18,\n                            \"rate\": \"900.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 324,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556174887,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"03-APR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1554229800,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1554229800,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 1800,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 324,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 2124,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1554229800,\n                \"tranId\": \"INV66\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"325\",\n                    \"name\": \"123\",\n                    \"type\": null\n                },\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"123\",\n                    \"addr2\": \"bhaadjga\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"VAIBHAV HOSIERY (VIJAYWADA)<br>123<br>bhaadjga<br>Bengaluru Karnataka 560001<br>India\",\n                    \"addressee\": \"VAIBHAV HOSIERY (VIJAYWADA)\",\n                    \"attention\": null,\n                    \"city\": \"Bengaluru\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"367\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Karnataka\",\n                    \"zip\": \"560001\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1554293877,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1389\",\n                    \"name\": \"Sales Order #110\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"10\",\n                    \"name\": \"Discount\",\n                    \"type\": null\n                },\n                \"discountRate\": \"-2.00%\",\n                \"discountTotal\": -50,\n                \"dueDate\": 1554229800,\n                \"email\": \"vaibhavhosiery123@gmail.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"597\",\n                    \"name\": \"38 VAIBHAV HOSIERY (VIJAYWADA)\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1392\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": {\n                    \"itemCost\": [\n                        {\n                            \"amount\": null,\n                            \"apply\": false,\n                            \"billedDate\": 1554274800,\n                            \"class\": null,\n                            \"cost\": -1,\n                            \"department\": null,\n                            \"doc\": 1393,\n                            \"grossAmt\": null,\n                            \"itemCostCount\": null,\n                            \"itemDisp\": \"Discount\",\n                            \"jobDisp\": null,\n                            \"line\": 2,\n                            \"location\": null,\n                            \"memo\": null,\n                            \"options\": null,\n                            \"quantity\": null,\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"unitDisp\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 2500,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"4\",\n                                            \"name\": \"VINTAGE\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 10\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Booster Cover VINTAGE\",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 2625,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"238\",\n                                \"name\": \"Booster Cover\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 10,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 10,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"250.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 125,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1554294485,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"03-APR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1554229800,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"325\",\n                    \"name\": \"123\",\n                    \"type\": null\n                },\n                \"shipDate\": 1554229800,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"123\",\n                    \"addr2\": \"bhaadjga\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"VAIBHAV HOSIERY (VIJAYWADA)<br>123<br>bhaadjga<br>Bengaluru Karnataka 560001<br>India\",\n                    \"addressee\": \"VAIBHAV HOSIERY (VIJAYWADA)\",\n                    \"attention\": null,\n                    \"city\": \"Bengaluru\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"367\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Karnataka\",\n                    \"zip\": \"560001\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 2500,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 122.5,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Net 15\",\n                    \"type\": null\n                },\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 2572.5,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1554229800,\n                \"tranId\": \"INV67\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": \"29AGFH6713ZA167\",\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Raja<br>Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"260\",\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1554809612,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1117\",\n                    \"name\": \"Sales Order #97\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        },\n                        {\n                            \"internalId\": \"166\",\n                            \"scriptId\": \"custbody_ds_transportname\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"4.\",\n                                \"typeId\": \"8\"\n                            }\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": null,\n                \"email\": \"shamili+chandanabros@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1400\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 100,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"BLUE MONKEY\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"199\",\n                                        \"scriptId\": \"custcol7\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S JEANS PANT BLUE MONKEY\",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 118,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"28\",\n                                \"name\": \"Test MEN'S JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": 1,\n                            \"quantityRemaining\": 0,\n                            \"rate\": \"100.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 18,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"pcs\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556174881,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"28-MAR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1554748200,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"213\",\n                    \"name\": \"CHANDANA BROS\",\n                    \"type\": null\n                },\n                \"shipDate\": 1554748200,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 100,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 18,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 118,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1554748200,\n                \"tranId\": \"INV68\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Accounts Receivable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"221\",\n                    \"name\": \"Sri Durga Chambers, Thankur Mansion Lane\",\n                    \"type\": null\n                },\n                \"billingAccount\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"Sri Durga Chambers, Thankur Mansion Lane\",\n                    \"addr2\": \"Somajiguda\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Sunil<br>Dhruvsoft Services Pvt Ltd<br>Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad Telangana 50082<br>India\",\n                    \"addressee\": \"Dhruvsoft Services Pvt Ltd\",\n                    \"attention\": \"Sunil\",\n                    \"city\": \"Hyderabad\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"259\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Telangana\",\n                    \"zip\": \"50082\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1555414489,\n                \"createdFrom\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"185\",\n                            \"scriptId\": \"custbody16\",\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"6\",\n                    \"name\": \"1 Dhruvsoft Services Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": null,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"1406\",\n                \"isTaxable\": null,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": null,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 123,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test BAGS \",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 145.14,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"34\",\n                                \"name\": \"Test BAGS\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": null,\n                            \"rate\": null,\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": 22.14,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556175986,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1555353000,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"221\",\n                    \"name\": \"Sri Durga Chambers, Thankur Mansion Lane\",\n                    \"type\": null\n                },\n                \"shipDate\": 1555353000,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"Sri Durga Chambers, Thankur Mansion Lane\",\n                    \"addr2\": \"Somajiguda\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Sunil<br>Dhruvsoft Services Pvt Ltd<br>Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad Telangana 50082<br>India\",\n                    \"addressee\": \"Dhruvsoft Services Pvt Ltd\",\n                    \"attention\": \"Sunil\",\n                    \"city\": \"Hyderabad\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"259\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Telangana\",\n                    \"zip\": \"50082\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": \"Web Services\",\n                \"startDate\": null,\n                \"status\": \"Paid In Full\",\n                \"subTotal\": 123,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 22.14,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": null,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 145.14,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1555353000,\n                \"tranId\": \"INV69\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_10232019109940761450023431_f3218a751\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 10,\n    \"totalRecords\": 293\n}"}],"_postman_id":"ca9826e5-ed4c-4158-9a92-3b3c6b57c257"},{"name":"Retrieve invoices by where","id":"472f6b70-981d-4e83-ba63-13593175ef01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/invoice?where=DateCreated>1546278954","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateCreated</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>TranDate</td>\n<td>1546789123</td>\n<td>Used to Include the transaction date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>6</td>\n<td>Used to Include the Customer filter for the request. e.g., Customer=6.</td>\n</tr>\n<tr>\n<td>Employee</td>\n<td>4</td>\n<td>Used to Include the Employee filter for the request. e.g., Employee=4.</td>\n</tr>\n<tr>\n<td>Entity</td>\n<td>6</td>\n<td>Used to Include the Entity filter for the request. e.g., Entity=6.</td>\n</tr>\n<tr>\n<td>Memorized</td>\n<td>false</td>\n<td>Used to Include the Memorized filter for the request. e.g., Memorized=false.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","invoice"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"DateCreated>1546278954"}],"variable":[]}},"response":[{"id":"7962d603-c0fe-4ce5-a745-918f08122252","name":"Retrieve invoices by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/invoice?where=DateCreated>1546278954","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","invoice"],"query":[{"key":"where","value":"DateCreated>1546278954"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:46:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"16746"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1559026456,\n                \"createdFrom\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"USD\",\n                    \"type\": null\n                },\n                \"currencyName\": \"USD\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"263\",\n                            \"scriptId\": \"custbody_report_timestamp\",\n                            \"value\": \"27/5/2019 23:50:0\"\n                        },\n                        {\n                            \"internalId\": \"1746\",\n                            \"scriptId\": \"custbody_sii_article_61d\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1744\",\n                            \"scriptId\": \"custbody_sii_article_72_73\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1653\",\n                            \"scriptId\": \"custbody_sii_is_third_party\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1745\",\n                            \"scriptId\": \"custbody_sii_not_reported_in_time\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1779\",\n                            \"scriptId\": \"custbodyapply_addl_tax\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"537\",\n                    \"name\": \"C116 Kalpana\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": 199.65,\n                \"estGrossProfitPercent\": 43.8165,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": false,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"21677\",\n                \"isTaxable\": false,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": false,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 15,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"256\",\n                                        \"scriptId\": \"custcol_5892_eutriangulation\",\n                                        \"value\": false\n                                    },\n                                    {\n                                        \"internalId\": \"248\",\n                                        \"scriptId\": \"custcol_statistical_value_base_curr\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"127\",\n                                \"name\": \"10 Percent off\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": null,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": null,\n                            \"rate\": \"15.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 100,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Consulting\",\n                                \"type\": null\n                            },\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"256\",\n                                        \"scriptId\": \"custcol_5892_eutriangulation\",\n                                        \"value\": false\n                                    },\n                                    {\n                                        \"internalId\": \"248\",\n                                        \"scriptId\": \"custcol_statistical_value_base_curr\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Sales\",\n                                \"type\": null\n                            },\n                            \"description\": \"Proof of Concept\",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": true,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"123\",\n                                \"name\": \"Proof of Concept\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 2,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": null,\n                            \"rate\": null,\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 355.65,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"In Store\",\n                                \"type\": null\n                            },\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"256\",\n                                        \"scriptId\": \"custcol_5892_eutriangulation\",\n                                        \"value\": false\n                                    },\n                                    {\n                                        \"internalId\": \"248\",\n                                        \"scriptId\": \"custcol_statistical_value_base_curr\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Sales\",\n                                \"type\": null\n                            },\n                            \"description\": \"Blue-Extra Small, Self-packable into interior pocket with zipper closure for travel-friendly pillow, Heavy-duty, centre front YKK® 2-way locking zipper\",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": true,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"92\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket B-XS\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 3,\n                            \"location\": null,\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"5\",\n                                            \"name\": \"Extra Small\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"1\",\n                                            \"name\": \"Blue\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderLine\": null,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"quantityAvailable\": 22,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": 22,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": null,\n                            \"rate\": \"355.65\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1559026456,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": {\n                    \"externalId\": null,\n                    \"internalId\": \"12\",\n                    \"name\": \"Boston\",\n                    \"type\": null\n                },\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"May 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 470.65,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"United States\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": null,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-7\",\n                    \"name\": \"-Not Taxable-\",\n                    \"type\": null\n                },\n                \"taxPointDate\": null,\n                \"taxRate\": 0,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": false,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 470.65,\n                \"totalCostEstimate\": 256,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1558998000,\n                \"tranId\": \"IN0000810\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1559546761,\n                \"createdFrom\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"USD\",\n                    \"type\": null\n                },\n                \"currencyName\": \"USD\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"263\",\n                            \"scriptId\": \"custbody_report_timestamp\",\n                            \"value\": \"3/6/2019 0:20:42\"\n                        },\n                        {\n                            \"internalId\": \"1746\",\n                            \"scriptId\": \"custbody_sii_article_61d\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1744\",\n                            \"scriptId\": \"custbody_sii_article_72_73\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1653\",\n                            \"scriptId\": \"custbody_sii_is_third_party\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1745\",\n                            \"scriptId\": \"custbody_sii_not_reported_in_time\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1779\",\n                            \"scriptId\": \"custbodyapply_addl_tax\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"539\",\n                    \"name\": \"C117 Havells\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": 1000,\n                \"estGrossProfitPercent\": 100,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": false,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"21678\",\n                \"isTaxable\": false,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": false,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 1000,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"256\",\n                                        \"scriptId\": \"custcol_5892_eutriangulation\",\n                                        \"value\": false\n                                    },\n                                    {\n                                        \"internalId\": \"248\",\n                                        \"scriptId\": \"custcol_statistical_value_base_curr\",\n                                        \"value\": 0\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Activity Camera Battery \",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"140\",\n                                \"name\": \"BAT002\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"quantityAvailable\": 0,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": -1,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": null,\n                            \"rate\": \"1000.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1559546761,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Nob Hill\",\n                    \"type\": null\n                },\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"145\",\n                    \"name\": \"Jun 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 1000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"15\",\n                    \"name\": \"San Francisco\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": null,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-7\",\n                    \"name\": \"-Not Taxable-\",\n                    \"type\": null\n                },\n                \"taxPointDate\": null,\n                \"taxRate\": 0,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": false,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 1000,\n                \"totalCostEstimate\": 0,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1559516400,\n                \"tranId\": \"INSAN0000001\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_121720193373746861844678063_852553\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 2\n}"}],"_postman_id":"472f6b70-981d-4e83-ba63-13593175ef01"},{"name":"Retrieve invoices by ID","id":"b71e51b4-9c2c-4b63-ad85-ba6bbbc69290","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/invoice?id=21677","urlObject":{"protocol":"https","path":["netsuite","v0","invoice"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"21677"}],"variable":[]}},"response":[{"id":"736d898a-f32f-410e-9884-731c1e884f65","name":"Retrieve invoices by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/invoice?id=21677","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","invoice"],"query":[{"key":"id","value":"21677"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:48:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"9698"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"11010 Accounts Receivable : Trade Debtors\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"altHandlingCost\": null,\n                \"altShippingCost\": null,\n                \"amountPaid\": null,\n                \"amountRemaining\": null,\n                \"approvalStatus\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAccount\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1559026456,\n                \"createdFrom\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"USD\",\n                    \"type\": null\n                },\n                \"currencyName\": \"USD\",\n                \"customFieldList\": null,\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"130\",\n                    \"name\": \"Invoice\",\n                    \"type\": null\n                },\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"dueDate\": null,\n                \"email\": null,\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"537\",\n                    \"name\": \"C116 Kalpana\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": 214.65,\n                \"estGrossProfitPercent\": 45.6071,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"expCostDiscAmount\": null,\n                \"expCostDiscPrint\": false,\n                \"expCostDiscRate\": null,\n                \"expCostDiscTax1Amt\": null,\n                \"expCostDiscTaxable\": false,\n                \"expCostDiscount\": null,\n                \"expCostList\": null,\n                \"expCostTaxCode\": null,\n                \"expCostTaxRate1\": null,\n                \"expCostTaxRate2\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"internalId\": \"21677\",\n                \"isTaxable\": false,\n                \"itemCostDiscAmount\": null,\n                \"itemCostDiscPrint\": false,\n                \"itemCostDiscRate\": null,\n                \"itemCostDiscTax1Amt\": null,\n                \"itemCostDiscTaxable\": false,\n                \"itemCostDiscount\": null,\n                \"itemCostList\": null,\n                \"itemCostTaxCode\": null,\n                \"itemCostTaxRate1\": null,\n                \"itemCostTaxRate2\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 15,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"256\",\n                                        \"scriptId\": \"custcol_5892_eutriangulation\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"127\",\n                                \"name\": \"10 Percent off\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": null,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": null,\n                            \"rate\": \"15.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 100,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Consulting\",\n                                \"type\": null\n                            },\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"256\",\n                                        \"scriptId\": \"custcol_5892_eutriangulation\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Sales\",\n                                \"type\": null\n                            },\n                            \"description\": \"Proof of Concept\",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": true,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"123\",\n                                \"name\": \"Proof of Concept\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 2,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": null,\n                            \"rate\": null,\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"amount\": 355.65,\n                            \"amountOrdered\": null,\n                            \"binNumbers\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"chargesList\": null,\n                            \"class\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"In Store\",\n                                \"type\": null\n                            },\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"currentPercent\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"256\",\n                                        \"scriptId\": \"custcol_5892_eutriangulation\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Sales\",\n                                \"type\": null\n                            },\n                            \"description\": \"Blue-Extra Small, Self-packable into interior pocket with zipper closure for travel-friendly pillow, Heavy-duty, centre front YKK® 2-way locking zipper\",\n                            \"excludeFromRateRequest\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isTaxable\": true,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"92\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket B-XS\",\n                                \"type\": null\n                            },\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 3,\n                            \"location\": null,\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"5\",\n                                            \"name\": \"Extra Small\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"1\",\n                                            \"name\": \"Blue\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderLine\": null,\n                            \"percentComplete\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"quantityAvailable\": 22,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": 22,\n                            \"quantityOrdered\": null,\n                            \"quantityRemaining\": null,\n                            \"rate\": \"355.65\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscriptionLine\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1559026456,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": {\n                    \"externalId\": null,\n                    \"internalId\": \"12\",\n                    \"name\": \"Boston\",\n                    \"type\": null\n                },\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"onCreditHold\": null,\n                \"opportunity\": null,\n                \"otherRefNum\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"144\",\n                    \"name\": \"May 2019\",\n                    \"type\": null\n                },\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurringBill\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Open\",\n                \"subTotal\": 470.65,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"United States\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": null,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-7\",\n                    \"name\": \"-Not Taxable-\",\n                    \"type\": null\n                },\n                \"taxPointDate\": null,\n                \"taxRate\": 0,\n                \"taxRegOverride\": null,\n                \"taxTotal\": null,\n                \"terms\": null,\n                \"timeDiscAmount\": null,\n                \"timeDiscPrint\": false,\n                \"timeDiscRate\": null,\n                \"timeDiscTax1Amt\": null,\n                \"timeDiscTaxable\": false,\n                \"timeDiscount\": null,\n                \"timeList\": null,\n                \"timeTaxCode\": null,\n                \"timeTaxRate1\": null,\n                \"timeTaxRate2\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 470.65,\n                \"totalCostEstimate\": 256,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1558998000,\n                \"tranId\": \"IN0000810\",\n                \"tranIsVsoeBundle\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    }\n}"}],"_postman_id":"b71e51b4-9c2c-4b63-ad85-ba6bbbc69290"}],"id":"a990fae3-e6d8-426f-9ce5-3fec26208fdb","event":[{"listen":"prerequest","script":{"id":"3f15d93b-230d-43ae-8d3f-842f440bad32","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ad9d5971-9901-46c2-8d21-b60b9b9dbbed","type":"text/javascript","exec":[""]}}],"_postman_id":"a990fae3-e6d8-426f-9ce5-3fec26208fdb","description":""},{"name":"POST","item":[{"name":"Create invoices","id":"471332f8-c0de-4876-9dd0-be5936157435","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"entity\":{  \r\n      \"internalId\":\"6\"\r\n   },\r\n   \"itemList\":{  \r\n      \"item\":[  \r\n         {  \r\n            \"item\":{  \r\n               \"internalId\":\"34\"\r\n            },\r\n            \"amount\":147.61\r\n         }\r\n      ]\r\n   },\r\n   \"subsidiary\":{  \r\n      \"internalId\":\"1\"\r\n   }\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/invoice","urlObject":{"protocol":"https","path":["netsuite","v0","invoice"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"e4909141-5eab-4605-b487-37aec6a82e33","name":"Create invoices","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n   \"entity\":{  \r\n      \"internalId\":\"6\"\r\n   },\r\n   \"itemList\":{  \r\n      \"item\":[  \r\n         {  \r\n            \"item\":{  \r\n               \"internalId\":\"34\"\r\n            },\r\n            \"amount\":147.61\r\n         }\r\n      ]\r\n   },\r\n   \"subsidiary\":{  \r\n      \"internalId\":\"1\"\r\n   }\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/invoice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Nov 2019 09:58:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"457"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"writeResponse\": [\n        {\n            \"baseRef\": {\n                \"externalId\": null,\n                \"internalId\": \"14314\",\n                \"name\": null,\n                \"type\": \"invoice\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": [\n                    {\n                        \"afterSubmitFailed\": false,\n                        \"code\": null,\n                        \"message\": null,\n                        \"type\": \"ERROR\"\n                    },\n                    {\n                        \"afterSubmitFailed\": null,\n                        \"code\": \"WARNING\",\n                        \"message\": \"The line total amount is not equal to the item price times the quantity.  Is this correct?\",\n                        \"type\": \"WARN\"\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"471332f8-c0de-4876-9dd0-be5936157435"}],"id":"3d982290-de37-4dd9-818b-41a441d745ff","event":[{"listen":"prerequest","script":{"id":"946a6519-f421-4187-9ca9-0471f3376a8d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b4eac1a0-fcc8-4563-8dce-65046f9d34ad","type":"text/javascript","exec":[""]}}],"_postman_id":"3d982290-de37-4dd9-818b-41a441d745ff","description":""},{"name":"PUT","item":[{"name":"Update invoices","id":"a4cb983c-103a-4b69-8bb1-aa8af9d2ed1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"NetSuite-Token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"entity\": {\"internalId\": \"6\"},\r\n   \"itemList\": { \"item\": [\r\n    {\r\n      \"item\": { \"internalId\": \"34\"},\r\n      \"amount\":147.61\r\n    }\r\n  ] },\r\n  \"subsidiary\":{\"internalId\": \"1\"},\r\n  \"internalId\":\"7202\"\r\n}\r\n"},"url":"https://api.prestructured.com/netsuite/v0/invoice","urlObject":{"protocol":"https","path":["netsuite","v0","invoice"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"596e3a11-0f20-479b-b280-0f01d311323b","name":"Update invoices","originalRequest":{"method":"PUT","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","description":"Please generate above mentioned credentials from netsuite.com","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"entity\": {\"internalId\": \"6\"},\r\n   \"itemList\": { \"item\": [\r\n    {\r\n      \"item\": { \"internalId\": \"34\"},\r\n      \"amount\":147.61\r\n    }\r\n  ] },\r\n  \"subsidiary\":{\"internalId\": \"1\"},\r\n  \"internalId\":\"14314\"\r\n}\r\n"},"url":"https://api.prestructured.com/netsuite/v0/invoice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Nov 2019 10:07:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"457"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"writeResponse\": [\n        {\n            \"baseRef\": {\n                \"externalId\": null,\n                \"internalId\": \"14314\",\n                \"name\": null,\n                \"type\": \"invoice\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": [\n                    {\n                        \"afterSubmitFailed\": false,\n                        \"code\": null,\n                        \"message\": null,\n                        \"type\": \"ERROR\"\n                    },\n                    {\n                        \"afterSubmitFailed\": null,\n                        \"code\": \"WARNING\",\n                        \"message\": \"The line total amount is not equal to the item price times the quantity.  Is this correct?\",\n                        \"type\": \"WARN\"\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"a4cb983c-103a-4b69-8bb1-aa8af9d2ed1e"}],"id":"88124c1b-5c41-4234-85b7-c1aea8031746","event":[{"listen":"prerequest","script":{"id":"358d6b4f-e263-47d8-abce-659431f3a3e5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"80151e70-6b5f-482b-9f8c-ae056873689f","type":"text/javascript","exec":[""]}}],"_postman_id":"88124c1b-5c41-4234-85b7-c1aea8031746","description":""},{"name":"DELETE","item":[{"name":"Delete Invoices","id":"99dedc9a-bb54-4a27-abe4-932e7c12416c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/invoice?id=18305","urlObject":{"protocol":"https","path":["netsuite","v0","invoice"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"18305"}],"variable":[]}},"response":[{"id":"341ffdfc-0ad4-4ea6-968c-90a6f3bb3f09","name":"Delete Invoices","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/invoice?id=18305","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","invoice"],"query":[{"key":"id","value":"18305"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"body\": {\r\n    \"writeResponseList\": {\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      },\r\n      \"writeResponse\": [\r\n        {\r\n          \"baseRef\": {\r\n            \"internalId\": \"18305\",\r\n            \"type\": \"customer\"\r\n          },\r\n          \"status\": {\r\n            \"isSuccess\": true,\r\n            \"statusDetail\": []\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  },\r\n  \"header\": {\r\n    \"documentInfo\": {\r\n      \"nsId\": \"WEBSERVICES_5333445_SB1_01302020158958456937101047_61d528b8f\"\r\n    }\r\n  }\r\n}"}],"_postman_id":"99dedc9a-bb54-4a27-abe4-932e7c12416c"}],"id":"3da3379d-fdee-4590-b3e2-336d2cda25e6","event":[{"listen":"prerequest","script":{"id":"87c73848-e571-4858-98c1-a7b315ea7b4c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d78d0fa3-1522-4615-8b56-e11cd42e0f3b","type":"text/javascript","exec":[""]}}],"_postman_id":"3da3379d-fdee-4590-b3e2-336d2cda25e6","description":""}],"id":"29d38175-6320-464c-9fa5-147029765e74","_postman_id":"29d38175-6320-464c-9fa5-147029765e74","description":""},{"name":"Items","item":[{"name":"GET","item":[{"name":"Retrieve items","id":"64633482-52d6-4f5a-87e1-f7895c5bc992","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"NetSuite-Token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/item","urlObject":{"protocol":"https","path":["netsuite","v0","item"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"1229166c-eb2b-49a8-9354-f6c3ffa05d79","name":"Retrieve items","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"url":"https://api.prestructured.com/netsuite/v0/item"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:37:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"150098"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"availableToPartners\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"contingentRevenueHandling\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1545306146,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"defaultItemShipMethod\": null,\n                \"deferRevRec\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": null,\n                \"dontShowPrice\": false,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"internalId\": \"6\",\n                \"isDonationItem\": false,\n                \"isFulfillable\": true,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": true,\n                \"isOnline\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"GH Pens\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"NonInventorySaleItem\",\n                \"lastModifiedDate\": 1553663771,\n                \"location\": null,\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"preferenceCriterion\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": {\n                    \"pricing\": [\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": null,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": 0,\n                                        \"value\": 1000\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": -10,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Alternate Price 1\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": 0,\n                                        \"value\": 900\n                                    }\n                                ]\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"false\"\n                },\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseTaxCode\": null,\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"relatedItemsDescription\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revReclassFXAccount\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"shipIndividually\": null,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Pen\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useMarginalRates\": false,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"availableToPartners\": null,\n                \"billingRatesMatrix\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"contingentRevenueHandling\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"createJob\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1545636437,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"deferRevRec\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": \"Note Book\",\n                \"dontShowPrice\": false,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"internalId\": \"7\",\n                \"isDonationItem\": false,\n                \"isFulfillable\": false,\n                \"isGcoCompliant\": null,\n                \"isInactive\": true,\n                \"isOnline\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemId\": \"Note Book\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemTaskTemplatesList\": null,\n                \"itemType\": \"ServiceSaleItem\",\n                \"lastModifiedDate\": 1553664387,\n                \"location\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": {\n                    \"pricing\": [\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": null,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": null,\n                                        \"value\": 25\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": -10,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Alternate Price 1\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": null,\n                                        \"value\": 22.5\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": -12,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Alternate Price 2\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": null,\n                                        \"value\": 18\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": null,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Alternate Price 3\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": null,\n                                        \"value\": 15\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": null,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Online Price\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": null,\n                                        \"value\": 30\n                                    }\n                                ]\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"false\"\n                },\n                \"purchaseTaxCode\": null,\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"relatedItemsDescription\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revReclassFXAccount\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"searchKeywords\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useMarginalRates\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"availableToPartners\": null,\n                \"billingRatesMatrix\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"contingentRevenueHandling\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"createJob\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1545639096,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"deferRevRec\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": \"Pencil\",\n                \"dontShowPrice\": false,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"internalId\": \"8\",\n                \"isDonationItem\": false,\n                \"isFulfillable\": false,\n                \"isGcoCompliant\": null,\n                \"isInactive\": true,\n                \"isOnline\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemId\": \"Pencil\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemTaskTemplatesList\": null,\n                \"itemType\": \"ServiceSaleItem\",\n                \"lastModifiedDate\": 1553664387,\n                \"location\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": {\n                    \"pricing\": [\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": null,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": null,\n                                        \"value\": 5\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": -10,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Alternate Price 1\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": null,\n                                        \"value\": 4.5\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": -12,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Alternate Price 2\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": null,\n                                        \"value\": 4\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": null,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": \"Alternate Price 3\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": null,\n                                        \"value\": 3\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": null,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"Online Price\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": null,\n                                        \"value\": 5\n                                    }\n                                ]\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"false\"\n                },\n                \"purchaseTaxCode\": null,\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"relatedItemsDescription\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revReclassFXAccount\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"searchKeywords\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useMarginalRates\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"availableToPartners\": null,\n                \"class\": null,\n                \"createdDate\": 1545648575,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"description\": null,\n                \"displayName\": null,\n                \"expenseAccount\": null,\n                \"externalId\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": null,\n                \"internalId\": \"9\",\n                \"isInactive\": false,\n                \"isPreTax\": false,\n                \"issueProduct\": null,\n                \"itemId\": \"Vendor Discount\",\n                \"itemType\": \"DiscountItem\",\n                \"lastModifiedDate\": 1553671156,\n                \"location\": null,\n                \"nonPosting\": null,\n                \"nullFieldList\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"10\",\n                    \"name\": \"Discount\",\n                    \"type\": null\n                },\n                \"rate\": \"1.00%\",\n                \"revRecSchedule\": null,\n                \"salesTaxCode\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": null,\n                \"translationsList\": null,\n                \"upcCode\": null,\n                \"vendorName\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"availableToPartners\": null,\n                \"class\": null,\n                \"createdDate\": 1545648785,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"description\": null,\n                \"displayName\": null,\n                \"expenseAccount\": null,\n                \"externalId\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": null,\n                \"internalId\": \"10\",\n                \"isInactive\": false,\n                \"isPreTax\": false,\n                \"issueProduct\": null,\n                \"itemId\": \"Discount\",\n                \"itemType\": \"DiscountItem\",\n                \"lastModifiedDate\": 1553664415,\n                \"location\": null,\n                \"nonPosting\": null,\n                \"nullFieldList\": null,\n                \"parent\": null,\n                \"rate\": \"1.00%\",\n                \"revRecSchedule\": null,\n                \"salesTaxCode\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": null,\n                \"translationsList\": null,\n                \"upcCode\": null,\n                \"vendorName\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"alternateDemandSourceItem\": null,\n                \"assetAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"121\",\n                    \"name\": \"Advances Paid\",\n                    \"type\": null\n                },\n                \"autoLeadTime\": null,\n                \"autoPreferredStockLevel\": null,\n                \"autoReorderPoint\": null,\n                \"availableToPartners\": null,\n                \"averageCost\": 0,\n                \"backwardConsumptionDays\": null,\n                \"billExchRateVarianceAcct\": null,\n                \"billPriceVarianceAcct\": null,\n                \"billQtyVarianceAcct\": null,\n                \"billingSchedule\": null,\n                \"binNumberList\": null,\n                \"class\": null,\n                \"cogsAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"221\",\n                    \"name\": \"ACC\",\n                    \"type\": null\n                },\n                \"copyDescription\": false,\n                \"cost\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costUnits\": null,\n                \"costingMethod\": null,\n                \"costingMethodDisplay\": \"Average\",\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1547807612,\n                \"currency\": null,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"defaultItemShipMethod\": null,\n                \"defaultReturnCost\": null,\n                \"deferredRevenueAccount\": null,\n                \"demandModifier\": null,\n                \"demandSource\": null,\n                \"demandTimeFence\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": \"Pen\",\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expirationDate\": null,\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"fixedLotSize\": null,\n                \"forwardConsumptionDays\": null,\n                \"gainLossAccount\": null,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"hierarchyVersionsList\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"intercoCogsAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"13\",\n                \"invtClassification\": null,\n                \"invtCountInterval\": null,\n                \"isDonationItem\": false,\n                \"isDropShipItem\": false,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": true,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isStorePickupAllowed\": null,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"Pen\",\n                \"itemNumberOptionsList\": null,\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"LotNumberedInventoryItem\",\n                \"itemVendorList\": {\n                    \"itemVendor\": [\n                        {\n                            \"preferredVendor\": false,\n                            \"purchasePrice\": null,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Default Tax Agency IN\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastInvtCountDate\": null,\n                \"lastModifiedDate\": 1559039026,\n                \"lastPurchasePrice\": 0,\n                \"leadTime\": null,\n                \"location\": null,\n                \"locationsList\": {\n                    \"locations\": [\n                        {\n                            \"alternateDemandSourceItem\": null,\n                            \"averageCostMli\": null,\n                            \"backwardConsumptionDays\": null,\n                            \"buildTime\": null,\n                            \"cost\": null,\n                            \"costingLotSize\": null,\n                            \"defaultReturnCost\": null,\n                            \"demandSource\": null,\n                            \"demandTimeFence\": null,\n                            \"expirationDate\": null,\n                            \"fixedLotSize\": null,\n                            \"forwardConsumptionDays\": null,\n                            \"inventoryCostTemplate\": null,\n                            \"invtClassification\": null,\n                            \"invtCountInterval\": null,\n                            \"isWip\": null,\n                            \"lastInvtCountDate\": null,\n                            \"lastPurchasePriceMli\": null,\n                            \"leadTime\": null,\n                            \"location\": \"Atlanta : Hyd\",\n                            \"locationAllowStorePickup\": null,\n                            \"locationId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"locationQtyAvailForStorePickup\": null,\n                            \"locationStorePickupBufferStock\": null,\n                            \"location_display\": \"Atlanta : Hyd\",\n                            \"locationlookup\": null,\n                            \"nextInvtCountDate\": null,\n                            \"onHandValueMli\": null,\n                            \"periodicLotSizeDays\": null,\n                            \"periodicLotSizeType\": null,\n                            \"preferredStockLevel\": null,\n                            \"quantityAvailable\": 0,\n                            \"quantityBackOrdered\": null,\n                            \"quantityCommitted\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOnOrder\": null,\n                            \"reorderPoint\": null,\n                            \"rescheduleInDays\": null,\n                            \"rescheduleOutDays\": null,\n                            \"safetyStockLevel\": null,\n                            \"serialNumbers\": null,\n                            \"supplyLotSizingMethod\": null,\n                            \"supplyReplenishmentMethod\": null,\n                            \"supplyTimeFence\": null,\n                            \"supplyType\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matchBillToReceipt\": false,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"nextInvtCountDate\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"numbersList\": null,\n                \"offerSupport\": null,\n                \"onHandValueMli\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"periodicLotSizeDays\": null,\n                \"periodicLotSizeType\": null,\n                \"preferenceCriterion\": null,\n                \"preferredLocation\": null,\n                \"preferredStockLevel\": null,\n                \"preferredStockLevelDays\": null,\n                \"preferredStockLevelUnits\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchasePriceVarianceAcct\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": null,\n                \"quantityAvailable\": null,\n                \"quantityBackOrdered\": null,\n                \"quantityCommitted\": null,\n                \"quantityOnHand\": null,\n                \"quantityOnHandUnits\": null,\n                \"quantityOnOrder\": null,\n                \"quantityPricingSchedule\": null,\n                \"quantityReorderUnits\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"reorderMultiple\": null,\n                \"reorderPoint\": null,\n                \"reorderPointUnits\": null,\n                \"rescheduleInDays\": null,\n                \"rescheduleOutDays\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"roundUpAsComponent\": null,\n                \"safetyStockLevel\": null,\n                \"safetyStockLevelDays\": null,\n                \"safetyStockLevelUnits\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"seasonalDemand\": null,\n                \"serialNumbers\": null,\n                \"shipIndividually\": null,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"stockUnit\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"supplyLotSizingMethod\": null,\n                \"supplyReplenishmentMethod\": null,\n                \"supplyTimeFence\": null,\n                \"supplyType\": null,\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Pen\",\n                    \"type\": null\n                },\n                \"totalValue\": null,\n                \"trackLandedCost\": null,\n                \"transferPrice\": null,\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useBins\": null,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"alternateDemandSourceItem\": null,\n                \"assetAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"121\",\n                    \"name\": \"Advances Paid\",\n                    \"type\": null\n                },\n                \"autoLeadTime\": null,\n                \"autoPreferredStockLevel\": null,\n                \"autoReorderPoint\": null,\n                \"availableToPartners\": null,\n                \"averageCost\": 0,\n                \"backwardConsumptionDays\": null,\n                \"billExchRateVarianceAcct\": null,\n                \"billPriceVarianceAcct\": null,\n                \"billQtyVarianceAcct\": null,\n                \"billingSchedule\": null,\n                \"binNumberList\": null,\n                \"class\": null,\n                \"cogsAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"221\",\n                    \"name\": \"ACC\",\n                    \"type\": null\n                },\n                \"copyDescription\": false,\n                \"cost\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costUnits\": null,\n                \"costingMethod\": null,\n                \"costingMethodDisplay\": \"Average\",\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1547810081,\n                \"currency\": null,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"defaultItemShipMethod\": null,\n                \"defaultReturnCost\": null,\n                \"deferredRevenueAccount\": null,\n                \"demandModifier\": null,\n                \"demandSource\": null,\n                \"demandTimeFence\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": null,\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expirationDate\": null,\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"fixedLotSize\": null,\n                \"forwardConsumptionDays\": null,\n                \"gainLossAccount\": null,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"hierarchyVersionsList\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"intercoCogsAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"15\",\n                \"invtClassification\": null,\n                \"invtCountInterval\": null,\n                \"isDonationItem\": false,\n                \"isDropShipItem\": false,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": true,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isStorePickupAllowed\": null,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"Book\",\n                \"itemNumberOptionsList\": null,\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"LotNumberedInventoryItem\",\n                \"itemVendorList\": null,\n                \"lastInvtCountDate\": null,\n                \"lastModifiedDate\": 1553664463,\n                \"lastPurchasePrice\": 0,\n                \"leadTime\": null,\n                \"location\": null,\n                \"locationsList\": {\n                    \"locations\": [\n                        {\n                            \"alternateDemandSourceItem\": null,\n                            \"averageCostMli\": null,\n                            \"backwardConsumptionDays\": null,\n                            \"buildTime\": null,\n                            \"cost\": null,\n                            \"costingLotSize\": null,\n                            \"defaultReturnCost\": null,\n                            \"demandSource\": null,\n                            \"demandTimeFence\": null,\n                            \"expirationDate\": null,\n                            \"fixedLotSize\": null,\n                            \"forwardConsumptionDays\": null,\n                            \"inventoryCostTemplate\": null,\n                            \"invtClassification\": null,\n                            \"invtCountInterval\": null,\n                            \"isWip\": null,\n                            \"lastInvtCountDate\": null,\n                            \"lastPurchasePriceMli\": null,\n                            \"leadTime\": null,\n                            \"location\": \"Atlanta : Hyd\",\n                            \"locationAllowStorePickup\": null,\n                            \"locationId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"locationQtyAvailForStorePickup\": null,\n                            \"locationStorePickupBufferStock\": null,\n                            \"location_display\": \"Atlanta : Hyd\",\n                            \"locationlookup\": null,\n                            \"nextInvtCountDate\": null,\n                            \"onHandValueMli\": null,\n                            \"periodicLotSizeDays\": null,\n                            \"periodicLotSizeType\": null,\n                            \"preferredStockLevel\": null,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityCommitted\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOnOrder\": null,\n                            \"reorderPoint\": null,\n                            \"rescheduleInDays\": null,\n                            \"rescheduleOutDays\": null,\n                            \"safetyStockLevel\": null,\n                            \"serialNumbers\": null,\n                            \"supplyLotSizingMethod\": null,\n                            \"supplyReplenishmentMethod\": null,\n                            \"supplyTimeFence\": null,\n                            \"supplyType\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matchBillToReceipt\": false,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"nextInvtCountDate\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"numbersList\": null,\n                \"offerSupport\": null,\n                \"onHandValueMli\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"periodicLotSizeDays\": null,\n                \"periodicLotSizeType\": null,\n                \"preferenceCriterion\": null,\n                \"preferredLocation\": null,\n                \"preferredStockLevel\": null,\n                \"preferredStockLevelDays\": null,\n                \"preferredStockLevelUnits\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchasePriceVarianceAcct\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": null,\n                \"quantityAvailable\": null,\n                \"quantityBackOrdered\": null,\n                \"quantityCommitted\": null,\n                \"quantityOnHand\": null,\n                \"quantityOnHandUnits\": null,\n                \"quantityOnOrder\": null,\n                \"quantityPricingSchedule\": null,\n                \"quantityReorderUnits\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"reorderMultiple\": null,\n                \"reorderPoint\": null,\n                \"reorderPointUnits\": null,\n                \"rescheduleInDays\": null,\n                \"rescheduleOutDays\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"roundUpAsComponent\": null,\n                \"safetyStockLevel\": null,\n                \"safetyStockLevelDays\": null,\n                \"safetyStockLevelUnits\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"seasonalDemand\": null,\n                \"serialNumbers\": null,\n                \"shipIndividually\": null,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"stockUnit\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"supplyLotSizingMethod\": null,\n                \"supplyReplenishmentMethod\": null,\n                \"supplyTimeFence\": null,\n                \"supplyType\": null,\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"totalValue\": null,\n                \"trackLandedCost\": null,\n                \"transferPrice\": null,\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useBins\": null,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"availableToPartners\": null,\n                \"billingRatesMatrix\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"contingentRevenueHandling\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"createJob\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1551777481,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"deferRevRec\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": null,\n                \"dontShowPrice\": false,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"internalId\": \"17\",\n                \"isDonationItem\": false,\n                \"isFulfillable\": false,\n                \"isGcoCompliant\": null,\n                \"isInactive\": true,\n                \"isOnline\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemId\": \"Pen\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemTaskTemplatesList\": null,\n                \"itemType\": \"ServiceSaleItem\",\n                \"lastModifiedDate\": 1553664387,\n                \"location\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": {\n                    \"pricing\": [\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": null,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": null,\n                                        \"value\": 10\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": -10,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Alternate Price 1\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": null,\n                                        \"value\": 9\n                                    }\n                                ]\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"false\"\n                },\n                \"purchaseTaxCode\": null,\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"relatedItemsDescription\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revReclassFXAccount\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"searchKeywords\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"4\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Pen\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useMarginalRates\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"availableToPartners\": null,\n                \"billingRatesMatrix\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"contingentRevenueHandling\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"createJob\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1552300788,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"deferRevRec\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": \"Pen Pencil\",\n                \"dontShowPrice\": false,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"internalId\": \"18\",\n                \"isDonationItem\": false,\n                \"isFulfillable\": false,\n                \"isGcoCompliant\": null,\n                \"isInactive\": true,\n                \"isOnline\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemId\": \"23456\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemTaskTemplatesList\": null,\n                \"itemType\": \"ServiceSaleItem\",\n                \"lastModifiedDate\": 1553664387,\n                \"location\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"Pencil\",\n                    \"type\": null\n                },\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": {\n                    \"pricing\": [\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": null,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": null,\n                                        \"value\": 12\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": -10,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Alternate Price 1\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": null,\n                                        \"value\": 10.8\n                                    }\n                                ]\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"false\"\n                },\n                \"purchaseTaxCode\": null,\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"relatedItemsDescription\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revReclassFXAccount\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"searchKeywords\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"4\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Pen\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": \"123456\",\n                \"urlComponent\": null,\n                \"useMarginalRates\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"availableToPartners\": null,\n                \"billingRatesMatrix\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"contingentRevenueHandling\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"createJob\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1553068207,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"deferRevRec\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": \"Bottle\",\n                \"dontShowPrice\": false,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"internalId\": \"19\",\n                \"isDonationItem\": false,\n                \"isFulfillable\": false,\n                \"isGcoCompliant\": null,\n                \"isInactive\": true,\n                \"isOnline\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemId\": \"Water Bottle\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemTaskTemplatesList\": null,\n                \"itemType\": \"ServiceSaleItem\",\n                \"lastModifiedDate\": 1553664387,\n                \"location\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": {\n                    \"pricing\": [\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": null,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": null,\n                                        \"value\": 50\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": -10,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Alternate Price 1\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": null,\n                                        \"value\": 45\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": -12,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Alternate Price 2\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": null,\n                                        \"value\": 30\n                                    }\n                                ]\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"false\"\n                },\n                \"purchaseTaxCode\": null,\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"relatedItemsDescription\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revReclassFXAccount\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"searchKeywords\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Pen\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useMarginalRates\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"availableToPartners\": null,\n                \"billingRatesMatrix\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"contingentRevenueHandling\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"createJob\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1553068344,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"deferRevRec\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": \"Name Badges\",\n                \"dontShowPrice\": false,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"internalId\": \"21\",\n                \"isDonationItem\": false,\n                \"isFulfillable\": false,\n                \"isGcoCompliant\": null,\n                \"isInactive\": true,\n                \"isOnline\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemId\": \"Name Badges\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemTaskTemplatesList\": null,\n                \"itemType\": \"ServiceSaleItem\",\n                \"lastModifiedDate\": 1553664387,\n                \"location\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": {\n                    \"pricing\": [\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": null,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": null,\n                                        \"value\": 15\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": -10,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Alternate Price 1\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": null,\n                                        \"value\": 13.5\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": -12,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"Alternate Price 2\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": null,\n                                        \"value\": 10\n                                    }\n                                ]\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"false\"\n                },\n                \"purchaseTaxCode\": null,\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"relatedItemsDescription\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revReclassFXAccount\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"searchKeywords\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useMarginalRates\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"amortizationPeriod\": null,\n                \"amortizationTemplate\": null,\n                \"availableToPartners\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"copyDescription\": false,\n                \"cost\": 600,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"costUnits\": \"per Piece\",\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1553239228,\n                \"currency\": \"1\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"defaultItemShipMethod\": null,\n                \"deferRevRec\": null,\n                \"deferralAccount\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": null,\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expenseAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"58\",\n                    \"name\": \"Expenses\",\n                    \"type\": null\n                },\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"generateAccruals\": false,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"intercoExpenseAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"22\",\n                \"isDonationItem\": false,\n                \"isDropShipItem\": true,\n                \"isFulfillable\": true,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": true,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"MEN'S BAJAJ-  JEANS PANT\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"NonInventoryResaleItem\",\n                \"itemVendorList\": {\n                    \"itemVendor\": [\n                        {\n                            \"preferredVendor\": false,\n                            \"purchasePrice\": null,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"369\",\n                                \"name\": \"Bajaj Clothing Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        },\n                        {\n                            \"preferredVendor\": true,\n                            \"purchasePrice\": null,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"371\",\n                                \"name\": \"Anuvarthh Apparels Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        },\n                        {\n                            \"preferredVendor\": false,\n                            \"purchasePrice\": null,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"48\",\n                                \"name\": \"Vendor\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        },\n                        {\n                            \"preferredVendor\": false,\n                            \"purchasePrice\": null,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"377\",\n                                \"name\": \"Vendor234\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1553861689,\n                \"location\": null,\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": \"Pieces\",\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"preferenceCriterion\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Pcs\",\n                    \"type\": null\n                },\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"residual\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Pcs\",\n                    \"type\": null\n                },\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"shipIndividually\": null,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Pcs\",\n                    \"type\": null\n                },\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": \"per Piece\"\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"amortizationPeriod\": null,\n                \"amortizationTemplate\": null,\n                \"availableToPartners\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"copyDescription\": false,\n                \"cost\": 500,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"costUnits\": \"per Piece\",\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1553239293,\n                \"currency\": \"1\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"defaultItemShipMethod\": null,\n                \"deferRevRec\": null,\n                \"deferralAccount\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": null,\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expenseAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"58\",\n                    \"name\": \"Expenses\",\n                    \"type\": null\n                },\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"generateAccruals\": false,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"intercoExpenseAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"23\",\n                \"isDonationItem\": false,\n                \"isDropShipItem\": true,\n                \"isFulfillable\": true,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"MEN'S VINTAGE- JEANS PANT\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"NonInventoryResaleItem\",\n                \"itemVendorList\": {\n                    \"itemVendor\": [\n                        {\n                            \"preferredVendor\": true,\n                            \"purchasePrice\": null,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"371\",\n                                \"name\": \"Anuvarthh Apparels Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1553861689,\n                \"location\": null,\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": \"Pieces\",\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"preferenceCriterion\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Pcs\",\n                    \"type\": null\n                },\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"residual\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Pcs\",\n                    \"type\": null\n                },\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"shipIndividually\": null,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Pcs\",\n                    \"type\": null\n                },\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": \"per Piece\"\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"amortizationPeriod\": null,\n                \"amortizationTemplate\": null,\n                \"availableToPartners\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"copyDescription\": true,\n                \"cost\": 250,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"costUnits\": \"per Piece\",\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1553659486,\n                \"currency\": \"1\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"defaultItemShipMethod\": null,\n                \"deferRevRec\": null,\n                \"deferralAccount\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": null,\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expenseAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"58\",\n                    \"name\": \"Expenses\",\n                    \"type\": null\n                },\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"generateAccruals\": false,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"includeChildren\": true,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"intercoExpenseAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"27\",\n                \"isDonationItem\": false,\n                \"isDropShipItem\": true,\n                \"isFulfillable\": true,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"MEN'S SHIRT\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"NonInventoryResaleItem\",\n                \"itemVendorList\": {\n                    \"itemVendor\": [\n                        {\n                            \"preferredVendor\": true,\n                            \"purchasePrice\": 250,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"380\",\n                                \"name\": \"Blue Monkey Clothing Company\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        },\n                        {\n                            \"preferredVendor\": false,\n                            \"purchasePrice\": null,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"371\",\n                                \"name\": \"Anuvarthh Apparels Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1553663849,\n                \"location\": null,\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": \"Pieces\",\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"preferenceCriterion\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Pcs\",\n                    \"type\": null\n                },\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"residual\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Pcs\",\n                    \"type\": null\n                },\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"shipIndividually\": null,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Pcs\",\n                    \"type\": null\n                },\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": \"per Piece\"\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"amortizationPeriod\": null,\n                \"amortizationTemplate\": null,\n                \"availableToPartners\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"copyDescription\": true,\n                \"cost\": 250,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"costUnits\": \"per pcs\",\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1553660074,\n                \"currency\": \"1\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"defaultItemShipMethod\": null,\n                \"deferRevRec\": null,\n                \"deferralAccount\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": null,\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expenseAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"58\",\n                    \"name\": \"Expenses\",\n                    \"type\": null\n                },\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"generateAccruals\": false,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"includeChildren\": true,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"intercoExpenseAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"28\",\n                \"isDonationItem\": false,\n                \"isDropShipItem\": true,\n                \"isFulfillable\": true,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"MEN'S JEANS PANT\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"NonInventoryResaleItem\",\n                \"itemVendorList\": {\n                    \"itemVendor\": [\n                        {\n                            \"preferredVendor\": true,\n                            \"purchasePrice\": 250,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"369\",\n                                \"name\": \"Bajaj Clothing Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        },\n                        {\n                            \"preferredVendor\": false,\n                            \"purchasePrice\": null,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"371\",\n                                \"name\": \"Anuvarthh Apparels Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1557162033,\n                \"location\": null,\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": \"pcs\",\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"preferenceCriterion\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"pcs\",\n                    \"type\": null\n                },\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"residual\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"pcs\",\n                    \"type\": null\n                },\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"shipIndividually\": null,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Boxes\",\n                    \"type\": null\n                },\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": \"per pcs\"\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"amortizationPeriod\": null,\n                \"amortizationTemplate\": null,\n                \"availableToPartners\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"copyDescription\": false,\n                \"cost\": 250,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"costUnits\": null,\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1553664180,\n                \"currency\": \"1\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"defaultItemShipMethod\": null,\n                \"deferRevRec\": null,\n                \"deferralAccount\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": null,\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expenseAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"58\",\n                    \"name\": \"Expenses\",\n                    \"type\": null\n                },\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"generateAccruals\": false,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"includeChildren\": true,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"intercoExpenseAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"32\",\n                \"isDonationItem\": false,\n                \"isDropShipItem\": true,\n                \"isFulfillable\": true,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"MEN'S COTTON PANT\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"NonInventoryResaleItem\",\n                \"itemVendorList\": {\n                    \"itemVendor\": [\n                        {\n                            \"preferredVendor\": true,\n                            \"purchasePrice\": null,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"388\",\n                                \"name\": \"H.M Clothing Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1557162020,\n                \"location\": null,\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"preferenceCriterion\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": null,\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"residual\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"shipIndividually\": null,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"amortizationPeriod\": null,\n                \"amortizationTemplate\": null,\n                \"availableToPartners\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"copyDescription\": false,\n                \"cost\": 100,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"costUnits\": null,\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1553664275,\n                \"currency\": \"1\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"defaultItemShipMethod\": null,\n                \"deferRevRec\": null,\n                \"deferralAccount\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": null,\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expenseAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"58\",\n                    \"name\": \"Expenses\",\n                    \"type\": null\n                },\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"generateAccruals\": false,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"includeChildren\": true,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"intercoExpenseAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"33\",\n                \"isDonationItem\": false,\n                \"isDropShipItem\": true,\n                \"isFulfillable\": true,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"SOCKS\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"NonInventoryResaleItem\",\n                \"itemVendorList\": {\n                    \"itemVendor\": [\n                        {\n                            \"preferredVendor\": false,\n                            \"purchasePrice\": null,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"388\",\n                                \"name\": \"H.M Clothing Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        },\n                        {\n                            \"preferredVendor\": true,\n                            \"purchasePrice\": 1000,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"390\",\n                                \"name\": \"ARRUMUGAM COTTON PVT. LTD.\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1553686506,\n                \"location\": null,\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"preferenceCriterion\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": null,\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"residual\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"shipIndividually\": null,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"amortizationPeriod\": null,\n                \"amortizationTemplate\": null,\n                \"availableToPartners\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"copyDescription\": false,\n                \"cost\": 500,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"costUnits\": null,\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1553664327,\n                \"currency\": \"1\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"defaultItemShipMethod\": null,\n                \"deferRevRec\": null,\n                \"deferralAccount\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": null,\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expenseAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"58\",\n                    \"name\": \"Expenses\",\n                    \"type\": null\n                },\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"generateAccruals\": false,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"includeChildren\": true,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"intercoExpenseAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"34\",\n                \"isDonationItem\": false,\n                \"isDropShipItem\": true,\n                \"isFulfillable\": true,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"BAGS\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"NonInventoryResaleItem\",\n                \"itemVendorList\": {\n                    \"itemVendor\": [\n                        {\n                            \"preferredVendor\": true,\n                            \"purchasePrice\": null,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"388\",\n                                \"name\": \"H.M Clothing Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1553665374,\n                \"location\": null,\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"preferenceCriterion\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": null,\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"residual\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"shipIndividually\": null,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"amortizationPeriod\": null,\n                \"amortizationTemplate\": null,\n                \"availableToPartners\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"copyDescription\": false,\n                \"cost\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"costUnits\": \"per Piece\",\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1553676884,\n                \"currency\": \"1\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"defaultItemShipMethod\": null,\n                \"deferRevRec\": null,\n                \"deferralAccount\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": null,\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expenseAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"58\",\n                    \"name\": \"Expenses\",\n                    \"type\": null\n                },\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"generateAccruals\": false,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"intercoExpenseAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"35\",\n                \"isDonationItem\": false,\n                \"isDropShipItem\": true,\n                \"isFulfillable\": true,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"WOMEN'S KURTI\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"NonInventoryResaleItem\",\n                \"itemVendorList\": {\n                    \"itemVendor\": [\n                        {\n                            \"preferredVendor\": true,\n                            \"purchasePrice\": 500,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"371\",\n                                \"name\": \"Anuvarthh Apparels Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        },\n                        {\n                            \"preferredVendor\": false,\n                            \"purchasePrice\": null,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"380\",\n                                \"name\": \"Blue Monkey Clothing Company\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1557388632,\n                \"location\": null,\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": \"Pieces\",\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"preferenceCriterion\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Pcs\",\n                    \"type\": null\n                },\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"residual\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Pcs\",\n                    \"type\": null\n                },\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"shipIndividually\": null,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Pcs\",\n                    \"type\": null\n                },\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": \"per Piece\"\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"amortizationPeriod\": null,\n                \"amortizationTemplate\": null,\n                \"availableToPartners\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"copyDescription\": false,\n                \"cost\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"costUnits\": null,\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1553704423,\n                \"currency\": \"1\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"defaultItemShipMethod\": null,\n                \"deferRevRec\": null,\n                \"deferralAccount\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": null,\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expenseAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"58\",\n                    \"name\": \"Expenses\",\n                    \"type\": null\n                },\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"generateAccruals\": false,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"intercoExpenseAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"37\",\n                \"isDonationItem\": false,\n                \"isDropShipItem\": true,\n                \"isFulfillable\": true,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"Item for GH\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"NonInventoryResaleItem\",\n                \"itemVendorList\": {\n                    \"itemVendor\": [\n                        {\n                            \"preferredVendor\": true,\n                            \"purchasePrice\": 200,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"371\",\n                                \"name\": \"Anuvarthh Apparels Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556605666,\n                \"location\": null,\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"preferenceCriterion\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": null,\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"residual\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"shipIndividually\": null,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"amortizationPeriod\": null,\n                \"amortizationTemplate\": null,\n                \"availableToPartners\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"copyDescription\": false,\n                \"cost\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"costUnits\": null,\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1553861694,\n                \"currency\": \"1\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"defaultItemShipMethod\": null,\n                \"deferRevRec\": null,\n                \"deferralAccount\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": \"Booster Cover\",\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expenseAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"58\",\n                    \"name\": \"Expenses\",\n                    \"type\": null\n                },\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"generateAccruals\": false,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"intercoExpenseAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"238\",\n                \"isDonationItem\": false,\n                \"isDropShipItem\": true,\n                \"isFulfillable\": true,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"Booster Cover\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"NonInventoryResaleItem\",\n                \"itemVendorList\": {\n                    \"itemVendor\": [\n                        {\n                            \"preferredVendor\": true,\n                            \"purchasePrice\": 10,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"369\",\n                                \"name\": \"Bajaj Clothing Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        },\n                        {\n                            \"preferredVendor\": false,\n                            \"purchasePrice\": null,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"390\",\n                                \"name\": \"ARRUMUGAM COTTON PVT. LTD.\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        },\n                        {\n                            \"preferredVendor\": false,\n                            \"purchasePrice\": null,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"380\",\n                                \"name\": \"Blue Monkey Clothing Company\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556125598,\n                \"location\": null,\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"preferenceCriterion\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": null,\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"residual\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"shipIndividually\": null,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": \"1234567890\",\n                \"urlComponent\": null,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"amortizationPeriod\": null,\n                \"amortizationTemplate\": null,\n                \"availableToPartners\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"copyDescription\": false,\n                \"cost\": 200,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"costUnits\": null,\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1553861696,\n                \"currency\": \"1\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"defaultItemShipMethod\": null,\n                \"deferRevRec\": null,\n                \"deferralAccount\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": \"Bow\",\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expenseAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"58\",\n                    \"name\": \"Expenses\",\n                    \"type\": null\n                },\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"generateAccruals\": false,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"intercoExpenseAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"239\",\n                \"isDonationItem\": false,\n                \"isDropShipItem\": true,\n                \"isFulfillable\": true,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"Bow\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"NonInventoryResaleItem\",\n                \"itemVendorList\": {\n                    \"itemVendor\": [\n                        {\n                            \"preferredVendor\": true,\n                            \"purchasePrice\": null,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"369\",\n                                \"name\": \"Bajaj Clothing Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1553861696,\n                \"location\": null,\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"preferenceCriterion\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": null,\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"residual\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"shipIndividually\": null,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"amortizationPeriod\": null,\n                \"amortizationTemplate\": null,\n                \"availableToPartners\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"copyDescription\": false,\n                \"cost\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"costUnits\": null,\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1553861696,\n                \"currency\": \"1\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"defaultItemShipMethod\": null,\n                \"deferRevRec\": null,\n                \"deferralAccount\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": \"Boxer\",\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expenseAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"58\",\n                    \"name\": \"Expenses\",\n                    \"type\": null\n                },\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"generateAccruals\": false,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"intercoExpenseAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"240\",\n                \"isDonationItem\": false,\n                \"isDropShipItem\": true,\n                \"isFulfillable\": true,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"Boxer\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"NonInventoryResaleItem\",\n                \"itemVendorList\": {\n                    \"itemVendor\": [\n                        {\n                            \"preferredVendor\": true,\n                            \"purchasePrice\": 10,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"369\",\n                                \"name\": \"Bajaj Clothing Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        },\n                        {\n                            \"preferredVendor\": false,\n                            \"purchasePrice\": null,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"598\",\n                                \"name\": \"SATYA FASHION\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        },\n                        {\n                            \"preferredVendor\": false,\n                            \"purchasePrice\": null,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"380\",\n                                \"name\": \"Blue Monkey Clothing Company\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556125639,\n                \"location\": null,\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"preferenceCriterion\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": null,\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"residual\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"shipIndividually\": null,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"amortizationPeriod\": null,\n                \"amortizationTemplate\": null,\n                \"availableToPartners\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"copyDescription\": false,\n                \"cost\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"costUnits\": null,\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1553861696,\n                \"currency\": \"1\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"defaultItemShipMethod\": null,\n                \"deferRevRec\": null,\n                \"deferralAccount\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": \"Bra\",\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expenseAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"58\",\n                    \"name\": \"Expenses\",\n                    \"type\": null\n                },\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"generateAccruals\": false,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"intercoExpenseAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"241\",\n                \"isDonationItem\": false,\n                \"isDropShipItem\": true,\n                \"isFulfillable\": true,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"Bra\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"NonInventoryResaleItem\",\n                \"itemVendorList\": {\n                    \"itemVendor\": [\n                        {\n                            \"preferredVendor\": true,\n                            \"purchasePrice\": 10,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"369\",\n                                \"name\": \"Bajaj Clothing Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556125612,\n                \"location\": null,\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"preferenceCriterion\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": null,\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"residual\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"shipIndividually\": null,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"amortizationPeriod\": null,\n                \"amortizationTemplate\": null,\n                \"availableToPartners\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"copyDescription\": false,\n                \"cost\": 200,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"costUnits\": null,\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1553861697,\n                \"currency\": \"1\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"defaultItemShipMethod\": null,\n                \"deferRevRec\": null,\n                \"deferralAccount\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": \"Capri\",\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expenseAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"58\",\n                    \"name\": \"Expenses\",\n                    \"type\": null\n                },\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"generateAccruals\": false,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"intercoExpenseAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"242\",\n                \"isDonationItem\": false,\n                \"isDropShipItem\": true,\n                \"isFulfillable\": true,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"Capri\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"NonInventoryResaleItem\",\n                \"itemVendorList\": {\n                    \"itemVendor\": [\n                        {\n                            \"preferredVendor\": true,\n                            \"purchasePrice\": null,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"369\",\n                                \"name\": \"Bajaj Clothing Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1553861697,\n                \"location\": null,\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"preferenceCriterion\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": null,\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"residual\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"shipIndividually\": null,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"amortizationPeriod\": null,\n                \"amortizationTemplate\": null,\n                \"availableToPartners\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"copyDescription\": false,\n                \"cost\": 150,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"costUnits\": null,\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1553861697,\n                \"currency\": \"1\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"defaultItemShipMethod\": null,\n                \"deferRevRec\": null,\n                \"deferralAccount\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": \"Coat Pant / Blazer\",\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expenseAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"58\",\n                    \"name\": \"Expenses\",\n                    \"type\": null\n                },\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"generateAccruals\": false,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"intercoExpenseAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"243\",\n                \"isDonationItem\": false,\n                \"isDropShipItem\": true,\n                \"isFulfillable\": true,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"Coat Pant / Blazer\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"NonInventoryResaleItem\",\n                \"itemVendorList\": {\n                    \"itemVendor\": [\n                        {\n                            \"preferredVendor\": true,\n                            \"purchasePrice\": null,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"369\",\n                                \"name\": \"Bajaj Clothing Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1553861697,\n                \"location\": null,\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"preferenceCriterion\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": null,\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"residual\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"shipIndividually\": null,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"alternateDemandSourceItem\": null,\n                \"assetAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"227\",\n                    \"name\": \"Cash Acc\",\n                    \"type\": null\n                },\n                \"autoLeadTime\": null,\n                \"autoPreferredStockLevel\": null,\n                \"autoReorderPoint\": null,\n                \"availableToPartners\": null,\n                \"averageCost\": 0,\n                \"backwardConsumptionDays\": null,\n                \"billExchRateVarianceAcct\": null,\n                \"billPriceVarianceAcct\": null,\n                \"billQtyVarianceAcct\": null,\n                \"billingSchedule\": null,\n                \"binNumberList\": null,\n                \"class\": null,\n                \"cogsAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"221\",\n                    \"name\": \"ACC\",\n                    \"type\": null\n                },\n                \"copyDescription\": false,\n                \"cost\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costUnits\": null,\n                \"costingMethod\": null,\n                \"costingMethodDisplay\": \"Average\",\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1558597373,\n                \"currency\": null,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"defaultItemShipMethod\": null,\n                \"defaultReturnCost\": null,\n                \"deferredRevenueAccount\": null,\n                \"demandModifier\": null,\n                \"demandSource\": null,\n                \"demandTimeFence\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": null,\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"fixedLotSize\": null,\n                \"forwardConsumptionDays\": null,\n                \"gainLossAccount\": null,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"hierarchyVersionsList\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"intercoCogsAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"340\",\n                \"invtClassification\": null,\n                \"invtCountInterval\": null,\n                \"isDonationItem\": false,\n                \"isDropShipItem\": false,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isStorePickupAllowed\": null,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"iPhone\",\n                \"itemNumberOptionsList\": null,\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"SerializedInventoryItem\",\n                \"itemVendorList\": null,\n                \"lastInvtCountDate\": null,\n                \"lastModifiedDate\": 1558597373,\n                \"lastPurchasePrice\": 0,\n                \"leadTime\": null,\n                \"location\": null,\n                \"locationsList\": {\n                    \"locations\": [\n                        {\n                            \"alternateDemandSourceItem\": null,\n                            \"averageCostMli\": null,\n                            \"backwardConsumptionDays\": null,\n                            \"buildTime\": null,\n                            \"cost\": null,\n                            \"costingLotSize\": null,\n                            \"defaultReturnCost\": null,\n                            \"demandSource\": null,\n                            \"demandTimeFence\": null,\n                            \"fixedLotSize\": null,\n                            \"forwardConsumptionDays\": null,\n                            \"inventoryCostTemplate\": null,\n                            \"invtClassification\": null,\n                            \"invtCountInterval\": null,\n                            \"isWip\": null,\n                            \"lastInvtCountDate\": null,\n                            \"lastPurchasePriceMli\": null,\n                            \"leadTime\": null,\n                            \"location\": \"Atlanta : Hyd\",\n                            \"locationAllowStorePickup\": null,\n                            \"locationId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"locationQtyAvailForStorePickup\": null,\n                            \"locationStorePickupBufferStock\": null,\n                            \"nextInvtCountDate\": null,\n                            \"onHandValueMli\": null,\n                            \"periodicLotSizeDays\": null,\n                            \"periodicLotSizeType\": null,\n                            \"preferredStockLevel\": null,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityCommitted\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOnOrder\": null,\n                            \"reorderPoint\": null,\n                            \"rescheduleInDays\": null,\n                            \"rescheduleOutDays\": null,\n                            \"safetyStockLevel\": null,\n                            \"serialNumbers\": null,\n                            \"supplyLotSizingMethod\": null,\n                            \"supplyReplenishmentMethod\": null,\n                            \"supplyTimeFence\": null,\n                            \"supplyType\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matchBillToReceipt\": false,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"nextInvtCountDate\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"numbersList\": null,\n                \"offerSupport\": null,\n                \"onHandValueMli\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"periodicLotSizeDays\": null,\n                \"periodicLotSizeType\": null,\n                \"preferenceCriterion\": null,\n                \"preferredLocation\": null,\n                \"preferredStockLevel\": null,\n                \"preferredStockLevelDays\": null,\n                \"preferredStockLevelUnits\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchasePriceVarianceAcct\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": null,\n                \"quantityAvailable\": null,\n                \"quantityBackOrdered\": null,\n                \"quantityCommitted\": null,\n                \"quantityOnHand\": null,\n                \"quantityOnHandUnits\": null,\n                \"quantityOnOrder\": null,\n                \"quantityPricingSchedule\": null,\n                \"quantityReorderUnits\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"reorderMultiple\": null,\n                \"reorderPoint\": null,\n                \"reorderPointUnits\": null,\n                \"rescheduleInDays\": null,\n                \"rescheduleOutDays\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"roundUpAsComponent\": null,\n                \"safetyStockLevel\": null,\n                \"safetyStockLevelDays\": null,\n                \"safetyStockLevelUnits\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"seasonalDemand\": null,\n                \"serialNumbers\": null,\n                \"shipIndividually\": null,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"stockUnit\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"supplyLotSizingMethod\": null,\n                \"supplyReplenishmentMethod\": null,\n                \"supplyTimeFence\": null,\n                \"supplyType\": null,\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"totalValue\": null,\n                \"trackLandedCost\": null,\n                \"transferPrice\": null,\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useBins\": null,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"alternateDemandSourceItem\": null,\n                \"assetAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"121\",\n                    \"name\": \"Advances Paid\",\n                    \"type\": null\n                },\n                \"autoLeadTime\": null,\n                \"autoPreferredStockLevel\": null,\n                \"autoReorderPoint\": null,\n                \"availableToPartners\": null,\n                \"averageCost\": 0,\n                \"backwardConsumptionDays\": null,\n                \"billExchRateVarianceAcct\": null,\n                \"billPriceVarianceAcct\": null,\n                \"billQtyVarianceAcct\": null,\n                \"billingSchedule\": null,\n                \"binNumberList\": null,\n                \"class\": null,\n                \"cogsAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"221\",\n                    \"name\": \"ACC\",\n                    \"type\": null\n                },\n                \"copyDescription\": false,\n                \"cost\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costUnits\": null,\n                \"costingMethod\": null,\n                \"costingMethodDisplay\": \"Average\",\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1558597770,\n                \"currency\": null,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"defaultItemShipMethod\": null,\n                \"defaultReturnCost\": null,\n                \"deferredRevenueAccount\": null,\n                \"demandModifier\": null,\n                \"demandSource\": null,\n                \"demandTimeFence\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": \"pencil 123\",\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expirationDate\": null,\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"fixedLotSize\": null,\n                \"forwardConsumptionDays\": null,\n                \"gainLossAccount\": null,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"hierarchyVersionsList\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"intercoCogsAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"342\",\n                \"invtClassification\": null,\n                \"invtCountInterval\": null,\n                \"isDonationItem\": false,\n                \"isDropShipItem\": false,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isStorePickupAllowed\": null,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"pencil\",\n                \"itemNumberOptionsList\": null,\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"LotNumberedInventoryItem\",\n                \"itemVendorList\": null,\n                \"lastInvtCountDate\": null,\n                \"lastModifiedDate\": 1558691195,\n                \"lastPurchasePrice\": 0,\n                \"leadTime\": null,\n                \"location\": null,\n                \"locationsList\": {\n                    \"locations\": [\n                        {\n                            \"alternateDemandSourceItem\": null,\n                            \"averageCostMli\": null,\n                            \"backwardConsumptionDays\": null,\n                            \"buildTime\": null,\n                            \"cost\": null,\n                            \"costingLotSize\": null,\n                            \"defaultReturnCost\": null,\n                            \"demandSource\": null,\n                            \"demandTimeFence\": null,\n                            \"expirationDate\": null,\n                            \"fixedLotSize\": null,\n                            \"forwardConsumptionDays\": null,\n                            \"inventoryCostTemplate\": null,\n                            \"invtClassification\": null,\n                            \"invtCountInterval\": null,\n                            \"isWip\": null,\n                            \"lastInvtCountDate\": null,\n                            \"lastPurchasePriceMli\": null,\n                            \"leadTime\": null,\n                            \"location\": \"Atlanta : Hyd\",\n                            \"locationAllowStorePickup\": null,\n                            \"locationId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"locationQtyAvailForStorePickup\": null,\n                            \"locationStorePickupBufferStock\": null,\n                            \"location_display\": \"Atlanta : Hyd\",\n                            \"locationlookup\": null,\n                            \"nextInvtCountDate\": null,\n                            \"onHandValueMli\": null,\n                            \"periodicLotSizeDays\": null,\n                            \"periodicLotSizeType\": null,\n                            \"preferredStockLevel\": null,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityCommitted\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOnOrder\": null,\n                            \"reorderPoint\": null,\n                            \"rescheduleInDays\": null,\n                            \"rescheduleOutDays\": null,\n                            \"safetyStockLevel\": null,\n                            \"serialNumbers\": null,\n                            \"supplyLotSizingMethod\": null,\n                            \"supplyReplenishmentMethod\": null,\n                            \"supplyTimeFence\": null,\n                            \"supplyType\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matchBillToReceipt\": false,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"nextInvtCountDate\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"numbersList\": null,\n                \"offerSupport\": null,\n                \"onHandValueMli\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"345\",\n                    \"name\": \"Parent Pencil\",\n                    \"type\": null\n                },\n                \"periodicLotSizeDays\": null,\n                \"periodicLotSizeType\": null,\n                \"preferenceCriterion\": null,\n                \"preferredLocation\": null,\n                \"preferredStockLevel\": null,\n                \"preferredStockLevelDays\": null,\n                \"preferredStockLevelUnits\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchasePriceVarianceAcct\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": null,\n                \"quantityAvailable\": null,\n                \"quantityBackOrdered\": null,\n                \"quantityCommitted\": null,\n                \"quantityOnHand\": null,\n                \"quantityOnHandUnits\": null,\n                \"quantityOnOrder\": null,\n                \"quantityPricingSchedule\": null,\n                \"quantityReorderUnits\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"reorderMultiple\": null,\n                \"reorderPoint\": null,\n                \"reorderPointUnits\": null,\n                \"rescheduleInDays\": null,\n                \"rescheduleOutDays\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"roundUpAsComponent\": null,\n                \"safetyStockLevel\": null,\n                \"safetyStockLevelDays\": null,\n                \"safetyStockLevelUnits\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"seasonalDemand\": null,\n                \"serialNumbers\": null,\n                \"shipIndividually\": null,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"stockUnit\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"supplyLotSizingMethod\": null,\n                \"supplyReplenishmentMethod\": null,\n                \"supplyTimeFence\": null,\n                \"supplyType\": null,\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"totalValue\": null,\n                \"trackLandedCost\": null,\n                \"transferPrice\": null,\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useBins\": null,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"alternateDemandSourceItem\": null,\n                \"assetAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"121\",\n                    \"name\": \"Advances Paid\",\n                    \"type\": null\n                },\n                \"autoLeadTime\": null,\n                \"autoPreferredStockLevel\": null,\n                \"autoReorderPoint\": null,\n                \"availableToPartners\": null,\n                \"averageCost\": 0,\n                \"backwardConsumptionDays\": null,\n                \"billExchRateVarianceAcct\": null,\n                \"billPriceVarianceAcct\": null,\n                \"billQtyVarianceAcct\": null,\n                \"billingSchedule\": null,\n                \"binNumberList\": null,\n                \"class\": null,\n                \"cogsAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"336\",\n                    \"name\": \"Cost of Goods Sold\",\n                    \"type\": null\n                },\n                \"contingentRevenueHandling\": null,\n                \"copyDescription\": false,\n                \"cost\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"costUnits\": null,\n                \"costingMethod\": null,\n                \"costingMethodDisplay\": \"Average\",\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1558599525,\n                \"currency\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"dateConvertedToInv\": null,\n                \"defaultItemShipMethod\": null,\n                \"defaultReturnCost\": null,\n                \"deferRevRec\": null,\n                \"deferredRevenueAccount\": null,\n                \"demandModifier\": null,\n                \"demandSource\": null,\n                \"demandTimeFence\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": null,\n                \"distributionCategory\": null,\n                \"distributionNetwork\": null,\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expenseAccount\": null,\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"fixedLotSize\": null,\n                \"forwardConsumptionDays\": null,\n                \"fraudRisk\": null,\n                \"gainLossAccount\": null,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"hierarchyVersionsList\": null,\n                \"includeChildren\": true,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"intercoCogsAccount\": null,\n                \"intercoDefRevAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"343\",\n                \"invtClassification\": null,\n                \"invtCountInterval\": null,\n                \"isDonationItem\": false,\n                \"isDropShipItem\": false,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isStorePickupAllowed\": null,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"hat\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"InventoryItem\",\n                \"itemVendorList\": null,\n                \"lastInvtCountDate\": null,\n                \"lastModifiedDate\": 1570698091,\n                \"lastPurchasePrice\": null,\n                \"leadTime\": null,\n                \"location\": null,\n                \"locationsList\": {\n                    \"locations\": [\n                        {\n                            \"alternateDemandSourceItem\": null,\n                            \"averageCostMli\": 0,\n                            \"backwardConsumptionDays\": null,\n                            \"buildTime\": null,\n                            \"cost\": null,\n                            \"costingLotSize\": null,\n                            \"defaultReturnCost\": null,\n                            \"demandSource\": null,\n                            \"demandTimeFence\": null,\n                            \"fixedLotSize\": null,\n                            \"forwardConsumptionDays\": null,\n                            \"inventoryCostTemplate\": null,\n                            \"invtClassification\": null,\n                            \"invtCountInterval\": null,\n                            \"isWip\": null,\n                            \"lastInvtCountDate\": null,\n                            \"lastPurchasePriceMli\": null,\n                            \"leadTime\": null,\n                            \"location\": \"Atlanta : Hyd\",\n                            \"locationAllowStorePickup\": null,\n                            \"locationId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"locationQtyAvailForStorePickup\": null,\n                            \"locationStorePickupBufferStock\": null,\n                            \"nextInvtCountDate\": null,\n                            \"onHandValueMli\": 0,\n                            \"periodicLotSizeDays\": null,\n                            \"periodicLotSizeType\": null,\n                            \"preferredStockLevel\": null,\n                            \"quantityAvailable\": 0,\n                            \"quantityBackOrdered\": null,\n                            \"quantityCommitted\": 0,\n                            \"quantityOnHand\": -3,\n                            \"quantityOnOrder\": null,\n                            \"reorderPoint\": null,\n                            \"rescheduleInDays\": null,\n                            \"rescheduleOutDays\": null,\n                            \"safetyStockLevel\": null,\n                            \"supplyLotSizingMethod\": null,\n                            \"supplyReplenishmentMethod\": null,\n                            \"supplyTimeFence\": null,\n                            \"supplyType\": null\n                        },\n                        {\n                            \"alternateDemandSourceItem\": null,\n                            \"averageCostMli\": 0,\n                            \"backwardConsumptionDays\": null,\n                            \"buildTime\": null,\n                            \"cost\": null,\n                            \"costingLotSize\": null,\n                            \"defaultReturnCost\": null,\n                            \"demandSource\": null,\n                            \"demandTimeFence\": null,\n                            \"fixedLotSize\": null,\n                            \"forwardConsumptionDays\": null,\n                            \"inventoryCostTemplate\": null,\n                            \"invtClassification\": null,\n                            \"invtCountInterval\": null,\n                            \"isWip\": null,\n                            \"lastInvtCountDate\": null,\n                            \"lastPurchasePriceMli\": null,\n                            \"leadTime\": null,\n                            \"location\": \"Atlanta : Hyd : Hyderabad\",\n                            \"locationAllowStorePickup\": null,\n                            \"locationId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"locationQtyAvailForStorePickup\": null,\n                            \"locationStorePickupBufferStock\": null,\n                            \"nextInvtCountDate\": null,\n                            \"onHandValueMli\": 0,\n                            \"periodicLotSizeDays\": null,\n                            \"periodicLotSizeType\": null,\n                            \"preferredStockLevel\": null,\n                            \"quantityAvailable\": 0,\n                            \"quantityBackOrdered\": null,\n                            \"quantityCommitted\": 0,\n                            \"quantityOnHand\": -1,\n                            \"quantityOnOrder\": null,\n                            \"reorderPoint\": null,\n                            \"rescheduleInDays\": null,\n                            \"rescheduleOutDays\": null,\n                            \"safetyStockLevel\": null,\n                            \"supplyLotSizingMethod\": null,\n                            \"supplyReplenishmentMethod\": null,\n                            \"supplyTimeFence\": null,\n                            \"supplyType\": null\n                        },\n                        {\n                            \"alternateDemandSourceItem\": null,\n                            \"averageCostMli\": null,\n                            \"backwardConsumptionDays\": null,\n                            \"buildTime\": null,\n                            \"cost\": null,\n                            \"costingLotSize\": null,\n                            \"defaultReturnCost\": null,\n                            \"demandSource\": null,\n                            \"demandTimeFence\": null,\n                            \"fixedLotSize\": null,\n                            \"forwardConsumptionDays\": null,\n                            \"inventoryCostTemplate\": null,\n                            \"invtClassification\": null,\n                            \"invtCountInterval\": null,\n                            \"isWip\": null,\n                            \"lastInvtCountDate\": null,\n                            \"lastPurchasePriceMli\": null,\n                            \"leadTime\": null,\n                            \"location\": \"Atlanta\",\n                            \"locationAllowStorePickup\": null,\n                            \"locationId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"locationQtyAvailForStorePickup\": null,\n                            \"locationStorePickupBufferStock\": null,\n                            \"nextInvtCountDate\": null,\n                            \"onHandValueMli\": null,\n                            \"periodicLotSizeDays\": null,\n                            \"periodicLotSizeType\": null,\n                            \"preferredStockLevel\": null,\n                            \"quantityAvailable\": 0,\n                            \"quantityBackOrdered\": null,\n                            \"quantityCommitted\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOnOrder\": null,\n                            \"reorderPoint\": null,\n                            \"rescheduleInDays\": null,\n                            \"rescheduleOutDays\": null,\n                            \"safetyStockLevel\": null,\n                            \"supplyLotSizingMethod\": null,\n                            \"supplyReplenishmentMethod\": null,\n                            \"supplyTimeFence\": null,\n                            \"supplyType\": null\n                        },\n                        {\n                            \"alternateDemandSourceItem\": null,\n                            \"averageCostMli\": null,\n                            \"backwardConsumptionDays\": null,\n                            \"buildTime\": null,\n                            \"cost\": null,\n                            \"costingLotSize\": null,\n                            \"defaultReturnCost\": null,\n                            \"demandSource\": null,\n                            \"demandTimeFence\": null,\n                            \"fixedLotSize\": null,\n                            \"forwardConsumptionDays\": null,\n                            \"inventoryCostTemplate\": null,\n                            \"invtClassification\": null,\n                            \"invtCountInterval\": null,\n                            \"isWip\": null,\n                            \"lastInvtCountDate\": null,\n                            \"lastPurchasePriceMli\": null,\n                            \"leadTime\": null,\n                            \"location\": \"Atlanta(US)\",\n                            \"locationAllowStorePickup\": null,\n                            \"locationId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"locationQtyAvailForStorePickup\": null,\n                            \"locationStorePickupBufferStock\": null,\n                            \"nextInvtCountDate\": null,\n                            \"onHandValueMli\": null,\n                            \"periodicLotSizeDays\": null,\n                            \"periodicLotSizeType\": null,\n                            \"preferredStockLevel\": null,\n                            \"quantityAvailable\": 0,\n                            \"quantityBackOrdered\": null,\n                            \"quantityCommitted\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOnOrder\": null,\n                            \"reorderPoint\": null,\n                            \"rescheduleInDays\": null,\n                            \"rescheduleOutDays\": null,\n                            \"safetyStockLevel\": null,\n                            \"supplyLotSizingMethod\": null,\n                            \"supplyReplenishmentMethod\": null,\n                            \"supplyTimeFence\": null,\n                            \"supplyType\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matchBillToReceipt\": false,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"nextInvtCountDate\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onHandValueMli\": null,\n                \"onSpecial\": null,\n                \"originalItemSubtype\": null,\n                \"originalItemType\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"periodicLotSizeDays\": null,\n                \"periodicLotSizeType\": null,\n                \"preferenceCriterion\": null,\n                \"preferredLocation\": null,\n                \"preferredStockLevel\": null,\n                \"preferredStockLevelDays\": null,\n                \"preferredStockLevelUnits\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": {\n                    \"pricing\": [\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": null,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": 0,\n                                        \"value\": 70\n                                    },\n                                    {\n                                        \"quantity\": 20,\n                                        \"value\": 63\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"currency\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"IND\",\n                                \"type\": null\n                            },\n                            \"discount\": -10,\n                            \"priceLevel\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"Alternate Price 1\",\n                                \"type\": null\n                            },\n                            \"priceList\": {\n                                \"price\": [\n                                    {\n                                        \"quantity\": 0,\n                                        \"value\": 63\n                                    },\n                                    {\n                                        \"quantity\": 20,\n                                        \"value\": 56.7\n                                    }\n                                ]\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"false\"\n                },\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchasePriceVarianceAcct\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": null,\n                \"quantityAvailable\": null,\n                \"quantityAvailableUnits\": null,\n                \"quantityBackOrdered\": null,\n                \"quantityCommitted\": null,\n                \"quantityCommittedUnits\": null,\n                \"quantityOnHand\": null,\n                \"quantityOnHandUnits\": null,\n                \"quantityOnOrder\": null,\n                \"quantityOnOrderUnits\": null,\n                \"quantityPricingSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Default Volume Schedule\",\n                    \"type\": null\n                },\n                \"quantityReorderUnits\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"reorderMultiple\": null,\n                \"reorderPoint\": null,\n                \"reorderPointUnits\": null,\n                \"rescheduleInDays\": null,\n                \"rescheduleOutDays\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revReclassFXAccount\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"roundUpAsComponent\": null,\n                \"safetyStockLevel\": null,\n                \"safetyStockLevelDays\": null,\n                \"safetyStockLevelUnits\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": \"Brown Color Hat\",\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"seasonalDemand\": null,\n                \"shipIndividually\": null,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"stockUnit\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"supplyLotSizingMethod\": null,\n                \"supplyReplenishmentMethod\": null,\n                \"supplyTimeFence\": null,\n                \"supplyType\": null,\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"totalValue\": 0,\n                \"trackLandedCost\": null,\n                \"transferPrice\": null,\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useBins\": null,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"alternateDemandSourceItem\": null,\n                \"assetAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"121\",\n                    \"name\": \"Advances Paid\",\n                    \"type\": null\n                },\n                \"autoLeadTime\": null,\n                \"autoPreferredStockLevel\": null,\n                \"autoReorderPoint\": null,\n                \"availableToPartners\": null,\n                \"averageCost\": null,\n                \"backwardConsumptionDays\": null,\n                \"billExchRateVarianceAcct\": null,\n                \"billPriceVarianceAcct\": null,\n                \"billQtyVarianceAcct\": null,\n                \"billingSchedule\": null,\n                \"binNumberList\": null,\n                \"class\": null,\n                \"cogsAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"336\",\n                    \"name\": \"Cost of Goods Sold\",\n                    \"type\": null\n                },\n                \"copyDescription\": false,\n                \"cost\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costUnits\": null,\n                \"costingMethod\": null,\n                \"costingMethodDisplay\": \"Average\",\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1558690876,\n                \"currency\": null,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"defaultItemShipMethod\": null,\n                \"defaultReturnCost\": null,\n                \"deferredRevenueAccount\": null,\n                \"demandModifier\": null,\n                \"demandSource\": null,\n                \"demandTimeFence\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": null,\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expirationDate\": null,\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"fixedLotSize\": null,\n                \"forwardConsumptionDays\": null,\n                \"gainLossAccount\": null,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"hierarchyVersionsList\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"intercoCogsAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"344\",\n                \"invtClassification\": null,\n                \"invtCountInterval\": null,\n                \"isDonationItem\": false,\n                \"isDropShipItem\": false,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isStorePickupAllowed\": null,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"pencil 2\",\n                \"itemNumberOptionsList\": null,\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"LotNumberedInventoryItem\",\n                \"itemVendorList\": null,\n                \"lastInvtCountDate\": null,\n                \"lastModifiedDate\": 1565693328,\n                \"lastPurchasePrice\": null,\n                \"leadTime\": null,\n                \"location\": null,\n                \"locationsList\": {\n                    \"locations\": [\n                        {\n                            \"alternateDemandSourceItem\": null,\n                            \"averageCostMli\": null,\n                            \"backwardConsumptionDays\": null,\n                            \"buildTime\": null,\n                            \"cost\": null,\n                            \"costingLotSize\": null,\n                            \"defaultReturnCost\": null,\n                            \"demandSource\": null,\n                            \"demandTimeFence\": null,\n                            \"expirationDate\": null,\n                            \"fixedLotSize\": null,\n                            \"forwardConsumptionDays\": null,\n                            \"inventoryCostTemplate\": null,\n                            \"invtClassification\": null,\n                            \"invtCountInterval\": null,\n                            \"isWip\": null,\n                            \"lastInvtCountDate\": null,\n                            \"lastPurchasePriceMli\": null,\n                            \"leadTime\": null,\n                            \"location\": \"Atlanta : Hyd\",\n                            \"locationAllowStorePickup\": null,\n                            \"locationId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"locationQtyAvailForStorePickup\": null,\n                            \"locationStorePickupBufferStock\": null,\n                            \"location_display\": \"Atlanta : Hyd\",\n                            \"locationlookup\": null,\n                            \"nextInvtCountDate\": null,\n                            \"onHandValueMli\": null,\n                            \"periodicLotSizeDays\": null,\n                            \"periodicLotSizeType\": null,\n                            \"preferredStockLevel\": null,\n                            \"quantityAvailable\": 0,\n                            \"quantityBackOrdered\": null,\n                            \"quantityCommitted\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOnOrder\": null,\n                            \"reorderPoint\": null,\n                            \"rescheduleInDays\": null,\n                            \"rescheduleOutDays\": null,\n                            \"safetyStockLevel\": null,\n                            \"serialNumbers\": null,\n                            \"supplyLotSizingMethod\": null,\n                            \"supplyReplenishmentMethod\": null,\n                            \"supplyTimeFence\": null,\n                            \"supplyType\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matchBillToReceipt\": false,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"nextInvtCountDate\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"numbersList\": null,\n                \"offerSupport\": null,\n                \"onHandValueMli\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"342\",\n                    \"name\": \"Parent Pencil : pencil\",\n                    \"type\": null\n                },\n                \"periodicLotSizeDays\": null,\n                \"periodicLotSizeType\": null,\n                \"preferenceCriterion\": null,\n                \"preferredLocation\": null,\n                \"preferredStockLevel\": null,\n                \"preferredStockLevelDays\": null,\n                \"preferredStockLevelUnits\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchasePriceVarianceAcct\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": null,\n                \"quantityAvailable\": null,\n                \"quantityBackOrdered\": null,\n                \"quantityCommitted\": null,\n                \"quantityOnHand\": null,\n                \"quantityOnHandUnits\": null,\n                \"quantityOnOrder\": null,\n                \"quantityPricingSchedule\": null,\n                \"quantityReorderUnits\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"reorderMultiple\": null,\n                \"reorderPoint\": null,\n                \"reorderPointUnits\": null,\n                \"rescheduleInDays\": null,\n                \"rescheduleOutDays\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"roundUpAsComponent\": null,\n                \"safetyStockLevel\": null,\n                \"safetyStockLevelDays\": null,\n                \"safetyStockLevelUnits\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": \"pencil 2 : Lot Numbered Inventory Item\",\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"seasonalDemand\": null,\n                \"serialNumbers\": null,\n                \"shipIndividually\": null,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"stockUnit\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"supplyLotSizingMethod\": null,\n                \"supplyReplenishmentMethod\": null,\n                \"supplyTimeFence\": null,\n                \"supplyType\": null,\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"totalValue\": null,\n                \"trackLandedCost\": null,\n                \"transferPrice\": null,\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useBins\": null,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": null\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_102320191093871001559954372_bc63b6f7\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 3,\n    \"totalRecords\": 62\n}"}],"_postman_id":"64633482-52d6-4f5a-87e1-f7895c5bc992"},{"name":"Retrieve items by search ID","id":"c0921d4e-9e5c-4253-b890-945f8335c489","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"NetSuite-Token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/item?searchId=WEBSERVICES_5333445_SB1_1001201920245393121572547336_fde64dd&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","item"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_1001201920245393121572547336_fde64dd"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"75d00820-8186-4637-8a30-555ddf703fbb","name":"Retrieve items by search ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/item?searchId=WEBSERVICES_5333445_SB1_10232019109287853435241657_e617a4603&page=3","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","item"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_10232019109287853435241657_e617a4603"},{"key":"page","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:40:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6692"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 3,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"amortizationPeriod\": null,\n                \"amortizationTemplate\": null,\n                \"availableToPartners\": null,\n                \"billingRatesMatrix\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"contingentRevenueHandling\": null,\n                \"cost\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"costUnits\": null,\n                \"createJob\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1571316161,\n                \"currency\": \"1\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"deferRevRec\": null,\n                \"deferralAccount\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": null,\n                \"dontShowPrice\": false,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expenseAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"58\",\n                    \"name\": \"Expenses\",\n                    \"type\": null\n                },\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"generateAccruals\": false,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"intercoDefRevAccount\": null,\n                \"intercoExpenseAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"885\",\n                \"isDonationItem\": false,\n                \"isFulfillable\": false,\n                \"isGcoCompliant\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemId\": \"service resa\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemTaskTemplatesList\": null,\n                \"itemType\": \"ServiceResaleItem\",\n                \"itemVendorList\": {\n                    \"itemVendor\": [\n                        {\n                            \"preferredVendor\": false,\n                            \"purchasePrice\": null,\n                            \"schedule\": null,\n                            \"subsidiary\": \"1\",\n                            \"vendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"598\",\n                                \"name\": \"SATYA FASHION\",\n                                \"type\": null\n                            },\n                            \"vendorCode\": null,\n                            \"vendorCurrency\": null,\n                            \"vendorCurrencyName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1571316161,\n                \"location\": null,\n                \"manufacturingChargeItem\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": null,\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"residual\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revReclassFXAccount\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"searchKeywords\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"27\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useMarginalRates\": null,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"availableToPartners\": null,\n                \"billingRatesMatrix\": null,\n                \"billingSchedule\": null,\n                \"class\": null,\n                \"contingentRevenueHandling\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": null,\n                \"costEstimateUnits\": null,\n                \"createJob\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1571316265,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"deferRevRec\": null,\n                \"deferredRevenueAccount\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": null,\n                \"dontShowPrice\": false,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"54\",\n                    \"name\": \"Sales\",\n                    \"type\": null\n                },\n                \"internalId\": \"886\",\n                \"isDonationItem\": false,\n                \"isFulfillable\": false,\n                \"isGcoCompliant\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemId\": \"service sale\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemTaskTemplatesList\": null,\n                \"itemType\": \"ServiceSaleItem\",\n                \"lastModifiedDate\": 1571316265,\n                \"location\": null,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": null,\n                \"onSpecial\": null,\n                \"outOfStockBehavior\": \"_default\",\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"purchaseTaxCode\": null,\n                \"quantityPricingSchedule\": null,\n                \"rate\": null,\n                \"relatedItemsDescription\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revReclassFXAccount\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"searchKeywords\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"27\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Note Book\",\n                    \"type\": null\n                },\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useMarginalRates\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_10232019109287853435241657_e617a4603\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 3,\n    \"totalRecords\": 62\n}"}],"_postman_id":"c0921d4e-9e5c-4253-b890-945f8335c489"},{"name":"Retrieve items by where","id":"35b1c1b2-f817-457a-9064-3070bd0aee04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"NetSuite-Token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/item?where=created>1546278954","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Created</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>true</td>\n<td>Used to Include the Active Status filter for the request.e.g., Active=true.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","item"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"created>1546278954"}],"variable":[]}},"response":[{"id":"36f11480-b1b6-47be-93ab-ec618d179191","name":"Retrieve items by where","originalRequest":{"method":"GET","header":[{"key":"NetSuite-Token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","description":"Please generate above mentioned credentials from netsuite.com","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/item?where=created>1546278954","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","item"],"query":[{"key":"where","value":"created>1546278954"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Dec 2019 07:33:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"44712"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"alternateDemandSourceItem\": null,\n                \"assetAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"171\",\n                    \"name\": \"12010 Inventory : Stock on Hand\",\n                    \"type\": null\n                },\n                \"autoLeadTime\": true,\n                \"autoPreferredStockLevel\": true,\n                \"autoReorderPoint\": true,\n                \"availableToPartners\": null,\n                \"averageCost\": null,\n                \"backwardConsumptionDays\": null,\n                \"billExchRateVarianceAcct\": null,\n                \"billPriceVarianceAcct\": null,\n                \"billQtyVarianceAcct\": null,\n                \"billingSchedule\": null,\n                \"binNumberList\": null,\n                \"class\": null,\n                \"cogsAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"137\",\n                    \"name\": \"50010 Cost of Goods Sold : COGS Type 1\",\n                    \"type\": null\n                },\n                \"contingentRevenueHandling\": null,\n                \"copyDescription\": false,\n                \"cost\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": \"_averageCost\",\n                \"costEstimateUnits\": null,\n                \"costUnits\": null,\n                \"costingMethod\": null,\n                \"costingMethodDisplay\": \"Average\",\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1559026593,\n                \"currency\": \"GBP\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"dateConvertedToInv\": null,\n                \"defaultItemShipMethod\": null,\n                \"defaultReturnCost\": null,\n                \"deferRevRec\": null,\n                \"deferredRevenueAccount\": null,\n                \"demandModifier\": null,\n                \"demandSource\": null,\n                \"demandTimeFence\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": null,\n                \"distributionCategory\": null,\n                \"distributionNetwork\": null,\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expenseAccount\": null,\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"fixedLotSize\": null,\n                \"forwardConsumptionDays\": null,\n                \"fraudRisk\": null,\n                \"gainLossAccount\": null,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"hierarchyVersionsList\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"179\",\n                    \"name\": \"40010 Sales : Sales Type1\",\n                    \"type\": null\n                },\n                \"intercoCogsAccount\": null,\n                \"intercoDefRevAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"143\",\n                \"invtClassification\": null,\n                \"invtCountInterval\": null,\n                \"isDonationItem\": false,\n                \"isDropShipItem\": false,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isStorePickupAllowed\": null,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"Classmate Note Book\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"InventoryItem\",\n                \"itemVendorList\": null,\n                \"lastInvtCountDate\": null,\n                \"lastModifiedDate\": 1559026593,\n                \"lastPurchasePrice\": null,\n                \"leadTime\": null,\n                \"location\": null,\n                \"locationsList\": {\n                    \"locations\": [\n                        {\n                            \"alternateDemandSourceItem\": null,\n                            \"averageCostMli\": null,\n                            \"backwardConsumptionDays\": null,\n                            \"buildTime\": null,\n                            \"cost\": null,\n                            \"costingLotSize\": null,\n                            \"defaultReturnCost\": null,\n                            \"demandSource\": null,\n                            \"demandTimeFence\": null,\n                            \"fixedLotSize\": null,\n                            \"forwardConsumptionDays\": null,\n                            \"inventoryCostTemplate\": null,\n                            \"invtClassification\": null,\n                            \"invtCountInterval\": null,\n                            \"isWip\": null,\n                            \"lastInvtCountDate\": null,\n                            \"lastPurchasePriceMli\": null,\n                            \"leadTime\": null,\n                            \"location\": \"Boston\",\n                            \"locationAllowStorePickup\": null,\n                            \"locationId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"12\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"locationQtyAvailForStorePickup\": null,\n                            \"locationStorePickupBufferStock\": null,\n                            \"nextInvtCountDate\": null,\n                            \"onHandValueMli\": null,\n                            \"periodicLotSizeDays\": null,\n                            \"periodicLotSizeType\": null,\n                            \"preferredStockLevel\": null,\n                            \"quantityAvailable\": 0,\n                            \"quantityBackOrdered\": null,\n                            \"quantityCommitted\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOnOrder\": null,\n                            \"reorderPoint\": null,\n                            \"rescheduleInDays\": null,\n                            \"rescheduleOutDays\": null,\n                            \"safetyStockLevel\": null,\n                            \"supplyLotSizingMethod\": null,\n                            \"supplyReplenishmentMethod\": null,\n                            \"supplyTimeFence\": null,\n                            \"supplyType\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matchBillToReceipt\": false,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"nextInvtCountDate\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": false,\n                \"onHandValueMli\": null,\n                \"onSpecial\": null,\n                \"originalItemSubtype\": null,\n                \"originalItemType\": null,\n                \"outOfStockBehavior\": null,\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"periodicLotSizeDays\": null,\n                \"periodicLotSizeType\": null,\n                \"preferenceCriterion\": null,\n                \"preferredLocation\": null,\n                \"preferredStockLevel\": null,\n                \"preferredStockLevelDays\": null,\n                \"preferredStockLevelUnits\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchasePriceVarianceAcct\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": null,\n                \"quantityAvailable\": null,\n                \"quantityAvailableUnits\": null,\n                \"quantityBackOrdered\": null,\n                \"quantityCommitted\": null,\n                \"quantityCommittedUnits\": null,\n                \"quantityOnHand\": null,\n                \"quantityOnHandUnits\": null,\n                \"quantityOnOrder\": null,\n                \"quantityOnOrderUnits\": null,\n                \"quantityPricingSchedule\": null,\n                \"quantityReorderUnits\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"reorderMultiple\": null,\n                \"reorderPoint\": null,\n                \"reorderPointUnits\": null,\n                \"rescheduleInDays\": null,\n                \"rescheduleOutDays\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revReclassFXAccount\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"roundUpAsComponent\": false,\n                \"safetyStockLevel\": null,\n                \"safetyStockLevelDays\": null,\n                \"safetyStockLevelUnits\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"seasonalDemand\": false,\n                \"shipIndividually\": false,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"stockUnit\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"11\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"supplyLotSizingMethod\": null,\n                \"supplyReplenishmentMethod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"REORDER_POINT\",\n                    \"name\": \"Reorder Point\",\n                    \"type\": null\n                },\n                \"supplyTimeFence\": null,\n                \"supplyType\": null,\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"S2-Non-Taxable\",\n                    \"type\": null\n                },\n                \"totalValue\": null,\n                \"trackLandedCost\": false,\n                \"transferPrice\": null,\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useBins\": false,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"alternateDemandSourceItem\": null,\n                \"assetAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"171\",\n                    \"name\": \"12010 Inventory : Stock on Hand\",\n                    \"type\": null\n                },\n                \"autoLeadTime\": true,\n                \"autoPreferredStockLevel\": true,\n                \"autoReorderPoint\": true,\n                \"availableToPartners\": null,\n                \"averageCost\": null,\n                \"backwardConsumptionDays\": null,\n                \"billExchRateVarianceAcct\": null,\n                \"billPriceVarianceAcct\": null,\n                \"billQtyVarianceAcct\": null,\n                \"billingSchedule\": null,\n                \"binNumberList\": null,\n                \"class\": null,\n                \"cogsAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"137\",\n                    \"name\": \"50010 Cost of Goods Sold : COGS Type 1\",\n                    \"type\": null\n                },\n                \"contingentRevenueHandling\": null,\n                \"copyDescription\": false,\n                \"cost\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": \"_averageCost\",\n                \"costEstimateUnits\": null,\n                \"costUnits\": null,\n                \"costingMethod\": null,\n                \"costingMethodDisplay\": \"Average\",\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1559026635,\n                \"currency\": \"GBP\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"dateConvertedToInv\": null,\n                \"defaultItemShipMethod\": null,\n                \"defaultReturnCost\": null,\n                \"deferRevRec\": null,\n                \"deferredRevenueAccount\": null,\n                \"demandModifier\": null,\n                \"demandSource\": null,\n                \"demandTimeFence\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": null,\n                \"distributionCategory\": null,\n                \"distributionNetwork\": null,\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expenseAccount\": null,\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"fixedLotSize\": null,\n                \"forwardConsumptionDays\": null,\n                \"fraudRisk\": null,\n                \"gainLossAccount\": null,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"hierarchyVersionsList\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"179\",\n                    \"name\": \"40010 Sales : Sales Type1\",\n                    \"type\": null\n                },\n                \"intercoCogsAccount\": null,\n                \"intercoDefRevAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"144\",\n                \"invtClassification\": null,\n                \"invtCountInterval\": null,\n                \"isDonationItem\": false,\n                \"isDropShipItem\": false,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isStorePickupAllowed\": null,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"Milton Water Bottle\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"InventoryItem\",\n                \"itemVendorList\": null,\n                \"lastInvtCountDate\": null,\n                \"lastModifiedDate\": 1559026635,\n                \"lastPurchasePrice\": null,\n                \"leadTime\": null,\n                \"location\": null,\n                \"locationsList\": {\n                    \"locations\": [\n                        {\n                            \"alternateDemandSourceItem\": null,\n                            \"averageCostMli\": null,\n                            \"backwardConsumptionDays\": null,\n                            \"buildTime\": null,\n                            \"cost\": null,\n                            \"costingLotSize\": null,\n                            \"defaultReturnCost\": null,\n                            \"demandSource\": null,\n                            \"demandTimeFence\": null,\n                            \"fixedLotSize\": null,\n                            \"forwardConsumptionDays\": null,\n                            \"inventoryCostTemplate\": null,\n                            \"invtClassification\": null,\n                            \"invtCountInterval\": null,\n                            \"isWip\": null,\n                            \"lastInvtCountDate\": null,\n                            \"lastPurchasePriceMli\": null,\n                            \"leadTime\": null,\n                            \"location\": \"Amsterdam\",\n                            \"locationAllowStorePickup\": null,\n                            \"locationId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"8\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"locationQtyAvailForStorePickup\": null,\n                            \"locationStorePickupBufferStock\": null,\n                            \"nextInvtCountDate\": null,\n                            \"onHandValueMli\": null,\n                            \"periodicLotSizeDays\": null,\n                            \"periodicLotSizeType\": null,\n                            \"preferredStockLevel\": null,\n                            \"quantityAvailable\": 0,\n                            \"quantityBackOrdered\": null,\n                            \"quantityCommitted\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOnOrder\": null,\n                            \"reorderPoint\": null,\n                            \"rescheduleInDays\": null,\n                            \"rescheduleOutDays\": null,\n                            \"safetyStockLevel\": null,\n                            \"supplyLotSizingMethod\": null,\n                            \"supplyReplenishmentMethod\": null,\n                            \"supplyTimeFence\": null,\n                            \"supplyType\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matchBillToReceipt\": false,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"nextInvtCountDate\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": false,\n                \"onHandValueMli\": null,\n                \"onSpecial\": null,\n                \"originalItemSubtype\": null,\n                \"originalItemType\": null,\n                \"outOfStockBehavior\": null,\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"periodicLotSizeDays\": null,\n                \"periodicLotSizeType\": null,\n                \"preferenceCriterion\": null,\n                \"preferredLocation\": null,\n                \"preferredStockLevel\": null,\n                \"preferredStockLevelDays\": null,\n                \"preferredStockLevelUnits\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchasePriceVarianceAcct\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": null,\n                \"quantityAvailable\": null,\n                \"quantityAvailableUnits\": null,\n                \"quantityBackOrdered\": null,\n                \"quantityCommitted\": null,\n                \"quantityCommittedUnits\": null,\n                \"quantityOnHand\": null,\n                \"quantityOnHandUnits\": null,\n                \"quantityOnOrder\": null,\n                \"quantityOnOrderUnits\": null,\n                \"quantityPricingSchedule\": null,\n                \"quantityReorderUnits\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"reorderMultiple\": null,\n                \"reorderPoint\": null,\n                \"reorderPointUnits\": null,\n                \"rescheduleInDays\": null,\n                \"rescheduleOutDays\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revReclassFXAccount\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"roundUpAsComponent\": false,\n                \"safetyStockLevel\": null,\n                \"safetyStockLevelDays\": null,\n                \"safetyStockLevelUnits\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"seasonalDemand\": false,\n                \"shipIndividually\": false,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"stockUnit\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"9\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"supplyLotSizingMethod\": null,\n                \"supplyReplenishmentMethod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"REORDER_POINT\",\n                    \"name\": \"Reorder Point\",\n                    \"type\": null\n                },\n                \"supplyTimeFence\": null,\n                \"supplyType\": null,\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"S1-Taxable\",\n                    \"type\": null\n                },\n                \"totalValue\": null,\n                \"trackLandedCost\": false,\n                \"transferPrice\": null,\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useBins\": false,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"alternateDemandSourceItem\": null,\n                \"assetAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"121\",\n                    \"name\": \"13520 Clearing Accounts : Purchases Returned Not Credited\",\n                    \"type\": null\n                },\n                \"autoLeadTime\": true,\n                \"autoPreferredStockLevel\": true,\n                \"autoReorderPoint\": true,\n                \"availableToPartners\": null,\n                \"averageCost\": null,\n                \"backwardConsumptionDays\": null,\n                \"billExchRateVarianceAcct\": null,\n                \"billPriceVarianceAcct\": null,\n                \"billQtyVarianceAcct\": null,\n                \"billingSchedule\": null,\n                \"binNumberList\": null,\n                \"class\": null,\n                \"cogsAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"221\",\n                    \"name\": \"64020 Marketing Expenses : Design\",\n                    \"type\": null\n                },\n                \"contingentRevenueHandling\": null,\n                \"copyDescription\": false,\n                \"cost\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": \"_averageCost\",\n                \"costEstimateUnits\": null,\n                \"costUnits\": null,\n                \"costingMethod\": null,\n                \"costingMethodDisplay\": \"Average\",\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1572352661,\n                \"currency\": \"GBP\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"dateConvertedToInv\": null,\n                \"defaultItemShipMethod\": null,\n                \"defaultReturnCost\": null,\n                \"deferRevRec\": null,\n                \"deferredRevenueAccount\": null,\n                \"demandModifier\": null,\n                \"demandSource\": null,\n                \"demandTimeFence\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": null,\n                \"distributionCategory\": null,\n                \"distributionNetwork\": null,\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expenseAccount\": null,\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"fixedLotSize\": null,\n                \"forwardConsumptionDays\": null,\n                \"fraudRisk\": null,\n                \"gainLossAccount\": null,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"hierarchyVersionsList\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"179\",\n                    \"name\": \"40010 Sales : Sales Type1\",\n                    \"type\": null\n                },\n                \"intercoCogsAccount\": null,\n                \"intercoDefRevAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"191\",\n                \"invtClassification\": null,\n                \"invtCountInterval\": null,\n                \"isDonationItem\": false,\n                \"isDropShipItem\": false,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isStorePickupAllowed\": null,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"testforinventoryItem\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"InventoryItem\",\n                \"itemVendorList\": null,\n                \"lastInvtCountDate\": null,\n                \"lastModifiedDate\": 1572352661,\n                \"lastPurchasePrice\": null,\n                \"leadTime\": null,\n                \"location\": null,\n                \"locationsList\": null,\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matchBillToReceipt\": false,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"nextInvtCountDate\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": false,\n                \"onHandValueMli\": null,\n                \"onSpecial\": null,\n                \"originalItemSubtype\": null,\n                \"originalItemType\": null,\n                \"outOfStockBehavior\": null,\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"periodicLotSizeDays\": null,\n                \"periodicLotSizeType\": null,\n                \"preferenceCriterion\": null,\n                \"preferredLocation\": null,\n                \"preferredStockLevel\": null,\n                \"preferredStockLevelDays\": null,\n                \"preferredStockLevelUnits\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchasePriceVarianceAcct\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": null,\n                \"quantityAvailable\": null,\n                \"quantityAvailableUnits\": null,\n                \"quantityBackOrdered\": null,\n                \"quantityCommitted\": null,\n                \"quantityCommittedUnits\": null,\n                \"quantityOnHand\": null,\n                \"quantityOnHandUnits\": null,\n                \"quantityOnOrder\": null,\n                \"quantityOnOrderUnits\": null,\n                \"quantityPricingSchedule\": null,\n                \"quantityReorderUnits\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"reorderMultiple\": null,\n                \"reorderPoint\": null,\n                \"reorderPointUnits\": null,\n                \"rescheduleInDays\": null,\n                \"rescheduleOutDays\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revReclassFXAccount\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"roundUpAsComponent\": false,\n                \"safetyStockLevel\": null,\n                \"safetyStockLevelDays\": null,\n                \"safetyStockLevelUnits\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"seasonalDemand\": false,\n                \"shipIndividually\": false,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"stockUnit\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"supplyLotSizingMethod\": null,\n                \"supplyReplenishmentMethod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"REORDER_POINT\",\n                    \"name\": \"Reorder Point\",\n                    \"type\": null\n                },\n                \"supplyTimeFence\": null,\n                \"supplyType\": null,\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"S1-Taxable\",\n                    \"type\": null\n                },\n                \"totalValue\": null,\n                \"trackLandedCost\": false,\n                \"transferPrice\": null,\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useBins\": false,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"alternateDemandSourceItem\": null,\n                \"assetAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"121\",\n                    \"name\": \"13520 Clearing Accounts : Purchases Returned Not Credited\",\n                    \"type\": null\n                },\n                \"autoLeadTime\": true,\n                \"autoPreferredStockLevel\": true,\n                \"autoReorderPoint\": true,\n                \"availableToPartners\": null,\n                \"averageCost\": null,\n                \"backwardConsumptionDays\": null,\n                \"billExchRateVarianceAcct\": null,\n                \"billPriceVarianceAcct\": null,\n                \"billQtyVarianceAcct\": null,\n                \"billingSchedule\": null,\n                \"binNumberList\": null,\n                \"class\": null,\n                \"cogsAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"221\",\n                    \"name\": \"64020 Marketing Expenses : Design\",\n                    \"type\": null\n                },\n                \"contingentRevenueHandling\": null,\n                \"copyDescription\": false,\n                \"cost\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": \"_averageCost\",\n                \"costEstimateUnits\": null,\n                \"costUnits\": null,\n                \"costingMethod\": null,\n                \"costingMethodDisplay\": \"Average\",\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1572354482,\n                \"currency\": \"GBP\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"dateConvertedToInv\": null,\n                \"defaultItemShipMethod\": null,\n                \"defaultReturnCost\": null,\n                \"deferRevRec\": null,\n                \"deferredRevenueAccount\": null,\n                \"demandModifier\": null,\n                \"demandSource\": null,\n                \"demandTimeFence\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": null,\n                \"distributionCategory\": null,\n                \"distributionNetwork\": null,\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expenseAccount\": null,\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"fixedLotSize\": null,\n                \"forwardConsumptionDays\": null,\n                \"fraudRisk\": null,\n                \"gainLossAccount\": null,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"hierarchyVersionsList\": null,\n                \"includeChildren\": false,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"179\",\n                    \"name\": \"40010 Sales : Sales Type1\",\n                    \"type\": null\n                },\n                \"intercoCogsAccount\": null,\n                \"intercoDefRevAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"291\",\n                \"invtClassification\": null,\n                \"invtCountInterval\": null,\n                \"isDonationItem\": false,\n                \"isDropShipItem\": false,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isStorePickupAllowed\": null,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"asus Laptop 14 inch Intel I5\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"InventoryItem\",\n                \"itemVendorList\": null,\n                \"lastInvtCountDate\": null,\n                \"lastModifiedDate\": 1572354482,\n                \"lastPurchasePrice\": null,\n                \"leadTime\": null,\n                \"location\": null,\n                \"locationsList\": null,\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matchBillToReceipt\": false,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"nextInvtCountDate\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": false,\n                \"onHandValueMli\": null,\n                \"onSpecial\": null,\n                \"originalItemSubtype\": null,\n                \"originalItemType\": null,\n                \"outOfStockBehavior\": null,\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"periodicLotSizeDays\": null,\n                \"periodicLotSizeType\": null,\n                \"preferenceCriterion\": null,\n                \"preferredLocation\": null,\n                \"preferredStockLevel\": null,\n                \"preferredStockLevelDays\": null,\n                \"preferredStockLevelUnits\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchasePriceVarianceAcct\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": null,\n                \"quantityAvailable\": null,\n                \"quantityAvailableUnits\": null,\n                \"quantityBackOrdered\": null,\n                \"quantityCommitted\": null,\n                \"quantityCommittedUnits\": null,\n                \"quantityOnHand\": null,\n                \"quantityOnHandUnits\": null,\n                \"quantityOnOrder\": null,\n                \"quantityOnOrderUnits\": null,\n                \"quantityPricingSchedule\": null,\n                \"quantityReorderUnits\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"reorderMultiple\": null,\n                \"reorderPoint\": null,\n                \"reorderPointUnits\": null,\n                \"rescheduleInDays\": null,\n                \"rescheduleOutDays\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revReclassFXAccount\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"roundUpAsComponent\": false,\n                \"safetyStockLevel\": null,\n                \"safetyStockLevelDays\": null,\n                \"safetyStockLevelUnits\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": null,\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"seasonalDemand\": false,\n                \"shipIndividually\": false,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"stockUnit\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"supplyLotSizingMethod\": null,\n                \"supplyReplenishmentMethod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"REORDER_POINT\",\n                    \"name\": \"Reorder Point\",\n                    \"type\": null\n                },\n                \"supplyTimeFence\": null,\n                \"supplyType\": null,\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"S1-Taxable\",\n                    \"type\": null\n                },\n                \"totalValue\": null,\n                \"trackLandedCost\": false,\n                \"transferPrice\": null,\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useBins\": false,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"alternateDemandSourceItem\": null,\n                \"assetAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"171\",\n                    \"name\": \"12010 Inventory : Stock on Hand\",\n                    \"type\": null\n                },\n                \"autoLeadTime\": true,\n                \"autoPreferredStockLevel\": true,\n                \"autoReorderPoint\": true,\n                \"availableToPartners\": null,\n                \"averageCost\": null,\n                \"backwardConsumptionDays\": null,\n                \"billExchRateVarianceAcct\": null,\n                \"billPriceVarianceAcct\": null,\n                \"billQtyVarianceAcct\": null,\n                \"billingSchedule\": null,\n                \"binNumberList\": null,\n                \"class\": null,\n                \"cogsAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"137\",\n                    \"name\": \"50010 Cost of Goods Sold : COGS Type 1\",\n                    \"type\": null\n                },\n                \"contingentRevenueHandling\": null,\n                \"copyDescription\": false,\n                \"cost\": null,\n                \"costCategory\": null,\n                \"costEstimate\": null,\n                \"costEstimateType\": \"_averageCost\",\n                \"costEstimateUnits\": null,\n                \"costUnits\": null,\n                \"costingMethod\": null,\n                \"costingMethodDisplay\": \"Average\",\n                \"countryOfManufacture\": null,\n                \"createRevenuePlansOn\": null,\n                \"createdDate\": 1572356730,\n                \"currency\": \"GBP\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"dateConvertedToInv\": null,\n                \"defaultItemShipMethod\": null,\n                \"defaultReturnCost\": null,\n                \"deferRevRec\": null,\n                \"deferredRevenueAccount\": null,\n                \"demandModifier\": null,\n                \"demandSource\": null,\n                \"demandTimeFence\": null,\n                \"department\": null,\n                \"directRevenuePosting\": null,\n                \"displayName\": \"WELD (BMT)\",\n                \"distributionCategory\": null,\n                \"distributionNetwork\": null,\n                \"dontShowPrice\": false,\n                \"dropshipExpenseAccount\": null,\n                \"enforceMinQtyInternally\": true,\n                \"excludeFromSitemap\": false,\n                \"expenseAccount\": null,\n                \"externalId\": null,\n                \"featuredDescription\": null,\n                \"fixedLotSize\": null,\n                \"forwardConsumptionDays\": null,\n                \"fraudRisk\": null,\n                \"gainLossAccount\": null,\n                \"handlingCost\": null,\n                \"handlingCostUnits\": null,\n                \"hazmatHazardClass\": null,\n                \"hazmatId\": null,\n                \"hazmatItemUnits\": null,\n                \"hazmatItemUnitsQty\": null,\n                \"hazmatPackingGroup\": null,\n                \"hazmatShippingName\": null,\n                \"hierarchyVersionsList\": null,\n                \"includeChildren\": true,\n                \"incomeAccount\": {\n                    \"externalId\": null,\n                    \"internalId\": \"179\",\n                    \"name\": \"40010 Sales : Sales Type1\",\n                    \"type\": null\n                },\n                \"intercoCogsAccount\": null,\n                \"intercoDefRevAccount\": null,\n                \"intercoIncomeAccount\": null,\n                \"internalId\": \"391\",\n                \"invtClassification\": null,\n                \"invtCountInterval\": null,\n                \"isDonationItem\": false,\n                \"isDropShipItem\": false,\n                \"isGcoCompliant\": null,\n                \"isHazmatItem\": null,\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"isSpecialOrderItem\": false,\n                \"isStorePickupAllowed\": null,\n                \"isTaxable\": null,\n                \"issueProduct\": null,\n                \"itemCarrier\": null,\n                \"itemId\": \"WELD (BMT)\",\n                \"itemOptionsList\": null,\n                \"itemRevenueCategory\": null,\n                \"itemShipMethodList\": null,\n                \"itemType\": \"InventoryItem\",\n                \"itemVendorList\": null,\n                \"lastInvtCountDate\": null,\n                \"lastModifiedDate\": 1572356730,\n                \"lastPurchasePrice\": null,\n                \"leadTime\": null,\n                \"location\": null,\n                \"locationsList\": {\n                    \"locations\": [\n                        {\n                            \"alternateDemandSourceItem\": null,\n                            \"averageCostMli\": null,\n                            \"backwardConsumptionDays\": null,\n                            \"buildTime\": null,\n                            \"cost\": null,\n                            \"costingLotSize\": null,\n                            \"defaultReturnCost\": null,\n                            \"demandSource\": null,\n                            \"demandTimeFence\": null,\n                            \"fixedLotSize\": null,\n                            \"forwardConsumptionDays\": null,\n                            \"inventoryCostTemplate\": null,\n                            \"invtClassification\": null,\n                            \"invtCountInterval\": null,\n                            \"isWip\": null,\n                            \"lastInvtCountDate\": null,\n                            \"lastPurchasePriceMli\": null,\n                            \"leadTime\": null,\n                            \"location\": \"London\",\n                            \"locationAllowStorePickup\": null,\n                            \"locationId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"9\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"locationQtyAvailForStorePickup\": null,\n                            \"locationStorePickupBufferStock\": null,\n                            \"nextInvtCountDate\": null,\n                            \"onHandValueMli\": null,\n                            \"periodicLotSizeDays\": null,\n                            \"periodicLotSizeType\": null,\n                            \"preferredStockLevel\": null,\n                            \"quantityAvailable\": 0,\n                            \"quantityBackOrdered\": null,\n                            \"quantityCommitted\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOnOrder\": null,\n                            \"reorderPoint\": null,\n                            \"rescheduleInDays\": null,\n                            \"rescheduleOutDays\": null,\n                            \"safetyStockLevel\": null,\n                            \"supplyLotSizingMethod\": null,\n                            \"supplyReplenishmentMethod\": null,\n                            \"supplyTimeFence\": null,\n                            \"supplyType\": null\n                        },\n                        {\n                            \"alternateDemandSourceItem\": null,\n                            \"averageCostMli\": null,\n                            \"backwardConsumptionDays\": null,\n                            \"buildTime\": null,\n                            \"cost\": null,\n                            \"costingLotSize\": null,\n                            \"defaultReturnCost\": null,\n                            \"demandSource\": null,\n                            \"demandTimeFence\": null,\n                            \"fixedLotSize\": null,\n                            \"forwardConsumptionDays\": null,\n                            \"inventoryCostTemplate\": null,\n                            \"invtClassification\": null,\n                            \"invtCountInterval\": null,\n                            \"isWip\": null,\n                            \"lastInvtCountDate\": null,\n                            \"lastPurchasePriceMli\": null,\n                            \"leadTime\": null,\n                            \"location\": \"Birmingham\",\n                            \"locationAllowStorePickup\": null,\n                            \"locationId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"10\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"locationQtyAvailForStorePickup\": null,\n                            \"locationStorePickupBufferStock\": null,\n                            \"nextInvtCountDate\": null,\n                            \"onHandValueMli\": null,\n                            \"periodicLotSizeDays\": null,\n                            \"periodicLotSizeType\": null,\n                            \"preferredStockLevel\": null,\n                            \"quantityAvailable\": 0,\n                            \"quantityBackOrdered\": null,\n                            \"quantityCommitted\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOnOrder\": null,\n                            \"reorderPoint\": null,\n                            \"rescheduleInDays\": null,\n                            \"rescheduleOutDays\": null,\n                            \"safetyStockLevel\": null,\n                            \"supplyLotSizingMethod\": null,\n                            \"supplyReplenishmentMethod\": null,\n                            \"supplyTimeFence\": null,\n                            \"supplyType\": null\n                        },\n                        {\n                            \"alternateDemandSourceItem\": null,\n                            \"averageCostMli\": null,\n                            \"backwardConsumptionDays\": null,\n                            \"buildTime\": null,\n                            \"cost\": null,\n                            \"costingLotSize\": null,\n                            \"defaultReturnCost\": null,\n                            \"demandSource\": null,\n                            \"demandTimeFence\": null,\n                            \"fixedLotSize\": null,\n                            \"forwardConsumptionDays\": null,\n                            \"inventoryCostTemplate\": null,\n                            \"invtClassification\": null,\n                            \"invtCountInterval\": null,\n                            \"isWip\": null,\n                            \"lastInvtCountDate\": null,\n                            \"lastPurchasePriceMli\": null,\n                            \"leadTime\": null,\n                            \"location\": \"Manchester\",\n                            \"locationAllowStorePickup\": null,\n                            \"locationId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"11\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"locationQtyAvailForStorePickup\": null,\n                            \"locationStorePickupBufferStock\": null,\n                            \"nextInvtCountDate\": null,\n                            \"onHandValueMli\": null,\n                            \"periodicLotSizeDays\": null,\n                            \"periodicLotSizeType\": null,\n                            \"preferredStockLevel\": null,\n                            \"quantityAvailable\": 0,\n                            \"quantityBackOrdered\": null,\n                            \"quantityCommitted\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOnOrder\": null,\n                            \"reorderPoint\": null,\n                            \"rescheduleInDays\": null,\n                            \"rescheduleOutDays\": null,\n                            \"safetyStockLevel\": null,\n                            \"supplyLotSizingMethod\": null,\n                            \"supplyReplenishmentMethod\": null,\n                            \"supplyTimeFence\": null,\n                            \"supplyType\": null\n                        },\n                        {\n                            \"alternateDemandSourceItem\": null,\n                            \"averageCostMli\": null,\n                            \"backwardConsumptionDays\": null,\n                            \"buildTime\": null,\n                            \"cost\": null,\n                            \"costingLotSize\": null,\n                            \"defaultReturnCost\": null,\n                            \"demandSource\": null,\n                            \"demandTimeFence\": null,\n                            \"fixedLotSize\": null,\n                            \"forwardConsumptionDays\": null,\n                            \"inventoryCostTemplate\": null,\n                            \"invtClassification\": null,\n                            \"invtCountInterval\": null,\n                            \"isWip\": null,\n                            \"lastInvtCountDate\": null,\n                            \"lastPurchasePriceMli\": null,\n                            \"leadTime\": null,\n                            \"location\": \"London - Quarantine\",\n                            \"locationAllowStorePickup\": null,\n                            \"locationId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"13\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"locationQtyAvailForStorePickup\": null,\n                            \"locationStorePickupBufferStock\": null,\n                            \"nextInvtCountDate\": null,\n                            \"onHandValueMli\": null,\n                            \"periodicLotSizeDays\": null,\n                            \"periodicLotSizeType\": null,\n                            \"preferredStockLevel\": null,\n                            \"quantityAvailable\": 0,\n                            \"quantityBackOrdered\": null,\n                            \"quantityCommitted\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOnOrder\": null,\n                            \"reorderPoint\": null,\n                            \"rescheduleInDays\": null,\n                            \"rescheduleOutDays\": null,\n                            \"safetyStockLevel\": null,\n                            \"supplyLotSizingMethod\": null,\n                            \"supplyReplenishmentMethod\": null,\n                            \"supplyTimeFence\": null,\n                            \"supplyType\": null\n                        },\n                        {\n                            \"alternateDemandSourceItem\": null,\n                            \"averageCostMli\": null,\n                            \"backwardConsumptionDays\": null,\n                            \"buildTime\": null,\n                            \"cost\": null,\n                            \"costingLotSize\": null,\n                            \"defaultReturnCost\": null,\n                            \"demandSource\": null,\n                            \"demandTimeFence\": null,\n                            \"fixedLotSize\": null,\n                            \"forwardConsumptionDays\": null,\n                            \"inventoryCostTemplate\": null,\n                            \"invtClassification\": null,\n                            \"invtCountInterval\": null,\n                            \"isWip\": null,\n                            \"lastInvtCountDate\": null,\n                            \"lastPurchasePriceMli\": null,\n                            \"leadTime\": null,\n                            \"location\": \"Amsterdam\",\n                            \"locationAllowStorePickup\": null,\n                            \"locationId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"8\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"locationQtyAvailForStorePickup\": null,\n                            \"locationStorePickupBufferStock\": null,\n                            \"nextInvtCountDate\": null,\n                            \"onHandValueMli\": null,\n                            \"periodicLotSizeDays\": null,\n                            \"periodicLotSizeType\": null,\n                            \"preferredStockLevel\": null,\n                            \"quantityAvailable\": 0,\n                            \"quantityBackOrdered\": null,\n                            \"quantityCommitted\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOnOrder\": null,\n                            \"reorderPoint\": null,\n                            \"rescheduleInDays\": null,\n                            \"rescheduleOutDays\": null,\n                            \"safetyStockLevel\": null,\n                            \"supplyLotSizingMethod\": null,\n                            \"supplyReplenishmentMethod\": null,\n                            \"supplyTimeFence\": null,\n                            \"supplyType\": null\n                        },\n                        {\n                            \"alternateDemandSourceItem\": null,\n                            \"averageCostMli\": null,\n                            \"backwardConsumptionDays\": null,\n                            \"buildTime\": null,\n                            \"cost\": null,\n                            \"costingLotSize\": null,\n                            \"defaultReturnCost\": null,\n                            \"demandSource\": null,\n                            \"demandTimeFence\": null,\n                            \"fixedLotSize\": null,\n                            \"forwardConsumptionDays\": null,\n                            \"inventoryCostTemplate\": null,\n                            \"invtClassification\": null,\n                            \"invtCountInterval\": null,\n                            \"isWip\": null,\n                            \"lastInvtCountDate\": null,\n                            \"lastPurchasePriceMli\": null,\n                            \"leadTime\": null,\n                            \"location\": \"Boston\",\n                            \"locationAllowStorePickup\": null,\n                            \"locationId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"12\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"locationQtyAvailForStorePickup\": null,\n                            \"locationStorePickupBufferStock\": null,\n                            \"nextInvtCountDate\": null,\n                            \"onHandValueMli\": null,\n                            \"periodicLotSizeDays\": null,\n                            \"periodicLotSizeType\": null,\n                            \"preferredStockLevel\": null,\n                            \"quantityAvailable\": 0,\n                            \"quantityBackOrdered\": null,\n                            \"quantityCommitted\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOnOrder\": null,\n                            \"reorderPoint\": null,\n                            \"rescheduleInDays\": null,\n                            \"rescheduleOutDays\": null,\n                            \"safetyStockLevel\": null,\n                            \"supplyLotSizingMethod\": null,\n                            \"supplyReplenishmentMethod\": null,\n                            \"supplyTimeFence\": null,\n                            \"supplyType\": null\n                        },\n                        {\n                            \"alternateDemandSourceItem\": null,\n                            \"averageCostMli\": null,\n                            \"backwardConsumptionDays\": null,\n                            \"buildTime\": null,\n                            \"cost\": null,\n                            \"costingLotSize\": null,\n                            \"defaultReturnCost\": null,\n                            \"demandSource\": null,\n                            \"demandTimeFence\": null,\n                            \"fixedLotSize\": null,\n                            \"forwardConsumptionDays\": null,\n                            \"inventoryCostTemplate\": null,\n                            \"invtClassification\": null,\n                            \"invtCountInterval\": null,\n                            \"isWip\": null,\n                            \"lastInvtCountDate\": null,\n                            \"lastPurchasePriceMli\": null,\n                            \"leadTime\": null,\n                            \"location\": \"Nob Hill\",\n                            \"locationAllowStorePickup\": null,\n                            \"locationId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"14\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"locationQtyAvailForStorePickup\": null,\n                            \"locationStorePickupBufferStock\": null,\n                            \"nextInvtCountDate\": null,\n                            \"onHandValueMli\": null,\n                            \"periodicLotSizeDays\": null,\n                            \"periodicLotSizeType\": null,\n                            \"preferredStockLevel\": null,\n                            \"quantityAvailable\": 0,\n                            \"quantityBackOrdered\": null,\n                            \"quantityCommitted\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOnOrder\": null,\n                            \"reorderPoint\": null,\n                            \"rescheduleInDays\": null,\n                            \"rescheduleOutDays\": null,\n                            \"safetyStockLevel\": null,\n                            \"supplyLotSizingMethod\": null,\n                            \"supplyReplenishmentMethod\": null,\n                            \"supplyTimeFence\": null,\n                            \"supplyType\": null\n                        },\n                        {\n                            \"alternateDemandSourceItem\": null,\n                            \"averageCostMli\": null,\n                            \"backwardConsumptionDays\": null,\n                            \"buildTime\": null,\n                            \"cost\": null,\n                            \"costingLotSize\": null,\n                            \"defaultReturnCost\": null,\n                            \"demandSource\": null,\n                            \"demandTimeFence\": null,\n                            \"fixedLotSize\": null,\n                            \"forwardConsumptionDays\": null,\n                            \"inventoryCostTemplate\": null,\n                            \"invtClassification\": null,\n                            \"invtCountInterval\": null,\n                            \"isWip\": null,\n                            \"lastInvtCountDate\": null,\n                            \"lastPurchasePriceMli\": null,\n                            \"leadTime\": null,\n                            \"location\": \"Dublin\",\n                            \"locationAllowStorePickup\": null,\n                            \"locationId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"7\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"locationQtyAvailForStorePickup\": null,\n                            \"locationStorePickupBufferStock\": null,\n                            \"nextInvtCountDate\": null,\n                            \"onHandValueMli\": null,\n                            \"periodicLotSizeDays\": null,\n                            \"periodicLotSizeType\": null,\n                            \"preferredStockLevel\": null,\n                            \"quantityAvailable\": 0,\n                            \"quantityBackOrdered\": null,\n                            \"quantityCommitted\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOnOrder\": null,\n                            \"reorderPoint\": null,\n                            \"rescheduleInDays\": null,\n                            \"rescheduleOutDays\": null,\n                            \"safetyStockLevel\": null,\n                            \"supplyLotSizingMethod\": null,\n                            \"supplyReplenishmentMethod\": null,\n                            \"supplyTimeFence\": null,\n                            \"supplyType\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"manufacturer\": null,\n                \"manufacturerAddr1\": null,\n                \"manufacturerCity\": null,\n                \"manufacturerState\": null,\n                \"manufacturerTariff\": null,\n                \"manufacturerTaxId\": null,\n                \"manufacturerZip\": null,\n                \"matchBillToReceipt\": false,\n                \"matrixItemNameTemplate\": null,\n                \"matrixOptionList\": null,\n                \"matrixType\": null,\n                \"maxDonationAmount\": null,\n                \"maximumQuantity\": null,\n                \"metaTagHtml\": null,\n                \"minimumQuantity\": null,\n                \"minimumQuantityUnits\": null,\n                \"mpn\": null,\n                \"multManufactureAddr\": null,\n                \"nexTagCategory\": null,\n                \"nextInvtCountDate\": null,\n                \"noPriceMessage\": null,\n                \"nullFieldList\": null,\n                \"offerSupport\": false,\n                \"onHandValueMli\": null,\n                \"onSpecial\": null,\n                \"originalItemSubtype\": null,\n                \"originalItemType\": null,\n                \"outOfStockBehavior\": null,\n                \"outOfStockMessage\": null,\n                \"overallQuantityPricingType\": \"_byLineQuantity\",\n                \"pageTitle\": null,\n                \"parent\": null,\n                \"periodicLotSizeDays\": null,\n                \"periodicLotSizeType\": null,\n                \"preferenceCriterion\": null,\n                \"preferredLocation\": null,\n                \"preferredStockLevel\": null,\n                \"preferredStockLevelDays\": null,\n                \"preferredStockLevelUnits\": null,\n                \"presentationItemList\": null,\n                \"pricesIncludeTax\": null,\n                \"pricingGroup\": null,\n                \"pricingMatrix\": null,\n                \"producer\": null,\n                \"productFeedList\": null,\n                \"purchaseDescription\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"purchasePriceVarianceAcct\": null,\n                \"purchaseTaxCode\": null,\n                \"purchaseUnit\": null,\n                \"quantityAvailable\": null,\n                \"quantityAvailableUnits\": null,\n                \"quantityBackOrdered\": null,\n                \"quantityCommitted\": null,\n                \"quantityCommittedUnits\": null,\n                \"quantityOnHand\": null,\n                \"quantityOnHandUnits\": null,\n                \"quantityOnOrder\": null,\n                \"quantityOnOrderUnits\": null,\n                \"quantityPricingSchedule\": null,\n                \"quantityReorderUnits\": null,\n                \"rate\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"relatedItemsDescription\": null,\n                \"reorderMultiple\": null,\n                \"reorderPoint\": null,\n                \"reorderPointUnits\": null,\n                \"rescheduleInDays\": null,\n                \"rescheduleOutDays\": null,\n                \"revRecForecastRule\": null,\n                \"revRecSchedule\": null,\n                \"revReclassFXAccount\": null,\n                \"revenueAllocationGroup\": null,\n                \"revenueRecognitionRule\": null,\n                \"roundUpAsComponent\": false,\n                \"safetyStockLevel\": null,\n                \"safetyStockLevelDays\": null,\n                \"safetyStockLevelUnits\": null,\n                \"saleUnit\": null,\n                \"salesDescription\": \"WELD (BMT)\",\n                \"salesTaxCode\": null,\n                \"scheduleBCode\": null,\n                \"scheduleBNumber\": null,\n                \"scheduleBQuantity\": null,\n                \"searchKeywords\": null,\n                \"seasonalDemand\": false,\n                \"shipIndividually\": false,\n                \"shipPackage\": null,\n                \"shippingCost\": null,\n                \"shippingCostUnits\": null,\n                \"shoppingDotComCategory\": null,\n                \"shopzillaCategoryId\": null,\n                \"showDefaultDonationAmount\": false,\n                \"siteCategoryList\": null,\n                \"sitemapPriority\": \"_auto\",\n                \"softDescriptor\": null,\n                \"specialsDescription\": null,\n                \"stockDescription\": null,\n                \"stockUnit\": null,\n                \"storeDescription\": null,\n                \"storeDetailedDescription\": null,\n                \"storeDisplayImage\": null,\n                \"storeDisplayName\": null,\n                \"storeDisplayThumbnail\": null,\n                \"storeItemTemplate\": null,\n                \"subsidiaryList\": {\n                    \"recordRef\": [\n                        {\n                            \"externalId\": null,\n                            \"internalId\": \"1\",\n                            \"name\": null,\n                            \"type\": null\n                        }\n                    ]\n                },\n                \"supplyLotSizingMethod\": null,\n                \"supplyReplenishmentMethod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"REORDER_POINT\",\n                    \"name\": \"Reorder Point\",\n                    \"type\": null\n                },\n                \"supplyTimeFence\": null,\n                \"supplyType\": null,\n                \"taxSchedule\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"S2-Non-Taxable\",\n                    \"type\": null\n                },\n                \"totalValue\": null,\n                \"trackLandedCost\": false,\n                \"transferPrice\": null,\n                \"translationsList\": null,\n                \"unitsType\": null,\n                \"upcCode\": null,\n                \"urlComponent\": null,\n                \"useBins\": false,\n                \"useMarginalRates\": false,\n                \"vendor\": null,\n                \"vendorName\": null,\n                \"vsoeDeferral\": null,\n                \"vsoeDelivered\": null,\n                \"vsoePermitDiscount\": null,\n                \"vsoePrice\": null,\n                \"vsoeSopGroup\": null,\n                \"weight\": null,\n                \"weightUnit\": null,\n                \"weightUnits\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_12172019401437840428954569_3811d7f\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 5\n}"}],"_postman_id":"35b1c1b2-f817-457a-9064-3070bd0aee04"},{"name":"Retrieve items by ID","id":"2efe9363-1706-4234-8476-613002616f49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"NetSuite-Token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/item?id=71&type=inventoryItem","urlObject":{"protocol":"https","path":["netsuite","v0","item"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"71"},{"key":"type","value":"inventoryItem"}],"variable":[]}},"response":[{"id":"d4f265fe-bf3e-4a0f-9a7e-2d70a6d62a93","name":"Retrieve items by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"NetSuite-Token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pageSize","type":"text","value":"30"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/itemitem?id=71&type=inventoryItem","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","itemitem"],"query":[{"key":"id","value":"71"},{"key":"type","value":"inventoryItem"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"accountingBookDetailList\": null,\r\n        \"alternateDemandSourceItem\": null,\r\n        \"assetAccount\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"171\",\r\n          \"name\": \"12010 Inventory : Stock on Hand\",\r\n          \"type\": null\r\n        },\r\n        \"autoLeadTime\": true,\r\n        \"autoPreferredStockLevel\": true,\r\n        \"autoReorderPoint\": true,\r\n        \"availableToPartners\": null,\r\n        \"averageCost\": null,\r\n        \"backwardConsumptionDays\": null,\r\n        \"billExchRateVarianceAcct\": null,\r\n        \"billPriceVarianceAcct\": null,\r\n        \"billQtyVarianceAcct\": null,\r\n        \"billingSchedule\": null,\r\n        \"binNumberList\": null,\r\n        \"class\": null,\r\n        \"cogsAccount\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"137\",\r\n          \"name\": \"50010 Cost of Goods Sold : COGS Type 1\",\r\n          \"type\": null\r\n        },\r\n        \"contingentRevenueHandling\": null,\r\n        \"copyDescription\": false,\r\n        \"cost\": null,\r\n        \"costCategory\": null,\r\n        \"costEstimate\": null,\r\n        \"costEstimateType\": \"_averageCost\",\r\n        \"costEstimateUnits\": null,\r\n        \"costUnits\": null,\r\n        \"costingMethod\": null,\r\n        \"costingMethodDisplay\": \"Average\",\r\n        \"countryOfManufacture\": null,\r\n        \"createRevenuePlansOn\": null,\r\n        \"createdDate\": 1542172965,\r\n        \"currency\": \"GBP\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": null,\r\n              \"scriptId\": null,\r\n              \"value\": \"<a href='#' onclick='manualCheckCommodityCode()'>Click this link to check Commodity Code</a>\"\r\n            }\r\n          ]\r\n        },\r\n        \"customForm\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"50\",\r\n          \"name\": \"Inventory Part\",\r\n          \"type\": null\r\n        },\r\n        \"dateConvertedToInv\": null,\r\n        \"defaultItemShipMethod\": null,\r\n        \"defaultReturnCost\": null,\r\n        \"deferRevRec\": null,\r\n        \"deferredRevenueAccount\": null,\r\n        \"demandModifier\": null,\r\n        \"demandSource\": null,\r\n        \"demandTimeFence\": null,\r\n        \"department\": null,\r\n        \"directRevenuePosting\": null,\r\n        \"displayName\": null,\r\n        \"distributionCategory\": null,\r\n        \"distributionNetwork\": null,\r\n        \"dontShowPrice\": false,\r\n        \"dropshipExpenseAccount\": null,\r\n        \"enforceMinQtyInternally\": true,\r\n        \"excludeFromSitemap\": false,\r\n        \"expenseAccount\": null,\r\n        \"externalId\": null,\r\n        \"featuredDescription\": null,\r\n        \"fixedLotSize\": null,\r\n        \"forwardConsumptionDays\": null,\r\n        \"fraudRisk\": null,\r\n        \"gainLossAccount\": null,\r\n        \"handlingCost\": null,\r\n        \"handlingCostUnits\": null,\r\n        \"hazmatHazardClass\": null,\r\n        \"hazmatId\": null,\r\n        \"hazmatItemUnits\": null,\r\n        \"hazmatItemUnitsQty\": null,\r\n        \"hazmatPackingGroup\": null,\r\n        \"hazmatShippingName\": null,\r\n        \"hierarchyVersionsList\": null,\r\n        \"includeChildren\": false,\r\n        \"incomeAccount\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"179\",\r\n          \"name\": \"40010 Sales : Sales Type1\",\r\n          \"type\": null\r\n        },\r\n        \"intercoCogsAccount\": null,\r\n        \"intercoDefRevAccount\": null,\r\n        \"intercoIncomeAccount\": null,\r\n        \"internalId\": \"71\",\r\n        \"invtClassification\": null,\r\n        \"invtCountInterval\": null,\r\n        \"isDonationItem\": false,\r\n        \"isDropShipItem\": false,\r\n        \"isGcoCompliant\": null,\r\n        \"isHazmatItem\": null,\r\n        \"isInactive\": false,\r\n        \"isOnline\": false,\r\n        \"isSpecialOrderItem\": false,\r\n        \"isStorePickupAllowed\": null,\r\n        \"isTaxable\": null,\r\n        \"issueProduct\": null,\r\n        \"itemCarrier\": null,\r\n        \"itemId\": \"APPAREL\",\r\n        \"itemOptionsList\": null,\r\n        \"itemRevenueCategory\": null,\r\n        \"itemShipMethodList\": null,\r\n        \"itemVendorList\": null,\r\n        \"lastInvtCountDate\": null,\r\n        \"lastModifiedDate\": 1542400582,\r\n        \"lastPurchasePrice\": null,\r\n        \"leadTime\": null,\r\n        \"location\": null,\r\n        \"locationsList\": null,\r\n        \"manufacturer\": null,\r\n        \"manufacturerAddr1\": null,\r\n        \"manufacturerCity\": null,\r\n        \"manufacturerState\": null,\r\n        \"manufacturerTariff\": null,\r\n        \"manufacturerTaxId\": null,\r\n        \"manufacturerZip\": null,\r\n        \"matchBillToReceipt\": false,\r\n        \"matrixItemNameTemplate\": null,\r\n        \"matrixOptionList\": null,\r\n        \"matrixType\": null,\r\n        \"maxDonationAmount\": null,\r\n        \"maximumQuantity\": null,\r\n        \"metaTagHtml\": null,\r\n        \"minimumQuantity\": null,\r\n        \"minimumQuantityUnits\": null,\r\n        \"mpn\": null,\r\n        \"multManufactureAddr\": null,\r\n        \"nexTagCategory\": null,\r\n        \"nextInvtCountDate\": null,\r\n        \"noPriceMessage\": null,\r\n        \"nullFieldList\": null,\r\n        \"offerSupport\": false,\r\n        \"onHandValueMli\": null,\r\n        \"onSpecial\": null,\r\n        \"originalItemSubtype\": null,\r\n        \"originalItemType\": null,\r\n        \"outOfStockBehavior\": null,\r\n        \"outOfStockMessage\": null,\r\n        \"overallQuantityPricingType\": \"_byLineQuantity\",\r\n        \"pageTitle\": null,\r\n        \"parent\": null,\r\n        \"periodicLotSizeDays\": null,\r\n        \"periodicLotSizeType\": null,\r\n        \"preferenceCriterion\": null,\r\n        \"preferredLocation\": null,\r\n        \"preferredStockLevel\": null,\r\n        \"preferredStockLevelDays\": null,\r\n        \"preferredStockLevelUnits\": null,\r\n        \"presentationItemList\": null,\r\n        \"pricesIncludeTax\": null,\r\n        \"pricingGroup\": null,\r\n        \"pricingMatrix\": null,\r\n        \"producer\": null,\r\n        \"productFeedList\": null,\r\n        \"purchaseDescription\": null,\r\n        \"purchaseOrderAmount\": null,\r\n        \"purchaseOrderQuantity\": null,\r\n        \"purchaseOrderQuantityDiff\": null,\r\n        \"purchasePriceVarianceAcct\": null,\r\n        \"purchaseTaxCode\": null,\r\n        \"purchaseUnit\": null,\r\n        \"quantityAvailable\": null,\r\n        \"quantityAvailableUnits\": null,\r\n        \"quantityBackOrdered\": null,\r\n        \"quantityCommitted\": null,\r\n        \"quantityCommittedUnits\": null,\r\n        \"quantityOnHand\": null,\r\n        \"quantityOnHandUnits\": null,\r\n        \"quantityOnOrder\": null,\r\n        \"quantityOnOrderUnits\": null,\r\n        \"quantityPricingSchedule\": null,\r\n        \"quantityReorderUnits\": null,\r\n        \"rate\": null,\r\n        \"receiptAmount\": null,\r\n        \"receiptQuantity\": null,\r\n        \"receiptQuantityDiff\": null,\r\n        \"relatedItemsDescription\": null,\r\n        \"reorderMultiple\": null,\r\n        \"reorderPoint\": null,\r\n        \"reorderPointUnits\": null,\r\n        \"rescheduleInDays\": null,\r\n        \"rescheduleOutDays\": null,\r\n        \"revRecForecastRule\": null,\r\n        \"revRecSchedule\": null,\r\n        \"revReclassFXAccount\": null,\r\n        \"revenueAllocationGroup\": null,\r\n        \"revenueRecognitionRule\": null,\r\n        \"roundUpAsComponent\": false,\r\n        \"safetyStockLevel\": null,\r\n        \"safetyStockLevelDays\": null,\r\n        \"safetyStockLevelUnits\": null,\r\n        \"saleUnit\": null,\r\n        \"salesDescription\": null,\r\n        \"salesTaxCode\": null,\r\n        \"scheduleBCode\": null,\r\n        \"scheduleBNumber\": null,\r\n        \"scheduleBQuantity\": null,\r\n        \"searchKeywords\": null,\r\n        \"seasonalDemand\": false,\r\n        \"shipIndividually\": false,\r\n        \"shipPackage\": null,\r\n        \"shippingCost\": null,\r\n        \"shippingCostUnits\": null,\r\n        \"shoppingDotComCategory\": null,\r\n        \"shopzillaCategoryId\": null,\r\n        \"showDefaultDonationAmount\": false,\r\n        \"siteCategoryList\": null,\r\n        \"sitemapPriority\": \"_auto\",\r\n        \"softDescriptor\": null,\r\n        \"specialsDescription\": null,\r\n        \"stockDescription\": null,\r\n        \"stockUnit\": null,\r\n        \"storeDescription\": null,\r\n        \"storeDetailedDescription\": null,\r\n        \"storeDisplayImage\": null,\r\n        \"storeDisplayName\": null,\r\n        \"storeDisplayThumbnail\": null,\r\n        \"storeItemTemplate\": null,\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"externalId\": null,\r\n              \"internalId\": \"1\",\r\n              \"name\": \"Group\",\r\n              \"type\": null\r\n            }\r\n          ]\r\n        },\r\n        \"supplyLotSizingMethod\": null,\r\n        \"supplyReplenishmentMethod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"REORDER_POINT\",\r\n          \"name\": \"Reorder Point\",\r\n          \"type\": null\r\n        },\r\n        \"supplyTimeFence\": null,\r\n        \"supplyType\": null,\r\n        \"taxSchedule\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"S1-Taxable\",\r\n          \"type\": null\r\n        },\r\n        \"totalValue\": null,\r\n        \"trackLandedCost\": false,\r\n        \"transferPrice\": null,\r\n        \"translationsList\": null,\r\n        \"unitsType\": null,\r\n        \"upcCode\": null,\r\n        \"urlComponent\": null,\r\n        \"useBins\": false,\r\n        \"useMarginalRates\": false,\r\n        \"vendor\": null,\r\n        \"vendorName\": null,\r\n        \"vsoeDeferral\": null,\r\n        \"vsoeDelivered\": null,\r\n        \"vsoePermitDiscount\": null,\r\n        \"vsoePrice\": null,\r\n        \"vsoeSopGroup\": null,\r\n        \"weight\": null,\r\n        \"weightUnit\": null,\r\n        \"weightUnits\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  }\r\n}"}],"_postman_id":"2efe9363-1706-4234-8476-613002616f49"}],"id":"f241d0b0-be28-4282-bd7c-de8a1ba1d508","event":[{"listen":"prerequest","script":{"id":"95619a77-8ac2-4b5d-b86a-7e35b588fcf3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"30b21740-e92e-4f93-96b8-15fb48641780","type":"text/javascript","exec":[""]}}],"_postman_id":"f241d0b0-be28-4282-bd7c-de8a1ba1d508","description":""},{"name":"POST","item":[{"name":"Create Items","id":"e51c451b-1bbb-4d25-bfec-4729e9ebdf76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":" {\r\n        \"itemId\": \"One Year Subscription Agreement\",\r\n        \"cogsAccount\": {\r\n          \"internalId\": \"125\",\r\n          \"name\": \"5001 Cost of Goods Sold : Uncategorized\"\r\n        },\r\n        \"itemType\":\"inventoryItem\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"scriptId\": \"custitem_item_category\",\r\n              \"value\": {\"internalId\":\"1\"},\r\n              \"fieldType\":\"select\"\r\n            }\r\n          ]\r\n        },\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"internalId\": \"11\"\r\n            }\r\n          ]\r\n        },\r\n        \"taxSchedule\": {\r\n          \"internalId\": \"2\",\r\n          \"name\": \"Non-Taxable\"\r\n        }\r\n  }"},"url":"https://api.prestructured.com/netsuite/v0/item","urlObject":{"protocol":"https","path":["netsuite","v0","item"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"b8fbb765-0dda-4ecc-b032-ba4f49518e6b","name":"Create Items","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" {\r\n        \"itemId\": \"One Year Subscription Agreement\",\r\n        \"cogsAccount\": {\r\n          \"internalId\": \"125\",\r\n          \"name\": \"5001 Cost of Goods Sold : Uncategorized\"\r\n        },\r\n        \"itemType\":\"inventoryItem\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"scriptId\": \"custitem_item_category\",\r\n              \"value\": {\"internalId\":\"1\"},\r\n              \"fieldType\":\"select\"\r\n            }\r\n          ]\r\n        },\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"internalId\": \"11\"\r\n            }\r\n          ]\r\n        },\r\n        \"taxSchedule\": {\r\n          \"internalId\": \"2\",\r\n          \"name\": \"Non-Taxable\"\r\n        }\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/item"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Nov 2019 09:58:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"457"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"538\",\r\n        \"name\": null,\r\n        \"type\": \"inventoryItem\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"e51c451b-1bbb-4d25-bfec-4729e9ebdf76"}],"id":"0caef199-5f69-4ba6-ae19-9722e8c8efda","event":[{"listen":"prerequest","script":{"id":"946a6519-f421-4187-9ca9-0471f3376a8d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b4eac1a0-fcc8-4563-8dce-65046f9d34ad","type":"text/javascript","exec":[""]}}],"_postman_id":"0caef199-5f69-4ba6-ae19-9722e8c8efda","description":""},{"name":"PUT","item":[{"name":"Update Items","id":"7bd208a9-e605-4194-a742-ac996d2d37e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"NetSuite-Token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":" {\r\n        \"itemId\": \"One Year Subscription Agreement\",\r\n        \"cogsAccount\": {\r\n          \"internalId\": \"125\",\r\n          \"name\": \"5001 Cost of Goods Sold : Uncategorized\"\r\n        },\r\n        \"itemType\":\"inventoryItem\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"scriptId\": \"custitem_item_category\",\r\n              \"value\": {\"internalId\":\"2\"},\r\n              \"fieldType\":\"select\"\r\n            }\r\n          ]\r\n        },\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"internalId\": \"11\"\r\n            }\r\n          ]\r\n        },\r\n        \"taxSchedule\": {\r\n          \"internalId\": \"2\",\r\n          \"name\": \"Non-Taxable\"\r\n        },\r\n        \"internalId\":\"538\"\r\n  }"},"url":"https://api.prestructured.com/netsuite/v0/item","urlObject":{"protocol":"https","path":["netsuite","v0","item"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"a9e5fac6-5cd9-45c4-86db-cd5d107d93ba","name":"Update Items","originalRequest":{"method":"PUT","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","description":"Please generate above mentioned credentials from netsuite.com","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" {\r\n        \"itemId\": \"One Year Subscription Agreement\",\r\n        \"cogsAccount\": {\r\n          \"internalId\": \"125\",\r\n          \"name\": \"5001 Cost of Goods Sold : Uncategorized\"\r\n        },\r\n        \"itemType\":\"inventoryItem\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"scriptId\": \"custitem_item_category\",\r\n              \"value\": {\"internalId\":\"2\"},\r\n              \"fieldType\":\"select\"\r\n            }\r\n          ]\r\n        },\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"internalId\": \"11\"\r\n            }\r\n          ]\r\n        },\r\n        \"taxSchedule\": {\r\n          \"internalId\": \"2\",\r\n          \"name\": \"Non-Taxable\"\r\n        },\r\n        \"internalId\":\"538\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/item"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Nov 2019 10:07:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"457"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"538\",\r\n        \"name\": null,\r\n        \"type\": \"inventoryItem\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"7bd208a9-e605-4194-a742-ac996d2d37e8"}],"id":"2b1f1f31-f619-4025-8071-26f8bd42cbd8","event":[{"listen":"prerequest","script":{"id":"358d6b4f-e263-47d8-abce-659431f3a3e5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"80151e70-6b5f-482b-9f8c-ae056873689f","type":"text/javascript","exec":[""]}}],"_postman_id":"2b1f1f31-f619-4025-8071-26f8bd42cbd8","description":""},{"name":"DELETE","item":[{"name":"Delete Items","id":"db1f2003-1c66-483e-9342-a50010dc588d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/item?type=inventoryItem&id=538","urlObject":{"protocol":"https","path":["netsuite","v0","item"],"host":["api","prestructured","com"],"query":[{"key":"type","value":"inventoryItem"},{"key":"id","value":"538"}],"variable":[]}},"response":[{"id":"29df5063-7bdb-4790-9022-e23818bcc528","name":"Delete Items","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/item?type=inventoryItem&id=538","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","item"],"query":[{"key":"type","value":"inventoryItem"},{"key":"id","value":"538"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"538\",\r\n        \"name\": null,\r\n        \"type\": \"inventoryItem\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"db1f2003-1c66-483e-9342-a50010dc588d"}],"id":"d1fbdf7b-f644-4ca1-9d0f-4c79a2f4d31b","event":[{"listen":"prerequest","script":{"id":"87c73848-e571-4858-98c1-a7b315ea7b4c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d78d0fa3-1522-4615-8b56-e11cd42e0f3b","type":"text/javascript","exec":[""]}}],"_postman_id":"d1fbdf7b-f644-4ca1-9d0f-4c79a2f4d31b","description":""}],"id":"10319f1c-c1fc-4fbf-8b33-312016322077","event":[{"listen":"prerequest","script":{"id":"ad192f09-716d-4eaa-aef8-7fdb4f439502","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6c31ba25-6a45-4805-b005-660fa9b6d2d9","type":"text/javascript","exec":[""]}}],"_postman_id":"10319f1c-c1fc-4fbf-8b33-312016322077","description":""},{"name":"Item Fulfillments","item":[{"name":"GET","item":[{"name":"Retrieve item fulfillments","id":"b72ce412-d000-4552-a380-ee6d9943800f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/itemFulfillment","urlObject":{"protocol":"https","path":["netsuite","v0","itemFulfillment"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"cd74e0f6-fe66-4961-9145-18e8344bfe76","name":"Retrieve item fulfillments","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/itemFulfillment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Oct 2019 06:23:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1183"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"accessibilityTypeFedEx\": null,\r\n        \"accountingBookDetailList\": null,\r\n        \"ancillaryEndorsementFedEx\": null,\r\n        \"b13aFilingOptionFedEx\": null,\r\n        \"b13aStatementDataFedEx\": null,\r\n        \"backupEmailAddressFedEx\": null,\r\n        \"backupEmailAddressUps\": null,\r\n        \"blanketEndDateUps\": null,\r\n        \"blanketStartDateUps\": null,\r\n        \"bookingConfirmationNumFedEx\": null,\r\n        \"carrierIdUps\": null,\r\n        \"createdDate\": 1549951317,\r\n        \"createdFrom\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"46\",\r\n          \"name\": \"Sales Order #3\",\r\n          \"type\": null\r\n        },\r\n        \"createdFromShipGroup\": null,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"eccNumberUps\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"50\",\r\n          \"name\": \"14 Imtiaz ansari\",\r\n          \"type\": null\r\n        },\r\n        \"entryNumberUps\": null,\r\n        \"exportTypeUps\": null,\r\n        \"externalId\": null,\r\n        \"generateIntegratedShipperLabel\": null,\r\n        \"halAddr1FedEx\": null,\r\n        \"halAddr2FedEx\": null,\r\n        \"halAddr3FedEx\": null,\r\n        \"halCityFedEx\": null,\r\n        \"halCountryFedEx\": null,\r\n        \"halPhoneFedEx\": null,\r\n        \"halStateFedEx\": null,\r\n        \"halZipFedEx\": null,\r\n        \"handlingCost\": null,\r\n        \"hazmatTypeFedEx\": null,\r\n        \"holdAtLocationFedEx\": null,\r\n        \"homeDeliveryDateFedEx\": null,\r\n        \"homeDeliveryTypeFedEx\": null,\r\n        \"inbondCodeUps\": null,\r\n        \"insideDeliveryFedEx\": null,\r\n        \"insidePickupFedEx\": null,\r\n        \"internalId\": \"149\",\r\n        \"intlExemptionNumFedEx\": null,\r\n        \"isCargoAircraftOnlyFedEx\": null,\r\n        \"isRoutedExportTransactionUps\": null,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"binNumbers\": null,\r\n              \"class\": null,\r\n              \"createPo\": null,\r\n              \"customFieldList\": {\r\n                \"customField\": [\r\n                  {\r\n                    \"internalId\": \"175\",\r\n                    \"scriptId\": \"custcol_gh_line_no\",\r\n                    \"value\": 1\r\n                  }\r\n                ]\r\n              },\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"inventoryDetail\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"6\",\r\n                \"name\": \"GH Pens\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"itemName\": \"GH Pens\",\r\n              \"itemReceive\": true,\r\n              \"jobName\": null,\r\n              \"location\": null,\r\n              \"onHand\": null,\r\n              \"options\": null,\r\n              \"orderLine\": 2,\r\n              \"poNum\": null,\r\n              \"quantity\": 50.0,\r\n              \"quantityRemaining\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"unitsDisplay\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1585230710,\r\n        \"licenseDateUps\": null,\r\n        \"licenseExceptionUps\": null,\r\n        \"licenseNumberUps\": null,\r\n        \"memo\": null,\r\n        \"methodOfTransportUps\": null,\r\n        \"nullFieldList\": null,\r\n        \"packageFedExList\": null,\r\n        \"packageList\": {\r\n          \"package\": [\r\n            {\r\n              \"packageDescr\": null,\r\n              \"packageTrackingNumber\": null,\r\n              \"packageWeight\": 0.01\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"packageUpsList\": null,\r\n        \"packageUspsList\": null,\r\n        \"packedDate\": null,\r\n        \"partiesToTransactionUps\": null,\r\n        \"partner\": null,\r\n        \"pickedDate\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"121\",\r\n          \"name\": \"Feb 2019\",\r\n          \"type\": null\r\n        },\r\n        \"recipientTaxIdUps\": null,\r\n        \"requestedBy\": null,\r\n        \"saturdayDeliveryFedEx\": null,\r\n        \"saturdayDeliveryUps\": null,\r\n        \"saturdayPickupFedex\": null,\r\n        \"sendBackupEmailFedEx\": null,\r\n        \"sendBackupEmailUps\": null,\r\n        \"sendShipNotifyEmailFedEx\": null,\r\n        \"sendShipNotifyEmailUps\": null,\r\n        \"shipAddressList\": null,\r\n        \"shipDateFedEx\": null,\r\n        \"shipIsResidential\": false,\r\n        \"shipMethod\": null,\r\n        \"shipNotifyEmailAddress2Ups\": null,\r\n        \"shipNotifyEmailAddressFedEx\": null,\r\n        \"shipNotifyEmailAddressUps\": null,\r\n        \"shipNotifyEmailMessageUps\": null,\r\n        \"shipStatus\": null,\r\n        \"shipmentWeightFedEx\": null,\r\n        \"shipmentWeightUps\": null,\r\n        \"shippedDate\": null,\r\n        \"shippingAddress\": {\r\n          \"addr1\": null,\r\n          \"addr2\": \"Begumpet HPS\",\r\n          \"addr3\": null,\r\n          \"addrPhone\": \"9952990420\",\r\n          \"addrText\": \"Imtiaz Imtiaz &lt;br&gt;Begumpet&lt;br&gt;Hyderabad India 500003&lt;br&gt;India\",\r\n          \"addressee\": \"Imtiaz Imtiaz\",\r\n          \"attention\": null,\r\n          \"city\": \"Hyderabad\",\r\n          \"country\": \"_india\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"10614\",\r\n          \"nullFieldList\": null,\r\n          \"override\": true,\r\n          \"state\": \"India\",\r\n          \"zip\": \"500003\"\r\n        },\r\n        \"shippingCost\": null,\r\n        \"signatureHomeDeliveryFedEx\": null,\r\n        \"termsFreightChargeFedEx\": null,\r\n        \"termsInsuranceChargeFedEx\": null,\r\n        \"termsOfSaleFedEx\": null,\r\n        \"thirdPartyAcctFedEx\": null,\r\n        \"thirdPartyAcctUps\": null,\r\n        \"thirdPartyCountryFedEx\": null,\r\n        \"thirdPartyCountryUps\": null,\r\n        \"thirdPartyTypeFedEx\": null,\r\n        \"thirdPartyTypeUps\": null,\r\n        \"thirdPartyZipcodeUps\": null,\r\n        \"tranDate\": 1549909800,\r\n        \"tranId\": \"2\",\r\n        \"transferLocation\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accessibilityTypeFedEx\": null,\r\n        \"accountingBookDetailList\": null,\r\n        \"ancillaryEndorsementFedEx\": null,\r\n        \"b13aFilingOptionFedEx\": null,\r\n        \"b13aStatementDataFedEx\": null,\r\n        \"backupEmailAddressFedEx\": null,\r\n        \"backupEmailAddressUps\": null,\r\n        \"blanketEndDateUps\": null,\r\n        \"blanketStartDateUps\": null,\r\n        \"bookingConfirmationNumFedEx\": null,\r\n        \"carrierIdUps\": null,\r\n        \"createdDate\": 1550206569,\r\n        \"createdFrom\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"249\",\r\n          \"name\": \"Sales Order #5\",\r\n          \"type\": null\r\n        },\r\n        \"createdFromShipGroup\": null,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"eccNumberUps\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"46\",\r\n          \"name\": \"12 GS Solutions\",\r\n          \"type\": null\r\n        },\r\n        \"entryNumberUps\": null,\r\n        \"exportTypeUps\": null,\r\n        \"externalId\": null,\r\n        \"generateIntegratedShipperLabel\": null,\r\n        \"halAddr1FedEx\": null,\r\n        \"halAddr2FedEx\": null,\r\n        \"halAddr3FedEx\": null,\r\n        \"halCityFedEx\": null,\r\n        \"halCountryFedEx\": null,\r\n        \"halPhoneFedEx\": null,\r\n        \"halStateFedEx\": null,\r\n        \"halZipFedEx\": null,\r\n        \"handlingCost\": null,\r\n        \"hazmatTypeFedEx\": null,\r\n        \"holdAtLocationFedEx\": null,\r\n        \"homeDeliveryDateFedEx\": null,\r\n        \"homeDeliveryTypeFedEx\": null,\r\n        \"inbondCodeUps\": null,\r\n        \"insideDeliveryFedEx\": null,\r\n        \"insidePickupFedEx\": null,\r\n        \"internalId\": \"250\",\r\n        \"intlExemptionNumFedEx\": null,\r\n        \"isCargoAircraftOnlyFedEx\": null,\r\n        \"isRoutedExportTransactionUps\": null,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"binNumbers\": null,\r\n              \"class\": null,\r\n              \"createPo\": null,\r\n              \"customFieldList\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"inventoryDetail\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"15\",\r\n                \"name\": \"Book\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"itemName\": \"Book\",\r\n              \"itemReceive\": true,\r\n              \"jobName\": null,\r\n              \"location\": null,\r\n              \"onHand\": null,\r\n              \"options\": null,\r\n              \"orderLine\": 1,\r\n              \"poNum\": null,\r\n              \"quantity\": 1.0,\r\n              \"quantityRemaining\": null,\r\n              \"serialNumbers\": \"1\",\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"unitsDisplay\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1550206629,\r\n        \"licenseDateUps\": null,\r\n        \"licenseExceptionUps\": null,\r\n        \"licenseNumberUps\": null,\r\n        \"memo\": null,\r\n        \"methodOfTransportUps\": null,\r\n        \"nullFieldList\": null,\r\n        \"packageFedExList\": null,\r\n        \"packageList\": {\r\n          \"package\": [\r\n            {\r\n              \"packageDescr\": null,\r\n              \"packageTrackingNumber\": null,\r\n              \"packageWeight\": 0.01\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"packageUpsList\": null,\r\n        \"packageUspsList\": null,\r\n        \"packedDate\": null,\r\n        \"partiesToTransactionUps\": null,\r\n        \"partner\": null,\r\n        \"pickedDate\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"121\",\r\n          \"name\": \"Feb 2019\",\r\n          \"type\": null\r\n        },\r\n        \"recipientTaxIdUps\": null,\r\n        \"requestedBy\": null,\r\n        \"saturdayDeliveryFedEx\": null,\r\n        \"saturdayDeliveryUps\": null,\r\n        \"saturdayPickupFedex\": null,\r\n        \"sendBackupEmailFedEx\": null,\r\n        \"sendBackupEmailUps\": null,\r\n        \"sendShipNotifyEmailFedEx\": null,\r\n        \"sendShipNotifyEmailUps\": null,\r\n        \"shipAddressList\": null,\r\n        \"shipDateFedEx\": null,\r\n        \"shipIsResidential\": false,\r\n        \"shipMethod\": null,\r\n        \"shipNotifyEmailAddress2Ups\": null,\r\n        \"shipNotifyEmailAddressFedEx\": null,\r\n        \"shipNotifyEmailAddressUps\": null,\r\n        \"shipNotifyEmailMessageUps\": null,\r\n        \"shipStatus\": null,\r\n        \"shipmentWeightFedEx\": null,\r\n        \"shipmentWeightUps\": null,\r\n        \"shippedDate\": null,\r\n        \"shippingAddress\": {\r\n          \"addr1\": \"Add 1\",\r\n          \"addr2\": \"Add 2\",\r\n          \"addr3\": null,\r\n          \"addrPhone\": null,\r\n          \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n          \"addressee\": \"GS Solutions\",\r\n          \"attention\": null,\r\n          \"city\": \"City 1\",\r\n          \"country\": \"_unitedStates\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"14\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": \"MI\",\r\n          \"zip\": \"0123654\"\r\n        },\r\n        \"shippingCost\": null,\r\n        \"signatureHomeDeliveryFedEx\": null,\r\n        \"termsFreightChargeFedEx\": null,\r\n        \"termsInsuranceChargeFedEx\": null,\r\n        \"termsOfSaleFedEx\": null,\r\n        \"thirdPartyAcctFedEx\": null,\r\n        \"thirdPartyAcctUps\": null,\r\n        \"thirdPartyCountryFedEx\": null,\r\n        \"thirdPartyCountryUps\": null,\r\n        \"thirdPartyTypeFedEx\": null,\r\n        \"thirdPartyTypeUps\": null,\r\n        \"thirdPartyZipcodeUps\": null,\r\n        \"tranDate\": 1550169000,\r\n        \"tranId\": \"3\",\r\n        \"transferLocation\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accessibilityTypeFedEx\": null,\r\n        \"accountingBookDetailList\": null,\r\n        \"ancillaryEndorsementFedEx\": null,\r\n        \"b13aFilingOptionFedEx\": null,\r\n        \"b13aStatementDataFedEx\": null,\r\n        \"backupEmailAddressFedEx\": null,\r\n        \"backupEmailAddressUps\": null,\r\n        \"blanketEndDateUps\": null,\r\n        \"blanketStartDateUps\": null,\r\n        \"bookingConfirmationNumFedEx\": null,\r\n        \"carrierIdUps\": null,\r\n        \"createdDate\": 1550213307,\r\n        \"createdFrom\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"45\",\r\n          \"name\": \"Sales Order #2\",\r\n          \"type\": null\r\n        },\r\n        \"createdFromShipGroup\": null,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"eccNumberUps\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"46\",\r\n          \"name\": \"12 GS Solutions\",\r\n          \"type\": null\r\n        },\r\n        \"entryNumberUps\": null,\r\n        \"exportTypeUps\": null,\r\n        \"externalId\": null,\r\n        \"generateIntegratedShipperLabel\": null,\r\n        \"halAddr1FedEx\": null,\r\n        \"halAddr2FedEx\": null,\r\n        \"halAddr3FedEx\": null,\r\n        \"halCityFedEx\": null,\r\n        \"halCountryFedEx\": null,\r\n        \"halPhoneFedEx\": null,\r\n        \"halStateFedEx\": null,\r\n        \"halZipFedEx\": null,\r\n        \"handlingCost\": null,\r\n        \"hazmatTypeFedEx\": null,\r\n        \"holdAtLocationFedEx\": null,\r\n        \"homeDeliveryDateFedEx\": null,\r\n        \"homeDeliveryTypeFedEx\": null,\r\n        \"inbondCodeUps\": null,\r\n        \"insideDeliveryFedEx\": null,\r\n        \"insidePickupFedEx\": null,\r\n        \"internalId\": \"355\",\r\n        \"intlExemptionNumFedEx\": null,\r\n        \"isCargoAircraftOnlyFedEx\": null,\r\n        \"isRoutedExportTransactionUps\": null,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"binNumbers\": null,\r\n              \"class\": null,\r\n              \"createPo\": null,\r\n              \"customFieldList\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"inventoryDetail\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"15\",\r\n                \"name\": \"Book\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"itemName\": \"Book\",\r\n              \"itemReceive\": true,\r\n              \"jobName\": null,\r\n              \"location\": null,\r\n              \"onHand\": null,\r\n              \"options\": null,\r\n              \"orderLine\": 1,\r\n              \"poNum\": null,\r\n              \"quantity\": 1.0,\r\n              \"quantityRemaining\": null,\r\n              \"serialNumbers\": \"1\",\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"unitsDisplay\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1550213335,\r\n        \"licenseDateUps\": null,\r\n        \"licenseExceptionUps\": null,\r\n        \"licenseNumberUps\": null,\r\n        \"memo\": null,\r\n        \"methodOfTransportUps\": null,\r\n        \"nullFieldList\": null,\r\n        \"packageFedExList\": null,\r\n        \"packageList\": {\r\n          \"package\": [\r\n            {\r\n              \"packageDescr\": null,\r\n              \"packageTrackingNumber\": null,\r\n              \"packageWeight\": 0.01\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"packageUpsList\": null,\r\n        \"packageUspsList\": null,\r\n        \"packedDate\": null,\r\n        \"partiesToTransactionUps\": null,\r\n        \"partner\": null,\r\n        \"pickedDate\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"121\",\r\n          \"name\": \"Feb 2019\",\r\n          \"type\": null\r\n        },\r\n        \"recipientTaxIdUps\": null,\r\n        \"requestedBy\": null,\r\n        \"saturdayDeliveryFedEx\": null,\r\n        \"saturdayDeliveryUps\": null,\r\n        \"saturdayPickupFedex\": null,\r\n        \"sendBackupEmailFedEx\": null,\r\n        \"sendBackupEmailUps\": null,\r\n        \"sendShipNotifyEmailFedEx\": null,\r\n        \"sendShipNotifyEmailUps\": null,\r\n        \"shipAddressList\": null,\r\n        \"shipDateFedEx\": null,\r\n        \"shipIsResidential\": false,\r\n        \"shipMethod\": null,\r\n        \"shipNotifyEmailAddress2Ups\": null,\r\n        \"shipNotifyEmailAddressFedEx\": null,\r\n        \"shipNotifyEmailAddressUps\": null,\r\n        \"shipNotifyEmailMessageUps\": null,\r\n        \"shipStatus\": null,\r\n        \"shipmentWeightFedEx\": null,\r\n        \"shipmentWeightUps\": null,\r\n        \"shippedDate\": null,\r\n        \"shippingAddress\": {\r\n          \"addr1\": \"Add 1\",\r\n          \"addr2\": \"Add 2\",\r\n          \"addr3\": null,\r\n          \"addrPhone\": null,\r\n          \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n          \"addressee\": \"GS Solutions\",\r\n          \"attention\": null,\r\n          \"city\": \"City 1\",\r\n          \"country\": \"_unitedStates\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"14\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": \"MI\",\r\n          \"zip\": \"0123654\"\r\n        },\r\n        \"shippingCost\": null,\r\n        \"signatureHomeDeliveryFedEx\": null,\r\n        \"termsFreightChargeFedEx\": null,\r\n        \"termsInsuranceChargeFedEx\": null,\r\n        \"termsOfSaleFedEx\": null,\r\n        \"thirdPartyAcctFedEx\": null,\r\n        \"thirdPartyAcctUps\": null,\r\n        \"thirdPartyCountryFedEx\": null,\r\n        \"thirdPartyCountryUps\": null,\r\n        \"thirdPartyTypeFedEx\": null,\r\n        \"thirdPartyTypeUps\": null,\r\n        \"thirdPartyZipcodeUps\": null,\r\n        \"tranDate\": 1550169000,\r\n        \"tranId\": \"4\",\r\n        \"transferLocation\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accessibilityTypeFedEx\": null,\r\n        \"accountingBookDetailList\": null,\r\n        \"ancillaryEndorsementFedEx\": null,\r\n        \"b13aFilingOptionFedEx\": null,\r\n        \"b13aStatementDataFedEx\": null,\r\n        \"backupEmailAddressFedEx\": null,\r\n        \"backupEmailAddressUps\": null,\r\n        \"blanketEndDateUps\": null,\r\n        \"blanketStartDateUps\": null,\r\n        \"bookingConfirmationNumFedEx\": null,\r\n        \"carrierIdUps\": null,\r\n        \"createdDate\": 1550223357,\r\n        \"createdFrom\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"462\",\r\n          \"name\": \"Sales Order #7\",\r\n          \"type\": null\r\n        },\r\n        \"createdFromShipGroup\": null,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"eccNumberUps\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"46\",\r\n          \"name\": \"12 GS Solutions\",\r\n          \"type\": null\r\n        },\r\n        \"entryNumberUps\": null,\r\n        \"exportTypeUps\": null,\r\n        \"externalId\": null,\r\n        \"generateIntegratedShipperLabel\": null,\r\n        \"halAddr1FedEx\": null,\r\n        \"halAddr2FedEx\": null,\r\n        \"halAddr3FedEx\": null,\r\n        \"halCityFedEx\": null,\r\n        \"halCountryFedEx\": null,\r\n        \"halPhoneFedEx\": null,\r\n        \"halStateFedEx\": null,\r\n        \"halZipFedEx\": null,\r\n        \"handlingCost\": null,\r\n        \"hazmatTypeFedEx\": null,\r\n        \"holdAtLocationFedEx\": null,\r\n        \"homeDeliveryDateFedEx\": null,\r\n        \"homeDeliveryTypeFedEx\": null,\r\n        \"inbondCodeUps\": null,\r\n        \"insideDeliveryFedEx\": null,\r\n        \"insidePickupFedEx\": null,\r\n        \"internalId\": \"463\",\r\n        \"intlExemptionNumFedEx\": null,\r\n        \"isCargoAircraftOnlyFedEx\": null,\r\n        \"isRoutedExportTransactionUps\": null,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"binNumbers\": null,\r\n              \"class\": null,\r\n              \"createPo\": null,\r\n              \"customFieldList\": null,\r\n              \"department\": null,\r\n              \"description\": \"GH Pens_\",\r\n              \"inventoryDetail\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"6\",\r\n                \"name\": \"GH Pens\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"itemName\": \"GH Pens\",\r\n              \"itemReceive\": true,\r\n              \"jobName\": null,\r\n              \"location\": null,\r\n              \"onHand\": null,\r\n              \"options\": null,\r\n              \"orderLine\": 1,\r\n              \"poNum\": null,\r\n              \"quantity\": 10.0,\r\n              \"quantityRemaining\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"unitsDisplay\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1550223357,\r\n        \"licenseDateUps\": null,\r\n        \"licenseExceptionUps\": null,\r\n        \"licenseNumberUps\": null,\r\n        \"memo\": null,\r\n        \"methodOfTransportUps\": null,\r\n        \"nullFieldList\": null,\r\n        \"packageFedExList\": null,\r\n        \"packageList\": {\r\n          \"package\": [\r\n            {\r\n              \"packageDescr\": null,\r\n              \"packageTrackingNumber\": null,\r\n              \"packageWeight\": 0.01\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"packageUpsList\": null,\r\n        \"packageUspsList\": null,\r\n        \"packedDate\": null,\r\n        \"partiesToTransactionUps\": null,\r\n        \"partner\": null,\r\n        \"pickedDate\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"121\",\r\n          \"name\": \"Feb 2019\",\r\n          \"type\": null\r\n        },\r\n        \"recipientTaxIdUps\": null,\r\n        \"requestedBy\": null,\r\n        \"saturdayDeliveryFedEx\": null,\r\n        \"saturdayDeliveryUps\": null,\r\n        \"saturdayPickupFedex\": null,\r\n        \"sendBackupEmailFedEx\": null,\r\n        \"sendBackupEmailUps\": null,\r\n        \"sendShipNotifyEmailFedEx\": null,\r\n        \"sendShipNotifyEmailUps\": null,\r\n        \"shipAddressList\": null,\r\n        \"shipDateFedEx\": null,\r\n        \"shipIsResidential\": false,\r\n        \"shipMethod\": null,\r\n        \"shipNotifyEmailAddress2Ups\": null,\r\n        \"shipNotifyEmailAddressFedEx\": null,\r\n        \"shipNotifyEmailAddressUps\": null,\r\n        \"shipNotifyEmailMessageUps\": null,\r\n        \"shipStatus\": null,\r\n        \"shipmentWeightFedEx\": null,\r\n        \"shipmentWeightUps\": null,\r\n        \"shippedDate\": null,\r\n        \"shippingAddress\": {\r\n          \"addr1\": \"Add 1\",\r\n          \"addr2\": \"Add 2\",\r\n          \"addr3\": null,\r\n          \"addrPhone\": null,\r\n          \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n          \"addressee\": \"GS Solutions\",\r\n          \"attention\": null,\r\n          \"city\": \"City 1\",\r\n          \"country\": \"_unitedStates\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"14\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": \"MI\",\r\n          \"zip\": \"0123654\"\r\n        },\r\n        \"shippingCost\": null,\r\n        \"signatureHomeDeliveryFedEx\": null,\r\n        \"termsFreightChargeFedEx\": null,\r\n        \"termsInsuranceChargeFedEx\": null,\r\n        \"termsOfSaleFedEx\": null,\r\n        \"thirdPartyAcctFedEx\": null,\r\n        \"thirdPartyAcctUps\": null,\r\n        \"thirdPartyCountryFedEx\": null,\r\n        \"thirdPartyCountryUps\": null,\r\n        \"thirdPartyTypeFedEx\": null,\r\n        \"thirdPartyTypeUps\": null,\r\n        \"thirdPartyZipcodeUps\": null,\r\n        \"tranDate\": 1550169000,\r\n        \"tranId\": \"5\",\r\n        \"transferLocation\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accessibilityTypeFedEx\": null,\r\n        \"accountingBookDetailList\": null,\r\n        \"ancillaryEndorsementFedEx\": null,\r\n        \"b13aFilingOptionFedEx\": null,\r\n        \"b13aStatementDataFedEx\": null,\r\n        \"backupEmailAddressFedEx\": null,\r\n        \"backupEmailAddressUps\": null,\r\n        \"blanketEndDateUps\": null,\r\n        \"blanketStartDateUps\": null,\r\n        \"bookingConfirmationNumFedEx\": null,\r\n        \"carrierIdUps\": null,\r\n        \"createdDate\": 1550223475,\r\n        \"createdFrom\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"462\",\r\n          \"name\": \"Sales Order #7\",\r\n          \"type\": null\r\n        },\r\n        \"createdFromShipGroup\": null,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"eccNumberUps\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"46\",\r\n          \"name\": \"12 GS Solutions\",\r\n          \"type\": null\r\n        },\r\n        \"entryNumberUps\": null,\r\n        \"exportTypeUps\": null,\r\n        \"externalId\": null,\r\n        \"generateIntegratedShipperLabel\": null,\r\n        \"halAddr1FedEx\": null,\r\n        \"halAddr2FedEx\": null,\r\n        \"halAddr3FedEx\": null,\r\n        \"halCityFedEx\": null,\r\n        \"halCountryFedEx\": null,\r\n        \"halPhoneFedEx\": null,\r\n        \"halStateFedEx\": null,\r\n        \"halZipFedEx\": null,\r\n        \"handlingCost\": null,\r\n        \"hazmatTypeFedEx\": null,\r\n        \"holdAtLocationFedEx\": null,\r\n        \"homeDeliveryDateFedEx\": null,\r\n        \"homeDeliveryTypeFedEx\": null,\r\n        \"inbondCodeUps\": null,\r\n        \"insideDeliveryFedEx\": null,\r\n        \"insidePickupFedEx\": null,\r\n        \"internalId\": \"464\",\r\n        \"intlExemptionNumFedEx\": null,\r\n        \"isCargoAircraftOnlyFedEx\": null,\r\n        \"isRoutedExportTransactionUps\": null,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"binNumbers\": null,\r\n              \"class\": null,\r\n              \"createPo\": null,\r\n              \"customFieldList\": null,\r\n              \"department\": null,\r\n              \"description\": \"GH Pens_\",\r\n              \"inventoryDetail\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"6\",\r\n                \"name\": \"GH Pens\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"itemName\": \"GH Pens\",\r\n              \"itemReceive\": true,\r\n              \"jobName\": null,\r\n              \"location\": null,\r\n              \"onHand\": null,\r\n              \"options\": null,\r\n              \"orderLine\": 1,\r\n              \"poNum\": null,\r\n              \"quantity\": 15.0,\r\n              \"quantityRemaining\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"unitsDisplay\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1550223475,\r\n        \"licenseDateUps\": null,\r\n        \"licenseExceptionUps\": null,\r\n        \"licenseNumberUps\": null,\r\n        \"memo\": null,\r\n        \"methodOfTransportUps\": null,\r\n        \"nullFieldList\": null,\r\n        \"packageFedExList\": null,\r\n        \"packageList\": {\r\n          \"package\": [\r\n            {\r\n              \"packageDescr\": null,\r\n              \"packageTrackingNumber\": null,\r\n              \"packageWeight\": 0.01\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"packageUpsList\": null,\r\n        \"packageUspsList\": null,\r\n        \"packedDate\": null,\r\n        \"partiesToTransactionUps\": null,\r\n        \"partner\": null,\r\n        \"pickedDate\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"121\",\r\n          \"name\": \"Feb 2019\",\r\n          \"type\": null\r\n        },\r\n        \"recipientTaxIdUps\": null,\r\n        \"requestedBy\": null,\r\n        \"saturdayDeliveryFedEx\": null,\r\n        \"saturdayDeliveryUps\": null,\r\n        \"saturdayPickupFedex\": null,\r\n        \"sendBackupEmailFedEx\": null,\r\n        \"sendBackupEmailUps\": null,\r\n        \"sendShipNotifyEmailFedEx\": null,\r\n        \"sendShipNotifyEmailUps\": null,\r\n        \"shipAddressList\": null,\r\n        \"shipDateFedEx\": null,\r\n        \"shipIsResidential\": false,\r\n        \"shipMethod\": null,\r\n        \"shipNotifyEmailAddress2Ups\": null,\r\n        \"shipNotifyEmailAddressFedEx\": null,\r\n        \"shipNotifyEmailAddressUps\": null,\r\n        \"shipNotifyEmailMessageUps\": null,\r\n        \"shipStatus\": null,\r\n        \"shipmentWeightFedEx\": null,\r\n        \"shipmentWeightUps\": null,\r\n        \"shippedDate\": null,\r\n        \"shippingAddress\": {\r\n          \"addr1\": \"Add 1\",\r\n          \"addr2\": \"Add 2\",\r\n          \"addr3\": null,\r\n          \"addrPhone\": null,\r\n          \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n          \"addressee\": \"GS Solutions\",\r\n          \"attention\": null,\r\n          \"city\": \"City 1\",\r\n          \"country\": \"_unitedStates\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"14\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": \"MI\",\r\n          \"zip\": \"0123654\"\r\n        },\r\n        \"shippingCost\": null,\r\n        \"signatureHomeDeliveryFedEx\": null,\r\n        \"termsFreightChargeFedEx\": null,\r\n        \"termsInsuranceChargeFedEx\": null,\r\n        \"termsOfSaleFedEx\": null,\r\n        \"thirdPartyAcctFedEx\": null,\r\n        \"thirdPartyAcctUps\": null,\r\n        \"thirdPartyCountryFedEx\": null,\r\n        \"thirdPartyCountryUps\": null,\r\n        \"thirdPartyTypeFedEx\": null,\r\n        \"thirdPartyTypeUps\": null,\r\n        \"thirdPartyZipcodeUps\": null,\r\n        \"tranDate\": 1550169000,\r\n        \"tranId\": \"6\",\r\n        \"transferLocation\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accessibilityTypeFedEx\": null,\r\n        \"accountingBookDetailList\": null,\r\n        \"ancillaryEndorsementFedEx\": null,\r\n        \"b13aFilingOptionFedEx\": null,\r\n        \"b13aStatementDataFedEx\": null,\r\n        \"backupEmailAddressFedEx\": null,\r\n        \"backupEmailAddressUps\": null,\r\n        \"blanketEndDateUps\": null,\r\n        \"blanketStartDateUps\": null,\r\n        \"bookingConfirmationNumFedEx\": null,\r\n        \"carrierIdUps\": null,\r\n        \"createdDate\": 1550291605,\r\n        \"createdFrom\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"471\",\r\n          \"name\": \"Sales Order #8\",\r\n          \"type\": null\r\n        },\r\n        \"createdFromShipGroup\": null,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"eccNumberUps\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"56\",\r\n          \"name\": \"17 GH Agency\",\r\n          \"type\": null\r\n        },\r\n        \"entryNumberUps\": null,\r\n        \"exportTypeUps\": null,\r\n        \"externalId\": null,\r\n        \"generateIntegratedShipperLabel\": null,\r\n        \"halAddr1FedEx\": null,\r\n        \"halAddr2FedEx\": null,\r\n        \"halAddr3FedEx\": null,\r\n        \"halCityFedEx\": null,\r\n        \"halCountryFedEx\": null,\r\n        \"halPhoneFedEx\": null,\r\n        \"halStateFedEx\": null,\r\n        \"halZipFedEx\": null,\r\n        \"handlingCost\": null,\r\n        \"hazmatTypeFedEx\": null,\r\n        \"holdAtLocationFedEx\": null,\r\n        \"homeDeliveryDateFedEx\": null,\r\n        \"homeDeliveryTypeFedEx\": null,\r\n        \"inbondCodeUps\": null,\r\n        \"insideDeliveryFedEx\": null,\r\n        \"insidePickupFedEx\": null,\r\n        \"internalId\": \"472\",\r\n        \"intlExemptionNumFedEx\": null,\r\n        \"isCargoAircraftOnlyFedEx\": null,\r\n        \"isRoutedExportTransactionUps\": null,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"binNumbers\": null,\r\n              \"class\": null,\r\n              \"createPo\": null,\r\n              \"customFieldList\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"inventoryDetail\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"6\",\r\n                \"name\": \"GH Pens\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"itemName\": \"GH Pens\",\r\n              \"itemReceive\": true,\r\n              \"jobName\": null,\r\n              \"location\": null,\r\n              \"onHand\": null,\r\n              \"options\": null,\r\n              \"orderLine\": 1,\r\n              \"poNum\": null,\r\n              \"quantity\": 5.0,\r\n              \"quantityRemaining\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"unitsDisplay\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1553750908,\r\n        \"licenseDateUps\": null,\r\n        \"licenseExceptionUps\": null,\r\n        \"licenseNumberUps\": null,\r\n        \"memo\": null,\r\n        \"methodOfTransportUps\": null,\r\n        \"nullFieldList\": null,\r\n        \"packageFedExList\": null,\r\n        \"packageList\": {\r\n          \"package\": [\r\n            {\r\n              \"packageDescr\": null,\r\n              \"packageTrackingNumber\": null,\r\n              \"packageWeight\": 0.01\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"packageUpsList\": null,\r\n        \"packageUspsList\": null,\r\n        \"packedDate\": null,\r\n        \"partiesToTransactionUps\": null,\r\n        \"partner\": null,\r\n        \"pickedDate\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"121\",\r\n          \"name\": \"Feb 2019\",\r\n          \"type\": null\r\n        },\r\n        \"recipientTaxIdUps\": null,\r\n        \"requestedBy\": null,\r\n        \"saturdayDeliveryFedEx\": null,\r\n        \"saturdayDeliveryUps\": null,\r\n        \"saturdayPickupFedex\": null,\r\n        \"sendBackupEmailFedEx\": null,\r\n        \"sendBackupEmailUps\": null,\r\n        \"sendShipNotifyEmailFedEx\": null,\r\n        \"sendShipNotifyEmailUps\": null,\r\n        \"shipAddressList\": null,\r\n        \"shipDateFedEx\": null,\r\n        \"shipIsResidential\": false,\r\n        \"shipMethod\": null,\r\n        \"shipNotifyEmailAddress2Ups\": null,\r\n        \"shipNotifyEmailAddressFedEx\": null,\r\n        \"shipNotifyEmailAddressUps\": null,\r\n        \"shipNotifyEmailMessageUps\": null,\r\n        \"shipStatus\": null,\r\n        \"shipmentWeightFedEx\": null,\r\n        \"shipmentWeightUps\": null,\r\n        \"shippedDate\": null,\r\n        \"shippingAddress\": null,\r\n        \"shippingCost\": null,\r\n        \"signatureHomeDeliveryFedEx\": null,\r\n        \"termsFreightChargeFedEx\": null,\r\n        \"termsInsuranceChargeFedEx\": null,\r\n        \"termsOfSaleFedEx\": null,\r\n        \"thirdPartyAcctFedEx\": null,\r\n        \"thirdPartyAcctUps\": null,\r\n        \"thirdPartyCountryFedEx\": null,\r\n        \"thirdPartyCountryUps\": null,\r\n        \"thirdPartyTypeFedEx\": null,\r\n        \"thirdPartyTypeUps\": null,\r\n        \"thirdPartyZipcodeUps\": null,\r\n        \"tranDate\": 1550255400,\r\n        \"tranId\": \"7\",\r\n        \"transferLocation\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accessibilityTypeFedEx\": null,\r\n        \"accountingBookDetailList\": null,\r\n        \"ancillaryEndorsementFedEx\": null,\r\n        \"b13aFilingOptionFedEx\": null,\r\n        \"b13aStatementDataFedEx\": null,\r\n        \"backupEmailAddressFedEx\": null,\r\n        \"backupEmailAddressUps\": null,\r\n        \"blanketEndDateUps\": null,\r\n        \"blanketStartDateUps\": null,\r\n        \"bookingConfirmationNumFedEx\": null,\r\n        \"carrierIdUps\": null,\r\n        \"createdDate\": 1550291756,\r\n        \"createdFrom\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"471\",\r\n          \"name\": \"Sales Order #8\",\r\n          \"type\": null\r\n        },\r\n        \"createdFromShipGroup\": null,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"eccNumberUps\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"56\",\r\n          \"name\": \"17 GH Agency\",\r\n          \"type\": null\r\n        },\r\n        \"entryNumberUps\": null,\r\n        \"exportTypeUps\": null,\r\n        \"externalId\": null,\r\n        \"generateIntegratedShipperLabel\": null,\r\n        \"halAddr1FedEx\": null,\r\n        \"halAddr2FedEx\": null,\r\n        \"halAddr3FedEx\": null,\r\n        \"halCityFedEx\": null,\r\n        \"halCountryFedEx\": null,\r\n        \"halPhoneFedEx\": null,\r\n        \"halStateFedEx\": null,\r\n        \"halZipFedEx\": null,\r\n        \"handlingCost\": null,\r\n        \"hazmatTypeFedEx\": null,\r\n        \"holdAtLocationFedEx\": null,\r\n        \"homeDeliveryDateFedEx\": null,\r\n        \"homeDeliveryTypeFedEx\": null,\r\n        \"inbondCodeUps\": null,\r\n        \"insideDeliveryFedEx\": null,\r\n        \"insidePickupFedEx\": null,\r\n        \"internalId\": \"473\",\r\n        \"intlExemptionNumFedEx\": null,\r\n        \"isCargoAircraftOnlyFedEx\": null,\r\n        \"isRoutedExportTransactionUps\": null,\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"binNumbers\": null,\r\n              \"class\": null,\r\n              \"createPo\": null,\r\n              \"customFieldList\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"inventoryDetail\": null,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"6\",\r\n                \"name\": \"GH Pens\",\r\n                \"type\": null\r\n              },\r\n              \"itemIsFulfilled\": null,\r\n              \"itemName\": \"GH Pens\",\r\n              \"itemReceive\": true,\r\n              \"jobName\": null,\r\n              \"location\": null,\r\n              \"onHand\": null,\r\n              \"options\": null,\r\n              \"orderLine\": 1,\r\n              \"poNum\": null,\r\n              \"quantity\": 3.0,\r\n              \"quantityRemaining\": null,\r\n              \"serialNumbers\": null,\r\n              \"shipAddress\": null,\r\n              \"shipGroup\": null,\r\n              \"shipMethod\": null,\r\n              \"unitsDisplay\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1550291790,\r\n        \"licenseDateUps\": null,\r\n        \"licenseExceptionUps\": null,\r\n        \"licenseNumberUps\": null,\r\n        \"memo\": null,\r\n        \"methodOfTransportUps\": null,\r\n        \"nullFieldList\": null,\r\n        \"packageFedExList\": null,\r\n        \"packageList\": {\r\n          \"package\": [\r\n            {\r\n              \"packageDescr\": null,\r\n              \"packageTrackingNumber\": null,\r\n              \"packageWeight\": 0.01\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"packageUpsList\": null,\r\n        \"packageUspsList\": null,\r\n        \"packedDate\": null,\r\n        \"partiesToTransactionUps\": null,\r\n        \"partner\": null,\r\n        \"pickedDate\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"121\",\r\n          \"name\": \"Feb 2019\",\r\n          \"type\": null\r\n        },\r\n        \"recipientTaxIdUps\": null,\r\n        \"requestedBy\": null,\r\n        \"saturdayDeliveryFedEx\": null,\r\n        \"saturdayDeliveryUps\": null,\r\n        \"saturdayPickupFedex\": null,\r\n        \"sendBackupEmailFedEx\": null,\r\n        \"sendBackupEmailUps\": null,\r\n        \"sendShipNotifyEmailFedEx\": null,\r\n        \"sendShipNotifyEmailUps\": null,\r\n        \"shipAddressList\": null,\r\n        \"shipDateFedEx\": null,\r\n        \"shipIsResidential\": false,\r\n        \"shipMethod\": null,\r\n        \"shipNotifyEmailAddress2Ups\": null,\r\n        \"shipNotifyEmailAddressFedEx\": null,\r\n        \"shipNotifyEmailAddressUps\": null,\r\n        \"shipNotifyEmailMessageUps\": null,\r\n        \"shipStatus\": null,\r\n        \"shipmentWeightFedEx\": null,\r\n        \"shipmentWeightUps\": null,\r\n        \"shippedDate\": null,\r\n        \"shippingAddress\": null,\r\n        \"shippingCost\": null,\r\n        \"signatureHomeDeliveryFedEx\": null,\r\n        \"termsFreightChargeFedEx\": null,\r\n        \"termsInsuranceChargeFedEx\": null,\r\n        \"termsOfSaleFedEx\": null,\r\n        \"thirdPartyAcctFedEx\": null,\r\n        \"thirdPartyAcctUps\": null,\r\n        \"thirdPartyCountryFedEx\": null,\r\n        \"thirdPartyCountryUps\": null,\r\n        \"thirdPartyTypeFedEx\": null,\r\n        \"thirdPartyTypeUps\": null,\r\n        \"thirdPartyZipcodeUps\": null,\r\n        \"tranDate\": 1550255400,\r\n        \"tranId\": \"8\",\r\n        \"transferLocation\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_051520204190048281477660823_e883250d\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 42,\r\n  \"totalRecords\": 289\r\n}"}],"_postman_id":"b72ce412-d000-4552-a380-ee6d9943800f"},{"name":"Retrieve item fulfillments by where","id":"542fab9d-78c8-43d6-bcd2-4abb90f38a2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/itemFulfillment?where=DateCreated>1577664388","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateCreated</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>TranDate</td>\n<td>1578954123</td>\n<td>Used to Include the transaction date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>6</td>\n<td>Used to Include the Customer filter for the request. e.g., Customer=6.</td>\n</tr>\n<tr>\n<td>Employee</td>\n<td>4</td>\n<td>Used to Include the Employee filter for the request. e.g., Employee=4.</td>\n</tr>\n<tr>\n<td>Entity</td>\n<td>6</td>\n<td>Used to Include the Entity filter for the request. e.g., Entity=6.</td>\n</tr>\n<tr>\n<td>Memorized</td>\n<td>false</td>\n<td>Used to Include the Memorized filter for the request. e.g., Memorized=false.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","itemFulfillment"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"DateCreated>1577664388"}],"variable":[]}},"response":[{"id":"dd386d08-2486-470f-ae49-70d79bbabb71","name":"Retrieve item fulfillments by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/itemFulfillment?where=DateCreated>1577664388","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","itemFulfillment"],"query":[{"key":"where","value":"DateCreated>1577664388"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Oct 2019 06:23:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1183"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1580199710,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"23531\",\r\n                    \"name\": \"Sales Order #SO3227\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"2311\",\r\n                    \"name\": \"Abbott Inc.\"\r\n                },\r\n                \"internalId\": \"23533\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"createPo\": \"PO246\",\r\n                            \"item\": {\r\n                                \"internalId\": \"482\",\r\n                                \"name\": \"Blue monkey_brandgh_shirt\"\r\n                            },\r\n                            \"itemName\": \"Blue monkey_brandgh_shirt\",\r\n                            \"itemReceive\": true,\r\n                            \"location\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"01 US - West Coast\"\r\n                            },\r\n                            \"onHand\": 0.0,\r\n                            \"orderLine\": 1,\r\n                            \"quantity\": 100.0\r\n                        },\r\n                        {\r\n                            \"description\": \"Apple Ipad\",\r\n                            \"item\": {\r\n                                \"internalId\": \"396\",\r\n                                \"name\": \"Apple Ipad\"\r\n                            },\r\n                            \"itemName\": \"Apple Ipad\",\r\n                            \"itemReceive\": true,\r\n                            \"location\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"01 US - West Coast\"\r\n                            },\r\n                            \"onHand\": -4684.0,\r\n                            \"orderLine\": 2,\r\n                            \"quantity\": 200.0\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"lastModifiedDate\": 1580199710,\r\n                \"packageList\": {\r\n                    \"package\": [\r\n                        {\r\n                            \"packageWeight\": 400.0\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"521\",\r\n                    \"name\": \"Jan 2020\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"tranDate\": 1580149800,\r\n                \"tranId\": \"54\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1580206502,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"23635\",\r\n                    \"name\": \"Sales Order #SO3228\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"2510\",\r\n                    \"name\": \"Sayed Rahman & Co.\"\r\n                },\r\n                \"internalId\": \"23636\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"description\": \"Apple Ipad\",\r\n                            \"item\": {\r\n                                \"internalId\": \"396\",\r\n                                \"name\": \"Apple Ipad\"\r\n                            },\r\n                            \"itemName\": \"Apple Ipad\",\r\n                            \"itemReceive\": true,\r\n                            \"location\": {\r\n                                \"internalId\": \"15\",\r\n                                \"name\": \"01 US - West Coast : 1\"\r\n                            },\r\n                            \"onHand\": -450.0,\r\n                            \"orderLine\": 1,\r\n                            \"quantity\": 500.0\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"lastModifiedDate\": 1580206502,\r\n                \"packageList\": {\r\n                    \"package\": [\r\n                        {\r\n                            \"packageWeight\": 1000.0\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"521\",\r\n                    \"name\": \"Jan 2020\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"tranDate\": 1580149800,\r\n                \"tranId\": \"55\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1580831054,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"23640\",\r\n                    \"name\": \"Sales Order #SO3230\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"2311\",\r\n                    \"name\": \"Abbott Inc.\"\r\n                },\r\n                \"internalId\": \"23641\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"description\": \"Apple Ipad\",\r\n                            \"item\": {\r\n                                \"internalId\": \"396\",\r\n                                \"name\": \"Apple Ipad\"\r\n                            },\r\n                            \"itemName\": \"Apple Ipad\",\r\n                            \"itemReceive\": true,\r\n                            \"location\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"01 US - West Coast\"\r\n                            },\r\n                            \"onHand\": -4684.0,\r\n                            \"orderLine\": 1,\r\n                            \"quantity\": 5000.0\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"lastModifiedDate\": 1580831164,\r\n                \"packageList\": {\r\n                    \"package\": [\r\n                        {\r\n                            \"packageWeight\": 10000.0\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"522\",\r\n                    \"name\": \"Feb 2020\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"tranDate\": 1580754600,\r\n                \"tranId\": \"56\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1583837078,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"23851\",\r\n                    \"name\": \"Sales Order #SO3232\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"2516\",\r\n                    \"name\": \"National Rubbers\"\r\n                },\r\n                \"internalId\": \"23852\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"item\": {\r\n                                \"internalId\": \"527\",\r\n                                \"name\": \"A1-Laptop\"\r\n                            },\r\n                            \"itemName\": \"A1-Laptop\",\r\n                            \"itemReceive\": true,\r\n                            \"orderLine\": 1,\r\n                            \"quantity\": 15.0\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"lastModifiedDate\": 1583837078,\r\n                \"packageList\": {\r\n                    \"package\": [\r\n                        {\r\n                            \"packageWeight\": 0.01\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"523\",\r\n                    \"name\": \"Mar 2020\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"somajiguda\",\r\n                    \"addrText\": \"National Rubbers<br>somajiguda<br>Hyderabad  500018<br>India\",\r\n                    \"addressee\": \"National Rubbers\",\r\n                    \"city\": \"Hyderabad\",\r\n                    \"country\": \"_india\",\r\n                    \"internalId\": \"8824\",\r\n                    \"override\": false,\r\n                    \"zip\": \"500018\"\r\n                },\r\n                \"tranDate\": 1583778600,\r\n                \"tranId\": \"57\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1583840922,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"23953\",\r\n                    \"name\": \"Sales Order #SO3233\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"2516\",\r\n                    \"name\": \"National Rubbers\"\r\n                },\r\n                \"internalId\": \"23954\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"item\": {\r\n                                \"internalId\": \"527\",\r\n                                \"name\": \"A1-Laptop\"\r\n                            },\r\n                            \"itemName\": \"A1-Laptop\",\r\n                            \"itemReceive\": true,\r\n                            \"orderLine\": 1,\r\n                            \"quantity\": 15.0\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"lastModifiedDate\": 1583840922,\r\n                \"packageList\": {\r\n                    \"package\": [\r\n                        {\r\n                            \"packageWeight\": 0.01\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"523\",\r\n                    \"name\": \"Mar 2020\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"somajiguda\",\r\n                    \"addrText\": \"National Rubbers<br>somajiguda<br>Hyderabad  500018<br>India\",\r\n                    \"addressee\": \"National Rubbers\",\r\n                    \"city\": \"Hyderabad\",\r\n                    \"country\": \"_india\",\r\n                    \"internalId\": \"8824\",\r\n                    \"override\": false,\r\n                    \"zip\": \"500018\"\r\n                },\r\n                \"tranDate\": 1583778600,\r\n                \"tranId\": \"58\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1583841837,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"23958\",\r\n                    \"name\": \"Sales Order #SO3234\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"2516\",\r\n                    \"name\": \"National Rubbers\"\r\n                },\r\n                \"internalId\": \"23959\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"item\": {\r\n                                \"internalId\": \"527\",\r\n                                \"name\": \"A1-Laptop\"\r\n                            },\r\n                            \"itemName\": \"A1-Laptop\",\r\n                            \"itemReceive\": true,\r\n                            \"orderLine\": 1,\r\n                            \"quantity\": 15.0\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"lastModifiedDate\": 1583841837,\r\n                \"packageList\": {\r\n                    \"package\": [\r\n                        {\r\n                            \"packageWeight\": 0.01\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"523\",\r\n                    \"name\": \"Mar 2020\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"somajiguda\",\r\n                    \"addrText\": \"National Rubbers<br>somajiguda<br>Hyderabad  500018<br>India\",\r\n                    \"addressee\": \"National Rubbers\",\r\n                    \"city\": \"Hyderabad\",\r\n                    \"country\": \"_india\",\r\n                    \"internalId\": \"8824\",\r\n                    \"override\": false,\r\n                    \"zip\": \"500018\"\r\n                },\r\n                \"tranDate\": 1583778600,\r\n                \"tranId\": \"59\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1583843675,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"23963\",\r\n                    \"name\": \"Sales Order #SO3235\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"2518\",\r\n                    \"name\": \"Dhruvsoft15631\"\r\n                },\r\n                \"internalId\": \"23964\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"item\": {\r\n                                \"internalId\": \"528\",\r\n                                \"name\": \"Pencil\"\r\n                            },\r\n                            \"itemName\": \"Pencil\",\r\n                            \"itemReceive\": true,\r\n                            \"orderLine\": 1,\r\n                            \"quantity\": 15.0\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"lastModifiedDate\": 1583843675,\r\n                \"packageList\": {\r\n                    \"package\": [\r\n                        {\r\n                            \"packageWeight\": 0.01\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"523\",\r\n                    \"name\": \"Mar 2020\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"somajiguda\",\r\n                    \"addrText\": \"Dhruvsoft15631<br>somajiguda<br>Hyderabad Telangana 500018<br>India\",\r\n                    \"addressee\": \"Dhruvsoft15631\",\r\n                    \"city\": \"Hyderabad\",\r\n                    \"country\": \"_india\",\r\n                    \"internalId\": \"8826\",\r\n                    \"override\": false,\r\n                    \"state\": \"Telangana\",\r\n                    \"zip\": \"500018\"\r\n                },\r\n                \"tranDate\": 1583778600,\r\n                \"tranId\": \"60\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1584104048,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"24074\",\r\n                    \"name\": \"Sales Order #SO3237\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"2515\",\r\n                    \"name\": \"DS&Co\"\r\n                },\r\n                \"internalId\": \"24079\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"binNumbers\": \"Bin3\",\r\n                            \"item\": {\r\n                                \"internalId\": \"533\",\r\n                                \"name\": \"Lenovo Mobile Phone\"\r\n                            },\r\n                            \"itemName\": \"Lenovo Mobile Phone\",\r\n                            \"itemReceive\": true,\r\n                            \"location\": {\r\n                                \"internalId\": \"16\",\r\n                                \"name\": \"Ind1\"\r\n                            },\r\n                            \"onHand\": 101.0,\r\n                            \"orderLine\": 1,\r\n                            \"quantity\": 9.0\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"lastModifiedDate\": 1584104048,\r\n                \"packageList\": {\r\n                    \"package\": [\r\n                        {\r\n                            \"packageWeight\": 9.0\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"523\",\r\n                    \"name\": \"Mar 2020\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"somajiguda\",\r\n                    \"addrText\": \"DS&Co<br>somajiguda<br>Hyderabad Telangana 500018<br>India\",\r\n                    \"addressee\": \"DS&Co\",\r\n                    \"city\": \"Hyderabad\",\r\n                    \"country\": \"_india\",\r\n                    \"internalId\": \"8823\",\r\n                    \"override\": false,\r\n                    \"state\": \"Telangana\",\r\n                    \"zip\": \"500018\"\r\n                },\r\n                \"tranDate\": 1584037800,\r\n                \"tranId\": \"61\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1584104603,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"24074\",\r\n                    \"name\": \"Sales Order #SO3237\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"2515\",\r\n                    \"name\": \"DS&Co\"\r\n                },\r\n                \"internalId\": \"24082\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"binNumbers\": \"Bin3\",\r\n                            \"item\": {\r\n                                \"internalId\": \"533\",\r\n                                \"name\": \"Lenovo Mobile Phone\"\r\n                            },\r\n                            \"itemName\": \"Lenovo Mobile Phone\",\r\n                            \"itemReceive\": true,\r\n                            \"location\": {\r\n                                \"internalId\": \"16\",\r\n                                \"name\": \"Ind1\"\r\n                            },\r\n                            \"onHand\": 101.0,\r\n                            \"orderLine\": 1,\r\n                            \"quantity\": 1.0\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"lastModifiedDate\": 1584104603,\r\n                \"packageList\": {\r\n                    \"package\": [\r\n                        {\r\n                            \"packageWeight\": 1.0\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"523\",\r\n                    \"name\": \"Mar 2020\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"somajiguda\",\r\n                    \"addrText\": \"DS&Co<br>somajiguda<br>Hyderabad Telangana 500018<br>India\",\r\n                    \"addressee\": \"DS&Co\",\r\n                    \"city\": \"Hyderabad\",\r\n                    \"country\": \"_india\",\r\n                    \"internalId\": \"8823\",\r\n                    \"override\": false,\r\n                    \"state\": \"Telangana\",\r\n                    \"zip\": \"500018\"\r\n                },\r\n                \"tranDate\": 1584037800,\r\n                \"tranId\": \"62\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1584347957,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"24083\",\r\n                    \"name\": \"Sales Order #SO3238\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"2515\",\r\n                    \"name\": \"DS&Co\"\r\n                },\r\n                \"internalId\": \"24086\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"item\": {\r\n                                \"internalId\": \"534\",\r\n                                \"name\": \"test item2\"\r\n                            },\r\n                            \"itemName\": \"test item2\",\r\n                            \"itemReceive\": true,\r\n                            \"location\": {\r\n                                \"internalId\": \"16\",\r\n                                \"name\": \"Ind1\"\r\n                            },\r\n                            \"onHand\": 90.0,\r\n                            \"orderLine\": 1,\r\n                            \"quantity\": 10.0,\r\n                            \"unitsDisplay\": \"Ea\"\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"lastModifiedDate\": 1584347957,\r\n                \"packageList\": {\r\n                    \"package\": [\r\n                        {\r\n                            \"packageWeight\": 0.01\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"523\",\r\n                    \"name\": \"Mar 2020\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"somajiguda\",\r\n                    \"addrText\": \"DS&Co<br>somajiguda<br>Hyderabad Telangana 500018<br>India\",\r\n                    \"addressee\": \"DS&Co\",\r\n                    \"city\": \"Hyderabad\",\r\n                    \"country\": \"_india\",\r\n                    \"internalId\": \"8823\",\r\n                    \"override\": false,\r\n                    \"state\": \"Telangana\",\r\n                    \"zip\": \"500018\"\r\n                },\r\n                \"tranDate\": 1584297000,\r\n                \"tranId\": \"63\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1586261363,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"184\",\r\n                    \"name\": \"Sales Order #2014\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"24\",\r\n                    \"name\": \"Jupiter Technolgy\"\r\n                },\r\n                \"internalId\": \"24089\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"description\": \"One Year Gold Level Support\",\r\n                            \"item\": {\r\n                                \"internalId\": \"25\",\r\n                                \"name\": \"DIR-803 Wireless AC750 Dual Band Router\"\r\n                            },\r\n                            \"itemName\": \"DIR-803 Wireless AC750 Dual Band Router\",\r\n                            \"itemReceive\": true,\r\n                            \"location\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"01 US - West Coast\"\r\n                            },\r\n                            \"onHand\": 0.0,\r\n                            \"orderLine\": 4,\r\n                            \"quantity\": 1.0\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"lastModifiedDate\": 1586261363,\r\n                \"packageList\": {\r\n                    \"package\": [\r\n                        {\r\n                            \"packageWeight\": 0.01\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"525\",\r\n                    \"name\": \"Apr 2020\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addrText\": \"Jupiter Technology\",\r\n                    \"addressee\": \"Jupiter Technology\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"5567\",\r\n                    \"override\": false\r\n                },\r\n                \"tranDate\": 1586197800,\r\n                \"tranId\": \"64\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1590492421,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"23747\",\r\n                    \"name\": \"Sales Order #SO3231\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"2513\",\r\n                    \"name\": \"Tcs\"\r\n                },\r\n                \"internalId\": \"24394\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"item\": {\r\n                                \"internalId\": \"526\",\r\n                                \"name\": \"Test Item1\"\r\n                            },\r\n                            \"itemName\": \"Test Item1\",\r\n                            \"itemReceive\": true,\r\n                            \"location\": {\r\n                                \"internalId\": \"14\",\r\n                                \"name\": \"01 US - West Coast : 01. A : 01. A : 1\"\r\n                            },\r\n                            \"onHand\": -1.0,\r\n                            \"orderLine\": 1,\r\n                            \"quantity\": 1.0\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"lastModifiedDate\": 1590492421,\r\n                \"packageList\": {\r\n                    \"package\": [\r\n                        {\r\n                            \"packageWeight\": 0.01\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"526\",\r\n                    \"name\": \"May 2020\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shipMethod\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Airborne\"\r\n                },\r\n                \"tranDate\": 1590431400,\r\n                \"tranId\": \"65\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_TSTDRV2119874_06262020242235579393329565_f68b1d9\",\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"totalPages\": 1,\r\n    \"totalRecords\": 12\r\n}"}],"_postman_id":"542fab9d-78c8-43d6-bcd2-4abb90f38a2e"}],"id":"75ff2d73-489e-4cdd-a6ab-1425758a7372","_postman_id":"75ff2d73-489e-4cdd-a6ab-1425758a7372","description":""}],"id":"e53e0219-57f9-4938-b0c1-dd6ea0646783","event":[{"listen":"prerequest","script":{"id":"d08febda-0f23-46d1-8842-684f28dcf8c1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2c1b1436-a976-4b14-8888-cbf30b5ffc8c","type":"text/javascript","exec":[""]}}],"_postman_id":"e53e0219-57f9-4938-b0c1-dd6ea0646783","description":""},{"name":"Item Receipts","item":[{"name":"GET","item":[{"name":"Retrieve itemReceipts","id":"d63a03dd-9858-4527-8f84-b37013186510","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"NetSuite-Token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/itemReceipt","urlObject":{"protocol":"https","path":["netsuite","v0","itemReceipt"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"468551e3-0411-4586-a5bc-924ab4023999","name":"Retrieve itemReceipts","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","description":"Please generate above mentioned credentials from netsuite.com","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/itemReceipt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:37:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"150098"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"createdDate\": 1702410628,\n                \"createdFrom\": {\n                    \"internalId\": \"173\",\n                    \"name\": \"Purchase Order #1\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"102\",\n                    \"name\": \"Equity Office\"\n                },\n                \"exchangeRate\": 1.0,\n                \"expenseList\": {\n                    \"expense\": [\n                        {\n                            \"account\": \"87\",\n                            \"amount\": 200.0,\n                            \"line\": 1,\n                            \"markReceived\": true,\n                            \"memo\": \"Computer Monitor\",\n                            \"orderLine\": 1\n                        }\n                    ]\n                },\n                \"externalId\": \"tran174\",\n                \"internalId\": \"174\",\n                \"lastModifiedDate\": 1704179635,\n                \"postingPeriod\": {\n                    \"internalId\": \"336\",\n                    \"name\": \"Dec 2023\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"tranDate\": 1702368000,\n                \"tranId\": \"1\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1706764695,\n                \"createdFrom\": {\n                    \"internalId\": \"517\",\n                    \"name\": \"Return Authorization #1\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"159\",\n                    \"name\": \"Gentry Inc.\"\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"518\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"description\": \"Online Business Application \\n(1) User\",\n                            \"item\": {\n                                \"internalId\": \"30\",\n                                \"name\": \"10 Office Chairs - 12 Months Hire\"\n                            },\n                            \"itemName\": \"10 Office Chairs - 12 Months Hire\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"orderLine\": 1,\n                            \"quantity\": 2.0\n                        },\n                        {\n                            \"description\": \"One Year Silver Level Support\",\n                            \"item\": {\n                                \"internalId\": \"26\",\n                                \"name\": \"Extended Warranty - 2 Years\"\n                            },\n                            \"itemName\": \"Extended Warranty - 2 Years\",\n                            \"itemReceive\": true,\n                            \"line\": 2,\n                            \"orderLine\": 2,\n                            \"quantity\": 0.5\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741008546,\n                \"postingPeriod\": {\n                    \"internalId\": \"336\",\n                    \"name\": \"Dec 2023\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"tranDate\": 1704009600,\n                \"tranId\": \"3\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1705690088,\n                \"createdFrom\": {\n                    \"internalId\": \"779\",\n                    \"name\": \"Purchase Order #4\"\n                },\n                \"currency\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Euors\"\n                },\n                \"currencyName\": \"Euors\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"898\",\n                    \"name\": \"American Express\"\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"995\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"Euors\",\n                            \"description\": \"One of our best sellers for home office use.\",\n                            \"item\": {\n                                \"internalId\": \"55\",\n                                \"name\": \"Parsons Desk\"\n                            },\n                            \"itemName\": \"Parsons Desk\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"9\",\n                                \"name\": \"Germany/Deutsch Warehouse\"\n                            },\n                            \"onHand\": 25.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 25.0,\n                            \"rate\": \"40.8512\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1704179922,\n                \"postingPeriod\": {\n                    \"internalId\": \"338\",\n                    \"name\": \"Jan 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Germany\"\n                },\n                \"tranDate\": 1705651200,\n                \"tranId\": \"10\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1705691054,\n                \"createdFrom\": {\n                    \"internalId\": \"945\",\n                    \"name\": \"Purchase Order #13\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"943\",\n                    \"name\": \"Timmy Hillshape - US East\"\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"998\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"US Dollars\",\n                            \"description\": \"A long Japanese cotton kimono robe with black bamboo patterns printed on white fabric. Ideal as bath robes. It can be worn by both men and women. Robe length: 52\\\".\\n\",\n                            \"item\": {\n                                \"internalId\": \"244\",\n                                \"name\": \"Mondrian Rug\"\n                            },\n                            \"itemName\": \"Mondrian Rug\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"10\",\n                                \"name\": \"US - East Coast Warehouse : US - Conneticut Warehouse\"\n                            },\n                            \"onHand\": 79.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 29.0,\n                            \"rate\": \"12.50\"\n                        },\n                        {\n                            \"currency\": \"US Dollars\",\n                            \"description\": \"A dragon and dragon claw graces the front of the robe and a stunning embroidered dragon is featured completely down the back.\",\n                            \"item\": {\n                                \"internalId\": \"56\",\n                                \"name\": \"Textured Armchair\"\n                            },\n                            \"itemName\": \"Textured Armchair\",\n                            \"itemReceive\": true,\n                            \"line\": 2,\n                            \"location\": {\n                                \"internalId\": \"10\",\n                                \"name\": \"US - East Coast Warehouse : US - Conneticut Warehouse\"\n                            },\n                            \"onHand\": 12.0,\n                            \"orderLine\": 2,\n                            \"quantity\": 12.0,\n                            \"rate\": \"110.00\"\n                        },\n                        {\n                            \"currency\": \"US Dollars\",\n                            \"description\": \"Blooming Chrysanthemum\",\n                            \"item\": {\n                                \"internalId\": \"243\",\n                                \"name\": \"Suede Bench\"\n                            },\n                            \"itemName\": \"Suede Bench\",\n                            \"itemReceive\": true,\n                            \"line\": 3,\n                            \"location\": {\n                                \"internalId\": \"10\",\n                                \"name\": \"US - East Coast Warehouse : US - Conneticut Warehouse\"\n                            },\n                            \"onHand\": 216.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 47.0,\n                            \"rate\": \"45.00\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1704179923,\n                \"postingPeriod\": {\n                    \"internalId\": \"338\",\n                    \"name\": \"Jan 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"US - East\"\n                },\n                \"tranDate\": 1705651200,\n                \"tranId\": \"12\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1705691107,\n                \"createdFrom\": {\n                    \"internalId\": \"963\",\n                    \"name\": \"Purchase Order #15\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"943\",\n                    \"name\": \"Timmy Hillshape - US East\"\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"999\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"US Dollars\",\n                            \"description\": \"A long Japanese cotton kimono robe with black bamboo patterns printed on white fabric. Ideal as bath robes. It can be worn by both men and women. Robe length: 52\\\".\\n\",\n                            \"item\": {\n                                \"internalId\": \"244\",\n                                \"name\": \"Mondrian Rug\"\n                            },\n                            \"itemName\": \"Mondrian Rug\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"10\",\n                                \"name\": \"US - East Coast Warehouse : US - Conneticut Warehouse\"\n                            },\n                            \"onHand\": 79.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 145.0,\n                            \"rate\": \"12.50\"\n                        },\n                        {\n                            \"currency\": \"US Dollars\",\n                            \"description\": \"Blooming Chrysanthemum\",\n                            \"item\": {\n                                \"internalId\": \"243\",\n                                \"name\": \"Suede Bench\"\n                            },\n                            \"itemName\": \"Suede Bench\",\n                            \"itemReceive\": true,\n                            \"line\": 4,\n                            \"location\": {\n                                \"internalId\": \"10\",\n                                \"name\": \"US - East Coast Warehouse : US - Conneticut Warehouse\"\n                            },\n                            \"onHand\": 216.0,\n                            \"orderLine\": 2,\n                            \"quantity\": 190.0,\n                            \"rate\": \"45.00\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1704179922,\n                \"postingPeriod\": {\n                    \"internalId\": \"338\",\n                    \"name\": \"Jan 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"US - East\"\n                },\n                \"tranDate\": 1705478400,\n                \"tranId\": \"13\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1705695609,\n                \"createdFrom\": {\n                    \"internalId\": \"895\",\n                    \"name\": \"Purchase Order #9\"\n                },\n                \"currency\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Canadian Dollars\"\n                },\n                \"currencyName\": \"Canadian Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"944\",\n                    \"name\": \"Excess Supplies - Canada\"\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"1019\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"Canadian Dollars\",\n                            \"description\": \"A long Japanese cotton kimono robe with black bamboo patterns printed on white fabric. Ideal as bath robes. It can be worn by both men and women. Robe length: 52\\\".\\n\",\n                            \"item\": {\n                                \"internalId\": \"244\",\n                                \"name\": \"Mondrian Rug\"\n                            },\n                            \"itemName\": \"Mondrian Rug\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"11\",\n                                \"name\": \"Canadian Warehouse\"\n                            },\n                            \"onHand\": 189.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 275.0,\n                            \"rate\": \"12.45\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741010479,\n                \"memo\": \"test567890\",\n                \"postingPeriod\": {\n                    \"internalId\": \"338\",\n                    \"name\": \"Jan 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"16\",\n                    \"name\": \"Canada\"\n                },\n                \"tranDate\": 1705651200,\n                \"tranId\": \"14\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1707136727,\n                \"createdFrom\": {\n                    \"internalId\": \"1554\",\n                    \"name\": \"Purchase Order #16\"\n                },\n                \"currency\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Euors\"\n                },\n                \"currencyName\": \"Euors\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"1265\",\n                    \"name\": \"Ewald Schillig GmbH & Co. KG\"\n                },\n                \"exchangeRate\": 0.67535,\n                \"internalId\": \"1555\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"Euors\",\n                            \"description\": \"Legs are natural wood laminated with a special technique to provide superior strength and durability with a modern criss cross design.\",\n                            \"item\": {\n                                \"internalId\": \"260\",\n                                \"name\": \"Barrow Dining Table\"\n                            },\n                            \"itemName\": \"Barrow Dining Table\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"5\",\n                                \"name\": \"UK Warehouse\"\n                            },\n                            \"onHand\": 55.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 10.0,\n                            \"rate\": \"881.179\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1704179931,\n                \"postingPeriod\": {\n                    \"internalId\": \"339\",\n                    \"name\": \"Feb 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"United Kingdom\"\n                },\n                \"tranDate\": 1707120000,\n                \"tranId\": \"15\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1707136778,\n                \"createdFrom\": {\n                    \"internalId\": \"1557\",\n                    \"name\": \"Purchase Order #17\"\n                },\n                \"currency\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Euors\"\n                },\n                \"currencyName\": \"Euors\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"1265\",\n                    \"name\": \"Ewald Schillig GmbH & Co. KG\"\n                },\n                \"exchangeRate\": 0.67535,\n                \"internalId\": \"1558\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"Euors\",\n                            \"description\": \"Legs are natural wood laminated with a special technique to provide superior strength and durability with a modern criss cross design.\",\n                            \"item\": {\n                                \"internalId\": \"260\",\n                                \"name\": \"Barrow Dining Table\"\n                            },\n                            \"itemName\": \"Barrow Dining Table\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"5\",\n                                \"name\": \"UK Warehouse\"\n                            },\n                            \"onHand\": 55.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 10.0,\n                            \"rate\": \"881.179\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1704179931,\n                \"postingPeriod\": {\n                    \"internalId\": \"339\",\n                    \"name\": \"Feb 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"United Kingdom\"\n                },\n                \"tranDate\": 1707120000,\n                \"tranId\": \"16\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1707136895,\n                \"createdFrom\": {\n                    \"internalId\": \"1560\",\n                    \"name\": \"Purchase Order #18\"\n                },\n                \"currency\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Euors\"\n                },\n                \"currencyName\": \"Euors\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"1265\",\n                    \"name\": \"Ewald Schillig GmbH & Co. KG\"\n                },\n                \"exchangeRate\": 0.67535,\n                \"internalId\": \"1561\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"Euors\",\n                            \"description\": \"Legs are natural wood laminated with a special technique to provide superior strength and durability with a modern criss cross design.\",\n                            \"item\": {\n                                \"internalId\": \"260\",\n                                \"name\": \"Barrow Dining Table\"\n                            },\n                            \"itemName\": \"Barrow Dining Table\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"5\",\n                                \"name\": \"UK Warehouse\"\n                            },\n                            \"onHand\": 55.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 12.0,\n                            \"rate\": \"881.17833333\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1704179931,\n                \"postingPeriod\": {\n                    \"internalId\": \"339\",\n                    \"name\": \"Feb 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"United Kingdom\"\n                },\n                \"tranDate\": 1707120000,\n                \"tranId\": \"17\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1707137282,\n                \"createdFrom\": {\n                    \"internalId\": \"1563\",\n                    \"name\": \"Purchase Order #19\"\n                },\n                \"currency\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Euors\"\n                },\n                \"currencyName\": \"Euors\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"1266\",\n                    \"name\": \"Möbel Krings Maraite (UK Vend)\"\n                },\n                \"exchangeRate\": 0.67535,\n                \"internalId\": \"1564\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"Euors\",\n                            \"description\": \"Legs are natural wood laminated with a special technique to provide superior strength and durability with a modern criss cross design.\",\n                            \"item\": {\n                                \"internalId\": \"260\",\n                                \"name\": \"Barrow Dining Table\"\n                            },\n                            \"itemName\": \"Barrow Dining Table\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"5\",\n                                \"name\": \"UK Warehouse\"\n                            },\n                            \"onHand\": 55.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 12.0,\n                            \"rate\": \"881.17833333\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1704179931,\n                \"postingPeriod\": {\n                    \"internalId\": \"339\",\n                    \"name\": \"Feb 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"United Kingdom\"\n                },\n                \"tranDate\": 1707120000,\n                \"tranId\": \"18\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1707237456,\n                \"createdFrom\": {\n                    \"internalId\": \"1566\",\n                    \"name\": \"Purchase Order #20\"\n                },\n                \"currency\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"British Pounds Sterling\"\n                },\n                \"currencyName\": \"British Pounds Sterling\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"1267\",\n                    \"name\": \"Thomas Cook\"\n                },\n                \"exchangeRate\": 1.4795,\n                \"internalId\": \"1567\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"British Pounds Sterling\",\n                            \"description\": \"Legs are natural wood laminated with a special technique to provide superior strength and durability with a modern criss cross design.\",\n                            \"item\": {\n                                \"internalId\": \"260\",\n                                \"name\": \"Barrow Dining Table\"\n                            },\n                            \"itemName\": \"Barrow Dining Table\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"9\",\n                                \"name\": \"Germany/Deutsch Warehouse\"\n                            },\n                            \"onHand\": 71.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 10.0,\n                            \"rate\": \"596.715\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1704179931,\n                \"postingPeriod\": {\n                    \"internalId\": \"339\",\n                    \"name\": \"Feb 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Germany\"\n                },\n                \"tranDate\": 1707206400,\n                \"tranId\": \"19\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1707237552,\n                \"createdFrom\": {\n                    \"internalId\": \"1569\",\n                    \"name\": \"Purchase Order #21\"\n                },\n                \"currency\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"British Pounds Sterling\"\n                },\n                \"currencyName\": \"British Pounds Sterling\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"1267\",\n                    \"name\": \"Thomas Cook\"\n                },\n                \"exchangeRate\": 1.4795,\n                \"internalId\": \"1570\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"British Pounds Sterling\",\n                            \"description\": \"Legs are natural wood laminated with a special technique to provide superior strength and durability with a modern criss cross design.\",\n                            \"item\": {\n                                \"internalId\": \"260\",\n                                \"name\": \"Barrow Dining Table\"\n                            },\n                            \"itemName\": \"Barrow Dining Table\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"9\",\n                                \"name\": \"Germany/Deutsch Warehouse\"\n                            },\n                            \"onHand\": 71.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 10.0,\n                            \"rate\": \"596.715\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1704179931,\n                \"postingPeriod\": {\n                    \"internalId\": \"339\",\n                    \"name\": \"Feb 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Germany\"\n                },\n                \"tranDate\": 1707206400,\n                \"tranId\": \"20\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1707238120,\n                \"createdFrom\": {\n                    \"internalId\": \"1572\",\n                    \"name\": \"Purchase Order #22\"\n                },\n                \"currency\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"British Pounds Sterling\"\n                },\n                \"currencyName\": \"British Pounds Sterling\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"1267\",\n                    \"name\": \"Thomas Cook\"\n                },\n                \"exchangeRate\": 1.4795,\n                \"internalId\": \"1573\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"British Pounds Sterling\",\n                            \"description\": \"Legs are natural wood laminated with a special technique to provide superior strength and durability with a modern criss cross design.\",\n                            \"item\": {\n                                \"internalId\": \"260\",\n                                \"name\": \"Barrow Dining Table\"\n                            },\n                            \"itemName\": \"Barrow Dining Table\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"9\",\n                                \"name\": \"Germany/Deutsch Warehouse\"\n                            },\n                            \"onHand\": 71.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 15.0,\n                            \"rate\": \"596.71466667\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1704179931,\n                \"postingPeriod\": {\n                    \"internalId\": \"339\",\n                    \"name\": \"Feb 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Germany\"\n                },\n                \"tranDate\": 1707206400,\n                \"tranId\": \"21\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1707239467,\n                \"createdFrom\": {\n                    \"internalId\": \"1575\",\n                    \"name\": \"Purchase Order #23\"\n                },\n                \"currency\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Euors\"\n                },\n                \"currencyName\": \"Euors\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"1268\",\n                    \"name\": \"Möbel Krings Maraite (Deutsch Vend)\"\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"1576\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"Euors\",\n                            \"description\": \"Legs are natural wood laminated with a special technique to provide superior strength and durability with a modern criss cross design.\",\n                            \"item\": {\n                                \"internalId\": \"260\",\n                                \"name\": \"Barrow Dining Table\"\n                            },\n                            \"itemName\": \"Barrow Dining Table\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"9\",\n                                \"name\": \"Germany/Deutsch Warehouse\"\n                            },\n                            \"onHand\": 71.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 12.0,\n                            \"rate\": \"882.83976\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1704179931,\n                \"postingPeriod\": {\n                    \"internalId\": \"339\",\n                    \"name\": \"Feb 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Germany\"\n                },\n                \"tranDate\": 1707206400,\n                \"tranId\": \"22\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1740646310,\n                \"createdFrom\": {\n                    \"internalId\": \"44009\",\n                    \"name\": \"Transfer Order #2\"\n                },\n                \"currency\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Australian Dollars\"\n                },\n                \"currencyName\": \"Australian Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"44011\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"44010\",\n                    \"name\": \"Item Fulfillment #54\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"item\": {\n                                \"internalId\": \"7867\",\n                                \"name\": \"BW Test Product\"\n                            },\n                            \"itemName\": \"BW Test Product\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"16\",\n                                \"name\": \"AUS Warehouse2\"\n                            },\n                            \"onHand\": 31.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 25.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1740646310,\n                \"postingPeriod\": {\n                    \"internalId\": \"391\",\n                    \"name\": \"Feb 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"Australia\"\n                },\n                \"tranDate\": 1740643200,\n                \"tranId\": \"23\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1740649934,\n                \"createdFrom\": {\n                    \"internalId\": \"44012\",\n                    \"name\": \"Transfer Order #3\"\n                },\n                \"currency\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Australian Dollars\"\n                },\n                \"currencyName\": \"Australian Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"44014\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"44013\",\n                    \"name\": \"Item Fulfillment #55\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"item\": {\n                                \"internalId\": \"7867\",\n                                \"name\": \"BW Test Product\"\n                            },\n                            \"itemName\": \"BW Test Product\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"6\",\n                                \"name\": \"Australia Warehouse\"\n                            },\n                            \"onHand\": 18.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 5.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1740649934,\n                \"postingPeriod\": {\n                    \"internalId\": \"391\",\n                    \"name\": \"Feb 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"Australia\"\n                },\n                \"tranDate\": 1740643200,\n                \"tranId\": \"24\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1740731494,\n                \"createdFrom\": {\n                    \"internalId\": \"44115\",\n                    \"name\": \"Transfer Order #5\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"539\",\n                            \"scriptId\": \"csegregion\",\n                            \"value\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"Hyderabad\",\n                                \"typeId\": \"108\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"44117\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"44116\",\n                    \"name\": \"Item Fulfillment #56\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"539\",\n                                        \"scriptId\": \"csegregion\",\n                                        \"value\": {\n                                            \"internalId\": \"3\",\n                                            \"name\": \"Pune\",\n                                            \"typeId\": \"108\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"description\": \"transfer heaters\",\n                            \"item\": {\n                                \"internalId\": \"6856\",\n                                \"name\": \"Orient Electric Heater\"\n                            },\n                            \"itemName\": \"Orient Electric Heater\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"18\",\n                                \"name\": \"Location 1 : Hyderabad\"\n                            },\n                            \"onHand\": 1.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 1.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1740731494,\n                \"memo\": \"item receipt created from transfer order\",\n                \"postingPeriod\": {\n                    \"internalId\": \"391\",\n                    \"name\": \"Feb 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"11\",\n                    \"name\": \"HEADQUARTERS\"\n                },\n                \"tranDate\": 1740729600,\n                \"tranId\": \"25\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1740745282,\n                \"createdFrom\": {\n                    \"internalId\": \"44218\",\n                    \"name\": \"Transfer Order #7\"\n                },\n                \"currency\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Australian Dollars\"\n                },\n                \"currencyName\": \"Australian Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"44321\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"44318\",\n                    \"name\": \"Item Fulfillment #57\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"item\": {\n                                \"internalId\": \"7867\",\n                                \"name\": \"BW Test Product\"\n                            },\n                            \"itemName\": \"BW Test Product\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"16\",\n                                \"name\": \"AUS Warehouse2\"\n                            },\n                            \"onHand\": 31.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 1.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1740746029,\n                \"memo\": \"test\",\n                \"postingPeriod\": {\n                    \"internalId\": \"391\",\n                    \"name\": \"Feb 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"Australia\"\n                },\n                \"tranDate\": 1740729600,\n                \"tranId\": \"26\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1740745618,\n                \"createdFrom\": {\n                    \"internalId\": \"44118\",\n                    \"name\": \"Transfer Order #6\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"44420\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"44419\",\n                    \"name\": \"Item Fulfillment #58\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"description\": \"GAPI BW: created line item\",\n                            \"item\": {\n                                \"internalId\": \"6856\",\n                                \"name\": \"Orient Electric Heater\"\n                            },\n                            \"itemName\": \"Orient Electric Heater\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"13\",\n                                \"name\": \"Test Regular Department 1\"\n                            },\n                            \"onHand\": 1.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 1.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1740745618,\n                \"postingPeriod\": {\n                    \"internalId\": \"391\",\n                    \"name\": \"Feb 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"11\",\n                    \"name\": \"HEADQUARTERS\"\n                },\n                \"tranDate\": 1740729600,\n                \"tranId\": \"27\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1740986218,\n                \"createdFrom\": {\n                    \"internalId\": \"44720\",\n                    \"name\": \"Transfer Order #TO-GAPI-001\"\n                },\n                \"currency\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Australian Dollars\"\n                },\n                \"currencyName\": \"Australian Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"45621\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"description\": \"GAPI BW: created line item 4\",\n                            \"item\": {\n                                \"internalId\": \"7867\",\n                                \"name\": \"BW Test Product\"\n                            },\n                            \"itemName\": \"BW Test Product\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"16\",\n                                \"name\": \"AUS Warehouse2\"\n                            },\n                            \"onHand\": 31.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 1.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1740986218,\n                \"memo\": \"Created from API: TO:44720, #1\",\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"Australia\"\n                },\n                \"tranDate\": 1740902400,\n                \"tranId\": \"28\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1741000885,\n                \"createdFrom\": {\n                    \"internalId\": \"44620\",\n                    \"name\": \"Transfer Order #TO-GAPI-003\"\n                },\n                \"currency\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Australian Dollars\"\n                },\n                \"currencyName\": \"Australian Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"45724\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"description\": \"GAPI BW: Test Item 1\",\n                            \"item\": {\n                                \"internalId\": \"7867\",\n                                \"name\": \"BW Test Product\"\n                            },\n                            \"itemName\": \"BW Test Product\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"16\",\n                                \"name\": \"AUS Warehouse2\"\n                            },\n                            \"onHand\": 31.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 1.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741004622,\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"Australia\"\n                },\n                \"tranDate\": 1740988800,\n                \"tranId\": \"30\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1741001639,\n                \"createdFrom\": {\n                    \"internalId\": \"45022\",\n                    \"name\": \"Transfer Order #TO-GAPI-0010\"\n                },\n                \"currency\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Australian Dollars\"\n                },\n                \"currencyName\": \"Australian Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"45726\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"description\": \"GAPI BW: created line item 10\",\n                            \"item\": {\n                                \"internalId\": \"7867\",\n                                \"name\": \"BW Test Product\"\n                            },\n                            \"itemName\": \"BW Test Product\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"16\",\n                                \"name\": \"AUS Warehouse2\"\n                            },\n                            \"onHand\": 31.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 1.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741009902,\n                \"memo\": \"test22444442\",\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"Australia\"\n                },\n                \"tranDate\": 1740988800,\n                \"tranId\": \"32\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1740999550,\n                \"createdFrom\": {\n                    \"internalId\": \"45320\",\n                    \"name\": \"Transfer Order #TO-GAPI-0013\"\n                },\n                \"currency\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Australian Dollars\"\n                },\n                \"currencyName\": \"Australian Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"45823\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"description\": \"GAPI BW: line item: 2025-03-01 17:47:54\",\n                            \"item\": {\n                                \"internalId\": \"7867\",\n                                \"name\": \"BW Test Product\"\n                            },\n                            \"itemName\": \"BW Test Product\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"16\",\n                                \"name\": \"AUS Warehouse2\"\n                            },\n                            \"onHand\": 31.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 1.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1740999550,\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"Australia\"\n                },\n                \"tranDate\": 1740988800,\n                \"tranId\": \"29\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1741001539,\n                \"createdFrom\": {\n                    \"internalId\": \"44520\",\n                    \"name\": \"Transfer Order #TO-GAPI-001\"\n                },\n                \"currency\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Australian Dollars\"\n                },\n                \"currencyName\": \"Australian Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"45826\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"description\": \"GAPI BW: created line item 2\",\n                            \"item\": {\n                                \"internalId\": \"7867\",\n                                \"name\": \"BW Test Product\"\n                            },\n                            \"itemName\": \"BW Test Product\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"16\",\n                                \"name\": \"AUS Warehouse2\"\n                            },\n                            \"onHand\": 31.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 1.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741001539,\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"Australia\"\n                },\n                \"tranDate\": 1740988800,\n                \"tranId\": \"31\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1741008510,\n                \"createdFrom\": {\n                    \"internalId\": \"45831\",\n                    \"name\": \"Transfer Order #9\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"45833\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"45832\",\n                    \"name\": \"Item Fulfillment #67\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"description\": \"For the busy executive, the high back chair gives you support when and where you need it most. Fits into any office environment.\",\n                            \"item\": {\n                                \"internalId\": \"289\",\n                                \"name\": \"High Back Chair\"\n                            },\n                            \"itemName\": \"High Back Chair\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"18\",\n                                \"name\": \"Location 1 : Hyderabad\"\n                            },\n                            \"onHand\": 3.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 3.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741009514,\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"11\",\n                    \"name\": \"HEADQUARTERS\"\n                },\n                \"tranDate\": 1740988800,\n                \"tranId\": \"33\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1741015955,\n                \"createdFrom\": {\n                    \"internalId\": \"45836\",\n                    \"name\": \"Transfer Order #11\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"45838\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"45837\",\n                    \"name\": \"Item Fulfillment #69\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"description\": \"Rock Fountain\",\n                            \"item\": {\n                                \"internalId\": \"7766\",\n                                \"name\": \"Rock Fountain\"\n                            },\n                            \"itemName\": \"Rock Fountain\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"17\",\n                                \"name\": \"Australia Warehouse : Dharamshala\"\n                            },\n                            \"onHand\": 3.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 3.0\n                        },\n                        {\n                            \"description\": \"With it's dark color finish and simple lines, this cocktail table provides functional storage and modern style.\",\n                            \"item\": {\n                                \"internalId\": \"255\",\n                                \"name\": \"Low Cocktail Table\"\n                            },\n                            \"itemName\": \"Low Cocktail Table\",\n                            \"itemReceive\": true,\n                            \"line\": 3,\n                            \"location\": {\n                                \"internalId\": \"17\",\n                                \"name\": \"Australia Warehouse : Dharamshala\"\n                            },\n                            \"onHand\": 2.0,\n                            \"orderLine\": 6,\n                            \"quantity\": 2.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741016034,\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"11\",\n                    \"name\": \"HEADQUARTERS\"\n                },\n                \"tranDate\": 1740988800,\n                \"tranId\": \"34\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1741016408,\n                \"createdFrom\": {\n                    \"internalId\": \"45938\",\n                    \"name\": \"Transfer Order #12\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"45940\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"45939\",\n                    \"name\": \"Item Fulfillment #70\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"item\": {\n                                \"internalId\": \"5756\",\n                                \"name\": \"1 Test Itemqaeaq\"\n                            },\n                            \"itemName\": \"1 Test Itemqaeaq\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"13\",\n                                \"name\": \"Test Regular Department 1\"\n                            },\n                            \"onHand\": 13.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 8.0\n                        },\n                        {\n                            \"description\": \"With its unique handcrafted design, this bed is an elegant addition to any bedroom.\",\n                            \"item\": {\n                                \"internalId\": \"252\",\n                                \"name\": \"Handcrafted Queen Bed\"\n                            },\n                            \"itemName\": \"Handcrafted Queen Bed\",\n                            \"itemReceive\": true,\n                            \"line\": 3,\n                            \"location\": {\n                                \"internalId\": \"13\",\n                                \"name\": \"Test Regular Department 1\"\n                            },\n                            \"onHand\": 7.0,\n                            \"orderLine\": 6,\n                            \"quantity\": 7.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741016408,\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"11\",\n                    \"name\": \"HEADQUARTERS\"\n                },\n                \"tranDate\": 1740988800,\n                \"tranId\": \"35\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1741016819,\n                \"createdFrom\": {\n                    \"internalId\": \"45938\",\n                    \"name\": \"Transfer Order #12\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"46041\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"46040\",\n                    \"name\": \"Item Fulfillment #71\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"item\": {\n                                \"internalId\": \"5756\",\n                                \"name\": \"1 Test Itemqaeaq\"\n                            },\n                            \"itemName\": \"1 Test Itemqaeaq\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"13\",\n                                \"name\": \"Test Regular Department 1\"\n                            },\n                            \"onHand\": 13.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 5.0\n                        },\n                        {\n                            \"description\": \"With its unique handcrafted design, this bed is an elegant addition to any bedroom.\",\n                            \"item\": {\n                                \"internalId\": \"252\",\n                                \"name\": \"Handcrafted Queen Bed\"\n                            },\n                            \"itemName\": \"Handcrafted Queen Bed\",\n                            \"itemReceive\": true,\n                            \"line\": 3,\n                            \"location\": {\n                                \"internalId\": \"13\",\n                                \"name\": \"Test Regular Department 1\"\n                            },\n                            \"onHand\": 7.0,\n                            \"orderLine\": 6,\n                            \"quantity\": 4.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741016819,\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"11\",\n                    \"name\": \"HEADQUARTERS\"\n                },\n                \"tranDate\": 1740988800,\n                \"tranId\": \"36\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1741077813,\n                \"createdFrom\": {\n                    \"internalId\": \"46141\",\n                    \"name\": \"Transfer Order #13\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"539\",\n                            \"scriptId\": \"csegregion\",\n                            \"value\": {\n                                \"internalId\": \"2\",\n                                \"name\": \"Mumbai\",\n                                \"typeId\": \"108\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"46143\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"46142\",\n                    \"name\": \"Item Fulfillment #72\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"description\": \"test 5 with 10\",\n                            \"item\": {\n                                \"internalId\": \"751\",\n                                \"name\": \"eZPwjZI13111\"\n                            },\n                            \"itemName\": \"eZPwjZI13111\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"18\",\n                                \"name\": \"Location 1 : Hyderabad\"\n                            },\n                            \"onHand\": 3.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 3.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741078025,\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"11\",\n                    \"name\": \"HEADQUARTERS\"\n                },\n                \"tranDate\": 1741075200,\n                \"tranId\": \"37\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1741097447,\n                \"createdFrom\": {\n                    \"internalId\": \"46244\",\n                    \"name\": \"Transfer Order #15\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"46246\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"46245\",\n                    \"name\": \"Item Fulfillment #73\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"item\": {\n                                \"internalId\": \"7869\",\n                                \"name\": \"Item - Inventory 8923\"\n                            },\n                            \"itemName\": \"Item - Inventory 8923\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"18\",\n                                \"name\": \"Location 1 : Hyderabad\"\n                            },\n                            \"onHand\": 5.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 5.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741097447,\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"11\",\n                    \"name\": \"HEADQUARTERS\"\n                },\n                \"tranDate\": 1741075200,\n                \"tranId\": \"38\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TD2876965_0309202521199202131703733744_492bf3f63\",\n    \"status\": {\n        \"isSuccess\": true\n    },\n    \"totalPages\": 2,\n    \"totalRecords\": 36\n}"}],"_postman_id":"d63a03dd-9858-4527-8f84-b37013186510"},{"name":"Retrieve itemReceipts by search ID","id":"32834e62-0db7-43c6-8437-51675c658cb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"NetSuite-Token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/itemReceipt?searchId=WEBSERVICES_TD2876965_0309202521199202131703733744_492bf3f63&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","itemReceipt"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_TD2876965_0309202521199202131703733744_492bf3f63"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"e2a84795-2048-42d6-9bb3-86c4096e6c08","name":"Retrieve itemReceipts by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","description":"Please generate above mentioned credentials from netsuite.com","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","description":"Must be inbetween 5 and 100","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/itemReceipt?searchId=WEBSERVICES_5333445_SB1_10232019109287853435241657_e617a4603&page=3","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","itemReceipt"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_10232019109287853435241657_e617a4603"},{"key":"page","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:40:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6692"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 2,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"createdDate\": 1741097925,\n                \"createdFrom\": {\n                    \"internalId\": \"46244\",\n                    \"name\": \"Transfer Order #15\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"46347\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"46346\",\n                    \"name\": \"Item Fulfillment #74\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"item\": {\n                                \"internalId\": \"5756\",\n                                \"name\": \"1 Test Itemqaeaq\"\n                            },\n                            \"itemName\": \"1 Test Itemqaeaq\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"18\",\n                                \"name\": \"Location 1 : Hyderabad\"\n                            },\n                            \"onHand\": 1.0,\n                            \"orderLine\": 6,\n                            \"quantity\": 1.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741097925,\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"11\",\n                    \"name\": \"HEADQUARTERS\"\n                },\n                \"tranDate\": 1741075200,\n                \"tranId\": \"39\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1741108691,\n                \"createdFrom\": {\n                    \"internalId\": \"45120\",\n                    \"name\": \"Transfer Order #TO-GAPI-009\"\n                },\n                \"currency\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Australian Dollars\"\n                },\n                \"currencyName\": \"Australian Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"587\",\n                            \"scriptId\": \"custbody10\",\n                            \"value\": 76.89\n                        },\n                        {\n                            \"internalId\": \"582\",\n                            \"scriptId\": \"custbody7\",\n                            \"value\": \"api-09990\"\n                        },\n                        {\n                            \"internalId\": \"583\",\n                            \"scriptId\": \"custbody8\",\n                            \"value\": {\n                                \"internalId\": \"325\",\n                                \"name\": \"ABC Marketing Inc\",\n                                \"typeId\": \"-2\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": true\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"46949\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"description\": \"GAPI BW: created line item 9\",\n                            \"item\": {\n                                \"internalId\": \"7867\",\n                                \"name\": \"BW Test Product\"\n                            },\n                            \"itemName\": \"BW Test Product\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"16\",\n                                \"name\": \"AUS Warehouse2\"\n                            },\n                            \"onHand\": 31.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 1.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741108691,\n                \"memo\": \"IR API: #0020\",\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"Australia\"\n                },\n                \"tranDate\": 1741075200,\n                \"tranId\": \"40\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1741154539,\n                \"createdFrom\": {\n                    \"internalId\": \"46449\",\n                    \"name\": \"Transfer Order #TO-GAPI-0021\"\n                },\n                \"currency\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Australian Dollars\"\n                },\n                \"currencyName\": \"Australian Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"587\",\n                            \"scriptId\": \"custbody10\",\n                            \"value\": 76.89\n                        },\n                        {\n                            \"internalId\": \"582\",\n                            \"scriptId\": \"custbody7\",\n                            \"value\": \"api-09990\"\n                        },\n                        {\n                            \"internalId\": \"583\",\n                            \"scriptId\": \"custbody8\",\n                            \"value\": {\n                                \"internalId\": \"325\",\n                                \"name\": \"ABC Marketing Inc\",\n                                \"typeId\": \"-2\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": true\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"47250\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"description\": \"GAPI BW: line item 20: 2025-03-04 15:50:45\",\n                            \"item\": {\n                                \"internalId\": \"7867\",\n                                \"name\": \"BW Test Product\"\n                            },\n                            \"itemName\": \"BW Test Product\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"16\",\n                                \"name\": \"AUS Warehouse2\"\n                            },\n                            \"onHand\": 31.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 1.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741154539,\n                \"memo\": \"Created from API: TO:46449\",\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"Australia\"\n                },\n                \"tranDate\": 1741075200,\n                \"tranId\": \"41\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1741156326,\n                \"createdFrom\": {\n                    \"internalId\": \"47350\",\n                    \"name\": \"Transfer Order #18\"\n                },\n                \"currency\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Australian Dollars\"\n                },\n                \"currencyName\": \"Australian Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"47451\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"47450\",\n                    \"name\": \"Item Fulfillment #77\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"592\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"description\": \"GAPI BW: line item: 2025-03-05 06:14:37\",\n                            \"item\": {\n                                \"internalId\": \"7867\",\n                                \"name\": \"BW Test Product\"\n                            },\n                            \"itemName\": \"BW Test Product\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"16\",\n                                \"name\": \"AUS Warehouse2\"\n                            },\n                            \"onHand\": 31.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 1.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741156326,\n                \"memo\": \"Created: 47350\",\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"Australia\"\n                },\n                \"tranDate\": 1741075200,\n                \"tranId\": \"42\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1741168723,\n                \"createdFrom\": {\n                    \"internalId\": \"47552\",\n                    \"name\": \"Transfer Order #50\"\n                },\n                \"currency\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Australian Dollars\"\n                },\n                \"currencyName\": \"Australian Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"587\",\n                            \"scriptId\": \"custbody10\",\n                            \"value\": 76.89\n                        },\n                        {\n                            \"internalId\": \"582\",\n                            \"scriptId\": \"custbody7\",\n                            \"value\": \"api-09990\"\n                        },\n                        {\n                            \"internalId\": \"583\",\n                            \"scriptId\": \"custbody8\",\n                            \"value\": {\n                                \"internalId\": \"325\",\n                                \"name\": \"ABC Marketing Inc\",\n                                \"typeId\": \"-2\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": true\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"47553\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"589\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": \"api-y876\"\n                                    },\n                                    {\n                                        \"internalId\": \"592\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": true\n                                    },\n                                    {\n                                        \"internalId\": \"594\",\n                                        \"scriptId\": \"custcol3\",\n                                        \"value\": {\n                                            \"internalId\": \"7869\",\n                                            \"name\": \"Item - Inventory 8923\",\n                                            \"typeId\": \"-10\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"595\",\n                                        \"scriptId\": \"custcol4\",\n                                        \"value\": 76.89\n                                    }\n                                ]\n                            },\n                            \"description\": \"GAPI BW: line item2025-03-05 09:53:53\",\n                            \"item\": {\n                                \"internalId\": \"7867\",\n                                \"name\": \"BW Test Product\"\n                            },\n                            \"itemName\": \"BW Test Product\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"16\",\n                                \"name\": \"AUS Warehouse2\"\n                            },\n                            \"onHand\": 31.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 1.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741168723,\n                \"memo\": \"IR API: #0030\",\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"Australia\"\n                },\n                \"tranDate\": 1741161600,\n                \"tranId\": \"43\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1741183087,\n                \"createdFrom\": {\n                    \"internalId\": \"46548\",\n                    \"name\": \"Transfer Order #TO-GAPI-0021\"\n                },\n                \"currency\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Australian Dollars\"\n                },\n                \"currencyName\": \"Australian Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"582\",\n                            \"scriptId\": \"custbody7\",\n                            \"value\": \"api-000\"\n                        },\n                        {\n                            \"internalId\": \"583\",\n                            \"scriptId\": \"custbody8\",\n                            \"value\": {\n                                \"internalId\": \"325\",\n                                \"name\": \"ABC Marketing Inc\",\n                                \"typeId\": \"-2\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": true\n                        },\n                        {\n                            \"internalId\": \"585\",\n                            \"scriptId\": \"custbodyrank\",\n                            \"value\": 34\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"47653\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"description\": \"GAPI BW: line item 20: 2025-03-04 15:35:54\",\n                            \"item\": {\n                                \"internalId\": \"7867\",\n                                \"name\": \"BW Test Product\"\n                            },\n                            \"itemName\": \"BW Test Product\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"16\",\n                                \"name\": \"AUS Warehouse2\"\n                            },\n                            \"onHand\": 31.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 1.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741183087,\n                \"memo\": \"Created from API: TO:46548, #1\",\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"Australia\"\n                },\n                \"tranDate\": 1741161600,\n                \"tranId\": \"44\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TD2876965_0309202521199202131703733744_492bf3f63\",\n    \"status\": {\n        \"isSuccess\": true\n    },\n    \"totalPages\": 2,\n    \"totalRecords\": 36\n}"}],"_postman_id":"32834e62-0db7-43c6-8437-51675c658cb9"},{"name":"Retrieve itemReceipts by where","id":"02548a49-837f-4a2d-9b9e-bff72a6938fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"NetSuite-Token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/itemReceipt?where=LastModifiedDate>1546278954","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateCreated</td>\n<td>1578954123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Entity</td>\n<td>2</td>\n<td>Used to Include the Entity filter for the request. e.g., Entity=2.</td>\n</tr>\n<tr>\n<td>TranDate</td>\n<td>1546789123</td>\n<td>Used to Include the transaction date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","itemReceipt"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"LastModifiedDate>1546278954"}],"variable":[]}},"response":[{"id":"4f42cb7b-4064-44e1-b4b1-bdf1ad5adfe7","name":"Retrieve itemReceipts by where","originalRequest":{"method":"GET","header":[{"key":"NetSuite-Token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","description":"Please generate above mentioned credentials from netsuite.com","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/itemReceipt?where=LastModifiedDate>1546278954","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","itemReceipt"],"query":[{"key":"where","value":"LastModifiedDate>1546278954"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Dec 2019 07:33:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"44712"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"createdDate\": 1702410628,\n                \"createdFrom\": {\n                    \"internalId\": \"173\",\n                    \"name\": \"Purchase Order #1\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"102\",\n                    \"name\": \"Equity Office\"\n                },\n                \"exchangeRate\": 1.0,\n                \"expenseList\": {\n                    \"expense\": [\n                        {\n                            \"account\": \"87\",\n                            \"amount\": 200.0,\n                            \"line\": 1,\n                            \"markReceived\": true,\n                            \"memo\": \"Computer Monitor\",\n                            \"orderLine\": 1\n                        }\n                    ]\n                },\n                \"externalId\": \"tran174\",\n                \"internalId\": \"174\",\n                \"lastModifiedDate\": 1704179635,\n                \"postingPeriod\": {\n                    \"internalId\": \"336\",\n                    \"name\": \"Dec 2023\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"tranDate\": 1702368000,\n                \"tranId\": \"1\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1706764695,\n                \"createdFrom\": {\n                    \"internalId\": \"517\",\n                    \"name\": \"Return Authorization #1\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"159\",\n                    \"name\": \"Gentry Inc.\"\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"518\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"description\": \"Online Business Application \\n(1) User\",\n                            \"item\": {\n                                \"internalId\": \"30\",\n                                \"name\": \"10 Office Chairs - 12 Months Hire\"\n                            },\n                            \"itemName\": \"10 Office Chairs - 12 Months Hire\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"orderLine\": 1,\n                            \"quantity\": 2.0\n                        },\n                        {\n                            \"description\": \"One Year Silver Level Support\",\n                            \"item\": {\n                                \"internalId\": \"26\",\n                                \"name\": \"Extended Warranty - 2 Years\"\n                            },\n                            \"itemName\": \"Extended Warranty - 2 Years\",\n                            \"itemReceive\": true,\n                            \"line\": 2,\n                            \"orderLine\": 2,\n                            \"quantity\": 0.5\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741008546,\n                \"postingPeriod\": {\n                    \"internalId\": \"336\",\n                    \"name\": \"Dec 2023\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"tranDate\": 1704009600,\n                \"tranId\": \"3\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1705690088,\n                \"createdFrom\": {\n                    \"internalId\": \"779\",\n                    \"name\": \"Purchase Order #4\"\n                },\n                \"currency\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Euors\"\n                },\n                \"currencyName\": \"Euors\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"898\",\n                    \"name\": \"American Express\"\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"995\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"Euors\",\n                            \"description\": \"One of our best sellers for home office use.\",\n                            \"item\": {\n                                \"internalId\": \"55\",\n                                \"name\": \"Parsons Desk\"\n                            },\n                            \"itemName\": \"Parsons Desk\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"9\",\n                                \"name\": \"Germany/Deutsch Warehouse\"\n                            },\n                            \"onHand\": 25.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 25.0,\n                            \"rate\": \"40.8512\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1704179922,\n                \"postingPeriod\": {\n                    \"internalId\": \"338\",\n                    \"name\": \"Jan 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Germany\"\n                },\n                \"tranDate\": 1705651200,\n                \"tranId\": \"10\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1705691054,\n                \"createdFrom\": {\n                    \"internalId\": \"945\",\n                    \"name\": \"Purchase Order #13\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"943\",\n                    \"name\": \"Timmy Hillshape - US East\"\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"998\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"US Dollars\",\n                            \"description\": \"A long Japanese cotton kimono robe with black bamboo patterns printed on white fabric. Ideal as bath robes. It can be worn by both men and women. Robe length: 52\\\".\\n\",\n                            \"item\": {\n                                \"internalId\": \"244\",\n                                \"name\": \"Mondrian Rug\"\n                            },\n                            \"itemName\": \"Mondrian Rug\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"10\",\n                                \"name\": \"US - East Coast Warehouse : US - Conneticut Warehouse\"\n                            },\n                            \"onHand\": 79.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 29.0,\n                            \"rate\": \"12.50\"\n                        },\n                        {\n                            \"currency\": \"US Dollars\",\n                            \"description\": \"A dragon and dragon claw graces the front of the robe and a stunning embroidered dragon is featured completely down the back.\",\n                            \"item\": {\n                                \"internalId\": \"56\",\n                                \"name\": \"Textured Armchair\"\n                            },\n                            \"itemName\": \"Textured Armchair\",\n                            \"itemReceive\": true,\n                            \"line\": 2,\n                            \"location\": {\n                                \"internalId\": \"10\",\n                                \"name\": \"US - East Coast Warehouse : US - Conneticut Warehouse\"\n                            },\n                            \"onHand\": 12.0,\n                            \"orderLine\": 2,\n                            \"quantity\": 12.0,\n                            \"rate\": \"110.00\"\n                        },\n                        {\n                            \"currency\": \"US Dollars\",\n                            \"description\": \"Blooming Chrysanthemum\",\n                            \"item\": {\n                                \"internalId\": \"243\",\n                                \"name\": \"Suede Bench\"\n                            },\n                            \"itemName\": \"Suede Bench\",\n                            \"itemReceive\": true,\n                            \"line\": 3,\n                            \"location\": {\n                                \"internalId\": \"10\",\n                                \"name\": \"US - East Coast Warehouse : US - Conneticut Warehouse\"\n                            },\n                            \"onHand\": 216.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 47.0,\n                            \"rate\": \"45.00\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1704179923,\n                \"postingPeriod\": {\n                    \"internalId\": \"338\",\n                    \"name\": \"Jan 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"US - East\"\n                },\n                \"tranDate\": 1705651200,\n                \"tranId\": \"12\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1705691107,\n                \"createdFrom\": {\n                    \"internalId\": \"963\",\n                    \"name\": \"Purchase Order #15\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"943\",\n                    \"name\": \"Timmy Hillshape - US East\"\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"999\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"US Dollars\",\n                            \"description\": \"A long Japanese cotton kimono robe with black bamboo patterns printed on white fabric. Ideal as bath robes. It can be worn by both men and women. Robe length: 52\\\".\\n\",\n                            \"item\": {\n                                \"internalId\": \"244\",\n                                \"name\": \"Mondrian Rug\"\n                            },\n                            \"itemName\": \"Mondrian Rug\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"10\",\n                                \"name\": \"US - East Coast Warehouse : US - Conneticut Warehouse\"\n                            },\n                            \"onHand\": 79.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 145.0,\n                            \"rate\": \"12.50\"\n                        },\n                        {\n                            \"currency\": \"US Dollars\",\n                            \"description\": \"Blooming Chrysanthemum\",\n                            \"item\": {\n                                \"internalId\": \"243\",\n                                \"name\": \"Suede Bench\"\n                            },\n                            \"itemName\": \"Suede Bench\",\n                            \"itemReceive\": true,\n                            \"line\": 4,\n                            \"location\": {\n                                \"internalId\": \"10\",\n                                \"name\": \"US - East Coast Warehouse : US - Conneticut Warehouse\"\n                            },\n                            \"onHand\": 216.0,\n                            \"orderLine\": 2,\n                            \"quantity\": 190.0,\n                            \"rate\": \"45.00\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1704179922,\n                \"postingPeriod\": {\n                    \"internalId\": \"338\",\n                    \"name\": \"Jan 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"US - East\"\n                },\n                \"tranDate\": 1705478400,\n                \"tranId\": \"13\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1705695609,\n                \"createdFrom\": {\n                    \"internalId\": \"895\",\n                    \"name\": \"Purchase Order #9\"\n                },\n                \"currency\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Canadian Dollars\"\n                },\n                \"currencyName\": \"Canadian Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"944\",\n                    \"name\": \"Excess Supplies - Canada\"\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"1019\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"Canadian Dollars\",\n                            \"description\": \"A long Japanese cotton kimono robe with black bamboo patterns printed on white fabric. Ideal as bath robes. It can be worn by both men and women. Robe length: 52\\\".\\n\",\n                            \"item\": {\n                                \"internalId\": \"244\",\n                                \"name\": \"Mondrian Rug\"\n                            },\n                            \"itemName\": \"Mondrian Rug\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"11\",\n                                \"name\": \"Canadian Warehouse\"\n                            },\n                            \"onHand\": 189.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 275.0,\n                            \"rate\": \"12.45\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741010479,\n                \"memo\": \"test567890\",\n                \"postingPeriod\": {\n                    \"internalId\": \"338\",\n                    \"name\": \"Jan 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"16\",\n                    \"name\": \"Canada\"\n                },\n                \"tranDate\": 1705651200,\n                \"tranId\": \"14\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1707136727,\n                \"createdFrom\": {\n                    \"internalId\": \"1554\",\n                    \"name\": \"Purchase Order #16\"\n                },\n                \"currency\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Euors\"\n                },\n                \"currencyName\": \"Euors\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"1265\",\n                    \"name\": \"Ewald Schillig GmbH & Co. KG\"\n                },\n                \"exchangeRate\": 0.67535,\n                \"internalId\": \"1555\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"Euors\",\n                            \"description\": \"Legs are natural wood laminated with a special technique to provide superior strength and durability with a modern criss cross design.\",\n                            \"item\": {\n                                \"internalId\": \"260\",\n                                \"name\": \"Barrow Dining Table\"\n                            },\n                            \"itemName\": \"Barrow Dining Table\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"5\",\n                                \"name\": \"UK Warehouse\"\n                            },\n                            \"onHand\": 55.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 10.0,\n                            \"rate\": \"881.179\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1704179931,\n                \"postingPeriod\": {\n                    \"internalId\": \"339\",\n                    \"name\": \"Feb 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"United Kingdom\"\n                },\n                \"tranDate\": 1707120000,\n                \"tranId\": \"15\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1707136778,\n                \"createdFrom\": {\n                    \"internalId\": \"1557\",\n                    \"name\": \"Purchase Order #17\"\n                },\n                \"currency\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Euors\"\n                },\n                \"currencyName\": \"Euors\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"1265\",\n                    \"name\": \"Ewald Schillig GmbH & Co. KG\"\n                },\n                \"exchangeRate\": 0.67535,\n                \"internalId\": \"1558\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"Euors\",\n                            \"description\": \"Legs are natural wood laminated with a special technique to provide superior strength and durability with a modern criss cross design.\",\n                            \"item\": {\n                                \"internalId\": \"260\",\n                                \"name\": \"Barrow Dining Table\"\n                            },\n                            \"itemName\": \"Barrow Dining Table\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"5\",\n                                \"name\": \"UK Warehouse\"\n                            },\n                            \"onHand\": 55.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 10.0,\n                            \"rate\": \"881.179\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1704179931,\n                \"postingPeriod\": {\n                    \"internalId\": \"339\",\n                    \"name\": \"Feb 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"United Kingdom\"\n                },\n                \"tranDate\": 1707120000,\n                \"tranId\": \"16\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1707136895,\n                \"createdFrom\": {\n                    \"internalId\": \"1560\",\n                    \"name\": \"Purchase Order #18\"\n                },\n                \"currency\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Euors\"\n                },\n                \"currencyName\": \"Euors\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"1265\",\n                    \"name\": \"Ewald Schillig GmbH & Co. KG\"\n                },\n                \"exchangeRate\": 0.67535,\n                \"internalId\": \"1561\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"Euors\",\n                            \"description\": \"Legs are natural wood laminated with a special technique to provide superior strength and durability with a modern criss cross design.\",\n                            \"item\": {\n                                \"internalId\": \"260\",\n                                \"name\": \"Barrow Dining Table\"\n                            },\n                            \"itemName\": \"Barrow Dining Table\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"5\",\n                                \"name\": \"UK Warehouse\"\n                            },\n                            \"onHand\": 55.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 12.0,\n                            \"rate\": \"881.17833333\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1704179931,\n                \"postingPeriod\": {\n                    \"internalId\": \"339\",\n                    \"name\": \"Feb 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"United Kingdom\"\n                },\n                \"tranDate\": 1707120000,\n                \"tranId\": \"17\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1707137282,\n                \"createdFrom\": {\n                    \"internalId\": \"1563\",\n                    \"name\": \"Purchase Order #19\"\n                },\n                \"currency\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Euors\"\n                },\n                \"currencyName\": \"Euors\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"1266\",\n                    \"name\": \"Möbel Krings Maraite (UK Vend)\"\n                },\n                \"exchangeRate\": 0.67535,\n                \"internalId\": \"1564\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"Euors\",\n                            \"description\": \"Legs are natural wood laminated with a special technique to provide superior strength and durability with a modern criss cross design.\",\n                            \"item\": {\n                                \"internalId\": \"260\",\n                                \"name\": \"Barrow Dining Table\"\n                            },\n                            \"itemName\": \"Barrow Dining Table\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"5\",\n                                \"name\": \"UK Warehouse\"\n                            },\n                            \"onHand\": 55.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 12.0,\n                            \"rate\": \"881.17833333\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1704179931,\n                \"postingPeriod\": {\n                    \"internalId\": \"339\",\n                    \"name\": \"Feb 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"United Kingdom\"\n                },\n                \"tranDate\": 1707120000,\n                \"tranId\": \"18\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1707237456,\n                \"createdFrom\": {\n                    \"internalId\": \"1566\",\n                    \"name\": \"Purchase Order #20\"\n                },\n                \"currency\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"British Pounds Sterling\"\n                },\n                \"currencyName\": \"British Pounds Sterling\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"1267\",\n                    \"name\": \"Thomas Cook\"\n                },\n                \"exchangeRate\": 1.4795,\n                \"internalId\": \"1567\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"British Pounds Sterling\",\n                            \"description\": \"Legs are natural wood laminated with a special technique to provide superior strength and durability with a modern criss cross design.\",\n                            \"item\": {\n                                \"internalId\": \"260\",\n                                \"name\": \"Barrow Dining Table\"\n                            },\n                            \"itemName\": \"Barrow Dining Table\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"9\",\n                                \"name\": \"Germany/Deutsch Warehouse\"\n                            },\n                            \"onHand\": 71.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 10.0,\n                            \"rate\": \"596.715\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1704179931,\n                \"postingPeriod\": {\n                    \"internalId\": \"339\",\n                    \"name\": \"Feb 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Germany\"\n                },\n                \"tranDate\": 1707206400,\n                \"tranId\": \"19\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1707237552,\n                \"createdFrom\": {\n                    \"internalId\": \"1569\",\n                    \"name\": \"Purchase Order #21\"\n                },\n                \"currency\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"British Pounds Sterling\"\n                },\n                \"currencyName\": \"British Pounds Sterling\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"1267\",\n                    \"name\": \"Thomas Cook\"\n                },\n                \"exchangeRate\": 1.4795,\n                \"internalId\": \"1570\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"British Pounds Sterling\",\n                            \"description\": \"Legs are natural wood laminated with a special technique to provide superior strength and durability with a modern criss cross design.\",\n                            \"item\": {\n                                \"internalId\": \"260\",\n                                \"name\": \"Barrow Dining Table\"\n                            },\n                            \"itemName\": \"Barrow Dining Table\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"9\",\n                                \"name\": \"Germany/Deutsch Warehouse\"\n                            },\n                            \"onHand\": 71.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 10.0,\n                            \"rate\": \"596.715\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1704179931,\n                \"postingPeriod\": {\n                    \"internalId\": \"339\",\n                    \"name\": \"Feb 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Germany\"\n                },\n                \"tranDate\": 1707206400,\n                \"tranId\": \"20\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1707238120,\n                \"createdFrom\": {\n                    \"internalId\": \"1572\",\n                    \"name\": \"Purchase Order #22\"\n                },\n                \"currency\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"British Pounds Sterling\"\n                },\n                \"currencyName\": \"British Pounds Sterling\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"1267\",\n                    \"name\": \"Thomas Cook\"\n                },\n                \"exchangeRate\": 1.4795,\n                \"internalId\": \"1573\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"British Pounds Sterling\",\n                            \"description\": \"Legs are natural wood laminated with a special technique to provide superior strength and durability with a modern criss cross design.\",\n                            \"item\": {\n                                \"internalId\": \"260\",\n                                \"name\": \"Barrow Dining Table\"\n                            },\n                            \"itemName\": \"Barrow Dining Table\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"9\",\n                                \"name\": \"Germany/Deutsch Warehouse\"\n                            },\n                            \"onHand\": 71.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 15.0,\n                            \"rate\": \"596.71466667\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1704179931,\n                \"postingPeriod\": {\n                    \"internalId\": \"339\",\n                    \"name\": \"Feb 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Germany\"\n                },\n                \"tranDate\": 1707206400,\n                \"tranId\": \"21\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1707239467,\n                \"createdFrom\": {\n                    \"internalId\": \"1575\",\n                    \"name\": \"Purchase Order #23\"\n                },\n                \"currency\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Euors\"\n                },\n                \"currencyName\": \"Euors\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"entity\": {\n                    \"internalId\": \"1268\",\n                    \"name\": \"Möbel Krings Maraite (Deutsch Vend)\"\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"1576\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"currency\": \"Euors\",\n                            \"description\": \"Legs are natural wood laminated with a special technique to provide superior strength and durability with a modern criss cross design.\",\n                            \"item\": {\n                                \"internalId\": \"260\",\n                                \"name\": \"Barrow Dining Table\"\n                            },\n                            \"itemName\": \"Barrow Dining Table\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"9\",\n                                \"name\": \"Germany/Deutsch Warehouse\"\n                            },\n                            \"onHand\": 71.0,\n                            \"orderLine\": 1,\n                            \"quantity\": 12.0,\n                            \"rate\": \"882.83976\"\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1704179931,\n                \"postingPeriod\": {\n                    \"internalId\": \"339\",\n                    \"name\": \"Feb 2024\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Germany\"\n                },\n                \"tranDate\": 1707206400,\n                \"tranId\": \"22\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1740646310,\n                \"createdFrom\": {\n                    \"internalId\": \"44009\",\n                    \"name\": \"Transfer Order #2\"\n                },\n                \"currency\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Australian Dollars\"\n                },\n                \"currencyName\": \"Australian Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"44011\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"44010\",\n                    \"name\": \"Item Fulfillment #54\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"item\": {\n                                \"internalId\": \"7867\",\n                                \"name\": \"BW Test Product\"\n                            },\n                            \"itemName\": \"BW Test Product\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"16\",\n                                \"name\": \"AUS Warehouse2\"\n                            },\n                            \"onHand\": 31.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 25.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1740646310,\n                \"postingPeriod\": {\n                    \"internalId\": \"391\",\n                    \"name\": \"Feb 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"Australia\"\n                },\n                \"tranDate\": 1740643200,\n                \"tranId\": \"23\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1740649934,\n                \"createdFrom\": {\n                    \"internalId\": \"44012\",\n                    \"name\": \"Transfer Order #3\"\n                },\n                \"currency\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Australian Dollars\"\n                },\n                \"currencyName\": \"Australian Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"44014\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"44013\",\n                    \"name\": \"Item Fulfillment #55\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"item\": {\n                                \"internalId\": \"7867\",\n                                \"name\": \"BW Test Product\"\n                            },\n                            \"itemName\": \"BW Test Product\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"6\",\n                                \"name\": \"Australia Warehouse\"\n                            },\n                            \"onHand\": 18.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 5.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1740649934,\n                \"postingPeriod\": {\n                    \"internalId\": \"391\",\n                    \"name\": \"Feb 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"Australia\"\n                },\n                \"tranDate\": 1740643200,\n                \"tranId\": \"24\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1740731494,\n                \"createdFrom\": {\n                    \"internalId\": \"44115\",\n                    \"name\": \"Transfer Order #5\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"539\",\n                            \"scriptId\": \"csegregion\",\n                            \"value\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"Hyderabad\",\n                                \"typeId\": \"108\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"44117\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"44116\",\n                    \"name\": \"Item Fulfillment #56\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"539\",\n                                        \"scriptId\": \"csegregion\",\n                                        \"value\": {\n                                            \"internalId\": \"3\",\n                                            \"name\": \"Pune\",\n                                            \"typeId\": \"108\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"description\": \"transfer heaters\",\n                            \"item\": {\n                                \"internalId\": \"6856\",\n                                \"name\": \"Orient Electric Heater\"\n                            },\n                            \"itemName\": \"Orient Electric Heater\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"18\",\n                                \"name\": \"Location 1 : Hyderabad\"\n                            },\n                            \"onHand\": 1.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 1.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1740731494,\n                \"memo\": \"item receipt created from transfer order\",\n                \"postingPeriod\": {\n                    \"internalId\": \"391\",\n                    \"name\": \"Feb 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"11\",\n                    \"name\": \"HEADQUARTERS\"\n                },\n                \"tranDate\": 1740729600,\n                \"tranId\": \"25\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1740745282,\n                \"createdFrom\": {\n                    \"internalId\": \"44218\",\n                    \"name\": \"Transfer Order #7\"\n                },\n                \"currency\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Australian Dollars\"\n                },\n                \"currencyName\": \"Australian Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"44321\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"44318\",\n                    \"name\": \"Item Fulfillment #57\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"item\": {\n                                \"internalId\": \"7867\",\n                                \"name\": \"BW Test Product\"\n                            },\n                            \"itemName\": \"BW Test Product\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"16\",\n                                \"name\": \"AUS Warehouse2\"\n                            },\n                            \"onHand\": 31.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 1.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1740746029,\n                \"memo\": \"test\",\n                \"postingPeriod\": {\n                    \"internalId\": \"391\",\n                    \"name\": \"Feb 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"Australia\"\n                },\n                \"tranDate\": 1740729600,\n                \"tranId\": \"26\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1740745618,\n                \"createdFrom\": {\n                    \"internalId\": \"44118\",\n                    \"name\": \"Transfer Order #6\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"44420\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"44419\",\n                    \"name\": \"Item Fulfillment #58\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"description\": \"GAPI BW: created line item\",\n                            \"item\": {\n                                \"internalId\": \"6856\",\n                                \"name\": \"Orient Electric Heater\"\n                            },\n                            \"itemName\": \"Orient Electric Heater\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"13\",\n                                \"name\": \"Test Regular Department 1\"\n                            },\n                            \"onHand\": 1.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 1.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1740745618,\n                \"postingPeriod\": {\n                    \"internalId\": \"391\",\n                    \"name\": \"Feb 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"11\",\n                    \"name\": \"HEADQUARTERS\"\n                },\n                \"tranDate\": 1740729600,\n                \"tranId\": \"27\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1740986218,\n                \"createdFrom\": {\n                    \"internalId\": \"44720\",\n                    \"name\": \"Transfer Order #TO-GAPI-001\"\n                },\n                \"currency\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Australian Dollars\"\n                },\n                \"currencyName\": \"Australian Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"45621\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"description\": \"GAPI BW: created line item 4\",\n                            \"item\": {\n                                \"internalId\": \"7867\",\n                                \"name\": \"BW Test Product\"\n                            },\n                            \"itemName\": \"BW Test Product\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"16\",\n                                \"name\": \"AUS Warehouse2\"\n                            },\n                            \"onHand\": 31.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 1.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1740986218,\n                \"memo\": \"Created from API: TO:44720, #1\",\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"Australia\"\n                },\n                \"tranDate\": 1740902400,\n                \"tranId\": \"28\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1741000885,\n                \"createdFrom\": {\n                    \"internalId\": \"44620\",\n                    \"name\": \"Transfer Order #TO-GAPI-003\"\n                },\n                \"currency\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Australian Dollars\"\n                },\n                \"currencyName\": \"Australian Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"45724\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"description\": \"GAPI BW: Test Item 1\",\n                            \"item\": {\n                                \"internalId\": \"7867\",\n                                \"name\": \"BW Test Product\"\n                            },\n                            \"itemName\": \"BW Test Product\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"16\",\n                                \"name\": \"AUS Warehouse2\"\n                            },\n                            \"onHand\": 31.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 1.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741004622,\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"Australia\"\n                },\n                \"tranDate\": 1740988800,\n                \"tranId\": \"30\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1741001639,\n                \"createdFrom\": {\n                    \"internalId\": \"45022\",\n                    \"name\": \"Transfer Order #TO-GAPI-0010\"\n                },\n                \"currency\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Australian Dollars\"\n                },\n                \"currencyName\": \"Australian Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"45726\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"description\": \"GAPI BW: created line item 10\",\n                            \"item\": {\n                                \"internalId\": \"7867\",\n                                \"name\": \"BW Test Product\"\n                            },\n                            \"itemName\": \"BW Test Product\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"16\",\n                                \"name\": \"AUS Warehouse2\"\n                            },\n                            \"onHand\": 31.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 1.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741009902,\n                \"memo\": \"test22444442\",\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"Australia\"\n                },\n                \"tranDate\": 1740988800,\n                \"tranId\": \"32\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1740999550,\n                \"createdFrom\": {\n                    \"internalId\": \"45320\",\n                    \"name\": \"Transfer Order #TO-GAPI-0013\"\n                },\n                \"currency\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Australian Dollars\"\n                },\n                \"currencyName\": \"Australian Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"45823\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"description\": \"GAPI BW: line item: 2025-03-01 17:47:54\",\n                            \"item\": {\n                                \"internalId\": \"7867\",\n                                \"name\": \"BW Test Product\"\n                            },\n                            \"itemName\": \"BW Test Product\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"16\",\n                                \"name\": \"AUS Warehouse2\"\n                            },\n                            \"onHand\": 31.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 1.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1740999550,\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"Australia\"\n                },\n                \"tranDate\": 1740988800,\n                \"tranId\": \"29\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1741001539,\n                \"createdFrom\": {\n                    \"internalId\": \"44520\",\n                    \"name\": \"Transfer Order #TO-GAPI-001\"\n                },\n                \"currency\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Australian Dollars\"\n                },\n                \"currencyName\": \"Australian Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"45826\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"description\": \"GAPI BW: created line item 2\",\n                            \"item\": {\n                                \"internalId\": \"7867\",\n                                \"name\": \"BW Test Product\"\n                            },\n                            \"itemName\": \"BW Test Product\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"16\",\n                                \"name\": \"AUS Warehouse2\"\n                            },\n                            \"onHand\": 31.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 1.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741001539,\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"Australia\"\n                },\n                \"tranDate\": 1740988800,\n                \"tranId\": \"31\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1741008510,\n                \"createdFrom\": {\n                    \"internalId\": \"45831\",\n                    \"name\": \"Transfer Order #9\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"45833\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"45832\",\n                    \"name\": \"Item Fulfillment #67\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"description\": \"For the busy executive, the high back chair gives you support when and where you need it most. Fits into any office environment.\",\n                            \"item\": {\n                                \"internalId\": \"289\",\n                                \"name\": \"High Back Chair\"\n                            },\n                            \"itemName\": \"High Back Chair\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"18\",\n                                \"name\": \"Location 1 : Hyderabad\"\n                            },\n                            \"onHand\": 3.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 3.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741009514,\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"11\",\n                    \"name\": \"HEADQUARTERS\"\n                },\n                \"tranDate\": 1740988800,\n                \"tranId\": \"33\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1741015955,\n                \"createdFrom\": {\n                    \"internalId\": \"45836\",\n                    \"name\": \"Transfer Order #11\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"45838\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"45837\",\n                    \"name\": \"Item Fulfillment #69\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"description\": \"Rock Fountain\",\n                            \"item\": {\n                                \"internalId\": \"7766\",\n                                \"name\": \"Rock Fountain\"\n                            },\n                            \"itemName\": \"Rock Fountain\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"17\",\n                                \"name\": \"Australia Warehouse : Dharamshala\"\n                            },\n                            \"onHand\": 3.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 3.0\n                        },\n                        {\n                            \"description\": \"With it's dark color finish and simple lines, this cocktail table provides functional storage and modern style.\",\n                            \"item\": {\n                                \"internalId\": \"255\",\n                                \"name\": \"Low Cocktail Table\"\n                            },\n                            \"itemName\": \"Low Cocktail Table\",\n                            \"itemReceive\": true,\n                            \"line\": 3,\n                            \"location\": {\n                                \"internalId\": \"17\",\n                                \"name\": \"Australia Warehouse : Dharamshala\"\n                            },\n                            \"onHand\": 2.0,\n                            \"orderLine\": 6,\n                            \"quantity\": 2.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741016034,\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"11\",\n                    \"name\": \"HEADQUARTERS\"\n                },\n                \"tranDate\": 1740988800,\n                \"tranId\": \"34\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1741016408,\n                \"createdFrom\": {\n                    \"internalId\": \"45938\",\n                    \"name\": \"Transfer Order #12\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"45940\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"45939\",\n                    \"name\": \"Item Fulfillment #70\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"item\": {\n                                \"internalId\": \"5756\",\n                                \"name\": \"1 Test Itemqaeaq\"\n                            },\n                            \"itemName\": \"1 Test Itemqaeaq\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"13\",\n                                \"name\": \"Test Regular Department 1\"\n                            },\n                            \"onHand\": 13.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 8.0\n                        },\n                        {\n                            \"description\": \"With its unique handcrafted design, this bed is an elegant addition to any bedroom.\",\n                            \"item\": {\n                                \"internalId\": \"252\",\n                                \"name\": \"Handcrafted Queen Bed\"\n                            },\n                            \"itemName\": \"Handcrafted Queen Bed\",\n                            \"itemReceive\": true,\n                            \"line\": 3,\n                            \"location\": {\n                                \"internalId\": \"13\",\n                                \"name\": \"Test Regular Department 1\"\n                            },\n                            \"onHand\": 7.0,\n                            \"orderLine\": 6,\n                            \"quantity\": 7.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741016408,\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"11\",\n                    \"name\": \"HEADQUARTERS\"\n                },\n                \"tranDate\": 1740988800,\n                \"tranId\": \"35\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1741016819,\n                \"createdFrom\": {\n                    \"internalId\": \"45938\",\n                    \"name\": \"Transfer Order #12\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"46041\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"46040\",\n                    \"name\": \"Item Fulfillment #71\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"item\": {\n                                \"internalId\": \"5756\",\n                                \"name\": \"1 Test Itemqaeaq\"\n                            },\n                            \"itemName\": \"1 Test Itemqaeaq\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"13\",\n                                \"name\": \"Test Regular Department 1\"\n                            },\n                            \"onHand\": 13.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 5.0\n                        },\n                        {\n                            \"description\": \"With its unique handcrafted design, this bed is an elegant addition to any bedroom.\",\n                            \"item\": {\n                                \"internalId\": \"252\",\n                                \"name\": \"Handcrafted Queen Bed\"\n                            },\n                            \"itemName\": \"Handcrafted Queen Bed\",\n                            \"itemReceive\": true,\n                            \"line\": 3,\n                            \"location\": {\n                                \"internalId\": \"13\",\n                                \"name\": \"Test Regular Department 1\"\n                            },\n                            \"onHand\": 7.0,\n                            \"orderLine\": 6,\n                            \"quantity\": 4.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741016819,\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"11\",\n                    \"name\": \"HEADQUARTERS\"\n                },\n                \"tranDate\": 1740988800,\n                \"tranId\": \"36\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1741077813,\n                \"createdFrom\": {\n                    \"internalId\": \"46141\",\n                    \"name\": \"Transfer Order #13\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"539\",\n                            \"scriptId\": \"csegregion\",\n                            \"value\": {\n                                \"internalId\": \"2\",\n                                \"name\": \"Mumbai\",\n                                \"typeId\": \"108\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"46143\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"46142\",\n                    \"name\": \"Item Fulfillment #72\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"description\": \"test 5 with 10\",\n                            \"item\": {\n                                \"internalId\": \"751\",\n                                \"name\": \"eZPwjZI13111\"\n                            },\n                            \"itemName\": \"eZPwjZI13111\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"18\",\n                                \"name\": \"Location 1 : Hyderabad\"\n                            },\n                            \"onHand\": 3.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 3.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741078025,\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"11\",\n                    \"name\": \"HEADQUARTERS\"\n                },\n                \"tranDate\": 1741075200,\n                \"tranId\": \"37\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"createdDate\": 1741097447,\n                \"createdFrom\": {\n                    \"internalId\": \"46244\",\n                    \"name\": \"Transfer Order #15\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"46246\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"46245\",\n                    \"name\": \"Item Fulfillment #73\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"item\": {\n                                \"internalId\": \"7869\",\n                                \"name\": \"Item - Inventory 8923\"\n                            },\n                            \"itemName\": \"Item - Inventory 8923\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"18\",\n                                \"name\": \"Location 1 : Hyderabad\"\n                            },\n                            \"onHand\": 5.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 5.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741097447,\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"11\",\n                    \"name\": \"HEADQUARTERS\"\n                },\n                \"tranDate\": 1741075200,\n                \"tranId\": \"38\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TD2876965_0309202521201749211453140672_64c5e1104\",\n    \"status\": {\n        \"isSuccess\": true\n    },\n    \"totalPages\": 2,\n    \"totalRecords\": 36\n}"}],"_postman_id":"02548a49-837f-4a2d-9b9e-bff72a6938fc"},{"name":"Retrieve itemReceipts by ID","id":"ccbe9a64-8564-48d6-82c9-093548a1242e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"NetSuite-Token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/itemReceipt?id=46246","urlObject":{"protocol":"https","path":["netsuite","v0","itemReceipt"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"46246"}],"variable":[]}},"response":[{"id":"a15f76ed-66eb-452e-9bd7-54a8871eb051","name":"Retrieve itemReceipts by ID","originalRequest":{"method":"GET","header":[{"key":"NetSuite-Token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","description":"Please generate above mentioned credentials from netsuite.com","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/itemReceipt?id=46246","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","itemReceipt"],"query":[{"key":"id","value":"46246"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"createdDate\": 1741097447,\n                \"createdFrom\": {\n                    \"internalId\": \"46244\",\n                    \"name\": \"Transfer Order #15\"\n                },\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US Dollars\"\n                },\n                \"currencyName\": \"US Dollars\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"584\",\n                            \"scriptId\": \"custbody9\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"exchangeRate\": 1.0,\n                \"internalId\": \"46246\",\n                \"itemFulfillment\": {\n                    \"internalId\": \"46245\",\n                    \"name\": \"Item Fulfillment #73\"\n                },\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"item\": {\n                                \"internalId\": \"7869\",\n                                \"name\": \"Item - Inventory 8923\"\n                            },\n                            \"itemName\": \"Item - Inventory 8923\",\n                            \"itemReceive\": true,\n                            \"line\": 1,\n                            \"location\": {\n                                \"internalId\": \"18\",\n                                \"name\": \"Location 1 : Hyderabad\"\n                            },\n                            \"onHand\": 5.0,\n                            \"orderLine\": 3,\n                            \"quantity\": 5.0,\n                            \"quantityRemaining\": 5.0\n                        }\n                    ]\n                },\n                \"lastModifiedDate\": 1741097447,\n                \"postingPeriod\": {\n                    \"internalId\": \"392\",\n                    \"name\": \"Mar 2025\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"11\",\n                    \"name\": \"HEADQUARTERS\"\n                },\n                \"tranDate\": 1741075200,\n                \"tranId\": \"38\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        }\n    ],\n    \"status\": {\n        \"isSuccess\": true\n    }\n}"}],"_postman_id":"ccbe9a64-8564-48d6-82c9-093548a1242e"}],"id":"2e2a28a3-673d-4cb4-8d08-ae748e0298d8","event":[{"listen":"prerequest","script":{"id":"95619a77-8ac2-4b5d-b86a-7e35b588fcf3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"30b21740-e92e-4f93-96b8-15fb48641780","type":"text/javascript","exec":[""]}}],"_postman_id":"2e2a28a3-673d-4cb4-8d08-ae748e0298d8","description":""},{"name":"POST","item":[{"name":"Create itemReceipt","id":"90d9759c-fd8e-4939-b06b-a4acdeb4f2f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"createdFrom\": {\r\n            \"internalId\": \"47754\"\r\n        }\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/itemReceipt","urlObject":{"protocol":"https","path":["netsuite","v0","itemReceipt"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"5ef3de31-4dfd-41cd-b1c1-3759ba517c52","name":"Create itemReceipt","originalRequest":{"method":"POST","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","description":"Please generate above mentioned credentials from netsuite.com","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" {\r\n        \"itemId\": \"One Year Subscription Agreement\",\r\n        \"cogsAccount\": {\r\n          \"internalId\": \"125\",\r\n          \"name\": \"5001 Cost of Goods Sold : Uncategorized\"\r\n        },\r\n        \"itemType\":\"inventoryItem\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"scriptId\": \"custitem_item_category\",\r\n              \"value\": {\"internalId\":\"1\"},\r\n              \"fieldType\":\"select\"\r\n            }\r\n          ]\r\n        },\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"internalId\": \"11\"\r\n            }\r\n          ]\r\n        },\r\n        \"taxSchedule\": {\r\n          \"internalId\": \"2\",\r\n          \"name\": \"Non-Taxable\"\r\n        }\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/itemReceipt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Nov 2019 09:58:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"457"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"47855\",\r\n                \"name\": null,\r\n                \"type\": \"itemReceipt\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": [\r\n                    {\r\n                        \"afterSubmitFailed\": false,\r\n                        \"code\": null,\r\n                        \"message\": null,\r\n                        \"type\": \"ERROR\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"90d9759c-fd8e-4939-b06b-a4acdeb4f2f3"}],"id":"872ef352-7963-401d-8a6b-34054a9c8953","event":[{"listen":"prerequest","script":{"id":"946a6519-f421-4187-9ca9-0471f3376a8d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b4eac1a0-fcc8-4563-8dce-65046f9d34ad","type":"text/javascript","exec":[""]}}],"_postman_id":"872ef352-7963-401d-8a6b-34054a9c8953","description":""},{"name":"PUT","item":[{"name":"Update itemReceipt","id":"b52e0045-4588-4952-8b8f-9cbe47dc9d9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"NetSuite-Token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n            \"internalId\": \"47855\",\r\n            \"memo\":\"testing\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/itemReceipt","urlObject":{"protocol":"https","path":["netsuite","v0","itemReceipt"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"06f681e4-f5fc-4b94-a3f0-23af0a1ccec0","name":"Update itemReceipt","originalRequest":{"method":"PUT","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","description":"Please generate above mentioned credentials from netsuite.com","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" {\r\n        \"itemId\": \"One Year Subscription Agreement\",\r\n        \"cogsAccount\": {\r\n          \"internalId\": \"125\",\r\n          \"name\": \"5001 Cost of Goods Sold : Uncategorized\"\r\n        },\r\n        \"itemType\":\"inventoryItem\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"scriptId\": \"custitem_item_category\",\r\n              \"value\": {\"internalId\":\"2\"},\r\n              \"fieldType\":\"select\"\r\n            }\r\n          ]\r\n        },\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"internalId\": \"11\"\r\n            }\r\n          ]\r\n        },\r\n        \"taxSchedule\": {\r\n          \"internalId\": \"2\",\r\n          \"name\": \"Non-Taxable\"\r\n        },\r\n        \"internalId\":\"538\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/itemReceipt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Nov 2019 10:07:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"457"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"47855\",\r\n                \"name\": null,\r\n                \"type\": \"itemReceipt\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": [\r\n                    {\r\n                        \"afterSubmitFailed\": false,\r\n                        \"code\": null,\r\n                        \"message\": null,\r\n                        \"type\": \"ERROR\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"b52e0045-4588-4952-8b8f-9cbe47dc9d9c"}],"id":"b9735a85-b1aa-4dd6-90a5-e9229bae5f71","event":[{"listen":"prerequest","script":{"id":"358d6b4f-e263-47d8-abce-659431f3a3e5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"80151e70-6b5f-482b-9f8c-ae056873689f","type":"text/javascript","exec":[""]}}],"_postman_id":"b9735a85-b1aa-4dd6-90a5-e9229bae5f71","description":""}],"id":"3541fdfc-f641-4c8c-a2d9-ebf9b7a1e38d","event":[{"listen":"prerequest","script":{"id":"ad192f09-716d-4eaa-aef8-7fdb4f439502","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6c31ba25-6a45-4805-b005-660fa9b6d2d9","type":"text/javascript","exec":[""]}}],"_postman_id":"3541fdfc-f641-4c8c-a2d9-ebf9b7a1e38d","description":""},{"name":"Job","item":[{"name":"GET","item":[{"name":"Retrieve job","id":"3f9d5d64-f9d2-43dd-a174-5eaaf4aeec91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"NetSuite-Token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"warning":"Value contains invalid newline characters.","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/job","urlObject":{"protocol":"https","path":["netsuite","v0","job"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"ac3c4452-18e5-41ad-859c-624a5a35535c","name":"200 : Retrieve job","originalRequest":{"method":"GET","header":[{"warning":"Value contains invalid newline characters.","key":"NetSuite-Token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/job"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 09:18:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"262"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": null,\n    \"pageSize\": null,\n    \"recordList\": null,\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_012720204312328681489565867_7406c8\",\n    \"searchRowList\": null,\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 0,\n    \"totalRecords\": 0\n}"}],"_postman_id":"3f9d5d64-f9d2-43dd-a174-5eaaf4aeec91"},{"name":"Retrieve job by search ID","id":"c9eaade3-b78d-4072-bc3b-a65dc42bc3cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"NetSuite-Token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/job?searchId=WEBSERVICES_TSTDRV2039248_012720204312328681489565867_7406c8&page=0","urlObject":{"protocol":"https","path":["netsuite","v0","job"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_TSTDRV2039248_012720204312328681489565867_7406c8"},{"key":"page","value":"0"}],"variable":[]}},"response":[{"id":"1c5d4357-dc4f-447e-954a-a327a7f07695","name":"200 : Retrieve job by search ID","originalRequest":{"method":"GET","header":[{"key":"NetSuite-Token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"warning":"Value contains invalid newline characters.","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/job?searchId=WEBSERVICES_TSTDRV2039248_012720204312328681489565867_7406c8&page=0","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","job"],"query":[{"key":"searchId","value":"WEBSERVICES_TSTDRV2039248_012720204312328681489565867_7406c8"},{"key":"page","value":"0"}]}},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 10:07:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"162"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": null,\n    \"pageSize\": null,\n    \"recordList\": null,\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_012720204312328681489565867_7406c8\",\n    \"searchRowList\": null,\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 0,\n    \"totalRecords\": 0\n}"}],"_postman_id":"c9eaade3-b78d-4072-bc3b-a65dc42bc3cf"},{"name":"Retrieve job by where","id":"762c5447-d137-4001-89c5-f6a2d92f113a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"NetSuite-Token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}","warning":"Value contains invalid newline characters."},{"key":"pageSize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/job?where=DateCreated>1577664388","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateCreated</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>6</td>\n<td>Used to Include the Customer filter for the request. e.g., Customer=6.</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>true</td>\n<td>Used to Include the Active Status filter for the request.e.g., Active=true.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","job"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"DateCreated>1577664388"}],"variable":[]}},"response":[{"id":"e46fa2f7-686c-4542-9354-8763179d39c2","name":"200 : Retrieve job by where","originalRequest":{"method":"GET","header":[{"warning":"Value contains invalid newline characters.","key":"NetSuite-Token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/job?where=DateCreated>1577664388","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","job"],"query":[{"key":"where","value":"DateCreated>1577664388"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 09:18:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"262"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"companyName\": \"Motiva Implementation\",\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"42\",\n                            \"scriptId\": \"custentity_active_date\",\n                            \"value\": 1549737000\n                        },\n                        {\n                            \"internalId\": \"43\",\n                            \"scriptId\": \"custentity_actual_hrs_worked\",\n                            \"value\": 329.0\n                        },\n                        {\n                            \"internalId\": \"45\",\n                            \"scriptId\": \"custentity_exp_eff_rate\",\n                            \"value\": 102.0\n                        },\n                        {\n                            \"internalId\": \"47\",\n                            \"scriptId\": \"custentity_internal_proj\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"48\",\n                            \"scriptId\": \"custentity_job_billings\",\n                            \"value\": 35175.0\n                        },\n                        {\n                            \"internalId\": \"51\",\n                            \"scriptId\": \"custentity_orig_time_est\",\n                            \"value\": 345.0\n                        },\n                        {\n                            \"internalId\": \"53\",\n                            \"scriptId\": \"custentity_psm\",\n                            \"value\": {\n                                \"internalId\": \"95\",\n                                \"name\": \"Sid Foster\",\n                                \"typeId\": \"-4\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"54\",\n                            \"scriptId\": \"custentity_psm2\",\n                            \"value\": {\n                                \"internalId\": \"94\",\n                                \"name\": \"Tracie Windbourne\",\n                                \"typeId\": \"-4\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"55\",\n                            \"scriptId\": \"custentity_so_ref\",\n                            \"value\": \"2005\"\n                        },\n                        {\n                            \"internalId\": \"56\",\n                            \"scriptId\": \"custentity_time_zone\",\n                            \"value\": {\n                                \"internalId\": \"3\",\n                                \"name\": \"(GMT-05:00) Central Time\",\n                                \"typeId\": \"1\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"57\",\n                            \"scriptId\": \"custentity_trainer\",\n                            \"value\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"Dale Sullivan\",\n                                \"typeId\": \"-4\"\n                            }\n                        }\n                    ]\n                },\n                \"dateCreated\": 1587427022,\n                \"emailPreference\": \"_default\",\n                \"entityId\": \"PRJ0019\",\n                \"entityStatus\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Pending\"\n                },\n                \"internalId\": \"96\",\n                \"isInactive\": true,\n                \"jobBillingType\": \"_none\",\n                \"lastModifiedDate\": 1559927090,\n                \"parent\": {\n                    \"internalId\": \"35\",\n                    \"name\": \"Motiva Mobility\"\n                },\n                \"projectedEndDate\": 1552588200,\n                \"startDate\": 1549737000,\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"708\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"709\",\n                            \"isResidential\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"companyName\": \"zJF - 50k Implementation Template\",\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"47\",\n                            \"scriptId\": \"custentity_internal_proj\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"dateCreated\": 1579473086,\n                \"emailPreference\": \"_default\",\n                \"entityId\": \"PRJ0105\",\n                \"internalId\": \"2216\",\n                \"isInactive\": false,\n                \"jobBillingType\": \"_none\",\n                \"lastModifiedDate\": 1579473093,\n                \"startDate\": 1579372200,\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"717\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"718\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"719\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"740\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"741\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"779\",\n                            \"isResidential\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"companyName\": \"1B\",\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"47\",\n                            \"scriptId\": \"custentity_internal_proj\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"dateCreated\": 1579478410,\n                \"emailPreference\": \"_default\",\n                \"entityId\": \"PRJ0106\",\n                \"entityStatus\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"In Progress - GREEN\"\n                },\n                \"internalId\": \"2224\",\n                \"isInactive\": false,\n                \"jobBillingType\": \"_none\",\n                \"lastModifiedDate\": 1561020292,\n                \"parent\": {\n                    \"internalId\": \"2217\",\n                    \"name\": \"Alex  Fabre : Abbot Technology\"\n                },\n                \"startDate\": 1555266600,\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"745\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"746\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"747\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"748\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"775\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"780\",\n                            \"isResidential\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"companyName\": \"1C\",\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"47\",\n                            \"scriptId\": \"custentity_internal_proj\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"dateCreated\": 1581297459,\n                \"emailPreference\": \"_default\",\n                \"entityId\": \"PRJ0107\",\n                \"entityStatus\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Awarded\"\n                },\n                \"internalId\": \"2261\",\n                \"isInactive\": false,\n                \"jobBillingType\": \"_none\",\n                \"lastModifiedDate\": 1561020292,\n                \"parent\": {\n                    \"internalId\": \"2217\",\n                    \"name\": \"Alex  Fabre : Abbot Technology\"\n                },\n                \"startDate\": 1555266600,\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"749\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"750\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"751\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"752\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"753\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"754\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"776\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"781\",\n                            \"isResidential\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"companyName\": \"1D\",\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"47\",\n                            \"scriptId\": \"custentity_internal_proj\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"dateCreated\": 1581300425,\n                \"emailPreference\": \"_default\",\n                \"entityId\": \"PRJ0108\",\n                \"entityStatus\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Awarded\"\n                },\n                \"internalId\": \"2262\",\n                \"isInactive\": false,\n                \"jobBillingType\": \"_none\",\n                \"lastModifiedDate\": 1561020292,\n                \"parent\": {\n                    \"internalId\": \"2217\",\n                    \"name\": \"Alex  Fabre : Abbot Technology\"\n                },\n                \"startDate\": 1555266600,\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"759\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"760\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"761\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"762\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"784\",\n                            \"isResidential\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"companyName\": \"1F\",\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"47\",\n                            \"scriptId\": \"custentity_internal_proj\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"dateCreated\": 1581353544,\n                \"emailPreference\": \"_default\",\n                \"entityId\": \"PRJ0109\",\n                \"entityStatus\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"In Progress - GREEN\"\n                },\n                \"internalId\": \"2267\",\n                \"isInactive\": false,\n                \"jobBillingType\": \"_none\",\n                \"lastModifiedDate\": 1561020292,\n                \"parent\": {\n                    \"internalId\": \"2217\",\n                    \"name\": \"Alex  Fabre : Abbot Technology\"\n                },\n                \"startDate\": 1555266600,\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"767\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"768\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"769\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"770\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"777\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"782\",\n                            \"isResidential\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"companyName\": \"1A\",\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"47\",\n                            \"scriptId\": \"custentity_internal_proj\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"dateCreated\": 1581437284,\n                \"emailPreference\": \"_default\",\n                \"entityId\": \"PRJ0110\",\n                \"entityStatus\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Awarded\"\n                },\n                \"internalId\": \"2272\",\n                \"isInactive\": false,\n                \"jobBillingType\": \"_none\",\n                \"lastModifiedDate\": 1561020292,\n                \"parent\": {\n                    \"internalId\": \"2217\",\n                    \"name\": \"Alex  Fabre : Abbot Technology\"\n                },\n                \"startDate\": 1555266600,\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"addressbookList\": {\n                    \"addressbook\": [\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"771\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"772\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"773\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"778\",\n                            \"isResidential\": false\n                        },\n                        {\n                            \"defaultBilling\": false,\n                            \"defaultShipping\": false,\n                            \"internalId\": \"783\",\n                            \"isResidential\": false\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"companyName\": \"1E\",\n                \"currency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USA\"\n                },\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"47\",\n                            \"scriptId\": \"custentity_internal_proj\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"dateCreated\": 1581438711,\n                \"emailPreference\": \"_default\",\n                \"entityId\": \"PRJ0111\",\n                \"entityStatus\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Awarded\"\n                },\n                \"internalId\": \"2274\",\n                \"isInactive\": false,\n                \"jobBillingType\": \"_none\",\n                \"lastModifiedDate\": 1561020292,\n                \"parent\": {\n                    \"internalId\": \"2217\",\n                    \"name\": \"Alex  Fabre : Abbot Technology\"\n                },\n                \"startDate\": 1555266600,\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TSTDRV2119874_062620202421312011942509537_6de658\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 8\n}"}],"_postman_id":"762c5447-d137-4001-89c5-f6a2d92f113a"},{"name":"Retrieve job by ID","id":"ce6db728-435c-4ad1-abb3-7f27a8420573","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"NetSuite-Token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"warning":"Value contains invalid newline characters.","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/job?id=1","urlObject":{"protocol":"https","path":["netsuite","v0","job"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"1"},{"disabled":true,"key":"type","value":"inventoryItem"}],"variable":[]}},"response":[{"id":"c0329ce2-44dd-4773-83fe-495ee250999e","name":"Retrieve job by ID","originalRequest":{"method":"GET","header":[{"warning":"Value contains invalid newline characters.","key":"NetSuite-Token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/job?id=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","job"],"query":[{"key":"id","value":"1"},{"key":"type","value":"inventoryItem","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 10:14:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"271"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": null,\n    \"pageSize\": null,\n    \"recordList\": null,\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_012720204312328681489565867_7406c8\",\n    \"searchRowList\": null,\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 0,\n    \"totalRecords\": 0\n}"}],"_postman_id":"ce6db728-435c-4ad1-abb3-7f27a8420573"}],"id":"31891783-9b35-4bf2-a369-0054b86ba09d","event":[{"listen":"prerequest","script":{"id":"95619a77-8ac2-4b5d-b86a-7e35b588fcf3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"30b21740-e92e-4f93-96b8-15fb48641780","type":"text/javascript","exec":[""]}}],"_postman_id":"31891783-9b35-4bf2-a369-0054b86ba09d","description":""}],"id":"6dc231ff-b789-4c3d-8a3f-5476939e0f0c","event":[{"listen":"prerequest","script":{"id":"ad192f09-716d-4eaa-aef8-7fdb4f439502","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6c31ba25-6a45-4805-b005-660fa9b6d2d9","type":"text/javascript","exec":[""]}}],"_postman_id":"6dc231ff-b789-4c3d-8a3f-5476939e0f0c","description":""},{"name":"Journal Entry","item":[{"name":"GET","item":[{"name":"Retrieve journalEntry","id":"ccf65682-abbf-4e8e-afb7-528aabb64722","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","description":"<p>Your token</p>\n","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/journalEntry","urlObject":{"protocol":"https","path":["netsuite","v0","journalEntry"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"c60bfe1b-df8c-4452-bdc8-91a231afbfa8","name":"Retrieve Journal Records","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","description":"Your token","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/journalEntry"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1555491482,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"2214\",\r\n                \"lastModifiedDate\": 1555491482,\r\n                \"lineList\": {\r\n                    \"line\": [\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"224\",\r\n                                \"name\": \"GH Bank Account\"\r\n                            },\r\n                            \"credit\": 50.0,\r\n                            \"line\": 0,\r\n                            \"memo\": \"bank charges\"\r\n                        },\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"58\",\r\n                                \"name\": \"Expenses\"\r\n                            },\r\n                            \"debit\": 50.0,\r\n                            \"line\": 1\r\n                        }\r\n                    ]\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Mar 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1553914800,\r\n                \"tranId\": \"1\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1555575705,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"2225\",\r\n                \"lastModifiedDate\": 1555577546,\r\n                \"lineList\": {\r\n                    \"line\": [\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"224\",\r\n                                \"name\": \"GH Bank Account\"\r\n                            },\r\n                            \"credit\": 1500.0,\r\n                            \"line\": 0,\r\n                            \"memo\": \"bank charges\"\r\n                        },\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"58\",\r\n                                \"name\": \"Expenses\"\r\n                            },\r\n                            \"debit\": 1500.0,\r\n                            \"line\": 1\r\n                        }\r\n                    ]\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Mar 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1553396400,\r\n                \"tranId\": \"2\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1555575853,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"2226\",\r\n                \"lastModifiedDate\": 1555577575,\r\n                \"lineList\": {\r\n                    \"line\": [\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"224\",\r\n                                \"name\": \"GH Bank Account\"\r\n                            },\r\n                            \"credit\": 500.0,\r\n                            \"line\": 0,\r\n                            \"memo\": \"bank charges\"\r\n                        },\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"58\",\r\n                                \"name\": \"Expenses\"\r\n                            },\r\n                            \"debit\": 500.0,\r\n                            \"line\": 1\r\n                        }\r\n                    ]\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Mar 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1553655600,\r\n                \"tranId\": \"3\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1555577682,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"2227\",\r\n                \"lastModifiedDate\": 1555577682,\r\n                \"lineList\": {\r\n                    \"line\": [\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"224\",\r\n                                \"name\": \"GH Bank Account\"\r\n                            },\r\n                            \"credit\": 1049.0,\r\n                            \"line\": 0\r\n                        },\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"58\",\r\n                                \"name\": \"Expenses\"\r\n                            },\r\n                            \"debit\": 1049.0,\r\n                            \"line\": 1\r\n                        }\r\n                    ]\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Mar 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1554001200,\r\n                \"tranId\": \"4\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1556003129,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"2559\",\r\n                \"lastModifiedDate\": 1556003129,\r\n                \"lineList\": {\r\n                    \"line\": [\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"228\",\r\n                                \"name\": \"DS Bank Account\"\r\n                            },\r\n                            \"credit\": 1200.0,\r\n                            \"line\": 0\r\n                        },\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"58\",\r\n                                \"name\": \"Expenses\"\r\n                            },\r\n                            \"debit\": 1200.0,\r\n                            \"line\": 1\r\n                        }\r\n                    ]\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Mar 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1553482800,\r\n                \"tranId\": \"5\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1556010976,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"2663\",\r\n                \"lastModifiedDate\": 1556010976,\r\n                \"lineList\": {\r\n                    \"line\": [\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"228\",\r\n                                \"name\": \"DS Bank Account\"\r\n                            },\r\n                            \"credit\": 1000.0,\r\n                            \"line\": 0\r\n                        },\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"223\",\r\n                                \"name\": \"Expenses : GH-Generic Expenses Acc\"\r\n                            },\r\n                            \"debit\": 1000.0,\r\n                            \"line\": 1\r\n                        }\r\n                    ]\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Mar 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1552532400,\r\n                \"tranId\": \"6\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1556020736,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"2667\",\r\n                \"lastModifiedDate\": 1556020736,\r\n                \"lineList\": {\r\n                    \"line\": [\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"228\",\r\n                                \"name\": \"DS Bank Account\"\r\n                            },\r\n                            \"credit\": 100.0,\r\n                            \"line\": 0\r\n                        },\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"223\",\r\n                                \"name\": \"Expenses : GH-Generic Expenses Acc\"\r\n                            },\r\n                            \"debit\": 100.0,\r\n                            \"line\": 1\r\n                        }\r\n                    ]\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"124\",\r\n                    \"name\": \"Apr 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1555988400,\r\n                \"tranId\": \"7\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1556020842,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"2668\",\r\n                \"lastModifiedDate\": 1556020842,\r\n                \"lineList\": {\r\n                    \"line\": [\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"228\",\r\n                                \"name\": \"DS Bank Account\"\r\n                            },\r\n                            \"credit\": 1200.0,\r\n                            \"line\": 0\r\n                        },\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"58\",\r\n                                \"name\": \"Expenses\"\r\n                            },\r\n                            \"debit\": 1200.0,\r\n                            \"line\": 1\r\n                        }\r\n                    ]\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"124\",\r\n                    \"name\": \"Apr 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1555988400,\r\n                \"tranId\": \"8\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_5333445_SB1_0129202113181186021373906907_8fba40d\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 1,\r\n    \"totalRecords\": 8\r\n}"}],"_postman_id":"ccf65682-abbf-4e8e-afb7-528aabb64722"},{"name":"Retrieve journalEntry by search ID","id":"87c50273-e14b-483a-9fce-8ccbb6991c74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","description":"<p>Your token</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/journalEntry?operationId=WEBSERVICES_5333445_SB1_0131202115504762811750886653_578c0fb&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","journalEntry"],"host":["api","prestructured","com"],"query":[{"key":"operationId","value":"WEBSERVICES_5333445_SB1_0131202115504762811750886653_578c0fb"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"a3d574d2-b205-459e-aa63-cecd77dff00f","name":"Retrieve Journal Records by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","description":"Your token","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/journalEntry?operationId=WEBSERVICES_5333445_SB1_0131202115504762811750886653_578c0fb&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","journalEntry"],"query":[{"key":"operationId","value":"WEBSERVICES_5333445_SB1_0131202115504762811750886653_578c0fb"},{"key":"page","value":"2"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1555491482,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"2214\",\r\n                \"lastModifiedDate\": 1555491482,\r\n                \"lineList\": {\r\n                    \"line\": [\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"224\",\r\n                                \"name\": \"GH-Test Bank Account\"\r\n                            },\r\n                            \"credit\": 50.0,\r\n                            \"line\": 0,\r\n                            \"memo\": \"bank charges\"\r\n                        },\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"58\",\r\n                                \"name\": \"Expenses\"\r\n                            },\r\n                            \"debit\": 50.0,\r\n                            \"line\": 1\r\n                        }\r\n                    ]\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Mar 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1553914800,\r\n                \"tranId\": \"1\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1555575705,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"2225\",\r\n                \"lastModifiedDate\": 1555577546,\r\n                \"lineList\": {\r\n                    \"line\": [\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"224\",\r\n                                \"name\": \"GH-Test Bank Account\"\r\n                            },\r\n                            \"credit\": 1500.0,\r\n                            \"line\": 0,\r\n                            \"memo\": \"bank charges\"\r\n                        },\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"58\",\r\n                                \"name\": \"Expenses\"\r\n                            },\r\n                            \"debit\": 1500.0,\r\n                            \"line\": 1\r\n                        }\r\n                    ]\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Mar 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1553396400,\r\n                \"tranId\": \"2\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1555575853,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"2226\",\r\n                \"lastModifiedDate\": 1555577575,\r\n                \"lineList\": {\r\n                    \"line\": [\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"224\",\r\n                                \"name\": \"GH-Test Bank Account\"\r\n                            },\r\n                            \"credit\": 500.0,\r\n                            \"line\": 0,\r\n                            \"memo\": \"bank charges\"\r\n                        },\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"58\",\r\n                                \"name\": \"Expenses\"\r\n                            },\r\n                            \"debit\": 500.0,\r\n                            \"line\": 1\r\n                        }\r\n                    ]\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Mar 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1553655600,\r\n                \"tranId\": \"3\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1555577682,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"2227\",\r\n                \"lastModifiedDate\": 1555577682,\r\n                \"lineList\": {\r\n                    \"line\": [\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"224\",\r\n                                \"name\": \"GH-Test Bank Account\"\r\n                            },\r\n                            \"credit\": 1049.0,\r\n                            \"line\": 0\r\n                        },\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"58\",\r\n                                \"name\": \"Expenses\"\r\n                            },\r\n                            \"debit\": 1049.0,\r\n                            \"line\": 1\r\n                        }\r\n                    ]\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Mar 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1554001200,\r\n                \"tranId\": \"4\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1556003129,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"2559\",\r\n                \"lastModifiedDate\": 1556003129,\r\n                \"lineList\": {\r\n                    \"line\": [\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"228\",\r\n                                \"name\": \"DS-Test Bank Account\"\r\n                            },\r\n                            \"credit\": 1200.0,\r\n                            \"line\": 0\r\n                        },\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"58\",\r\n                                \"name\": \"Expenses\"\r\n                            },\r\n                            \"debit\": 1200.0,\r\n                            \"line\": 1\r\n                        }\r\n                    ]\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Mar 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1553482800,\r\n                \"tranId\": \"5\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1556010976,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"2663\",\r\n                \"lastModifiedDate\": 1556010976,\r\n                \"lineList\": {\r\n                    \"line\": [\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"228\",\r\n                                \"name\": \"DS-Test Bank Account\"\r\n                            },\r\n                            \"credit\": 1000.0,\r\n                            \"line\": 0\r\n                        },\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"223\",\r\n                                \"name\": \"Expenses : GH-Generic Expenses Acc\"\r\n                            },\r\n                            \"debit\": 1000.0,\r\n                            \"line\": 1\r\n                        }\r\n                    ]\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Mar 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1552532400,\r\n                \"tranId\": \"6\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1556020736,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"2667\",\r\n                \"lastModifiedDate\": 1556020736,\r\n                \"lineList\": {\r\n                    \"line\": [\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"228\",\r\n                                \"name\": \"DS-Test Bank Account\"\r\n                            },\r\n                            \"credit\": 100.0,\r\n                            \"line\": 0\r\n                        },\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"223\",\r\n                                \"name\": \"Expenses : GH-Generic Expenses Acc\"\r\n                            },\r\n                            \"debit\": 100.0,\r\n                            \"line\": 1\r\n                        }\r\n                    ]\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"124\",\r\n                    \"name\": \"Apr 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1555988400,\r\n                \"tranId\": \"7\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1556020842,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"2668\",\r\n                \"lastModifiedDate\": 1556020842,\r\n                \"lineList\": {\r\n                    \"line\": [\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"228\",\r\n                                \"name\": \"DS-Test Bank Account\"\r\n                            },\r\n                            \"credit\": 1200.0,\r\n                            \"line\": 0\r\n                        },\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"58\",\r\n                                \"name\": \"Expenses\"\r\n                            },\r\n                            \"debit\": 1200.0,\r\n                            \"line\": 1\r\n                        }\r\n                    ]\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"124\",\r\n                    \"name\": \"Apr 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1555988400,\r\n                \"tranId\": \"8\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_5333445_SB1_013120211550598740660513332_814d25d4\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 1,\r\n    \"totalRecords\": 8\r\n}"}],"_postman_id":"87c50273-e14b-483a-9fce-8ccbb6991c74"},{"name":"Retrieve journalEntry by where","id":"e48f2ac8-cb1a-4007-af89-fa5a88ee48b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","description":"<p>Your token</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/journalEntry?where=lastModifiedDate>1555491482","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>TranDate</td>\n<td>1578954123</td>\n<td>Used to Include the transaction date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>6</td>\n<td>Used to Include the Customer filter</td>\n</tr>\n<tr>\n<td>Memorized</td>\n<td>false</td>\n<td>Used to Include the Memorized filter for the request. e.g., Memorized=false.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","journalEntry"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"lastModifiedDate>1555491482"}],"variable":[]}},"response":[{"id":"3972f169-0f9b-48e3-b07b-cf543258bf2b","name":"Retrieve Journal Records by where","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","description":"Your token","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/journalEntry?where=lastModifiedDate>1555491482","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","journalEntry"],"query":[{"key":"where","value":"lastModifiedDate>1555491482"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1555575705,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"2225\",\r\n                \"lastModifiedDate\": 1555577546,\r\n                \"lineList\": {\r\n                    \"line\": [\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"224\",\r\n                                \"name\": \"GH-Test Bank Account\"\r\n                            },\r\n                            \"credit\": 1500.0,\r\n                            \"line\": 0,\r\n                            \"memo\": \"bank charges\"\r\n                        },\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"58\",\r\n                                \"name\": \"Expenses\"\r\n                            },\r\n                            \"debit\": 1500.0,\r\n                            \"line\": 1\r\n                        }\r\n                    ]\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Mar 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1553396400,\r\n                \"tranId\": \"2\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1555575853,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"2226\",\r\n                \"lastModifiedDate\": 1555577575,\r\n                \"lineList\": {\r\n                    \"line\": [\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"224\",\r\n                                \"name\": \"GH-Test Bank Account\"\r\n                            },\r\n                            \"credit\": 500.0,\r\n                            \"line\": 0,\r\n                            \"memo\": \"bank charges\"\r\n                        },\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"58\",\r\n                                \"name\": \"Expenses\"\r\n                            },\r\n                            \"debit\": 500.0,\r\n                            \"line\": 1\r\n                        }\r\n                    ]\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Mar 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1553655600,\r\n                \"tranId\": \"3\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1555577682,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"2227\",\r\n                \"lastModifiedDate\": 1555577682,\r\n                \"lineList\": {\r\n                    \"line\": [\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"224\",\r\n                                \"name\": \"GH-Test Bank Account\"\r\n                            },\r\n                            \"credit\": 1049.0,\r\n                            \"line\": 0\r\n                        },\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"58\",\r\n                                \"name\": \"Expenses\"\r\n                            },\r\n                            \"debit\": 1049.0,\r\n                            \"line\": 1\r\n                        }\r\n                    ]\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Mar 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1554001200,\r\n                \"tranId\": \"4\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1556003129,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"2559\",\r\n                \"lastModifiedDate\": 1556003129,\r\n                \"lineList\": {\r\n                    \"line\": [\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"228\",\r\n                                \"name\": \"DS-Test Bank Account\"\r\n                            },\r\n                            \"credit\": 1200.0,\r\n                            \"line\": 0\r\n                        },\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"58\",\r\n                                \"name\": \"Expenses\"\r\n                            },\r\n                            \"debit\": 1200.0,\r\n                            \"line\": 1\r\n                        }\r\n                    ]\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Mar 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1553482800,\r\n                \"tranId\": \"5\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1556010976,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"2663\",\r\n                \"lastModifiedDate\": 1556010976,\r\n                \"lineList\": {\r\n                    \"line\": [\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"228\",\r\n                                \"name\": \"DS-Test Bank Account\"\r\n                            },\r\n                            \"credit\": 1000.0,\r\n                            \"line\": 0\r\n                        },\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"223\",\r\n                                \"name\": \"Expenses : GH-Generic Expenses Acc\"\r\n                            },\r\n                            \"debit\": 1000.0,\r\n                            \"line\": 1\r\n                        }\r\n                    ]\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Mar 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1552532400,\r\n                \"tranId\": \"6\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1556020736,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"2667\",\r\n                \"lastModifiedDate\": 1556020736,\r\n                \"lineList\": {\r\n                    \"line\": [\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"228\",\r\n                                \"name\": \"DS-Test Bank Account\"\r\n                            },\r\n                            \"credit\": 100.0,\r\n                            \"line\": 0\r\n                        },\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"223\",\r\n                                \"name\": \"Expenses : GH-Generic Expenses Acc\"\r\n                            },\r\n                            \"debit\": 100.0,\r\n                            \"line\": 1\r\n                        }\r\n                    ]\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"124\",\r\n                    \"name\": \"Apr 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1555988400,\r\n                \"tranId\": \"7\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1556020842,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"2668\",\r\n                \"lastModifiedDate\": 1556020842,\r\n                \"lineList\": {\r\n                    \"line\": [\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"228\",\r\n                                \"name\": \"DS-Test Bank Account\"\r\n                            },\r\n                            \"credit\": 1200.0,\r\n                            \"line\": 0\r\n                        },\r\n                        {\r\n                            \"account\": {\r\n                                \"internalId\": \"58\",\r\n                                \"name\": \"Expenses\"\r\n                            },\r\n                            \"debit\": 1200.0,\r\n                            \"line\": 1\r\n                        }\r\n                    ]\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"124\",\r\n                    \"name\": \"Apr 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1555988400,\r\n                \"tranId\": \"8\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_5333445_SB1_020220211646368129144121958_b8ffc7da\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 1,\r\n    \"totalRecords\": 7\r\n}"}],"_postman_id":"e48f2ac8-cb1a-4007-af89-fa5a88ee48b7"}],"id":"e72547d0-b592-4503-9dc0-72d6f81b54d6","_postman_id":"e72547d0-b592-4503-9dc0-72d6f81b54d6","description":""},{"name":"POST","item":[{"name":"Create journal entries","id":"294949fe-9fd9-4a7b-9087-e24482cb2c8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","description":"<p>Your token</p>\n","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"externalId\": \"ext-journal-00121111211\",\r\n  \"memo\": \"Journal entry created via API\",\r\n  \"subsidiary\": {\r\n    \"internalId\": \"11\"\r\n  },\r\n  \"lineList\": {\r\n    \"line\": [\r\n      {\r\n        \"account\": { \"internalId\": \"25\" },\r\n        \"debit\": 1000.00,\r\n        \"memo\": \"Debit line\"\r\n      },\r\n      {\r\n        \"account\": { \"internalId\": \"117\" },\r\n        \"credit\": 1000.00,\r\n        \"memo\": \"Credit line\"\r\n      }\r\n    ]\r\n  }\r\n}\r\n"},"url":"https://api.prestructured.com/netsuite/v0/journalEntry","urlObject":{"protocol":"https","path":["netsuite","v0","journalEntry"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"5f987816-1fc8-4682-9a09-19bae36e96af","name":"Create journal entries","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","description":"Your token","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"externalId\": \"ext-journal-00121111211\",\r\n  \"memo\": \"Journal entry created via API\",\r\n  \"subsidiary\": {\r\n    \"internalId\": \"11\"\r\n  },\r\n  \"lineList\": {\r\n    \"line\": [\r\n      {\r\n        \"account\": { \"internalId\": \"25\" },\r\n        \"debit\": 1000.00,\r\n        \"memo\": \"Debit line\"\r\n      },\r\n      {\r\n        \"account\": { \"internalId\": \"117\" },\r\n        \"credit\": 1000.00,\r\n        \"memo\": \"Credit line\"\r\n      }\r\n    ]\r\n  }\r\n}\r\n"},"url":"https://api.prestructured.com/netsuite/v0/journalEntry"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"writeResponse\": [\n        {\n            \"baseRef\": {\n                \"externalId\": \"ext-journal-00121111211\",\n                \"internalId\": \"84891\",\n                \"name\": null,\n                \"type\": \"journalEntry\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": [\n                    {\n                        \"afterSubmitFailed\": false,\n                        \"code\": null,\n                        \"message\": null,\n                        \"type\": \"ERROR\"\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"294949fe-9fd9-4a7b-9087-e24482cb2c8f"}],"id":"6690445f-f3ec-4bf2-81cc-e13a4d501efd","_postman_id":"6690445f-f3ec-4bf2-81cc-e13a4d501efd","description":""}],"id":"31fc2126-76db-4cc6-b697-76bbcfa8f1ff","event":[{"listen":"prerequest","script":{"id":"c8c240dd-29f9-42a9-8c9e-92818ff2b27e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ef4fd4a0-54e1-4731-91e1-99003e7b85a8","type":"text/javascript","exec":[""]}}],"_postman_id":"31fc2126-76db-4cc6-b697-76bbcfa8f1ff","description":""},{"name":"Locations","item":[{"name":"GET","item":[{"name":"Retrieve locations","id":"dcd3b788-5153-44c4-92dd-3962c923ba66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/location","urlObject":{"protocol":"https","path":["netsuite","v0","location"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"63b22113-1a2b-4773-b05a-7ae408f25148","name":"Retrieve locations","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/location"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Oct 2019 06:23:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1183"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"allowStorePickup\": null,\r\n        \"autoAssignmentRegionSetting\": null,\r\n        \"bufferStock\": null,\r\n        \"businessHoursList\": null,\r\n        \"classTranslationList\": null,\r\n        \"customFieldList\": null,\r\n        \"dailyShippingCapacity\": null,\r\n        \"excludeLocationRegionsList\": null,\r\n        \"externalId\": null,\r\n        \"geolocationMethod\": null,\r\n        \"includeChildren\": null,\r\n        \"includeLocationRegionsList\": null,\r\n        \"internalId\": \"1\",\r\n        \"isInactive\": false,\r\n        \"latitude\": 17.432751,\r\n        \"locationType\": \"_store\",\r\n        \"logo\": null,\r\n        \"longitude\": 78.456459,\r\n        \"mainAddress\": {\r\n          \"addr1\": \"Addr2\",\r\n          \"addr2\": \"Addr1\",\r\n          \"addr3\": null,\r\n          \"addrPhone\": \"9874563215\",\r\n          \"addrText\": \"MR. Shyam<br>Hyderabad<br>Addr2<br>Addr1<br>City - 2 State - 2 589632<br>India\",\r\n          \"addressee\": \"Hyderabad\",\r\n          \"attention\": \"MR. Shyam\",\r\n          \"city\": \"City - 2\",\r\n          \"country\": \"_india\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"2900\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": \"State - 2\",\r\n          \"zip\": \"589632\"\r\n        },\r\n        \"makeInventoryAvailable\": true,\r\n        \"makeInventoryAvailableStore\": true,\r\n        \"name\": \"Hyderabad\",\r\n        \"nextPickupCutOffTime\": null,\r\n        \"nullFieldList\": null,\r\n        \"parent\": null,\r\n        \"returnAddress\": null,\r\n        \"storePickupBufferStock\": null,\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"externalId\": null,\r\n              \"internalId\": \"1\",\r\n              \"name\": null,\r\n              \"type\": null\r\n            }\r\n          ]\r\n        },\r\n        \"timeZone\": \"_asiaKolkata\",\r\n        \"totalShippingCapacity\": null,\r\n        \"tranPrefix\": null,\r\n        \"useBins\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"allowStorePickup\": null,\r\n        \"autoAssignmentRegionSetting\": null,\r\n        \"bufferStock\": null,\r\n        \"businessHoursList\": null,\r\n        \"classTranslationList\": null,\r\n        \"customFieldList\": null,\r\n        \"dailyShippingCapacity\": null,\r\n        \"excludeLocationRegionsList\": null,\r\n        \"externalId\": null,\r\n        \"geolocationMethod\": null,\r\n        \"includeChildren\": null,\r\n        \"includeLocationRegionsList\": null,\r\n        \"internalId\": \"2\",\r\n        \"isInactive\": false,\r\n        \"latitude\": null,\r\n        \"locationType\": \"_store\",\r\n        \"logo\": null,\r\n        \"longitude\": null,\r\n        \"mainAddress\": {\r\n          \"addr1\": null,\r\n          \"addr2\": null,\r\n          \"addr3\": null,\r\n          \"addrPhone\": null,\r\n          \"addrText\": \"Mumbai<br>India\",\r\n          \"addressee\": \"Mumbai\",\r\n          \"attention\": null,\r\n          \"city\": null,\r\n          \"country\": \"_india\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"8110\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": null,\r\n          \"zip\": null\r\n        },\r\n        \"makeInventoryAvailable\": true,\r\n        \"makeInventoryAvailableStore\": true,\r\n        \"name\": \"Mumbai\",\r\n        \"nextPickupCutOffTime\": null,\r\n        \"nullFieldList\": null,\r\n        \"parent\": null,\r\n        \"returnAddress\": null,\r\n        \"storePickupBufferStock\": null,\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"externalId\": null,\r\n              \"internalId\": \"1\",\r\n              \"name\": null,\r\n              \"type\": null\r\n            }\r\n          ]\r\n        },\r\n        \"timeZone\": \"_asiaKolkata\",\r\n        \"totalShippingCapacity\": null,\r\n        \"tranPrefix\": null,\r\n        \"useBins\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_051520204179026371568194283_5e5d3b4d\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 1,\r\n  \"totalRecords\": 2\r\n}"}],"_postman_id":"dcd3b788-5153-44c4-92dd-3962c923ba66"},{"name":"Retrieve locations by where","id":"37b37821-929b-4182-890e-92a3d6d69a94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/location?where=Subsidiary=1","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>true</td>\n<td>Used to Include the Active Status filter for the request.e.g., Active=true.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","location"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"Subsidiary=1"}],"variable":[]}},"response":[{"id":"5fe95f0e-8630-47e1-a895-42cd6a189694","name":"Retrieve locations by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/location?where=Subsidiary=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","location"],"query":[{"key":"where","value":"Subsidiary=1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Oct 2019 06:23:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1183"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"classTranslationList\": {\r\n                    \"classTranslation\": [\r\n                        {\r\n                            \"language\": \"Danish\"\r\n                        },\r\n                        {\r\n                            \"language\": \"German\"\r\n                        },\r\n                        {\r\n                            \"language\": \"English (International)\"\r\n                        },\r\n                        {\r\n                            \"language\": \"Japanese\"\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"internalId\": \"1\",\r\n                \"isInactive\": false,\r\n                \"mainAddress\": {\r\n                    \"addrText\": \"01 US - West Coast<br>United States\",\r\n                    \"addressee\": \"01 US - West Coast\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"193\",\r\n                    \"override\": false\r\n                },\r\n                \"makeInventoryAvailable\": true,\r\n                \"makeInventoryAvailableStore\": true,\r\n                \"name\": \"01 US - West Coast\",\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"classTranslationList\": {\r\n                    \"classTranslation\": [\r\n                        {\r\n                            \"language\": \"Danish\"\r\n                        },\r\n                        {\r\n                            \"language\": \"German\"\r\n                        },\r\n                        {\r\n                            \"language\": \"English (International)\"\r\n                        },\r\n                        {\r\n                            \"language\": \"Japanese\"\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"internalId\": \"2\",\r\n                \"isInactive\": false,\r\n                \"mainAddress\": {\r\n                    \"addrText\": \"02 US - East Coast<br>United States\",\r\n                    \"addressee\": \"02 US - East Coast\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"194\",\r\n                    \"override\": false\r\n                },\r\n                \"makeInventoryAvailable\": true,\r\n                \"makeInventoryAvailableStore\": true,\r\n                \"name\": \"02 US - East Coast\",\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"classTranslationList\": {\r\n                    \"classTranslation\": [\r\n                        {\r\n                            \"language\": \"Danish\"\r\n                        },\r\n                        {\r\n                            \"language\": \"German\"\r\n                        },\r\n                        {\r\n                            \"language\": \"English (International)\"\r\n                        },\r\n                        {\r\n                            \"language\": \"Japanese\"\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"internalId\": \"12\",\r\n                \"isInactive\": false,\r\n                \"makeInventoryAvailable\": false,\r\n                \"makeInventoryAvailableStore\": false,\r\n                \"name\": \"01. A\",\r\n                \"parent\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"01 US - West Coast\"\r\n                },\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"classTranslationList\": {\r\n                    \"classTranslation\": [\r\n                        {\r\n                            \"language\": \"Danish\"\r\n                        },\r\n                        {\r\n                            \"language\": \"German\"\r\n                        },\r\n                        {\r\n                            \"language\": \"English (International)\"\r\n                        },\r\n                        {\r\n                            \"language\": \"Japanese\"\r\n                        }\r\n                    ],\r\n                    \"replaceAll\": \"true\"\r\n                },\r\n                \"internalId\": \"13\",\r\n                \"isInactive\": false,\r\n                \"makeInventoryAvailable\": false,\r\n                \"makeInventoryAvailableStore\": false,\r\n                \"name\": \"01. A\",\r\n                \"parent\": {\r\n                    \"internalId\": \"12\",\r\n                    \"name\": \"01 US - West Coast : 01. A\"\r\n                },\r\n                \"subsidiaryList\": {\r\n                    \"recordRef\": [\r\n                        {\r\n                            \"internalId\": \"1\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_TSTDRV2119874_06262020242004802866333600_209b49a\",\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"totalPages\": 1,\r\n    \"totalRecords\": 4\r\n}"}],"_postman_id":"37b37821-929b-4182-890e-92a3d6d69a94"}],"id":"988195a1-6c99-4cb7-8e74-36e64aab1504","_postman_id":"988195a1-6c99-4cb7-8e74-36e64aab1504","description":""}],"id":"34e1811d-a7d1-42fd-830a-a5dc323e8270","event":[{"listen":"prerequest","script":{"id":"a2044266-e83e-4b9f-a867-2a76672745b8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"45f6148d-3666-44b8-978e-b188430751bb","type":"text/javascript","exec":[""]}}],"_postman_id":"34e1811d-a7d1-42fd-830a-a5dc323e8270","description":""},{"name":"Message","item":[{"name":"GET","item":[{"name":"Retrieve messages","id":"90eb6b8d-9ff4-4b97-9c5d-c7bf7ed82b63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/message","urlObject":{"protocol":"https","path":["netsuite","v0","message"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"db97b4b0-f7ec-4d3d-a361-6c72e2e5fa22","name":"Retrieve messages","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/message"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"author\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Anthony Doe\"\r\n        },\r\n        \"bcc\": \"Anthony Doe (anthony@xyzlimited.com); William Butler (william@xyzlimited.com); Rose Brown (rose@xyzlimited.com); Jane Jones (jane@xyzlimited.com); David Smith (david@xyzlimited.com)\",\r\n        \"dateTime\": \"24/12/2018 4:02 pm\",\r\n        \"emailed\": true,\r\n        \"incoming\": true,\r\n        \"internalId\": \"1\",\r\n        \"lastModifiedDate\": 1545647536,\r\n        \"message\": \"\\n<!DOCTYPE html>\\n<html>\\n<head>\\n<meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\">\\n<title>Invoice</title>\\n<script language='JavaScript' type='text/javascript'>window.status='';</script><script type='text/javascript' src='/core/elements/compound/NLMapping.nl__t=qDzbFKsRE&NS_VER=2018.2.0&minver=90&locale=en_US.nlqs'></script>\\n<STYLE>\\n<!--\\nbody, p, td, th {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 11px;\\n}\\nth {\\n\\tfont-weight: bold;\\n\\tcolor: #FFFFFF;\\n}\\n.headline {\\n\\tfont-family: Helvetica, sans-serif;\\n\\tfont-size: 17pt;\\n\\tfont-weight: bold;\\n}\\n.disclaimer {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 9px;\\n}\\n.lined {\\n\\tborder: 1px solid #777777;\\n}\\n-->\\n</STYLE>\\n\\n<script type=\\\"application/json\\\" id=\\\"data_1237349250\\\"\\\">{\\\"translations\\\":{},\\\"horizontalLabelEnabled\\\":false}</script>\\n<script type=\\\"application/javascript\\\">\\n(function (data, preferences) {\\nNS = window.NS || {};\\n\\nNS.Translations = NS.Translations || {};\\nNS.Translations.dictionary = NS.Translations.dictionary || {};\\nfor(var key in data.translations)\\n{\\n    if (data.translations.hasOwnProperty(key))\\n    {\\n        NS.Translations.dictionary[key] = data.translations[key];\\n    }\\n}\\n\\nNS.UI = NS.UI || {};\\nNS.UI.Preferences = NS.UI.Preferences || {};\\nNS.UI.Preferences.horizontalLabelsEnabled = data.horizontalLabelEnabled;\\n\\n})(JSON.parse(document.getElementById('data_1237349250').textContent),{});\\n</script>\\n</head>\\n<body bgcolor='#FFFFFF'  class='body_2010 nl-pagetint ' link='#000000' vlink='#000000' alink='#000000' text='#000000' style='background-image:none;margin: 5px 0px 5px 0px;'>\\n<div id='outerwrapper' style='width:100%'>\\n<div id='innerwrapper'>\\n\\n<div id='div__header' \\nclass='noprint' \\nleftmargin='0' topmargin='0' marginwidth='1'>\\n<table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr bgcolor='#FFFFFF'><td>\\n        <table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr>\\n        </tr>\\n        </table></td></tr>\\n\\n</table></div>\\n<div id='div__title' style='margin: 0px;'></div>\\n<div id='div__label' class='scrollarea' style='margin: 0px; overflow:hidden;'></div>\\n<div id='div__body' style=\\\"margin: 0px; \\\">\\n<table align=center border=0 cellpadding=0 cellspacing=0 width=100%>\\n\\t<tr>\\n\\t\\t<td valign=top>\\n\\t\\t\\t \\n\\t\\t\\t<div class=\\\"headline\\\">XYZ Private Limited</div><BR>\\n\\t\\t\\t&nbsp;<br>Tax ID #: \\n\\t\\t\\t<P>\\n\\t\\t\\t<table border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t<TD valign=top><b>Bill To</b><br>&nbsp;</TD>\\n\\t\\t\\t\\t\\t<td>&nbsp;&nbsp;</td>\\n\\t\\t\\t\\t\\t \\n\\t\\t\\t\\t</tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t\\t<td valign=top>\\n\\t\\t\\t<table align=center border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr><td colspan=3><div class=\\\"headline\\\">Invoice</div></td></tr>\\n\\t\\t\\t\\t<tr><td>Date</td><td>&nbsp;</td><td>24/12/2018</td></tr>\\n\\t\\t\\t\\t<tr><td>Invoice #</td><td>&nbsp;</td><td>5</td></tr>\\n\\t\\t\\t\\t \\n\\t\\t\\t\\t<tr><td>Tax ID</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Terms</td><td>&nbsp;</td><td><span class='inputreadonly'>Due on receipt</span></td></tr><tr><td>Due Date</td><td>&nbsp;</td><td>24/12/2018</td></tr><tr><td>Subsidiary</td><td>&nbsp;</td><td><span class='inputreadonly'>Parent Company</span><input name=\\\"subsidiary\\\" id=\\\"subsidiary\\\" type=\\\"hidden\\\" onChange=\\\"\\\" value=\\\"1\\\"></td></tr><tr><td>PO #</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Project</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Start Date</td><td>&nbsp;</td><td>24/12/2018</td></tr><tr><td>End Date</td><td>&nbsp;</td><td>25/12/2018</td></tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t</tr>\\n</table>\\n<P>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"><tr bgcolor=\\\"#777777\\\"><th nowrap class=\\\"lined\\\" align=left>Item</th><th nowrap class=\\\"lined\\\" align=right>Quantity</th><th nowrap class=\\\"lined\\\" align=left>Serial/Lot Numbers</th><th nowrap class=\\\"lined\\\" align=left>Description</th><th nowrap class=\\\"lined\\\" align=right>Rate</th><th nowrap class=\\\"lined\\\" align=left>Options</th><th nowrap class=\\\"lined\\\" align=right>Amount</th><th nowrap class=\\\"lined\\\" align=right>Tax Rate</th><th nowrap class=\\\"lined\\\" align=right>Tax Amt</th><th nowrap class=\\\"lined\\\" align=right>Gross Amt</th></tr><tr><td valign=top class=\\\"lined\\\" >Pencil</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>1</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Pen</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>2</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>20.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>40.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>40.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Note Book</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>3</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>25.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>75.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>75.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" ><b>Tax Code Summary</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Tax Rate</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Net</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Tax</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >UNDEF-IN</td><td valign=top class=\\\"lined\\\"  align=right >0.0%</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >£120.00</td><td valign=top class=\\\"lined\\\"  align=right >£0.00</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"font-weight: bold;border-width: 0;\\\" align=right colspan=6>Total</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>£120.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Amount Paid</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>120.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%><tr bgcolor=\\\"#FFFFFF\\\"><td align=left>&nbsp;</td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"> </table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%  ><tr bgcolor=\\\"#FFFFFF\\\"> </tr></table>\\n</div>\\n<div id='div__footer' class='noprint' leftmargin='0' topmargin='0' marginwidth='1' marginheight='1'>\\n</div>\\n</div></div>\\n</body></html>\\n\",\r\n        \"messageDate\": 1545627720,\r\n        \"subject\": \"XYZ Private Limited: Invoice #5\",\r\n        \"transaction\": {\r\n          \"internalId\": \"11\"\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"author\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Anthony Doe\"\r\n        },\r\n        \"bcc\": \"Anthony Doe (anthony@xyzlimited.com); William Butler (william@xyzlimited.com); Rose Brown (rose@xyzlimited.com); Jane Jones (jane@xyzlimited.com); David Smith (david@xyzlimited.com)\",\r\n        \"dateTime\": \"26/12/2018 10:44 am\",\r\n        \"emailed\": true,\r\n        \"incoming\": true,\r\n        \"internalId\": \"2\",\r\n        \"lastModifiedDate\": 1545801282,\r\n        \"message\": \"\\n<!DOCTYPE html>\\n<html>\\n<head>\\n<meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\">\\n<title>Invoice</title>\\n<script language='JavaScript' type='text/javascript'>window.status='';</script><script type='text/javascript' src='/core/elements/compound/NLMapping.nl__t=qDzbFKsRE&NS_VER=2018.2.0&minver=90&locale=en_US.nlqs'></script>\\n<STYLE>\\n<!--\\nbody, p, td, th {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 11px;\\n}\\nth {\\n\\tfont-weight: bold;\\n\\tcolor: #FFFFFF;\\n}\\n.headline {\\n\\tfont-family: Helvetica, sans-serif;\\n\\tfont-size: 17pt;\\n\\tfont-weight: bold;\\n}\\n.disclaimer {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 9px;\\n}\\n.lined {\\n\\tborder: 1px solid #777777;\\n}\\n-->\\n</STYLE>\\n\\n<script type=\\\"application/json\\\" id=\\\"data_821673497\\\"\\\">{\\\"translations\\\":{},\\\"horizontalLabelEnabled\\\":false}</script>\\n<script type=\\\"application/javascript\\\">\\n(function (data, preferences) {\\nNS = window.NS || {};\\n\\nNS.Translations = NS.Translations || {};\\nNS.Translations.dictionary = NS.Translations.dictionary || {};\\nfor(var key in data.translations)\\n{\\n    if (data.translations.hasOwnProperty(key))\\n    {\\n        NS.Translations.dictionary[key] = data.translations[key];\\n    }\\n}\\n\\nNS.UI = NS.UI || {};\\nNS.UI.Preferences = NS.UI.Preferences || {};\\nNS.UI.Preferences.horizontalLabelsEnabled = data.horizontalLabelEnabled;\\n\\n})(JSON.parse(document.getElementById('data_821673497').textContent),{});\\n</script>\\n</head>\\n<body bgcolor='#FFFFFF'  class='body_2010 nl-pagetint ' link='#000000' vlink='#000000' alink='#000000' text='#000000' style='background-image:none;margin: 5px 0px 5px 0px;'>\\n<div id='outerwrapper' style='width:100%'>\\n<div id='innerwrapper'>\\n\\n<div id='div__header' \\nclass='noprint' \\nleftmargin='0' topmargin='0' marginwidth='1'>\\n<table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr bgcolor='#FFFFFF'><td>\\n        <table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr>\\n        </tr>\\n        </table></td></tr>\\n\\n</table></div>\\n<div id='div__title' style='margin: 0px;'></div>\\n<div id='div__label' class='scrollarea' style='margin: 0px; overflow:hidden;'></div>\\n<div id='div__body' style=\\\"margin: 0px; \\\">\\n<table align=center border=0 cellpadding=0 cellspacing=0 width=100%>\\n\\t<tr>\\n\\t\\t<td valign=top>\\n\\t\\t\\t \\n\\t\\t\\t<div class=\\\"headline\\\">XYZ Private Limited</div><BR>\\n\\t\\t\\t&nbsp;<br>Tax ID #: \\n\\t\\t\\t<P>\\n\\t\\t\\t<table border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t<TD valign=top><b>Bill To</b><br>&nbsp;</TD>\\n\\t\\t\\t\\t\\t<td>&nbsp;&nbsp;</td>\\n\\t\\t\\t\\t\\t \\n\\t\\t\\t\\t</tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t\\t<td valign=top>\\n\\t\\t\\t<table align=center border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr><td colspan=3><div class=\\\"headline\\\">Invoice</div></td></tr>\\n\\t\\t\\t\\t<tr><td>Date</td><td>&nbsp;</td><td>24/12/2018</td></tr>\\n\\t\\t\\t\\t<tr><td>Invoice #</td><td>&nbsp;</td><td>5</td></tr>\\n\\t\\t\\t\\t \\n\\t\\t\\t\\t<tr><td>Tax ID</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Terms</td><td>&nbsp;</td><td><span class='inputreadonly'>Due on receipt</span></td></tr><tr><td>Due Date</td><td>&nbsp;</td><td>24/12/2018</td></tr><tr><td>Subsidiary</td><td>&nbsp;</td><td><span class='inputreadonly'>Parent Company</span><input name=\\\"subsidiary\\\" id=\\\"subsidiary\\\" type=\\\"hidden\\\" onChange=\\\"\\\" value=\\\"1\\\"></td></tr><tr><td>PO #</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Project</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Start Date</td><td>&nbsp;</td><td>24/12/2018</td></tr><tr><td>End Date</td><td>&nbsp;</td><td>25/12/2018</td></tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t</tr>\\n</table>\\n<P>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"><tr bgcolor=\\\"#777777\\\"><th nowrap class=\\\"lined\\\" align=left>Item</th><th nowrap class=\\\"lined\\\" align=right>Quantity</th><th nowrap class=\\\"lined\\\" align=left>Serial/Lot Numbers</th><th nowrap class=\\\"lined\\\" align=left>Description</th><th nowrap class=\\\"lined\\\" align=right>Rate</th><th nowrap class=\\\"lined\\\" align=left>Options</th><th nowrap class=\\\"lined\\\" align=right>Amount</th><th nowrap class=\\\"lined\\\" align=right>Tax Rate</th><th nowrap class=\\\"lined\\\" align=right>Tax Amt</th><th nowrap class=\\\"lined\\\" align=right>Gross Amt</th></tr><tr><td valign=top class=\\\"lined\\\" >Pencil</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>1</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>2.5%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.13</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.13</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Pen</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>2</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>20.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>40.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>40.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Note Book</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>3</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>18.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>54.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>2.5%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>1.35</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>55.35</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" ><b>Tax Code Summary</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Tax Rate</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Net</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Tax</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >Tax for Sales</td><td valign=top class=\\\"lined\\\"  align=right >2.5%</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >£59.00</td><td valign=top class=\\\"lined\\\"  align=right >£1.48</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >UNDEF-IN</td><td valign=top class=\\\"lined\\\"  align=right >0.0%</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >£35.05</td><td valign=top class=\\\"lined\\\"  align=right >£-0.07</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Subtotal</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>99.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Discount Item (5% Discount)</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>-4.95</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Tax</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>1.41</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Total</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>95.46</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"font-weight: bold;border-width: 0;\\\" align=right colspan=6>Amount Due</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>£95.46</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%><tr bgcolor=\\\"#FFFFFF\\\"><td align=left>&nbsp;</td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"> </table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%  ><tr bgcolor=\\\"#FFFFFF\\\"> </tr></table>\\n</div>\\n<div id='div__footer' class='noprint' leftmargin='0' topmargin='0' marginwidth='1' marginheight='1'>\\n</div>\\n</div></div>\\n</body></html>\\n\",\r\n        \"messageDate\": 1545781440,\r\n        \"subject\": \"XYZ Private Limited: Invoice #5\",\r\n        \"transaction\": {\r\n          \"internalId\": \"11\"\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"author\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Anthony Doe\"\r\n        },\r\n        \"bcc\": \"Anthony Doe (anthony@xyzlimited.com); William Butler (william@xyzlimited.com); Rose Brown (rose@xyzlimited.com); Jane Jones (jane@xyzlimited.com); David Smith (david@xyzlimited.com)\",\r\n        \"dateTime\": \"26/12/2018 10:45 am\",\r\n        \"emailed\": true,\r\n        \"incoming\": true,\r\n        \"internalId\": \"3\",\r\n        \"lastModifiedDate\": 1545801321,\r\n        \"message\": \"\\n<!DOCTYPE html>\\n<html>\\n<head>\\n<meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\">\\n<title>Invoice</title>\\n<script language='JavaScript' type='text/javascript'>window.status='';</script><script type='text/javascript' src='/core/elements/compound/NLMapping.nl__t=qDzbFKsRE&NS_VER=2018.2.0&minver=90&locale=en_US.nlqs'></script>\\n<STYLE>\\n<!--\\nbody, p, td, th {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 11px;\\n}\\nth {\\n\\tfont-weight: bold;\\n\\tcolor: #FFFFFF;\\n}\\n.headline {\\n\\tfont-family: Helvetica, sans-serif;\\n\\tfont-size: 17pt;\\n\\tfont-weight: bold;\\n}\\n.disclaimer {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 9px;\\n}\\n.lined {\\n\\tborder: 1px solid #777777;\\n}\\n-->\\n</STYLE>\\n\\n<script type=\\\"application/json\\\" id=\\\"data_15185507\\\"\\\">{\\\"translations\\\":{},\\\"horizontalLabelEnabled\\\":false}</script>\\n<script type=\\\"application/javascript\\\">\\n(function (data, preferences) {\\nNS = window.NS || {};\\n\\nNS.Translations = NS.Translations || {};\\nNS.Translations.dictionary = NS.Translations.dictionary || {};\\nfor(var key in data.translations)\\n{\\n    if (data.translations.hasOwnProperty(key))\\n    {\\n        NS.Translations.dictionary[key] = data.translations[key];\\n    }\\n}\\n\\nNS.UI = NS.UI || {};\\nNS.UI.Preferences = NS.UI.Preferences || {};\\nNS.UI.Preferences.horizontalLabelsEnabled = data.horizontalLabelEnabled;\\n\\n})(JSON.parse(document.getElementById('data_15185507').textContent),{});\\n</script>\\n</head>\\n<body bgcolor='#FFFFFF'  class='body_2010 nl-pagetint ' link='#000000' vlink='#000000' alink='#000000' text='#000000' style='background-image:none;margin: 5px 0px 5px 0px;'>\\n<div id='outerwrapper' style='width:100%'>\\n<div id='innerwrapper'>\\n\\n<div id='div__header' \\nclass='noprint' \\nleftmargin='0' topmargin='0' marginwidth='1'>\\n<table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr bgcolor='#FFFFFF'><td>\\n        <table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr>\\n        </tr>\\n        </table></td></tr>\\n\\n</table></div>\\n<div id='div__title' style='margin: 0px;'></div>\\n<div id='div__label' class='scrollarea' style='margin: 0px; overflow:hidden;'></div>\\n<div id='div__body' style=\\\"margin: 0px; \\\">\\n<table align=center border=0 cellpadding=0 cellspacing=0 width=100%>\\n\\t<tr>\\n\\t\\t<td valign=top>\\n\\t\\t\\t \\n\\t\\t\\t<div class=\\\"headline\\\">XYZ Private Limited</div><BR>\\n\\t\\t\\t&nbsp;<br>Tax ID #: \\n\\t\\t\\t<P>\\n\\t\\t\\t<table border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t<TD valign=top><b>Bill To</b><br>&nbsp;</TD>\\n\\t\\t\\t\\t\\t<td>&nbsp;&nbsp;</td>\\n\\t\\t\\t\\t\\t \\n\\t\\t\\t\\t</tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t\\t<td valign=top>\\n\\t\\t\\t<table align=center border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr><td colspan=3><div class=\\\"headline\\\">Invoice</div></td></tr>\\n\\t\\t\\t\\t<tr><td>Date</td><td>&nbsp;</td><td>24/12/2018</td></tr>\\n\\t\\t\\t\\t<tr><td>Invoice #</td><td>&nbsp;</td><td>5</td></tr>\\n\\t\\t\\t\\t \\n\\t\\t\\t\\t<tr><td>Tax ID</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Terms</td><td>&nbsp;</td><td><span class='inputreadonly'>Due on receipt</span></td></tr><tr><td>Due Date</td><td>&nbsp;</td><td>24/12/2018</td></tr><tr><td>Subsidiary</td><td>&nbsp;</td><td><span class='inputreadonly'>Parent Company</span><input name=\\\"subsidiary\\\" id=\\\"subsidiary\\\" type=\\\"hidden\\\" onChange=\\\"\\\" value=\\\"1\\\"></td></tr><tr><td>PO #</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Project</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Start Date</td><td>&nbsp;</td><td>24/12/2018</td></tr><tr><td>End Date</td><td>&nbsp;</td><td>25/12/2018</td></tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t</tr>\\n</table>\\n<P>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"><tr bgcolor=\\\"#777777\\\"><th nowrap class=\\\"lined\\\" align=left>Item</th><th nowrap class=\\\"lined\\\" align=right>Quantity</th><th nowrap class=\\\"lined\\\" align=left>Serial/Lot Numbers</th><th nowrap class=\\\"lined\\\" align=left>Description</th><th nowrap class=\\\"lined\\\" align=right>Rate</th><th nowrap class=\\\"lined\\\" align=left>Options</th><th nowrap class=\\\"lined\\\" align=right>Amount</th><th nowrap class=\\\"lined\\\" align=right>Tax Rate</th><th nowrap class=\\\"lined\\\" align=right>Tax Amt</th><th nowrap class=\\\"lined\\\" align=right>Gross Amt</th></tr><tr><td valign=top class=\\\"lined\\\" >Pencil</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>1</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>2.5%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.13</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.13</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Pen</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>2</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>20.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>40.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>40.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Note Book</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>3</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>18.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>54.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>2.5%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>1.35</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>55.35</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" ><b>Tax Code Summary</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Tax Rate</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Net</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Tax</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >Tax for Sales</td><td valign=top class=\\\"lined\\\"  align=right >2.5%</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >£59.00</td><td valign=top class=\\\"lined\\\"  align=right >£1.48</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >UNDEF-IN</td><td valign=top class=\\\"lined\\\"  align=right >0.0%</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >£35.05</td><td valign=top class=\\\"lined\\\"  align=right >£-0.07</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Subtotal</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>99.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Discount Item (5% Discount)</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>-4.95</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Tax</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>1.41</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Total</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>95.46</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"font-weight: bold;border-width: 0;\\\" align=right colspan=6>Amount Due</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>£95.46</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%><tr bgcolor=\\\"#FFFFFF\\\"><td align=left>&nbsp;</td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"> </table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%  ><tr bgcolor=\\\"#FFFFFF\\\"> </tr></table>\\n</div>\\n<div id='div__footer' class='noprint' leftmargin='0' topmargin='0' marginwidth='1' marginheight='1'>\\n</div>\\n</div></div>\\n</body></html>\\n\",\r\n        \"messageDate\": 1545781500,\r\n        \"subject\": \"XYZ Private Limited: Invoice #5\",\r\n        \"transaction\": {\r\n          \"internalId\": \"11\"\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"author\": {\r\n          \"internalId\": \"3\",\r\n          \"name\": \"Jane Jones\"\r\n        },\r\n        \"bcc\": \"Anthony Doe (anthony@xyzlimited.com); William Butler (william@xyzlimited.com); Rose Brown (rose@xyzlimited.com); David Smith (david@xyzlimited.com)\",\r\n        \"dateTime\": \"06/03/2019 4:28 pm\",\r\n        \"emailed\": true,\r\n        \"incoming\": true,\r\n        \"internalId\": \"4\",\r\n        \"lastModifiedDate\": 1551869927,\r\n        \"message\": \"\\n<!DOCTYPE html>\\n<html>\\n<head>\\n<meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\">\\n<title>Sales Order</title>\\n<script language='JavaScript' type='text/javascript'>window.status='';</script><script type='text/javascript' src='/core/elements/compound/NLMapping.nl__t=qBoA8bhtO&NS_VER=2018.2.0&minver=128&locale=en_US.nlqs'></script>\\n<STYLE>\\n<!--\\nbody, p, td, th {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 11px;\\n}\\nth {\\n\\tfont-weight: bold;\\n\\tcolor: #FFFFFF;\\n}\\n.headline {\\n\\tfont-family: Helvetica, sans-serif;\\n\\tfont-size: 17pt;\\n\\tfont-weight: bold;\\n}\\n.disclaimer {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 9px;\\n}\\n.lined {\\n\\tborder: 1px solid #777777;\\n}\\n-->\\n</STYLE>\\n\\n<script type=\\\"application/json\\\" id=\\\"data_1617351436\\\"\\\">{\\\"translations\\\":{},\\\"horizontalLabelEnabled\\\":false}</script>\\n<script type=\\\"application/javascript\\\">\\n(function (data, preferences) {\\nNS = window.NS || {};\\n\\nNS.Translations = NS.Translations || {};\\nNS.Translations.dictionary = NS.Translations.dictionary || {};\\nfor(var key in data.translations)\\n{\\n    if (data.translations.hasOwnProperty(key))\\n    {\\n        NS.Translations.dictionary[key] = data.translations[key];\\n    }\\n}\\n\\nNS.UI = NS.UI || {};\\nNS.UI.Preferences = NS.UI.Preferences || {};\\nNS.UI.Preferences.horizontalLabelsEnabled = data.horizontalLabelEnabled;\\n\\n})(JSON.parse(document.getElementById('data_1617351436').textContent),{});\\n</script>\\n</head>\\n<body bgcolor='#FFFFFF'  class='body_2010 nl-pagetint ' link='#000000' vlink='#000000' alink='#000000' text='#000000' style='background-image:none;margin: 5px 0px 5px 0px;'>\\n<div id='outerwrapper' style='width:100%'>\\n<div id='innerwrapper'>\\n\\n<div id='div__header' \\nclass='noprint' \\nleftmargin='0' topmargin='0' marginwidth='1'>\\n<table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr bgcolor='#FFFFFF'><td>\\n        <table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr>\\n        </tr>\\n        </table></td></tr>\\n\\n</table></div>\\n<div id='div__title' style='margin: 0px;'></div>\\n<div id='div__label' class='scrollarea' style='margin: 0px; overflow:hidden;'></div>\\n<div id='div__body' style=\\\"margin: 0px; \\\">\\n<table align=center border=0 cellpadding=0 cellspacing=0 width=100%>\\n\\t<tr>\\n\\t\\t<td valign=top>\\n\\t\\t\\t \\n\\t\\t\\t<div class=\\\"headline\\\">XYZ Private Limited</div><BR>\\n\\t\\t\\t&nbsp;<br>Tax ID #: \\n\\t\\t\\t<P>\\n\\t\\t\\t<table border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t<TD valign=top><b>Bill To</b><br>GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States</TD>\\n\\t\\t\\t\\t\\t<td>&nbsp;&nbsp;</td>\\n\\t\\t\\t\\t\\t<TD valign=top><b>Ship To</b><br>GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States</TD>\\n\\t\\t\\t\\t</tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t\\t<td valign=top>\\n\\t\\t\\t<table align=center border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr><td colspan=3><div class=\\\"headline\\\">Sales Order</div></td></tr>\\n\\t\\t\\t\\t<tr><td>Date</td><td>&nbsp;</td><td>1/18/2019</td></tr>\\n\\t\\t\\t\\t<tr><td>Order #</td><td>&nbsp;</td><td>1</td></tr>\\n\\t\\t\\t\\t \\n\\t\\t\\t\\t<tr><td>Payment Method</td><td>&nbsp;</td><td><span class='inputreadonly'></span></td></tr><tr><td>Tax ID</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Project</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Subsidiary</td><td>&nbsp;</td><td><span class='inputreadonly'>Parent Company</span><input name=\\\"subsidiary\\\" id=\\\"subsidiary\\\" type=\\\"hidden\\\" onChange=\\\"\\\" value=\\\"1\\\"></td></tr><tr><td>Ship Via</td><td>&nbsp;</td><td><span class='inputreadonly'></span></td></tr><tr><td>Ship Date</td><td>&nbsp;</td><td>1/18/2019</td></tr><tr><td>Tracking #</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>PO #</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Terms</td><td>&nbsp;</td><td><span class='inputreadonly'></span></td></tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t</tr>\\n</table>\\n<P>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"><tr bgcolor=\\\"#777777\\\"><th nowrap class=\\\"lined\\\" align=left>Item</th><th nowrap class=\\\"lined\\\" align=right>Quantity</th><th nowrap class=\\\"lined\\\" align=left>Serial/Lot Numbers</th><th nowrap class=\\\"lined\\\" align=left>Description</th><th nowrap class=\\\"lined\\\" align=right>Rate</th><th nowrap class=\\\"lined\\\" align=left>Options</th><th nowrap class=\\\"lined\\\" align=right>Amount</th><th nowrap class=\\\"lined\\\" align=right>Tax Rate</th><th nowrap class=\\\"lined\\\" align=right>Tax Amt</th><th nowrap class=\\\"lined\\\" align=right>Gross Amt</th></tr><tr><td valign=top class=\\\"lined\\\" >Note Book</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>1</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>25.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>25.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>25.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" ><b>Tax Code Summary</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Tax Rate</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Net</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Tax</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >UNDEF-IN</td><td valign=top class=\\\"lined\\\"  align=right >0.0%</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >£25.00</td><td valign=top class=\\\"lined\\\"  align=right >£0.00</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"font-weight: bold;border-width: 0;\\\" align=right colspan=6>Total</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>£25.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%><tr bgcolor=\\\"#FFFFFF\\\"><td align=left>&nbsp;</td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"> </table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%  ><tr bgcolor=\\\"#FFFFFF\\\"> </tr></table>\\n</div>\\n<div id='div__footer' class='noprint' leftmargin='0' topmargin='0' marginwidth='1' marginheight='1'>\\n</div>\\n</div></div>\\n</body></html>\\n\",\r\n        \"messageDate\": 1551850080,\r\n        \"recipient\": {\r\n          \"internalId\": \"-4\",\r\n          \"name\": \"-System-\"\r\n        },\r\n        \"subject\": \"XYZ Private Limited: Sales Order #1\",\r\n        \"transaction\": {\r\n          \"internalId\": \"38\"\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"author\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Anthony Doe\"\r\n        },\r\n        \"bcc\": \"Anthony Doe (anthony@xyzlimited.com); William Butler (william@xyzlimited.com); Rose Brown (rose@xyzlimited.com); Jane Jones (jane@xyzlimited.com); David Smith (david@xyzlimited.com)\",\r\n        \"dateTime\": \"19/03/2019 3:28 pm\",\r\n        \"emailed\": true,\r\n        \"incoming\": true,\r\n        \"internalId\": \"5\",\r\n        \"lastModifiedDate\": 1552989520,\r\n        \"message\": \"\\n<!DOCTYPE html>\\n<html>\\n<head>\\n<meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\">\\n<title>Invoice</title>\\n<script language='JavaScript' type='text/javascript'>window.status='';</script><script type='text/javascript' src='/core/elements/compound/NLMapping.nl__t=qCoOveQrJ&NS_VER=2018.2.0&minver=147&locale=en_US.nlqs'></script>\\n<STYLE>\\n<!--\\nbody, p, td, th {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 11px;\\n}\\nth {\\n\\tfont-weight: bold;\\n\\tcolor: #FFFFFF;\\n}\\n.headline {\\n\\tfont-family: Helvetica, sans-serif;\\n\\tfont-size: 17pt;\\n\\tfont-weight: bold;\\n}\\n.disclaimer {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 9px;\\n}\\n.lined {\\n\\tborder: 1px solid #777777;\\n}\\n-->\\n</STYLE>\\n\\n<script type=\\\"application/json\\\" id=\\\"data_911049351\\\"\\\">{\\\"translations\\\":{},\\\"horizontalLabelEnabled\\\":false}</script>\\n<script type=\\\"application/javascript\\\">\\n(function (data, preferences) {\\nNS = window.NS || {};\\n\\nNS.Translations = NS.Translations || {};\\nNS.Translations.dictionary = NS.Translations.dictionary || {};\\nfor(var key in data.translations)\\n{\\n    if (data.translations.hasOwnProperty(key))\\n    {\\n        NS.Translations.dictionary[key] = data.translations[key];\\n    }\\n}\\n\\nNS.UI = NS.UI || {};\\nNS.UI.Preferences = NS.UI.Preferences || {};\\nNS.UI.Preferences.horizontalLabelsEnabled = data.horizontalLabelEnabled;\\n\\n})(JSON.parse(document.getElementById('data_911049351').textContent),{});\\n</script>\\n</head>\\n<body bgcolor='#FFFFFF'  class='body_2010 nl-pagetint ' link='#000000' vlink='#000000' alink='#000000' text='#000000' style='background-image:none;margin: 5px 0px 5px 0px;'>\\n<div id='outerwrapper' style='width:100%'>\\n<div id='innerwrapper'>\\n\\n<div id='div__header' \\nclass='noprint' \\nleftmargin='0' topmargin='0' marginwidth='1'>\\n<table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr bgcolor='#FFFFFF'><td>\\n        <table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr>\\n        </tr>\\n        </table></td></tr>\\n\\n</table></div>\\n<div id='div__title' style='margin: 0px;'></div>\\n<div id='div__label' class='scrollarea' style='margin: 0px; overflow:hidden;'></div>\\n<div id='div__body' style=\\\"margin: 0px; \\\">\\n<table align=center border=0 cellpadding=0 cellspacing=0 width=100%>\\n\\t<tr>\\n\\t\\t<td valign=top>\\n\\t\\t\\t<IMG SRC=\\\"http://content.netsuite.com/core/media/media.nl?id=93&c=5333445&h=75a7ae1ae2ca6119cbbb\\\" ALT=\\\"\\\" BORDER=0><BR>\\n\\t\\t\\t \\n\\t\\t\\t2nd Floor, Durga Chambers, Thakur Lane,\\n<br>Somajiguda\\n<br>Hyderabad Telangana 500082\\n<br>India<br>Tax ID #: \\n\\t\\t\\t<P>\\n\\t\\t\\t<table border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t<TD valign=top><b>Bill To</b><br>&nbsp;</TD>\\n\\t\\t\\t\\t\\t<td>&nbsp;&nbsp;</td>\\n\\t\\t\\t\\t\\t \\n\\t\\t\\t\\t</tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t\\t<td valign=top>\\n\\t\\t\\t<table align=center border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr><td colspan=3><div class=\\\"headline\\\">Invoice</div></td></tr>\\n\\t\\t\\t\\t<tr><td>Date</td><td>&nbsp;</td><td>3/10/2018</td></tr>\\n\\t\\t\\t\\t<tr><td>Invoice #</td><td>&nbsp;</td><td>12</td></tr>\\n\\t\\t\\t\\t \\n\\t\\t\\t\\t<tr><td>Tax ID</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Terms</td><td>&nbsp;</td><td><span class='inputreadonly'></span></td></tr><tr><td>Due Date</td><td>&nbsp;</td><td>5/10/2018</td></tr><tr><td>Subsidiary</td><td>&nbsp;</td><td><span class='inputreadonly'>Parent Company</span><input name=\\\"subsidiary\\\" id=\\\"subsidiary\\\" type=\\\"hidden\\\" onChange=\\\"\\\" value=\\\"1\\\"></td></tr><tr><td>PO #</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Project</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Start Date</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>End Date</td><td>&nbsp;</td><td>&nbsp;</td></tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t</tr>\\n</table>\\n<P>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"><tr bgcolor=\\\"#777777\\\"><th nowrap class=\\\"lined\\\" align=left>Item</th><th nowrap class=\\\"lined\\\" align=right>Quantity</th><th nowrap class=\\\"lined\\\" align=left>Serial/Lot Numbers</th><th nowrap class=\\\"lined\\\" align=left>Description</th><th nowrap class=\\\"lined\\\" align=right>Rate</th><th nowrap class=\\\"lined\\\" align=left>Options</th><th nowrap class=\\\"lined\\\" align=right>Amount</th><th nowrap class=\\\"lined\\\" align=right>Tax Rate</th><th nowrap class=\\\"lined\\\" align=right>Tax Amt</th><th nowrap class=\\\"lined\\\" align=right>Gross Amt</th></tr><tr><td valign=top class=\\\"lined\\\" >GH Pens</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>1</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>230.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>230.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>230.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Pencil</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>3</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>15.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>15.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" ><b>Tax Code Summary</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Tax Rate</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Net</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Tax</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >UNDEF-IN</td><td valign=top class=\\\"lined\\\"  align=right >0.0%</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >Rs.245.00</td><td valign=top class=\\\"lined\\\"  align=right >Rs.0.00</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Total</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>245.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Amount Paid</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>46.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"font-weight: bold;border-width: 0;\\\" align=right colspan=6>Amount Due</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>Rs.199.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%><tr bgcolor=\\\"#FFFFFF\\\"><td align=left>&nbsp;</td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"> </table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%  ><tr bgcolor=\\\"#FFFFFF\\\"> </tr></table>\\n</div>\\n<div id='div__footer' class='noprint' leftmargin='0' topmargin='0' marginwidth='1' marginheight='1'>\\n</div>\\n</div></div>\\n</body></html>\\n\",\r\n        \"messageDate\": 1552969680,\r\n        \"subject\": \"XYZ Private Limited: Invoice #12\",\r\n        \"transaction\": {\r\n          \"internalId\": \"33\"\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_070120201783255711338738560_d3ce7d99\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 11,\r\n  \"totalRecords\": 54\r\n}"}],"_postman_id":"90eb6b8d-9ff4-4b97-9c5d-c7bf7ed82b63"},{"name":"Retrieve messages by search ID","id":"48b61198-cbce-4cc4-bb33-e29f8973884c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/message?searchId=WEBSERVICES_5333445_SB1_070120201783255711338738560_d3ce7d99&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","message"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_070120201783255711338738560_d3ce7d99"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"6bf28cfb-da7a-430c-bc5d-0c9e9518a419","name":"Retrieve messages by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/message?searchId=WEBSERVICES_5333445_SB1_070120201783255711338738560_d3ce7d99&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","message"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_070120201783255711338738560_d3ce7d99"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:45:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173991"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 2,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"balancePrimary\": 0.0,\r\n        \"category\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Supplies\"\r\n        },\r\n        \"companyName\": \"Vendor\",\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"vendorCurrency\": [\r\n            {\r\n              \"balance\": 0.0,\r\n              \"currency\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\"\r\n              },\r\n              \"unbilledOrders\": 1000.0\r\n            }\r\n          ]\r\n        },\r\n        \"dateCreated\": 1548064549,\r\n        \"email\": \"vendor@xyzlimited.com\",\r\n        \"emailPreference\": \"_default\",\r\n        \"emailTransactions\": false,\r\n        \"entityId\": \"Vendor\",\r\n        \"faxTransactions\": false,\r\n        \"internalId\": \"48\",\r\n        \"isInactive\": true,\r\n        \"isJobResourceVend\": false,\r\n        \"isPerson\": false,\r\n        \"lastModifiedDate\": 1553666026,\r\n        \"printTransactions\": false,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"unbilledOrdersPrimary\": 1000.0\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"balancePrimary\": 0.0,\r\n        \"category\": {\r\n          \"internalId\": \"3\",\r\n          \"name\": \"Tax agency\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"vendorCurrency\": [\r\n            {\r\n              \"balance\": 0.0,\r\n              \"currency\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\"\r\n              },\r\n              \"unbilledOrders\": 5000.0\r\n            }\r\n          ]\r\n        },\r\n        \"dateCreated\": 1550842108,\r\n        \"email\": \"vendor@xyzlimited.com\",\r\n        \"emailPreference\": \"_default\",\r\n        \"emailTransactions\": false,\r\n        \"entityId\": \"DS Vendor 1\",\r\n        \"faxTransactions\": false,\r\n        \"firstName\": \"DS Vendor\",\r\n        \"internalId\": \"259\",\r\n        \"isInactive\": true,\r\n        \"isJobResourceVend\": false,\r\n        \"isPerson\": true,\r\n        \"lastModifiedDate\": 1553666026,\r\n        \"lastName\": \"1\",\r\n        \"printTransactions\": false,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"terms\": {\r\n          \"internalId\": \"5\",\r\n          \"name\": \"1% 10 Net 30\"\r\n        },\r\n        \"unbilledOrdersPrimary\": 5000.0,\r\n        \"workCalendar\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Default Work Calendar\"\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"addressbookList\": {\r\n          \"addressbook\": [\r\n            {\r\n              \"addressbookAddress\": {\r\n                \"addr1\": \"No.194, 4th Cross,\",\r\n                \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\r\n                \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\r\n                \"addressee\": \"Bajaj Clothing Pvt Ltd\",\r\n                \"city\": \"BANGALORE\",\r\n                \"country\": \"_india\",\r\n                \"override\": false,\r\n                \"state\": \"KARNATAKA\",\r\n                \"zip\": \"560027\"\r\n              },\r\n              \"defaultBilling\": true,\r\n              \"defaultShipping\": false,\r\n              \"internalId\": \"215\",\r\n              \"label\": \"No.194, 4th Cross,\"\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"balancePrimary\": 190092.1,\r\n        \"companyName\": \"Bajaj Clothing Pvt Ltd\",\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"vendorCurrency\": [\r\n            {\r\n              \"balance\": 190092.1,\r\n              \"currency\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\"\r\n              },\r\n              \"unbilledOrders\": 1593885.62\r\n            }\r\n          ]\r\n        },\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"148\",\r\n              \"scriptId\": \"custentity4\",\r\n              \"value\": 15.0\r\n            }\r\n          ]\r\n        },\r\n        \"dateCreated\": 1553238454,\r\n        \"defaultAddress\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\r\n        \"email\": \"david@xyzlimited.com\",\r\n        \"emailPreference\": \"_default\",\r\n        \"emailTransactions\": false,\r\n        \"entityId\": \"Bajaj Clothing Pvt Ltd\",\r\n        \"faxTransactions\": false,\r\n        \"internalId\": \"369\",\r\n        \"isInactive\": false,\r\n        \"isJobResourceVend\": false,\r\n        \"isPerson\": false,\r\n        \"lastModifiedDate\": 1554728704,\r\n        \"printTransactions\": false,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"terms\": {\r\n          \"internalId\": \"3\",\r\n          \"name\": \"Net 60\"\r\n        },\r\n        \"unbilledOrdersPrimary\": 1593885.62,\r\n        \"workCalendar\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Default Work Calendar\"\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"addressbookList\": {\r\n          \"addressbook\": [\r\n            {\r\n              \"addressbookAddress\": {\r\n                \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\r\n                \"addr2\": \"Jaya Nagar East\\tJayanagar\",\r\n                \"addrText\": \"Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\r\n                \"addressee\": \"Anuvarthh Apparels Pvt Ltd\",\r\n                \"city\": \"BANGALORE\",\r\n                \"country\": \"_india\",\r\n                \"override\": false,\r\n                \"state\": \"KARNATAKA\",\r\n                \"zip\": \"560011\"\r\n              },\r\n              \"defaultBilling\": true,\r\n              \"defaultShipping\": true,\r\n              \"internalId\": \"216\",\r\n              \"label\": \"#, 108, 7th Main Rd, 2nd Block,\"\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"balancePrimary\": 134139.55,\r\n        \"companyName\": \"Anuvarthh Apparels Pvt Ltd\",\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"vendorCurrency\": [\r\n            {\r\n              \"balance\": 134139.55,\r\n              \"currency\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\"\r\n              },\r\n              \"unbilledOrders\": 2063254.66\r\n            }\r\n          ]\r\n        },\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"148\",\r\n              \"scriptId\": \"custentity4\",\r\n              \"value\": 10.0\r\n            }\r\n          ]\r\n        },\r\n        \"dateCreated\": 1553238770,\r\n        \"defaultAddress\": \"Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\r\n        \"email\": \"sk@dhruvsoft.com\",\r\n        \"emailPreference\": \"_default\",\r\n        \"emailTransactions\": false,\r\n        \"entityId\": \"Anuvarthh Apparels Pvt Ltd\",\r\n        \"faxTransactions\": false,\r\n        \"internalId\": \"371\",\r\n        \"isInactive\": false,\r\n        \"isJobResourceVend\": false,\r\n        \"isPerson\": false,\r\n        \"lastModifiedDate\": 1554496745,\r\n        \"printTransactions\": false,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"unbilledOrdersPrimary\": 2063254.66,\r\n        \"workCalendar\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Default Work Calendar\"\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"balancePrimary\": 0.0,\r\n        \"companyName\": \"Vendor234\",\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"vendorCurrency\": [\r\n            {\r\n              \"balance\": 0.0,\r\n              \"currency\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\"\r\n              },\r\n              \"unbilledOrders\": 0.0\r\n            }\r\n          ]\r\n        },\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"136\",\r\n              \"scriptId\": \"custentity3\",\r\n              \"value\": [\r\n                {\r\n                  \"internalId\": \"1\",\r\n                  \"name\": \"BAJAJ\",\r\n                  \"typeId\": \"11\"\r\n                },\r\n                {\r\n                  \"internalId\": \"2\",\r\n                  \"name\": \"BLUE MONKEY\",\r\n                  \"typeId\": \"11\"\r\n                },\r\n                {\r\n                  \"internalId\": \"3\",\r\n                  \"name\": \"HM Clothing Brand\",\r\n                  \"typeId\": \"11\"\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        },\r\n        \"dateCreated\": 1553407096,\r\n        \"emailPreference\": \"_default\",\r\n        \"emailTransactions\": false,\r\n        \"entityId\": \"Vendor234\",\r\n        \"faxTransactions\": false,\r\n        \"internalId\": \"377\",\r\n        \"isInactive\": true,\r\n        \"isJobResourceVend\": false,\r\n        \"isPerson\": false,\r\n        \"lastModifiedDate\": 1553666026,\r\n        \"printTransactions\": false,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"unbilledOrdersPrimary\": 0.0,\r\n        \"workCalendar\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Default Work Calendar\"\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_070120201761116091483208224_1dab042e\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 4,\r\n  \"totalRecords\": 19\r\n}"}],"_postman_id":"48b61198-cbce-4cc4-bb33-e29f8973884c"},{"name":"Retrieve messages by where","id":"e3a99ccd-052c-4c99-b321-a4bb82971b55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/message?where=messageDate<1577664388","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MessageDate</td>\n<td>1546789123</td>\n<td>Used to Include the message date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>6</td>\n<td>Used to Include the Customer filter for the request. e.g., Customer=6.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","message"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"messageDate<1577664388"}],"variable":[]}},"response":[{"id":"ef8b628e-e603-452c-b5f8-2b8efb3aa68c","name":"Retrieve messages by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/message?where=messageDate<1577664388","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","message"],"query":[{"key":"where","value":"messageDate<1577664388"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"author\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Anthony Doe\"\r\n        },\r\n        \"bcc\": \"Anthony Doe (anthony@xyzlimited.com); William Butler (william@xyzlimited.com); Rose Brown (rose@xyzlimited.com); Jane Jones (jane@xyzlimited.com); David Smith (david@xyzlimited.com)\",\r\n        \"dateTime\": \"24/12/2018 4:02 pm\",\r\n        \"emailed\": true,\r\n        \"incoming\": true,\r\n        \"internalId\": \"1\",\r\n        \"lastModifiedDate\": 1545647536,\r\n        \"message\": \"\\n<!DOCTYPE html>\\n<html>\\n<head>\\n<meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\">\\n<title>Invoice</title>\\n<script language='JavaScript' type='text/javascript'>window.status='';</script><script type='text/javascript' src='/core/elements/compound/NLMapping.nl__t=qDzbFKsRE&NS_VER=2018.2.0&minver=90&locale=en_US.nlqs'></script>\\n<STYLE>\\n<!--\\nbody, p, td, th {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 11px;\\n}\\nth {\\n\\tfont-weight: bold;\\n\\tcolor: #FFFFFF;\\n}\\n.headline {\\n\\tfont-family: Helvetica, sans-serif;\\n\\tfont-size: 17pt;\\n\\tfont-weight: bold;\\n}\\n.disclaimer {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 9px;\\n}\\n.lined {\\n\\tborder: 1px solid #777777;\\n}\\n-->\\n</STYLE>\\n\\n<script type=\\\"application/json\\\" id=\\\"data_1237349250\\\"\\\">{\\\"translations\\\":{},\\\"horizontalLabelEnabled\\\":false}</script>\\n<script type=\\\"application/javascript\\\">\\n(function (data, preferences) {\\nNS = window.NS || {};\\n\\nNS.Translations = NS.Translations || {};\\nNS.Translations.dictionary = NS.Translations.dictionary || {};\\nfor(var key in data.translations)\\n{\\n    if (data.translations.hasOwnProperty(key))\\n    {\\n        NS.Translations.dictionary[key] = data.translations[key];\\n    }\\n}\\n\\nNS.UI = NS.UI || {};\\nNS.UI.Preferences = NS.UI.Preferences || {};\\nNS.UI.Preferences.horizontalLabelsEnabled = data.horizontalLabelEnabled;\\n\\n})(JSON.parse(document.getElementById('data_1237349250').textContent),{});\\n</script>\\n</head>\\n<body bgcolor='#FFFFFF'  class='body_2010 nl-pagetint ' link='#000000' vlink='#000000' alink='#000000' text='#000000' style='background-image:none;margin: 5px 0px 5px 0px;'>\\n<div id='outerwrapper' style='width:100%'>\\n<div id='innerwrapper'>\\n\\n<div id='div__header' \\nclass='noprint' \\nleftmargin='0' topmargin='0' marginwidth='1'>\\n<table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr bgcolor='#FFFFFF'><td>\\n        <table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr>\\n        </tr>\\n        </table></td></tr>\\n\\n</table></div>\\n<div id='div__title' style='margin: 0px;'></div>\\n<div id='div__label' class='scrollarea' style='margin: 0px; overflow:hidden;'></div>\\n<div id='div__body' style=\\\"margin: 0px; \\\">\\n<table align=center border=0 cellpadding=0 cellspacing=0 width=100%>\\n\\t<tr>\\n\\t\\t<td valign=top>\\n\\t\\t\\t \\n\\t\\t\\t<div class=\\\"headline\\\">XYZ Private Limited</div><BR>\\n\\t\\t\\t&nbsp;<br>Tax ID #: \\n\\t\\t\\t<P>\\n\\t\\t\\t<table border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t<TD valign=top><b>Bill To</b><br>&nbsp;</TD>\\n\\t\\t\\t\\t\\t<td>&nbsp;&nbsp;</td>\\n\\t\\t\\t\\t\\t \\n\\t\\t\\t\\t</tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t\\t<td valign=top>\\n\\t\\t\\t<table align=center border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr><td colspan=3><div class=\\\"headline\\\">Invoice</div></td></tr>\\n\\t\\t\\t\\t<tr><td>Date</td><td>&nbsp;</td><td>24/12/2018</td></tr>\\n\\t\\t\\t\\t<tr><td>Invoice #</td><td>&nbsp;</td><td>5</td></tr>\\n\\t\\t\\t\\t \\n\\t\\t\\t\\t<tr><td>Tax ID</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Terms</td><td>&nbsp;</td><td><span class='inputreadonly'>Due on receipt</span></td></tr><tr><td>Due Date</td><td>&nbsp;</td><td>24/12/2018</td></tr><tr><td>Subsidiary</td><td>&nbsp;</td><td><span class='inputreadonly'>Parent Company</span><input name=\\\"subsidiary\\\" id=\\\"subsidiary\\\" type=\\\"hidden\\\" onChange=\\\"\\\" value=\\\"1\\\"></td></tr><tr><td>PO #</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Project</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Start Date</td><td>&nbsp;</td><td>24/12/2018</td></tr><tr><td>End Date</td><td>&nbsp;</td><td>25/12/2018</td></tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t</tr>\\n</table>\\n<P>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"><tr bgcolor=\\\"#777777\\\"><th nowrap class=\\\"lined\\\" align=left>Item</th><th nowrap class=\\\"lined\\\" align=right>Quantity</th><th nowrap class=\\\"lined\\\" align=left>Serial/Lot Numbers</th><th nowrap class=\\\"lined\\\" align=left>Description</th><th nowrap class=\\\"lined\\\" align=right>Rate</th><th nowrap class=\\\"lined\\\" align=left>Options</th><th nowrap class=\\\"lined\\\" align=right>Amount</th><th nowrap class=\\\"lined\\\" align=right>Tax Rate</th><th nowrap class=\\\"lined\\\" align=right>Tax Amt</th><th nowrap class=\\\"lined\\\" align=right>Gross Amt</th></tr><tr><td valign=top class=\\\"lined\\\" >Pencil</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>1</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Pen</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>2</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>20.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>40.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>40.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Note Book</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>3</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>25.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>75.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>75.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" ><b>Tax Code Summary</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Tax Rate</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Net</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Tax</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >UNDEF-IN</td><td valign=top class=\\\"lined\\\"  align=right >0.0%</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >£120.00</td><td valign=top class=\\\"lined\\\"  align=right >£0.00</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"font-weight: bold;border-width: 0;\\\" align=right colspan=6>Total</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>£120.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Amount Paid</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>120.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%><tr bgcolor=\\\"#FFFFFF\\\"><td align=left>&nbsp;</td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"> </table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%  ><tr bgcolor=\\\"#FFFFFF\\\"> </tr></table>\\n</div>\\n<div id='div__footer' class='noprint' leftmargin='0' topmargin='0' marginwidth='1' marginheight='1'>\\n</div>\\n</div></div>\\n</body></html>\\n\",\r\n        \"messageDate\": 1545627720,\r\n        \"subject\": \"XYZ Private Limited: Invoice #5\",\r\n        \"transaction\": {\r\n          \"internalId\": \"11\"\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"author\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Anthony Doe\"\r\n        },\r\n        \"bcc\": \"Anthony Doe (anthony@xyzlimited.com); William Butler (william@xyzlimited.com); Rose Brown (rose@xyzlimited.com); Jane Jones (jane@xyzlimited.com); David Smith (david@xyzlimited.com)\",\r\n        \"dateTime\": \"26/12/2018 10:44 am\",\r\n        \"emailed\": true,\r\n        \"incoming\": true,\r\n        \"internalId\": \"2\",\r\n        \"lastModifiedDate\": 1545801282,\r\n        \"message\": \"\\n<!DOCTYPE html>\\n<html>\\n<head>\\n<meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\">\\n<title>Invoice</title>\\n<script language='JavaScript' type='text/javascript'>window.status='';</script><script type='text/javascript' src='/core/elements/compound/NLMapping.nl__t=qDzbFKsRE&NS_VER=2018.2.0&minver=90&locale=en_US.nlqs'></script>\\n<STYLE>\\n<!--\\nbody, p, td, th {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 11px;\\n}\\nth {\\n\\tfont-weight: bold;\\n\\tcolor: #FFFFFF;\\n}\\n.headline {\\n\\tfont-family: Helvetica, sans-serif;\\n\\tfont-size: 17pt;\\n\\tfont-weight: bold;\\n}\\n.disclaimer {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 9px;\\n}\\n.lined {\\n\\tborder: 1px solid #777777;\\n}\\n-->\\n</STYLE>\\n\\n<script type=\\\"application/json\\\" id=\\\"data_821673497\\\"\\\">{\\\"translations\\\":{},\\\"horizontalLabelEnabled\\\":false}</script>\\n<script type=\\\"application/javascript\\\">\\n(function (data, preferences) {\\nNS = window.NS || {};\\n\\nNS.Translations = NS.Translations || {};\\nNS.Translations.dictionary = NS.Translations.dictionary || {};\\nfor(var key in data.translations)\\n{\\n    if (data.translations.hasOwnProperty(key))\\n    {\\n        NS.Translations.dictionary[key] = data.translations[key];\\n    }\\n}\\n\\nNS.UI = NS.UI || {};\\nNS.UI.Preferences = NS.UI.Preferences || {};\\nNS.UI.Preferences.horizontalLabelsEnabled = data.horizontalLabelEnabled;\\n\\n})(JSON.parse(document.getElementById('data_821673497').textContent),{});\\n</script>\\n</head>\\n<body bgcolor='#FFFFFF'  class='body_2010 nl-pagetint ' link='#000000' vlink='#000000' alink='#000000' text='#000000' style='background-image:none;margin: 5px 0px 5px 0px;'>\\n<div id='outerwrapper' style='width:100%'>\\n<div id='innerwrapper'>\\n\\n<div id='div__header' \\nclass='noprint' \\nleftmargin='0' topmargin='0' marginwidth='1'>\\n<table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr bgcolor='#FFFFFF'><td>\\n        <table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr>\\n        </tr>\\n        </table></td></tr>\\n\\n</table></div>\\n<div id='div__title' style='margin: 0px;'></div>\\n<div id='div__label' class='scrollarea' style='margin: 0px; overflow:hidden;'></div>\\n<div id='div__body' style=\\\"margin: 0px; \\\">\\n<table align=center border=0 cellpadding=0 cellspacing=0 width=100%>\\n\\t<tr>\\n\\t\\t<td valign=top>\\n\\t\\t\\t \\n\\t\\t\\t<div class=\\\"headline\\\">XYZ Private Limited</div><BR>\\n\\t\\t\\t&nbsp;<br>Tax ID #: \\n\\t\\t\\t<P>\\n\\t\\t\\t<table border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t<TD valign=top><b>Bill To</b><br>&nbsp;</TD>\\n\\t\\t\\t\\t\\t<td>&nbsp;&nbsp;</td>\\n\\t\\t\\t\\t\\t \\n\\t\\t\\t\\t</tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t\\t<td valign=top>\\n\\t\\t\\t<table align=center border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr><td colspan=3><div class=\\\"headline\\\">Invoice</div></td></tr>\\n\\t\\t\\t\\t<tr><td>Date</td><td>&nbsp;</td><td>24/12/2018</td></tr>\\n\\t\\t\\t\\t<tr><td>Invoice #</td><td>&nbsp;</td><td>5</td></tr>\\n\\t\\t\\t\\t \\n\\t\\t\\t\\t<tr><td>Tax ID</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Terms</td><td>&nbsp;</td><td><span class='inputreadonly'>Due on receipt</span></td></tr><tr><td>Due Date</td><td>&nbsp;</td><td>24/12/2018</td></tr><tr><td>Subsidiary</td><td>&nbsp;</td><td><span class='inputreadonly'>Parent Company</span><input name=\\\"subsidiary\\\" id=\\\"subsidiary\\\" type=\\\"hidden\\\" onChange=\\\"\\\" value=\\\"1\\\"></td></tr><tr><td>PO #</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Project</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Start Date</td><td>&nbsp;</td><td>24/12/2018</td></tr><tr><td>End Date</td><td>&nbsp;</td><td>25/12/2018</td></tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t</tr>\\n</table>\\n<P>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"><tr bgcolor=\\\"#777777\\\"><th nowrap class=\\\"lined\\\" align=left>Item</th><th nowrap class=\\\"lined\\\" align=right>Quantity</th><th nowrap class=\\\"lined\\\" align=left>Serial/Lot Numbers</th><th nowrap class=\\\"lined\\\" align=left>Description</th><th nowrap class=\\\"lined\\\" align=right>Rate</th><th nowrap class=\\\"lined\\\" align=left>Options</th><th nowrap class=\\\"lined\\\" align=right>Amount</th><th nowrap class=\\\"lined\\\" align=right>Tax Rate</th><th nowrap class=\\\"lined\\\" align=right>Tax Amt</th><th nowrap class=\\\"lined\\\" align=right>Gross Amt</th></tr><tr><td valign=top class=\\\"lined\\\" >Pencil</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>1</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>2.5%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.13</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.13</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Pen</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>2</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>20.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>40.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>40.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Note Book</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>3</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>18.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>54.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>2.5%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>1.35</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>55.35</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" ><b>Tax Code Summary</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Tax Rate</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Net</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Tax</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >Tax for Sales</td><td valign=top class=\\\"lined\\\"  align=right >2.5%</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >£59.00</td><td valign=top class=\\\"lined\\\"  align=right >£1.48</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >UNDEF-IN</td><td valign=top class=\\\"lined\\\"  align=right >0.0%</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >£35.05</td><td valign=top class=\\\"lined\\\"  align=right >£-0.07</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Subtotal</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>99.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Discount Item (5% Discount)</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>-4.95</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Tax</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>1.41</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Total</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>95.46</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"font-weight: bold;border-width: 0;\\\" align=right colspan=6>Amount Due</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>£95.46</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%><tr bgcolor=\\\"#FFFFFF\\\"><td align=left>&nbsp;</td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"> </table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%  ><tr bgcolor=\\\"#FFFFFF\\\"> </tr></table>\\n</div>\\n<div id='div__footer' class='noprint' leftmargin='0' topmargin='0' marginwidth='1' marginheight='1'>\\n</div>\\n</div></div>\\n</body></html>\\n\",\r\n        \"messageDate\": 1545781440,\r\n        \"subject\": \"XYZ Private Limited: Invoice #5\",\r\n        \"transaction\": {\r\n          \"internalId\": \"11\"\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"author\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Anthony Doe\"\r\n        },\r\n        \"bcc\": \"Anthony Doe (anthony@xyzlimited.com); William Butler (william@xyzlimited.com); Rose Brown (rose@xyzlimited.com); Jane Jones (jane@xyzlimited.com); David Smith (david@xyzlimited.com)\",\r\n        \"dateTime\": \"26/12/2018 10:45 am\",\r\n        \"emailed\": true,\r\n        \"incoming\": true,\r\n        \"internalId\": \"3\",\r\n        \"lastModifiedDate\": 1545801321,\r\n        \"message\": \"\\n<!DOCTYPE html>\\n<html>\\n<head>\\n<meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\">\\n<title>Invoice</title>\\n<script language='JavaScript' type='text/javascript'>window.status='';</script><script type='text/javascript' src='/core/elements/compound/NLMapping.nl__t=qDzbFKsRE&NS_VER=2018.2.0&minver=90&locale=en_US.nlqs'></script>\\n<STYLE>\\n<!--\\nbody, p, td, th {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 11px;\\n}\\nth {\\n\\tfont-weight: bold;\\n\\tcolor: #FFFFFF;\\n}\\n.headline {\\n\\tfont-family: Helvetica, sans-serif;\\n\\tfont-size: 17pt;\\n\\tfont-weight: bold;\\n}\\n.disclaimer {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 9px;\\n}\\n.lined {\\n\\tborder: 1px solid #777777;\\n}\\n-->\\n</STYLE>\\n\\n<script type=\\\"application/json\\\" id=\\\"data_15185507\\\"\\\">{\\\"translations\\\":{},\\\"horizontalLabelEnabled\\\":false}</script>\\n<script type=\\\"application/javascript\\\">\\n(function (data, preferences) {\\nNS = window.NS || {};\\n\\nNS.Translations = NS.Translations || {};\\nNS.Translations.dictionary = NS.Translations.dictionary || {};\\nfor(var key in data.translations)\\n{\\n    if (data.translations.hasOwnProperty(key))\\n    {\\n        NS.Translations.dictionary[key] = data.translations[key];\\n    }\\n}\\n\\nNS.UI = NS.UI || {};\\nNS.UI.Preferences = NS.UI.Preferences || {};\\nNS.UI.Preferences.horizontalLabelsEnabled = data.horizontalLabelEnabled;\\n\\n})(JSON.parse(document.getElementById('data_15185507').textContent),{});\\n</script>\\n</head>\\n<body bgcolor='#FFFFFF'  class='body_2010 nl-pagetint ' link='#000000' vlink='#000000' alink='#000000' text='#000000' style='background-image:none;margin: 5px 0px 5px 0px;'>\\n<div id='outerwrapper' style='width:100%'>\\n<div id='innerwrapper'>\\n\\n<div id='div__header' \\nclass='noprint' \\nleftmargin='0' topmargin='0' marginwidth='1'>\\n<table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr bgcolor='#FFFFFF'><td>\\n        <table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr>\\n        </tr>\\n        </table></td></tr>\\n\\n</table></div>\\n<div id='div__title' style='margin: 0px;'></div>\\n<div id='div__label' class='scrollarea' style='margin: 0px; overflow:hidden;'></div>\\n<div id='div__body' style=\\\"margin: 0px; \\\">\\n<table align=center border=0 cellpadding=0 cellspacing=0 width=100%>\\n\\t<tr>\\n\\t\\t<td valign=top>\\n\\t\\t\\t \\n\\t\\t\\t<div class=\\\"headline\\\">XYZ Private Limited</div><BR>\\n\\t\\t\\t&nbsp;<br>Tax ID #: \\n\\t\\t\\t<P>\\n\\t\\t\\t<table border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t<TD valign=top><b>Bill To</b><br>&nbsp;</TD>\\n\\t\\t\\t\\t\\t<td>&nbsp;&nbsp;</td>\\n\\t\\t\\t\\t\\t \\n\\t\\t\\t\\t</tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t\\t<td valign=top>\\n\\t\\t\\t<table align=center border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr><td colspan=3><div class=\\\"headline\\\">Invoice</div></td></tr>\\n\\t\\t\\t\\t<tr><td>Date</td><td>&nbsp;</td><td>24/12/2018</td></tr>\\n\\t\\t\\t\\t<tr><td>Invoice #</td><td>&nbsp;</td><td>5</td></tr>\\n\\t\\t\\t\\t \\n\\t\\t\\t\\t<tr><td>Tax ID</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Terms</td><td>&nbsp;</td><td><span class='inputreadonly'>Due on receipt</span></td></tr><tr><td>Due Date</td><td>&nbsp;</td><td>24/12/2018</td></tr><tr><td>Subsidiary</td><td>&nbsp;</td><td><span class='inputreadonly'>Parent Company</span><input name=\\\"subsidiary\\\" id=\\\"subsidiary\\\" type=\\\"hidden\\\" onChange=\\\"\\\" value=\\\"1\\\"></td></tr><tr><td>PO #</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Project</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Start Date</td><td>&nbsp;</td><td>24/12/2018</td></tr><tr><td>End Date</td><td>&nbsp;</td><td>25/12/2018</td></tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t</tr>\\n</table>\\n<P>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"><tr bgcolor=\\\"#777777\\\"><th nowrap class=\\\"lined\\\" align=left>Item</th><th nowrap class=\\\"lined\\\" align=right>Quantity</th><th nowrap class=\\\"lined\\\" align=left>Serial/Lot Numbers</th><th nowrap class=\\\"lined\\\" align=left>Description</th><th nowrap class=\\\"lined\\\" align=right>Rate</th><th nowrap class=\\\"lined\\\" align=left>Options</th><th nowrap class=\\\"lined\\\" align=right>Amount</th><th nowrap class=\\\"lined\\\" align=right>Tax Rate</th><th nowrap class=\\\"lined\\\" align=right>Tax Amt</th><th nowrap class=\\\"lined\\\" align=right>Gross Amt</th></tr><tr><td valign=top class=\\\"lined\\\" >Pencil</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>1</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>2.5%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.13</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.13</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Pen</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>2</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>20.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>40.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>40.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Note Book</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>3</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>18.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>54.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>2.5%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>1.35</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>55.35</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" ><b>Tax Code Summary</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Tax Rate</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Net</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Tax</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >Tax for Sales</td><td valign=top class=\\\"lined\\\"  align=right >2.5%</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >£59.00</td><td valign=top class=\\\"lined\\\"  align=right >£1.48</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >UNDEF-IN</td><td valign=top class=\\\"lined\\\"  align=right >0.0%</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >£35.05</td><td valign=top class=\\\"lined\\\"  align=right >£-0.07</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Subtotal</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>99.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Discount Item (5% Discount)</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>-4.95</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Tax</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>1.41</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Total</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>95.46</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"font-weight: bold;border-width: 0;\\\" align=right colspan=6>Amount Due</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>£95.46</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%><tr bgcolor=\\\"#FFFFFF\\\"><td align=left>&nbsp;</td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"> </table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%  ><tr bgcolor=\\\"#FFFFFF\\\"> </tr></table>\\n</div>\\n<div id='div__footer' class='noprint' leftmargin='0' topmargin='0' marginwidth='1' marginheight='1'>\\n</div>\\n</div></div>\\n</body></html>\\n\",\r\n        \"messageDate\": 1545781500,\r\n        \"subject\": \"XYZ Private Limited: Invoice #5\",\r\n        \"transaction\": {\r\n          \"internalId\": \"11\"\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"author\": {\r\n          \"internalId\": \"3\",\r\n          \"name\": \"Jane Jones\"\r\n        },\r\n        \"bcc\": \"Anthony Doe (anthony@xyzlimited.com); William Butler (william@xyzlimited.com); Rose Brown (rose@xyzlimited.com); David Smith (david@xyzlimited.com)\",\r\n        \"dateTime\": \"06/03/2019 4:28 pm\",\r\n        \"emailed\": true,\r\n        \"incoming\": true,\r\n        \"internalId\": \"4\",\r\n        \"lastModifiedDate\": 1551869927,\r\n        \"message\": \"\\n<!DOCTYPE html>\\n<html>\\n<head>\\n<meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\">\\n<title>Sales Order</title>\\n<script language='JavaScript' type='text/javascript'>window.status='';</script><script type='text/javascript' src='/core/elements/compound/NLMapping.nl__t=qBoA8bhtO&NS_VER=2018.2.0&minver=128&locale=en_US.nlqs'></script>\\n<STYLE>\\n<!--\\nbody, p, td, th {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 11px;\\n}\\nth {\\n\\tfont-weight: bold;\\n\\tcolor: #FFFFFF;\\n}\\n.headline {\\n\\tfont-family: Helvetica, sans-serif;\\n\\tfont-size: 17pt;\\n\\tfont-weight: bold;\\n}\\n.disclaimer {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 9px;\\n}\\n.lined {\\n\\tborder: 1px solid #777777;\\n}\\n-->\\n</STYLE>\\n\\n<script type=\\\"application/json\\\" id=\\\"data_1617351436\\\"\\\">{\\\"translations\\\":{},\\\"horizontalLabelEnabled\\\":false}</script>\\n<script type=\\\"application/javascript\\\">\\n(function (data, preferences) {\\nNS = window.NS || {};\\n\\nNS.Translations = NS.Translations || {};\\nNS.Translations.dictionary = NS.Translations.dictionary || {};\\nfor(var key in data.translations)\\n{\\n    if (data.translations.hasOwnProperty(key))\\n    {\\n        NS.Translations.dictionary[key] = data.translations[key];\\n    }\\n}\\n\\nNS.UI = NS.UI || {};\\nNS.UI.Preferences = NS.UI.Preferences || {};\\nNS.UI.Preferences.horizontalLabelsEnabled = data.horizontalLabelEnabled;\\n\\n})(JSON.parse(document.getElementById('data_1617351436').textContent),{});\\n</script>\\n</head>\\n<body bgcolor='#FFFFFF'  class='body_2010 nl-pagetint ' link='#000000' vlink='#000000' alink='#000000' text='#000000' style='background-image:none;margin: 5px 0px 5px 0px;'>\\n<div id='outerwrapper' style='width:100%'>\\n<div id='innerwrapper'>\\n\\n<div id='div__header' \\nclass='noprint' \\nleftmargin='0' topmargin='0' marginwidth='1'>\\n<table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr bgcolor='#FFFFFF'><td>\\n        <table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr>\\n        </tr>\\n        </table></td></tr>\\n\\n</table></div>\\n<div id='div__title' style='margin: 0px;'></div>\\n<div id='div__label' class='scrollarea' style='margin: 0px; overflow:hidden;'></div>\\n<div id='div__body' style=\\\"margin: 0px; \\\">\\n<table align=center border=0 cellpadding=0 cellspacing=0 width=100%>\\n\\t<tr>\\n\\t\\t<td valign=top>\\n\\t\\t\\t \\n\\t\\t\\t<div class=\\\"headline\\\">XYZ Private Limited</div><BR>\\n\\t\\t\\t&nbsp;<br>Tax ID #: \\n\\t\\t\\t<P>\\n\\t\\t\\t<table border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t<TD valign=top><b>Bill To</b><br>GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States</TD>\\n\\t\\t\\t\\t\\t<td>&nbsp;&nbsp;</td>\\n\\t\\t\\t\\t\\t<TD valign=top><b>Ship To</b><br>GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States</TD>\\n\\t\\t\\t\\t</tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t\\t<td valign=top>\\n\\t\\t\\t<table align=center border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr><td colspan=3><div class=\\\"headline\\\">Sales Order</div></td></tr>\\n\\t\\t\\t\\t<tr><td>Date</td><td>&nbsp;</td><td>1/18/2019</td></tr>\\n\\t\\t\\t\\t<tr><td>Order #</td><td>&nbsp;</td><td>1</td></tr>\\n\\t\\t\\t\\t \\n\\t\\t\\t\\t<tr><td>Payment Method</td><td>&nbsp;</td><td><span class='inputreadonly'></span></td></tr><tr><td>Tax ID</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Project</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Subsidiary</td><td>&nbsp;</td><td><span class='inputreadonly'>Parent Company</span><input name=\\\"subsidiary\\\" id=\\\"subsidiary\\\" type=\\\"hidden\\\" onChange=\\\"\\\" value=\\\"1\\\"></td></tr><tr><td>Ship Via</td><td>&nbsp;</td><td><span class='inputreadonly'></span></td></tr><tr><td>Ship Date</td><td>&nbsp;</td><td>1/18/2019</td></tr><tr><td>Tracking #</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>PO #</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Terms</td><td>&nbsp;</td><td><span class='inputreadonly'></span></td></tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t</tr>\\n</table>\\n<P>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"><tr bgcolor=\\\"#777777\\\"><th nowrap class=\\\"lined\\\" align=left>Item</th><th nowrap class=\\\"lined\\\" align=right>Quantity</th><th nowrap class=\\\"lined\\\" align=left>Serial/Lot Numbers</th><th nowrap class=\\\"lined\\\" align=left>Description</th><th nowrap class=\\\"lined\\\" align=right>Rate</th><th nowrap class=\\\"lined\\\" align=left>Options</th><th nowrap class=\\\"lined\\\" align=right>Amount</th><th nowrap class=\\\"lined\\\" align=right>Tax Rate</th><th nowrap class=\\\"lined\\\" align=right>Tax Amt</th><th nowrap class=\\\"lined\\\" align=right>Gross Amt</th></tr><tr><td valign=top class=\\\"lined\\\" >Note Book</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>1</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>25.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>25.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>25.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" ><b>Tax Code Summary</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Tax Rate</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Net</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Tax</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >UNDEF-IN</td><td valign=top class=\\\"lined\\\"  align=right >0.0%</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >£25.00</td><td valign=top class=\\\"lined\\\"  align=right >£0.00</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"font-weight: bold;border-width: 0;\\\" align=right colspan=6>Total</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>£25.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%><tr bgcolor=\\\"#FFFFFF\\\"><td align=left>&nbsp;</td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"> </table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%  ><tr bgcolor=\\\"#FFFFFF\\\"> </tr></table>\\n</div>\\n<div id='div__footer' class='noprint' leftmargin='0' topmargin='0' marginwidth='1' marginheight='1'>\\n</div>\\n</div></div>\\n</body></html>\\n\",\r\n        \"messageDate\": 1551850080,\r\n        \"recipient\": {\r\n          \"internalId\": \"-4\",\r\n          \"name\": \"-System-\"\r\n        },\r\n        \"subject\": \"XYZ Private Limited: Sales Order #1\",\r\n        \"transaction\": {\r\n          \"internalId\": \"38\"\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"author\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Anthony Doe\"\r\n        },\r\n        \"bcc\": \"Anthony Doe (anthony@xyzlimited.com); William Butler (william@xyzlimited.com); Rose Brown (rose@xyzlimited.com); Jane Jones (jane@xyzlimited.com); David Smith (david@xyzlimited.com)\",\r\n        \"dateTime\": \"19/03/2019 3:28 pm\",\r\n        \"emailed\": true,\r\n        \"incoming\": true,\r\n        \"internalId\": \"5\",\r\n        \"lastModifiedDate\": 1552989520,\r\n        \"message\": \"\\n<!DOCTYPE html>\\n<html>\\n<head>\\n<meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\">\\n<title>Invoice</title>\\n<script language='JavaScript' type='text/javascript'>window.status='';</script><script type='text/javascript' src='/core/elements/compound/NLMapping.nl__t=qCoOveQrJ&NS_VER=2018.2.0&minver=147&locale=en_US.nlqs'></script>\\n<STYLE>\\n<!--\\nbody, p, td, th {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 11px;\\n}\\nth {\\n\\tfont-weight: bold;\\n\\tcolor: #FFFFFF;\\n}\\n.headline {\\n\\tfont-family: Helvetica, sans-serif;\\n\\tfont-size: 17pt;\\n\\tfont-weight: bold;\\n}\\n.disclaimer {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 9px;\\n}\\n.lined {\\n\\tborder: 1px solid #777777;\\n}\\n-->\\n</STYLE>\\n\\n<script type=\\\"application/json\\\" id=\\\"data_911049351\\\"\\\">{\\\"translations\\\":{},\\\"horizontalLabelEnabled\\\":false}</script>\\n<script type=\\\"application/javascript\\\">\\n(function (data, preferences) {\\nNS = window.NS || {};\\n\\nNS.Translations = NS.Translations || {};\\nNS.Translations.dictionary = NS.Translations.dictionary || {};\\nfor(var key in data.translations)\\n{\\n    if (data.translations.hasOwnProperty(key))\\n    {\\n        NS.Translations.dictionary[key] = data.translations[key];\\n    }\\n}\\n\\nNS.UI = NS.UI || {};\\nNS.UI.Preferences = NS.UI.Preferences || {};\\nNS.UI.Preferences.horizontalLabelsEnabled = data.horizontalLabelEnabled;\\n\\n})(JSON.parse(document.getElementById('data_911049351').textContent),{});\\n</script>\\n</head>\\n<body bgcolor='#FFFFFF'  class='body_2010 nl-pagetint ' link='#000000' vlink='#000000' alink='#000000' text='#000000' style='background-image:none;margin: 5px 0px 5px 0px;'>\\n<div id='outerwrapper' style='width:100%'>\\n<div id='innerwrapper'>\\n\\n<div id='div__header' \\nclass='noprint' \\nleftmargin='0' topmargin='0' marginwidth='1'>\\n<table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr bgcolor='#FFFFFF'><td>\\n        <table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr>\\n        </tr>\\n        </table></td></tr>\\n\\n</table></div>\\n<div id='div__title' style='margin: 0px;'></div>\\n<div id='div__label' class='scrollarea' style='margin: 0px; overflow:hidden;'></div>\\n<div id='div__body' style=\\\"margin: 0px; \\\">\\n<table align=center border=0 cellpadding=0 cellspacing=0 width=100%>\\n\\t<tr>\\n\\t\\t<td valign=top>\\n\\t\\t\\t<IMG SRC=\\\"http://content.netsuite.com/core/media/media.nl?id=93&c=5333445&h=75a7ae1ae2ca6119cbbb\\\" ALT=\\\"\\\" BORDER=0><BR>\\n\\t\\t\\t \\n\\t\\t\\t2nd Floor, Durga Chambers, Thakur Lane,\\n<br>Somajiguda\\n<br>Hyderabad Telangana 500082\\n<br>India<br>Tax ID #: \\n\\t\\t\\t<P>\\n\\t\\t\\t<table border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t<TD valign=top><b>Bill To</b><br>&nbsp;</TD>\\n\\t\\t\\t\\t\\t<td>&nbsp;&nbsp;</td>\\n\\t\\t\\t\\t\\t \\n\\t\\t\\t\\t</tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t\\t<td valign=top>\\n\\t\\t\\t<table align=center border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr><td colspan=3><div class=\\\"headline\\\">Invoice</div></td></tr>\\n\\t\\t\\t\\t<tr><td>Date</td><td>&nbsp;</td><td>3/10/2018</td></tr>\\n\\t\\t\\t\\t<tr><td>Invoice #</td><td>&nbsp;</td><td>12</td></tr>\\n\\t\\t\\t\\t \\n\\t\\t\\t\\t<tr><td>Tax ID</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Terms</td><td>&nbsp;</td><td><span class='inputreadonly'></span></td></tr><tr><td>Due Date</td><td>&nbsp;</td><td>5/10/2018</td></tr><tr><td>Subsidiary</td><td>&nbsp;</td><td><span class='inputreadonly'>Parent Company</span><input name=\\\"subsidiary\\\" id=\\\"subsidiary\\\" type=\\\"hidden\\\" onChange=\\\"\\\" value=\\\"1\\\"></td></tr><tr><td>PO #</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Project</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Start Date</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>End Date</td><td>&nbsp;</td><td>&nbsp;</td></tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t</tr>\\n</table>\\n<P>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"><tr bgcolor=\\\"#777777\\\"><th nowrap class=\\\"lined\\\" align=left>Item</th><th nowrap class=\\\"lined\\\" align=right>Quantity</th><th nowrap class=\\\"lined\\\" align=left>Serial/Lot Numbers</th><th nowrap class=\\\"lined\\\" align=left>Description</th><th nowrap class=\\\"lined\\\" align=right>Rate</th><th nowrap class=\\\"lined\\\" align=left>Options</th><th nowrap class=\\\"lined\\\" align=right>Amount</th><th nowrap class=\\\"lined\\\" align=right>Tax Rate</th><th nowrap class=\\\"lined\\\" align=right>Tax Amt</th><th nowrap class=\\\"lined\\\" align=right>Gross Amt</th></tr><tr><td valign=top class=\\\"lined\\\" >GH Pens</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>1</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>230.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>230.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>230.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Pencil</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>3</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>15.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>15.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" ><b>Tax Code Summary</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Tax Rate</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Net</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Tax</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >UNDEF-IN</td><td valign=top class=\\\"lined\\\"  align=right >0.0%</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >Rs.245.00</td><td valign=top class=\\\"lined\\\"  align=right >Rs.0.00</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Total</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>245.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Amount Paid</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>46.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"font-weight: bold;border-width: 0;\\\" align=right colspan=6>Amount Due</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>Rs.199.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%><tr bgcolor=\\\"#FFFFFF\\\"><td align=left>&nbsp;</td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"> </table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%  ><tr bgcolor=\\\"#FFFFFF\\\"> </tr></table>\\n</div>\\n<div id='div__footer' class='noprint' leftmargin='0' topmargin='0' marginwidth='1' marginheight='1'>\\n</div>\\n</div></div>\\n</body></html>\\n\",\r\n        \"messageDate\": 1552969680,\r\n        \"subject\": \"XYZ Private Limited: Invoice #12\",\r\n        \"transaction\": {\r\n          \"internalId\": \"33\"\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_07012020179007410432730815_f3832d6b6\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 10,\r\n  \"totalRecords\": 47\r\n}"}],"_postman_id":"e3a99ccd-052c-4c99-b321-a4bb82971b55"},{"name":"Retrieve message by ID","id":"8e136475-ae62-42f6-9983-9bce1163ee08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/message?id=1","urlObject":{"protocol":"https","path":["netsuite","v0","message"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"0e87895f-ee3a-4e01-8a79-a391c74dd763","name":"Retrieve message by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/message?id=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","message"],"query":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"author\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Anthony Doe\"\r\n        },\r\n        \"authorEmail\": \"anthony@xyzlimited.com\",\r\n        \"bcc\": \"anthony@xyzlimited.com,william@xyzlimited.com,rose@xyzlimited.com,jane@xyzlimited.com,david@xyzlimited.com\",\r\n        \"compressAttachments\": false,\r\n        \"emailed\": true,\r\n        \"incoming\": true,\r\n        \"internalId\": \"1\",\r\n        \"lastModifiedDate\": 1545647536,\r\n        \"message\": \"\\n<!DOCTYPE html>\\n<html>\\n<head>\\n<meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\">\\n<title>Invoice</title>\\n<script language='JavaScript' type='text/javascript'>window.status='';</script><script type='text/javascript' src='/core/elements/compound/NLMapping.nl__t=qDzbFKsRE&NS_VER=2018.2.0&minver=90&locale=en_US.nlqs'></script>\\n<STYLE>\\n<!--\\nbody, p, td, th {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 11px;\\n}\\nth {\\n\\tfont-weight: bold;\\n\\tcolor: #FFFFFF;\\n}\\n.headline {\\n\\tfont-family: Helvetica, sans-serif;\\n\\tfont-size: 17pt;\\n\\tfont-weight: bold;\\n}\\n.disclaimer {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 9px;\\n}\\n.lined {\\n\\tborder: 1px solid #777777;\\n}\\n-->\\n</STYLE>\\n\\n<script type=\\\"application/json\\\" id=\\\"data_1237349250\\\"\\\">{\\\"translations\\\":{},\\\"horizontalLabelEnabled\\\":false}</script>\\n<script type=\\\"application/javascript\\\">\\n(function (data, preferences) {\\nNS = window.NS || {};\\n\\nNS.Translations = NS.Translations || {};\\nNS.Translations.dictionary = NS.Translations.dictionary || {};\\nfor(var key in data.translations)\\n{\\n    if (data.translations.hasOwnProperty(key))\\n    {\\n        NS.Translations.dictionary[key] = data.translations[key];\\n    }\\n}\\n\\nNS.UI = NS.UI || {};\\nNS.UI.Preferences = NS.UI.Preferences || {};\\nNS.UI.Preferences.horizontalLabelsEnabled = data.horizontalLabelEnabled;\\n\\n})(JSON.parse(document.getElementById('data_1237349250').textContent),{});\\n</script>\\n</head>\\n<body bgcolor='#FFFFFF'  class='body_2010 nl-pagetint ' link='#000000' vlink='#000000' alink='#000000' text='#000000' style='background-image:none;margin: 5px 0px 5px 0px;'>\\n<div id='outerwrapper' style='width:100%'>\\n<div id='innerwrapper'>\\n\\n<div id='div__header' \\nclass='noprint' \\nleftmargin='0' topmargin='0' marginwidth='1'>\\n<table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr bgcolor='#FFFFFF'><td>\\n        <table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr>\\n        </tr>\\n        </table></td></tr>\\n\\n</table></div>\\n<div id='div__title' style='margin: 0px;'></div>\\n<div id='div__label' class='scrollarea' style='margin: 0px; overflow:hidden;'></div>\\n<div id='div__body' style=\\\"margin: 0px; \\\">\\n<table align=center border=0 cellpadding=0 cellspacing=0 width=100%>\\n\\t<tr>\\n\\t\\t<td valign=top>\\n\\t\\t\\t \\n\\t\\t\\t<div class=\\\"headline\\\">XYZ Private Limited</div><BR>\\n\\t\\t\\t&nbsp;<br>Tax ID #: \\n\\t\\t\\t<P>\\n\\t\\t\\t<table border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t<TD valign=top><b>Bill To</b><br>&nbsp;</TD>\\n\\t\\t\\t\\t\\t<td>&nbsp;&nbsp;</td>\\n\\t\\t\\t\\t\\t \\n\\t\\t\\t\\t</tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t\\t<td valign=top>\\n\\t\\t\\t<table align=center border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr><td colspan=3><div class=\\\"headline\\\">Invoice</div></td></tr>\\n\\t\\t\\t\\t<tr><td>Date</td><td>&nbsp;</td><td>24/12/2018</td></tr>\\n\\t\\t\\t\\t<tr><td>Invoice #</td><td>&nbsp;</td><td>5</td></tr>\\n\\t\\t\\t\\t \\n\\t\\t\\t\\t<tr><td>Tax ID</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Terms</td><td>&nbsp;</td><td><span class='inputreadonly'>Due on receipt</span></td></tr><tr><td>Due Date</td><td>&nbsp;</td><td>24/12/2018</td></tr><tr><td>Subsidiary</td><td>&nbsp;</td><td><span class='inputreadonly'>Parent Company</span><input name=\\\"subsidiary\\\" id=\\\"subsidiary\\\" type=\\\"hidden\\\" onChange=\\\"\\\" value=\\\"1\\\"></td></tr><tr><td>PO #</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Project</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Start Date</td><td>&nbsp;</td><td>24/12/2018</td></tr><tr><td>End Date</td><td>&nbsp;</td><td>25/12/2018</td></tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t</tr>\\n</table>\\n<P>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"><tr bgcolor=\\\"#777777\\\"><th nowrap class=\\\"lined\\\" align=left>Item</th><th nowrap class=\\\"lined\\\" align=right>Quantity</th><th nowrap class=\\\"lined\\\" align=left>Serial/Lot Numbers</th><th nowrap class=\\\"lined\\\" align=left>Description</th><th nowrap class=\\\"lined\\\" align=right>Rate</th><th nowrap class=\\\"lined\\\" align=left>Options</th><th nowrap class=\\\"lined\\\" align=right>Amount</th><th nowrap class=\\\"lined\\\" align=right>Tax Rate</th><th nowrap class=\\\"lined\\\" align=right>Tax Amt</th><th nowrap class=\\\"lined\\\" align=right>Gross Amt</th></tr><tr><td valign=top class=\\\"lined\\\" >Pencil</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>1</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Pen</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>2</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>20.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>40.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>40.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Note Book</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>3</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>25.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>75.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>75.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" ><b>Tax Code Summary</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Tax Rate</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Net</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Tax</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >UNDEF-IN</td><td valign=top class=\\\"lined\\\"  align=right >0.0%</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >£120.00</td><td valign=top class=\\\"lined\\\"  align=right >£0.00</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"font-weight: bold;border-width: 0;\\\" align=right colspan=6>Total</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>£120.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Amount Paid</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>120.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%><tr bgcolor=\\\"#FFFFFF\\\"><td align=left>&nbsp;</td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"> </table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%  ><tr bgcolor=\\\"#FFFFFF\\\"> </tr></table>\\n</div>\\n<div id='div__footer' class='noprint' leftmargin='0' topmargin='0' marginwidth='1' marginheight='1'>\\n</div>\\n</div></div>\\n</body></html>\\n\",\r\n        \"messageDate\": 1545647520,\r\n        \"subject\": \"XYZ Private Limited: Invoice #5\",\r\n        \"transaction\": {\r\n          \"internalId\": \"11\"\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  }\r\n}"}],"_postman_id":"8e136475-ae62-42f6-9983-9bce1163ee08"}],"id":"bda8098b-4157-4d23-86bb-1daac70d44ab","event":[{"listen":"prerequest","script":{"id":"c0c1dee4-0791-4f43-9ad0-d8b3b1924bae","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ea01a167-4c8b-41a7-b3ae-02e8fefa9ce2","type":"text/javascript","exec":[""]}}],"_postman_id":"bda8098b-4157-4d23-86bb-1daac70d44ab","description":""},{"name":"POST","item":[{"name":"Create messages","id":"a300113c-2dff-419f-900a-38efa43c6727","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":" {\r\n        \"author\": {\r\n          \"internalId\": \"4\"\r\n        },\r\n        \"authorEmail\": \"anthony@xyzlimited.com\",\r\n        \"bcc\": \"rose@xyzlimited.com,jane@xyzlimited.com,david@xyzlimited.com\",\r\n        \"compressAttachments\": false,\r\n        \"emailed\": true,\r\n        \"message\": \"\\n<!DOCTYPE html>\\n<html>\\n<head>\\n<meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\">\\n<title>Invoice</title>\\n<script language='JavaScript' type='text/javascript'>window.status='';</script><script type='text/javascript' src='/core/elements/compound/NLMapping.nl__t=qDzbFKsRE&NS_VER=2018.2.0&minver=90&locale=en_US.nlqs'></script>\\n<STYLE>\\n<!--\\nbody, p, td, th {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 11px;\\n}\\nth {\\n\\tfont-weight: bold;\\n\\tcolor: #FFFFFF;\\n}\\n.headline {\\n\\tfont-family: Helvetica, sans-serif;\\n\\tfont-size: 17pt;\\n\\tfont-weight: bold;\\n}\\n.disclaimer {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 9px;\\n}\\n.lined {\\n\\tborder: 1px solid #777777;\\n}\\n-->\\n</STYLE>\\n\\n<script type=\\\"application/json\\\" id=\\\"data_1237349250\\\"\\\">{\\\"translations\\\":{},\\\"horizontalLabelEnabled\\\":false}</script>\\n<script type=\\\"application/javascript\\\">\\n(function (data, preferences) {\\nNS = window.NS || {};\\n\\nNS.Translations = NS.Translations || {};\\nNS.Translations.dictionary = NS.Translations.dictionary || {};\\nfor(var key in data.translations)\\n{\\n    if (data.translations.hasOwnProperty(key))\\n    {\\n        NS.Translations.dictionary[key] = data.translations[key];\\n    }\\n}\\n\\nNS.UI = NS.UI || {};\\nNS.UI.Preferences = NS.UI.Preferences || {};\\nNS.UI.Preferences.horizontalLabelsEnabled = data.horizontalLabelEnabled;\\n\\n})(JSON.parse(document.getElementById('data_1237349250').textContent),{});\\n</script>\\n</head>\\n<body bgcolor='#FFFFFF'  class='body_2010 nl-pagetint ' link='#000000' vlink='#000000' alink='#000000' text='#000000' style='background-image:none;margin: 5px 0px 5px 0px;'>\\n<div id='outerwrapper' style='width:100%'>\\n<div id='innerwrapper'>\\n\\n<div id='div__header' \\nclass='noprint' \\nleftmargin='0' topmargin='0' marginwidth='1'>\\n<table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr bgcolor='#FFFFFF'><td>\\n        <table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr>\\n        </tr>\\n        </table></td></tr>\\n\\n</table></div>\\n<div id='div__title' style='margin: 0px;'></div>\\n<div id='div__label' class='scrollarea' style='margin: 0px; overflow:hidden;'></div>\\n<div id='div__body' style=\\\"margin: 0px; \\\">\\n<table align=center border=0 cellpadding=0 cellspacing=0 width=100%>\\n\\t<tr>\\n\\t\\t<td valign=top>\\n\\t\\t\\t \\n\\t\\t\\t<div class=\\\"headline\\\">XYZ Private Limited</div><BR>\\n\\t\\t\\t&nbsp;<br>Tax ID #: \\n\\t\\t\\t<P>\\n\\t\\t\\t<table border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t<TD valign=top><b>Bill To</b><br>&nbsp;</TD>\\n\\t\\t\\t\\t\\t<td>&nbsp;&nbsp;</td>\\n\\t\\t\\t\\t\\t \\n\\t\\t\\t\\t</tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t\\t<td valign=top>\\n\\t\\t\\t<table align=center border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr><td colspan=3><div class=\\\"headline\\\">Invoice</div></td></tr>\\n\\t\\t\\t\\t<tr><td>Date</td><td>&nbsp;</td><td>24/12/2018</td></tr>\\n\\t\\t\\t\\t<tr><td>Invoice #</td><td>&nbsp;</td><td>5</td></tr>\\n\\t\\t\\t\\t \\n\\t\\t\\t\\t<tr><td>Tax ID</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Terms</td><td>&nbsp;</td><td><span class='inputreadonly'>Due on receipt</span></td></tr><tr><td>Due Date</td><td>&nbsp;</td><td>24/12/2018</td></tr><tr><td>Subsidiary</td><td>&nbsp;</td><td><span class='inputreadonly'>Parent Company</span><input name=\\\"subsidiary\\\" id=\\\"subsidiary\\\" type=\\\"hidden\\\" onChange=\\\"\\\" value=\\\"1\\\"></td></tr><tr><td>PO #</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Project</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Start Date</td><td>&nbsp;</td><td>24/12/2018</td></tr><tr><td>End Date</td><td>&nbsp;</td><td>25/12/2018</td></tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t</tr>\\n</table>\\n<P>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"><tr bgcolor=\\\"#777777\\\"><th nowrap class=\\\"lined\\\" align=left>Item</th><th nowrap class=\\\"lined\\\" align=right>Quantity</th><th nowrap class=\\\"lined\\\" align=left>Serial/Lot Numbers</th><th nowrap class=\\\"lined\\\" align=left>Description</th><th nowrap class=\\\"lined\\\" align=right>Rate</th><th nowrap class=\\\"lined\\\" align=left>Options</th><th nowrap class=\\\"lined\\\" align=right>Amount</th><th nowrap class=\\\"lined\\\" align=right>Tax Rate</th><th nowrap class=\\\"lined\\\" align=right>Tax Amt</th><th nowrap class=\\\"lined\\\" align=right>Gross Amt</th></tr><tr><td valign=top class=\\\"lined\\\" >Pencil</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>1</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Pen</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>2</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>20.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>40.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>40.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Note Book</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>3</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>25.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>75.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>75.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" ><b>Tax Code Summary</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Tax Rate</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Net</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Tax</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >UNDEF-IN</td><td valign=top class=\\\"lined\\\"  align=right >0.0%</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >£120.00</td><td valign=top class=\\\"lined\\\"  align=right >£0.00</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"font-weight: bold;border-width: 0;\\\" align=right colspan=6>Total</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>£120.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Amount Paid</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>120.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%><tr bgcolor=\\\"#FFFFFF\\\"><td align=left>&nbsp;</td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"> </table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%  ><tr bgcolor=\\\"#FFFFFF\\\"> </tr></table>\\n</div>\\n<div id='div__footer' class='noprint' leftmargin='0' topmargin='0' marginwidth='1' marginheight='1'>\\n</div>\\n</div></div>\\n</body></html>\\n\",\r\n        \"subject\": \"XYZ Private Limited: Invoice #5\"\r\n       \r\n      }"},"url":"https://api.prestructured.com/netsuite/v0/message","urlObject":{"protocol":"https","path":["netsuite","v0","message"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"644b1415-0b17-46d0-9664-b2d6bb684af9","name":"Create message","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" {\r\n        \"author\": {\r\n          \"internalId\": \"4\"\r\n        },\r\n        \"authorEmail\": \"anthony@xyzlimited.com\",\r\n        \"bcc\": \"rose@xyzlimited.com,jane@xyzlimited.com,david@xyzlimited.com\",\r\n        \"compressAttachments\": false,\r\n        \"emailed\": true,\r\n        \"message\": \"\\n<!DOCTYPE html>\\n<html>\\n<head>\\n<meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\">\\n<title>Invoice</title>\\n<script language='JavaScript' type='text/javascript'>window.status='';</script><script type='text/javascript' src='/core/elements/compound/NLMapping.nl__t=qDzbFKsRE&NS_VER=2018.2.0&minver=90&locale=en_US.nlqs'></script>\\n<STYLE>\\n<!--\\nbody, p, td, th {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 11px;\\n}\\nth {\\n\\tfont-weight: bold;\\n\\tcolor: #FFFFFF;\\n}\\n.headline {\\n\\tfont-family: Helvetica, sans-serif;\\n\\tfont-size: 17pt;\\n\\tfont-weight: bold;\\n}\\n.disclaimer {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 9px;\\n}\\n.lined {\\n\\tborder: 1px solid #777777;\\n}\\n-->\\n</STYLE>\\n\\n<script type=\\\"application/json\\\" id=\\\"data_1237349250\\\"\\\">{\\\"translations\\\":{},\\\"horizontalLabelEnabled\\\":false}</script>\\n<script type=\\\"application/javascript\\\">\\n(function (data, preferences) {\\nNS = window.NS || {};\\n\\nNS.Translations = NS.Translations || {};\\nNS.Translations.dictionary = NS.Translations.dictionary || {};\\nfor(var key in data.translations)\\n{\\n    if (data.translations.hasOwnProperty(key))\\n    {\\n        NS.Translations.dictionary[key] = data.translations[key];\\n    }\\n}\\n\\nNS.UI = NS.UI || {};\\nNS.UI.Preferences = NS.UI.Preferences || {};\\nNS.UI.Preferences.horizontalLabelsEnabled = data.horizontalLabelEnabled;\\n\\n})(JSON.parse(document.getElementById('data_1237349250').textContent),{});\\n</script>\\n</head>\\n<body bgcolor='#FFFFFF'  class='body_2010 nl-pagetint ' link='#000000' vlink='#000000' alink='#000000' text='#000000' style='background-image:none;margin: 5px 0px 5px 0px;'>\\n<div id='outerwrapper' style='width:100%'>\\n<div id='innerwrapper'>\\n\\n<div id='div__header' \\nclass='noprint' \\nleftmargin='0' topmargin='0' marginwidth='1'>\\n<table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr bgcolor='#FFFFFF'><td>\\n        <table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr>\\n        </tr>\\n        </table></td></tr>\\n\\n</table></div>\\n<div id='div__title' style='margin: 0px;'></div>\\n<div id='div__label' class='scrollarea' style='margin: 0px; overflow:hidden;'></div>\\n<div id='div__body' style=\\\"margin: 0px; \\\">\\n<table align=center border=0 cellpadding=0 cellspacing=0 width=100%>\\n\\t<tr>\\n\\t\\t<td valign=top>\\n\\t\\t\\t \\n\\t\\t\\t<div class=\\\"headline\\\">XYZ Private Limited</div><BR>\\n\\t\\t\\t&nbsp;<br>Tax ID #: \\n\\t\\t\\t<P>\\n\\t\\t\\t<table border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t<TD valign=top><b>Bill To</b><br>&nbsp;</TD>\\n\\t\\t\\t\\t\\t<td>&nbsp;&nbsp;</td>\\n\\t\\t\\t\\t\\t \\n\\t\\t\\t\\t</tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t\\t<td valign=top>\\n\\t\\t\\t<table align=center border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr><td colspan=3><div class=\\\"headline\\\">Invoice</div></td></tr>\\n\\t\\t\\t\\t<tr><td>Date</td><td>&nbsp;</td><td>24/12/2018</td></tr>\\n\\t\\t\\t\\t<tr><td>Invoice #</td><td>&nbsp;</td><td>5</td></tr>\\n\\t\\t\\t\\t \\n\\t\\t\\t\\t<tr><td>Tax ID</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Terms</td><td>&nbsp;</td><td><span class='inputreadonly'>Due on receipt</span></td></tr><tr><td>Due Date</td><td>&nbsp;</td><td>24/12/2018</td></tr><tr><td>Subsidiary</td><td>&nbsp;</td><td><span class='inputreadonly'>Parent Company</span><input name=\\\"subsidiary\\\" id=\\\"subsidiary\\\" type=\\\"hidden\\\" onChange=\\\"\\\" value=\\\"1\\\"></td></tr><tr><td>PO #</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Project</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Start Date</td><td>&nbsp;</td><td>24/12/2018</td></tr><tr><td>End Date</td><td>&nbsp;</td><td>25/12/2018</td></tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t</tr>\\n</table>\\n<P>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"><tr bgcolor=\\\"#777777\\\"><th nowrap class=\\\"lined\\\" align=left>Item</th><th nowrap class=\\\"lined\\\" align=right>Quantity</th><th nowrap class=\\\"lined\\\" align=left>Serial/Lot Numbers</th><th nowrap class=\\\"lined\\\" align=left>Description</th><th nowrap class=\\\"lined\\\" align=right>Rate</th><th nowrap class=\\\"lined\\\" align=left>Options</th><th nowrap class=\\\"lined\\\" align=right>Amount</th><th nowrap class=\\\"lined\\\" align=right>Tax Rate</th><th nowrap class=\\\"lined\\\" align=right>Tax Amt</th><th nowrap class=\\\"lined\\\" align=right>Gross Amt</th></tr><tr><td valign=top class=\\\"lined\\\" >Pencil</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>1</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Pen</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>2</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>20.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>40.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>40.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Note Book</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>3</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>25.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>75.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>75.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" ><b>Tax Code Summary</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Tax Rate</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Net</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Tax</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >UNDEF-IN</td><td valign=top class=\\\"lined\\\"  align=right >0.0%</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >£120.00</td><td valign=top class=\\\"lined\\\"  align=right >£0.00</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"font-weight: bold;border-width: 0;\\\" align=right colspan=6>Total</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>£120.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Amount Paid</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>120.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%><tr bgcolor=\\\"#FFFFFF\\\"><td align=left>&nbsp;</td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"> </table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%  ><tr bgcolor=\\\"#FFFFFF\\\"> </tr></table>\\n</div>\\n<div id='div__footer' class='noprint' leftmargin='0' topmargin='0' marginwidth='1' marginheight='1'>\\n</div>\\n</div></div>\\n</body></html>\\n\",\r\n        \"subject\": \"XYZ Private Limited: Invoice #5\"\r\n       \r\n      }                   ","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/message"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"464\",\r\n        \"name\": null,\r\n        \"type\": \"message\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n} `                                                             "}],"_postman_id":"a300113c-2dff-419f-900a-38efa43c6727"}],"id":"8748b1f4-36ac-4a25-8c81-7d36b411a50a","event":[{"listen":"prerequest","script":{"id":"1e0b1230-46f1-42e4-8045-9e4ae16a70fe","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"83fb93a4-819a-4e5a-8164-32329ea3af71","type":"text/javascript","exec":[""]}}],"_postman_id":"8748b1f4-36ac-4a25-8c81-7d36b411a50a","description":""},{"name":"PUT","item":[{"name":"Update messages","id":"1cdaa366-6337-4c44-8036-8c71f9ecddc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":" {\r\n        \"author\": {\r\n          \"internalId\": \"4\"\r\n        },\r\n        \"authorEmail\": \"anthony@xyzlimited.com\",\r\n        \"bcc\": \"rose@xyzlimited.com,jane@xyzlimited.com,david@xyzlimited.com\",\r\n        \"compressAttachments\": true,\r\n        \"emailed\": true,\r\n        \"internalId\":\"464\",\r\n        \"message\": \"\\n<!DOCTYPE html>\\n<html>\\n<head>\\n<meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\">\\n<title>Invoice</title>\\n<script language='JavaScript' type='text/javascript'>window.status='';</script><script type='text/javascript' src='/core/elements/compound/NLMapping.nl__t=qDzbFKsRE&NS_VER=2018.2.0&minver=90&locale=en_US.nlqs'></script>\\n<STYLE>\\n<!--\\nbody, p, td, th {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 11px;\\n}\\nth {\\n\\tfont-weight: bold;\\n\\tcolor: #FFFFFF;\\n}\\n.headline {\\n\\tfont-family: Helvetica, sans-serif;\\n\\tfont-size: 17pt;\\n\\tfont-weight: bold;\\n}\\n.disclaimer {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 9px;\\n}\\n.lined {\\n\\tborder: 1px solid #777777;\\n}\\n-->\\n</STYLE>\\n\\n<script type=\\\"application/json\\\" id=\\\"data_1237349250\\\"\\\">{\\\"translations\\\":{},\\\"horizontalLabelEnabled\\\":false}</script>\\n<script type=\\\"application/javascript\\\">\\n(function (data, preferences) {\\nNS = window.NS || {};\\n\\nNS.Translations = NS.Translations || {};\\nNS.Translations.dictionary = NS.Translations.dictionary || {};\\nfor(var key in data.translations)\\n{\\n    if (data.translations.hasOwnProperty(key))\\n    {\\n        NS.Translations.dictionary[key] = data.translations[key];\\n    }\\n}\\n\\nNS.UI = NS.UI || {};\\nNS.UI.Preferences = NS.UI.Preferences || {};\\nNS.UI.Preferences.horizontalLabelsEnabled = data.horizontalLabelEnabled;\\n\\n})(JSON.parse(document.getElementById('data_1237349250').textContent),{});\\n</script>\\n</head>\\n<body bgcolor='#FFFFFF'  class='body_2010 nl-pagetint ' link='#000000' vlink='#000000' alink='#000000' text='#000000' style='background-image:none;margin: 5px 0px 5px 0px;'>\\n<div id='outerwrapper' style='width:100%'>\\n<div id='innerwrapper'>\\n\\n<div id='div__header' \\nclass='noprint' \\nleftmargin='0' topmargin='0' marginwidth='1'>\\n<table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr bgcolor='#FFFFFF'><td>\\n        <table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr>\\n        </tr>\\n        </table></td></tr>\\n\\n</table></div>\\n<div id='div__title' style='margin: 0px;'></div>\\n<div id='div__label' class='scrollarea' style='margin: 0px; overflow:hidden;'></div>\\n<div id='div__body' style=\\\"margin: 0px; \\\">\\n<table align=center border=0 cellpadding=0 cellspacing=0 width=100%>\\n\\t<tr>\\n\\t\\t<td valign=top>\\n\\t\\t\\t \\n\\t\\t\\t<div class=\\\"headline\\\">XYZ Private Limited</div><BR>\\n\\t\\t\\t&nbsp;<br>Tax ID #: \\n\\t\\t\\t<P>\\n\\t\\t\\t<table border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t<TD valign=top><b>Bill To</b><br>&nbsp;</TD>\\n\\t\\t\\t\\t\\t<td>&nbsp;&nbsp;</td>\\n\\t\\t\\t\\t\\t \\n\\t\\t\\t\\t</tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t\\t<td valign=top>\\n\\t\\t\\t<table align=center border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr><td colspan=3><div class=\\\"headline\\\">Invoice</div></td></tr>\\n\\t\\t\\t\\t<tr><td>Date</td><td>&nbsp;</td><td>24/12/2018</td></tr>\\n\\t\\t\\t\\t<tr><td>Invoice #</td><td>&nbsp;</td><td>5</td></tr>\\n\\t\\t\\t\\t \\n\\t\\t\\t\\t<tr><td>Tax ID</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Terms</td><td>&nbsp;</td><td><span class='inputreadonly'>Due on receipt</span></td></tr><tr><td>Due Date</td><td>&nbsp;</td><td>24/12/2018</td></tr><tr><td>Subsidiary</td><td>&nbsp;</td><td><span class='inputreadonly'>Parent Company</span><input name=\\\"subsidiary\\\" id=\\\"subsidiary\\\" type=\\\"hidden\\\" onChange=\\\"\\\" value=\\\"1\\\"></td></tr><tr><td>PO #</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Project</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Start Date</td><td>&nbsp;</td><td>24/12/2018</td></tr><tr><td>End Date</td><td>&nbsp;</td><td>25/12/2018</td></tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t</tr>\\n</table>\\n<P>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"><tr bgcolor=\\\"#777777\\\"><th nowrap class=\\\"lined\\\" align=left>Item</th><th nowrap class=\\\"lined\\\" align=right>Quantity</th><th nowrap class=\\\"lined\\\" align=left>Serial/Lot Numbers</th><th nowrap class=\\\"lined\\\" align=left>Description</th><th nowrap class=\\\"lined\\\" align=right>Rate</th><th nowrap class=\\\"lined\\\" align=left>Options</th><th nowrap class=\\\"lined\\\" align=right>Amount</th><th nowrap class=\\\"lined\\\" align=right>Tax Rate</th><th nowrap class=\\\"lined\\\" align=right>Tax Amt</th><th nowrap class=\\\"lined\\\" align=right>Gross Amt</th></tr><tr><td valign=top class=\\\"lined\\\" >Pencil</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>1</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Pen</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>2</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>20.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>40.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>40.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Note Book</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>3</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>25.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>75.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>75.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" ><b>Tax Code Summary</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Tax Rate</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Net</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Tax</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >UNDEF-IN</td><td valign=top class=\\\"lined\\\"  align=right >0.0%</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >£120.00</td><td valign=top class=\\\"lined\\\"  align=right >£0.00</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"font-weight: bold;border-width: 0;\\\" align=right colspan=6>Total</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>£120.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Amount Paid</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>120.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%><tr bgcolor=\\\"#FFFFFF\\\"><td align=left>&nbsp;</td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"> </table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%  ><tr bgcolor=\\\"#FFFFFF\\\"> </tr></table>\\n</div>\\n<div id='div__footer' class='noprint' leftmargin='0' topmargin='0' marginwidth='1' marginheight='1'>\\n</div>\\n</div></div>\\n</body></html>\\n\",\r\n        \"subject\": \"XYZ Private Limited: Invoice #5\"\r\n       \r\n      }"},"url":"https://api.prestructured.com/netsuite/v0/message","urlObject":{"protocol":"https","path":["netsuite","v0","message"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"929bc65b-da89-4088-a129-fbeba1f1c13e","name":"Update messages","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" {\r\n        \"author\": {\r\n          \"internalId\": \"4\"\r\n        },\r\n        \"authorEmail\": \"anthony@xyzlimited.com\",\r\n        \"bcc\": \"rose@xyzlimited.com,jane@xyzlimited.com,david@xyzlimited.com\",\r\n        \"compressAttachments\": true,\r\n        \"emailed\": true,\r\n        \"internalId\":\"464\",\r\n        \"message\": \"\\n<!DOCTYPE html>\\n<html>\\n<head>\\n<meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\" />\\n<meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\">\\n<title>Invoice</title>\\n<script language='JavaScript' type='text/javascript'>window.status='';</script><script type='text/javascript' src='/core/elements/compound/NLMapping.nl__t=qDzbFKsRE&NS_VER=2018.2.0&minver=90&locale=en_US.nlqs'></script>\\n<STYLE>\\n<!--\\nbody, p, td, th {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 11px;\\n}\\nth {\\n\\tfont-weight: bold;\\n\\tcolor: #FFFFFF;\\n}\\n.headline {\\n\\tfont-family: Helvetica, sans-serif;\\n\\tfont-size: 17pt;\\n\\tfont-weight: bold;\\n}\\n.disclaimer {\\n\\tfont-family: Verdana, Arial, Helvetica, sans-serif;\\n\\tfont-size: 9px;\\n}\\n.lined {\\n\\tborder: 1px solid #777777;\\n}\\n-->\\n</STYLE>\\n\\n<script type=\\\"application/json\\\" id=\\\"data_1237349250\\\"\\\">{\\\"translations\\\":{},\\\"horizontalLabelEnabled\\\":false}</script>\\n<script type=\\\"application/javascript\\\">\\n(function (data, preferences) {\\nNS = window.NS || {};\\n\\nNS.Translations = NS.Translations || {};\\nNS.Translations.dictionary = NS.Translations.dictionary || {};\\nfor(var key in data.translations)\\n{\\n    if (data.translations.hasOwnProperty(key))\\n    {\\n        NS.Translations.dictionary[key] = data.translations[key];\\n    }\\n}\\n\\nNS.UI = NS.UI || {};\\nNS.UI.Preferences = NS.UI.Preferences || {};\\nNS.UI.Preferences.horizontalLabelsEnabled = data.horizontalLabelEnabled;\\n\\n})(JSON.parse(document.getElementById('data_1237349250').textContent),{});\\n</script>\\n</head>\\n<body bgcolor='#FFFFFF'  class='body_2010 nl-pagetint ' link='#000000' vlink='#000000' alink='#000000' text='#000000' style='background-image:none;margin: 5px 0px 5px 0px;'>\\n<div id='outerwrapper' style='width:100%'>\\n<div id='innerwrapper'>\\n\\n<div id='div__header' \\nclass='noprint' \\nleftmargin='0' topmargin='0' marginwidth='1'>\\n<table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr bgcolor='#FFFFFF'><td>\\n        <table border='0' cellspacing='0' cellpadding='0' width='100%'>\\n        <tr>\\n        </tr>\\n        </table></td></tr>\\n\\n</table></div>\\n<div id='div__title' style='margin: 0px;'></div>\\n<div id='div__label' class='scrollarea' style='margin: 0px; overflow:hidden;'></div>\\n<div id='div__body' style=\\\"margin: 0px; \\\">\\n<table align=center border=0 cellpadding=0 cellspacing=0 width=100%>\\n\\t<tr>\\n\\t\\t<td valign=top>\\n\\t\\t\\t \\n\\t\\t\\t<div class=\\\"headline\\\">XYZ Private Limited</div><BR>\\n\\t\\t\\t&nbsp;<br>Tax ID #: \\n\\t\\t\\t<P>\\n\\t\\t\\t<table border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr>\\n\\t\\t\\t\\t\\t<TD valign=top><b>Bill To</b><br>&nbsp;</TD>\\n\\t\\t\\t\\t\\t<td>&nbsp;&nbsp;</td>\\n\\t\\t\\t\\t\\t \\n\\t\\t\\t\\t</tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t\\t<td valign=top>\\n\\t\\t\\t<table align=center border=0 cellpadding=1 cellspacing=0>\\n\\t\\t\\t\\t<tr><td colspan=3><div class=\\\"headline\\\">Invoice</div></td></tr>\\n\\t\\t\\t\\t<tr><td>Date</td><td>&nbsp;</td><td>24/12/2018</td></tr>\\n\\t\\t\\t\\t<tr><td>Invoice #</td><td>&nbsp;</td><td>5</td></tr>\\n\\t\\t\\t\\t \\n\\t\\t\\t\\t<tr><td>Tax ID</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Terms</td><td>&nbsp;</td><td><span class='inputreadonly'>Due on receipt</span></td></tr><tr><td>Due Date</td><td>&nbsp;</td><td>24/12/2018</td></tr><tr><td>Subsidiary</td><td>&nbsp;</td><td><span class='inputreadonly'>Parent Company</span><input name=\\\"subsidiary\\\" id=\\\"subsidiary\\\" type=\\\"hidden\\\" onChange=\\\"\\\" value=\\\"1\\\"></td></tr><tr><td>PO #</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Project</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Start Date</td><td>&nbsp;</td><td>24/12/2018</td></tr><tr><td>End Date</td><td>&nbsp;</td><td>25/12/2018</td></tr>\\n\\t\\t\\t</table>\\n\\t\\t</td>\\n\\t</tr>\\n</table>\\n<P>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"><tr bgcolor=\\\"#777777\\\"><th nowrap class=\\\"lined\\\" align=left>Item</th><th nowrap class=\\\"lined\\\" align=right>Quantity</th><th nowrap class=\\\"lined\\\" align=left>Serial/Lot Numbers</th><th nowrap class=\\\"lined\\\" align=left>Description</th><th nowrap class=\\\"lined\\\" align=right>Rate</th><th nowrap class=\\\"lined\\\" align=left>Options</th><th nowrap class=\\\"lined\\\" align=right>Amount</th><th nowrap class=\\\"lined\\\" align=right>Tax Rate</th><th nowrap class=\\\"lined\\\" align=right>Tax Amt</th><th nowrap class=\\\"lined\\\" align=right>Gross Amt</th></tr><tr><td valign=top class=\\\"lined\\\" >Pencil</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>1</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>5.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Pen</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>2</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>20.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>40.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>40.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >Note Book</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>3</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>25.00</td>\\n<td valign=top class=\\\"lined\\\" >&nbsp;</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>75.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.0%</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>0.00</td>\\n<td valign=top class=\\\"lined\\\" align=right nowrap>75.00</td>\\n</tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" ><b>Tax Code Summary</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Tax Rate</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Net</b></td><td valign=top class=\\\"lined\\\"  align=right ><b>Total Tax</b></td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >UNDEF-IN</td><td valign=top class=\\\"lined\\\"  align=right >0.0%</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >£120.00</td><td valign=top class=\\\"lined\\\"  align=right >£0.00</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\"  align=right >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td><td valign=top class=\\\"lined\\\" >&nbsp;</td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"font-weight: bold;border-width: 0;\\\" align=right colspan=6>Total</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>£120.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr><tr><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right colspan=6>Amount Paid</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\" align=right nowrap>120.00</td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td><td valign=top class=\\\"lined\\\"  style=\\\"border-width: 0;\\\"></td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%><tr bgcolor=\\\"#FFFFFF\\\"><td align=left>&nbsp;</td></tr></table>\\n<table align=center border=0 cellpadding=3 cellspacing=0 width=100% style=\\\"border-collapse: collapse;\\\"> </table>\\n<table align=center border=0 cellpadding=3 cellspacing=1 width=100%  ><tr bgcolor=\\\"#FFFFFF\\\"> </tr></table>\\n</div>\\n<div id='div__footer' class='noprint' leftmargin='0' topmargin='0' marginwidth='1' marginheight='1'>\\n</div>\\n</div></div>\\n</body></html>\\n\",\r\n        \"subject\": \"XYZ Private Limited: Invoice #5\"\r\n       \r\n      }","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/message"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": false,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"464\",\r\n        \"name\": null,\r\n        \"type\": \"message\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": false,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": null,\r\n            \"code\": \"UPDATE_DISALLWD\",\r\n            \"message\": \"Update is not allowed\",\r\n            \"type\": \"ERROR\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"1cdaa366-6337-4c44-8036-8c71f9ecddc6"}],"id":"8e14c15e-9a0c-413d-9263-e9c09630ed34","event":[{"listen":"prerequest","script":{"id":"3f6f5dc7-2186-408e-bf36-296a1b951361","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"91f08c41-178a-4211-94ad-27fabb39624a","type":"text/javascript","exec":[""]}}],"_postman_id":"8e14c15e-9a0c-413d-9263-e9c09630ed34","description":""},{"name":"DELETE","item":[{"name":"Delete messages","id":"0fe3e0c9-d785-4e9d-afef-16fc817e5daf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/message?id=464","urlObject":{"protocol":"https","path":["netsuite","v0","message"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"464"}],"variable":[]}},"response":[{"id":"bd7f140f-ea27-4d9c-b7ae-3053fe4f73f7","name":"Delete messages","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/message?id=464","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","message"],"query":[{"key":"id","value":"464"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"464\",\r\n        \"name\": null,\r\n        \"type\": \"message\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"0fe3e0c9-d785-4e9d-afef-16fc817e5daf"}],"id":"302237a4-a756-4856-a475-b6e6f8790365","event":[{"listen":"prerequest","script":{"id":"8c505f5f-6571-436b-a637-c7df53077db2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"767c1f7d-528f-4f7c-a751-5ac60d21c73a","type":"text/javascript","exec":[""]}}],"_postman_id":"302237a4-a756-4856-a475-b6e6f8790365","description":""}],"id":"b8dfc1bf-6cc8-469b-8eef-3f81118af227","event":[{"listen":"prerequest","script":{"id":"f117724d-b17e-4220-9a42-dc2340ce5099","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"51e99e02-d19b-479a-9915-6f9286fa4978","type":"text/javascript","exec":[""]}}],"_postman_id":"b8dfc1bf-6cc8-469b-8eef-3f81118af227","description":""},{"name":"Note","item":[{"name":"GET","item":[{"name":"Retrieve note","id":"6cb1f07c-a013-4cd0-8f26-0eedf64d1010","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/note","urlObject":{"protocol":"https","path":["netsuite","v0","note"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"acff05f3-f8fd-436b-9fee-4d2753664378","name":"Retrieve note","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/note"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Anthony U\"\r\n                },\r\n                \"internalId\": \"2\",\r\n                \"lastModifiedDate\": 1575359416,\r\n                \"note\": \"Adding Prestructured record\",\r\n                \"noteDate\": 1575359340,\r\n                \"record\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"A\"\r\n                },\r\n                \"recordType\": {\r\n                    \"internalId\": \"17\",\r\n                    \"name\": \"Prestructured\"\r\n                },\r\n                \"title\": \"Adding Prestructured record\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Anthony U\"\r\n                },\r\n                \"internalId\": \"3\",\r\n                \"lastModifiedDate\": 1575359422,\r\n                \"note\": \"Adding Prestructured record\",\r\n                \"noteDate\": 1575359340,\r\n                \"record\": {\r\n                    \"internalId\": \"2\"\r\n                },\r\n                \"recordType\": {\r\n                    \"internalId\": \"17\",\r\n                    \"name\": \"Prestructured\"\r\n                },\r\n                \"title\": \"Adding Prestructured record\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Anthony U\"\r\n                },\r\n                \"internalId\": \"4\",\r\n                \"lastModifiedDate\": 1576739060,\r\n                \"note\": \"memo\",\r\n                \"noteDate\": 1576738980,\r\n                \"record\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"A\"\r\n                },\r\n                \"recordType\": {\r\n                    \"internalId\": \"18\"\r\n                },\r\n                \"title\": \"final notes\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Anthony U\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"17767\",\r\n                    \"name\": \"1\"\r\n                },\r\n                \"internalId\": \"5\",\r\n                \"lastModifiedDate\": 1589521636,\r\n                \"note\": \"memo final\",\r\n                \"noteDate\": 1589521560,\r\n                \"title\": \"final\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"15044\",\r\n                    \"name\": \"jon snow\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"366\",\r\n                    \"name\": \"AMBATI SHIV PRASAD\"\r\n                },\r\n                \"internalId\": \"6\",\r\n                \"lastModifiedDate\": 1595447500,\r\n                \"note\": \"hello\",\r\n                \"noteDate\": 1595447460,\r\n                \"noteType\": {\r\n                    \"internalId\": \"7\",\r\n                    \"name\": \"Note\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"15044\",\r\n                    \"name\": \"jon snow\"\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"429\",\r\n                            \"scriptId\": \"custrecord22\",\r\n                            \"value\": \"ERROR: Field 'recordid' Not Found\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"direction\": \"_incoming\",\r\n                \"entity\": {\r\n                    \"internalId\": \"366\",\r\n                    \"name\": \"AMBATI SHIV PRASAD\"\r\n                },\r\n                \"internalId\": \"7\",\r\n                \"lastModifiedDate\": 1595447607,\r\n                \"note\": \"hello\",\r\n                \"noteDate\": 1595447520,\r\n                \"noteType\": {\r\n                    \"internalId\": \"7\",\r\n                    \"name\": \"Note\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"15044\",\r\n                    \"name\": \"jon snow\"\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"429\",\r\n                            \"scriptId\": \"custrecord22\",\r\n                            \"value\": \"ERROR: Field 'parent' Not Found\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"366\",\r\n                    \"name\": \"AMBATI SHIV PRASAD\"\r\n                },\r\n                \"internalId\": \"8\",\r\n                \"lastModifiedDate\": 1595447720,\r\n                \"note\": \"hello\",\r\n                \"noteDate\": 1595447700,\r\n                \"noteType\": {\r\n                    \"internalId\": \"7\",\r\n                    \"name\": \"Note\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Anthony U\"\r\n                },\r\n                \"direction\": \"_incoming\",\r\n                \"internalId\": \"9\",\r\n                \"lastModifiedDate\": 1628753381,\r\n                \"note\": \"memo final\",\r\n                \"noteDate\": 1628753280,\r\n                \"noteType\": {\r\n                    \"internalId\": \"7\",\r\n                    \"name\": \"Note\"\r\n                },\r\n                \"record\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"A\"\r\n                },\r\n                \"recordType\": {\r\n                    \"internalId\": \"67\",\r\n                    \"name\": \"Sent Messages\"\r\n                },\r\n                \"title\": \"final Task\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Anthony U\"\r\n                },\r\n                \"internalId\": \"10\",\r\n                \"lastModifiedDate\": 1628756153,\r\n                \"note\": \"memo\",\r\n                \"noteDate\": 1628756040,\r\n                \"noteType\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Fax\"\r\n                },\r\n                \"record\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"D\"\r\n                },\r\n                \"recordType\": {\r\n                    \"internalId\": \"20\",\r\n                    \"name\": \"final Child Object\"\r\n                },\r\n                \"title\": \" Task\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Anthony U\"\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"429\",\r\n                            \"scriptId\": \"custrecord22\",\r\n                            \"value\": \"ERROR: Field 'parent' Not Found\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"direction\": \"_incoming\",\r\n                \"entity\": {\r\n                    \"internalId\": \"364\",\r\n                    \"name\": \"22\"\r\n                },\r\n                \"internalId\": \"11\",\r\n                \"lastModifiedDate\": 1664181844,\r\n                \"note\": \"This is final\",\r\n                \"noteDate\": 1664181780,\r\n                \"noteType\": {\r\n                    \"internalId\": \"7\",\r\n                    \"name\": \"Note\"\r\n                },\r\n                \"title\": \"final\",\r\n                \"transaction\": {\r\n                    \"internalId\": \"641\",\r\n                    \"name\": \"Sales Order #57\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Anthony U\"\r\n                },\r\n                \"internalId\": \"12\",\r\n                \"lastModifiedDate\": 1664181950,\r\n                \"note\": \"This is final\",\r\n                \"noteDate\": 1664181900,\r\n                \"record\": {\r\n                    \"internalId\": \"2\"\r\n                },\r\n                \"recordType\": {\r\n                    \"internalId\": \"67\",\r\n                    \"name\": \"Sent Messages\"\r\n                },\r\n                \"title\": \"final\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_5333445_SB1_10272022491211700781752097_8c8b5b611\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 1,\r\n    \"totalRecords\": 11\r\n}"}],"_postman_id":"6cb1f07c-a013-4cd0-8f26-0eedf64d1010"},{"name":"Retrieve note by search ID","id":"7a6ab111-6f94-4a74-8b9f-a3d4cc38e58e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/note?searchId=WEBSERVICES_5333445_SB1_10272022491211700781752097_8c8b5b611&page=1","urlObject":{"protocol":"https","path":["netsuite","v0","note"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_10272022491211700781752097_8c8b5b611"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"693ea3d7-8279-487a-8a39-39382f2a129b","name":"Retrieve note by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/note?searchId=WEBSERVICES_5333445_SB1_10272022491211700781752097_8c8b5b611&page=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","note"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_10272022491211700781752097_8c8b5b611"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:45:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173991"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Anthony U\"\r\n                },\r\n                \"internalId\": \"2\",\r\n                \"lastModifiedDate\": 1575359416,\r\n                \"note\": \"Adding Prestructured record\",\r\n                \"noteDate\": 1575359340,\r\n                \"record\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"A\"\r\n                },\r\n                \"recordType\": {\r\n                    \"internalId\": \"17\",\r\n                    \"name\": \"Prestructured\"\r\n                },\r\n                \"title\": \"Adding Prestructured record\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Anthony U\"\r\n                },\r\n                \"internalId\": \"3\",\r\n                \"lastModifiedDate\": 1575359422,\r\n                \"note\": \"Adding Prestructured record\",\r\n                \"noteDate\": 1575359340,\r\n                \"record\": {\r\n                    \"internalId\": \"2\"\r\n                },\r\n                \"recordType\": {\r\n                    \"internalId\": \"17\",\r\n                    \"name\": \"Prestructured\"\r\n                },\r\n                \"title\": \"Adding Prestructured record\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Anthony U\"\r\n                },\r\n                \"internalId\": \"4\",\r\n                \"lastModifiedDate\": 1576739060,\r\n                \"note\": \"memo\",\r\n                \"noteDate\": 1576738980,\r\n                \"record\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"A\"\r\n                },\r\n                \"recordType\": {\r\n                    \"internalId\": \"18\"\r\n                },\r\n                \"title\": \"final notes\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Anthony U\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"17767\",\r\n                    \"name\": \"1\"\r\n                },\r\n                \"internalId\": \"5\",\r\n                \"lastModifiedDate\": 1589521636,\r\n                \"note\": \"memo final\",\r\n                \"noteDate\": 1589521560,\r\n                \"title\": \"final\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"15044\",\r\n                    \"name\": \"jon snow\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"366\",\r\n                    \"name\": \"AMBATI SHIV PRASAD\"\r\n                },\r\n                \"internalId\": \"6\",\r\n                \"lastModifiedDate\": 1595447500,\r\n                \"note\": \"hello\",\r\n                \"noteDate\": 1595447460,\r\n                \"noteType\": {\r\n                    \"internalId\": \"7\",\r\n                    \"name\": \"Note\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"15044\",\r\n                    \"name\": \"jon snow\"\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"429\",\r\n                            \"scriptId\": \"custrecord22\",\r\n                            \"value\": \"ERROR: Field 'recordid' Not Found\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"direction\": \"_incoming\",\r\n                \"entity\": {\r\n                    \"internalId\": \"366\",\r\n                    \"name\": \"AMBATI SHIV PRASAD\"\r\n                },\r\n                \"internalId\": \"7\",\r\n                \"lastModifiedDate\": 1595447607,\r\n                \"note\": \"hello\",\r\n                \"noteDate\": 1595447520,\r\n                \"noteType\": {\r\n                    \"internalId\": \"7\",\r\n                    \"name\": \"Note\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"15044\",\r\n                    \"name\": \"jon snow\"\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"429\",\r\n                            \"scriptId\": \"custrecord22\",\r\n                            \"value\": \"ERROR: Field 'parent' Not Found\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"366\",\r\n                    \"name\": \"AMBATI SHIV PRASAD\"\r\n                },\r\n                \"internalId\": \"8\",\r\n                \"lastModifiedDate\": 1595447720,\r\n                \"note\": \"hello\",\r\n                \"noteDate\": 1595447700,\r\n                \"noteType\": {\r\n                    \"internalId\": \"7\",\r\n                    \"name\": \"Note\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Anthony U\"\r\n                },\r\n                \"direction\": \"_incoming\",\r\n                \"internalId\": \"9\",\r\n                \"lastModifiedDate\": 1628753381,\r\n                \"note\": \"memo final\",\r\n                \"noteDate\": 1628753280,\r\n                \"noteType\": {\r\n                    \"internalId\": \"7\",\r\n                    \"name\": \"Note\"\r\n                },\r\n                \"record\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"A\"\r\n                },\r\n                \"recordType\": {\r\n                    \"internalId\": \"67\",\r\n                    \"name\": \"Sent Messages\"\r\n                },\r\n                \"title\": \"final Task\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Anthony U\"\r\n                },\r\n                \"internalId\": \"10\",\r\n                \"lastModifiedDate\": 1628756153,\r\n                \"note\": \"memo\",\r\n                \"noteDate\": 1628756040,\r\n                \"noteType\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Fax\"\r\n                },\r\n                \"record\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"D\"\r\n                },\r\n                \"recordType\": {\r\n                    \"internalId\": \"20\",\r\n                    \"name\": \"final Child Object\"\r\n                },\r\n                \"title\": \" Task\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Anthony U\"\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"429\",\r\n                            \"scriptId\": \"custrecord22\",\r\n                            \"value\": \"ERROR: Field 'parent' Not Found\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"direction\": \"_incoming\",\r\n                \"entity\": {\r\n                    \"internalId\": \"364\",\r\n                    \"name\": \"22\"\r\n                },\r\n                \"internalId\": \"11\",\r\n                \"lastModifiedDate\": 1664181844,\r\n                \"note\": \"This is final\",\r\n                \"noteDate\": 1664181780,\r\n                \"noteType\": {\r\n                    \"internalId\": \"7\",\r\n                    \"name\": \"Note\"\r\n                },\r\n                \"title\": \"final\",\r\n                \"transaction\": {\r\n                    \"internalId\": \"641\",\r\n                    \"name\": \"Sales Order #57\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Anthony U\"\r\n                },\r\n                \"internalId\": \"12\",\r\n                \"lastModifiedDate\": 1664181950,\r\n                \"note\": \"This is final\",\r\n                \"noteDate\": 1664181900,\r\n                \"record\": {\r\n                    \"internalId\": \"2\"\r\n                },\r\n                \"recordType\": {\r\n                    \"internalId\": \"67\",\r\n                    \"name\": \"Sent Messages\"\r\n                },\r\n                \"title\": \"final\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_5333445_SB1_10272022491211700781752097_8c8b5b611\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 1,\r\n    \"totalRecords\": 11\r\n}"}],"_postman_id":"7a6ab111-6f94-4a74-8b9f-a3d4cc38e58e"},{"name":"Retrieve note by where","id":"3b8c8c8b-fce9-4a92-9e7f-4b1e3d76946a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/note?where=noteDate<1577664388","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>NoteDate</td>\n<td>1546789123</td>\n<td>Used to Include the note date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","note"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"noteDate<1577664388"}],"variable":[]}},"response":[{"id":"2c080a68-5fc8-4e1f-ac41-a2e015ae2053","name":"Retrieve note by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/note?where=noteDate<1577664388","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","note"],"query":[{"key":"where","value":"noteDate<1577664388"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Anthony U\"\r\n                },\r\n                \"internalId\": \"2\",\r\n                \"lastModifiedDate\": 1575359416,\r\n                \"note\": \"Adding Prestructured record\",\r\n                \"noteDate\": 1575359340,\r\n                \"record\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"A\"\r\n                },\r\n                \"recordType\": {\r\n                    \"internalId\": \"17\",\r\n                    \"name\": \"Prestructured\"\r\n                },\r\n                \"title\": \"Adding Prestructured record\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Anthony U\"\r\n                },\r\n                \"internalId\": \"3\",\r\n                \"lastModifiedDate\": 1575359422,\r\n                \"note\": \"Adding Prestructured record\",\r\n                \"noteDate\": 1575359340,\r\n                \"record\": {\r\n                    \"internalId\": \"2\"\r\n                },\r\n                \"recordType\": {\r\n                    \"internalId\": \"17\",\r\n                    \"name\": \"Prestructured\"\r\n                },\r\n                \"title\": \"Adding Prestructured record\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Anthony U\"\r\n                },\r\n                \"internalId\": \"4\",\r\n                \"lastModifiedDate\": 1576739060,\r\n                \"note\": \"memo\",\r\n                \"noteDate\": 1576738980,\r\n                \"record\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"A\"\r\n                },\r\n                \"recordType\": {\r\n                    \"internalId\": \"18\"\r\n                },\r\n                \"title\": \"final notes\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Anthony U\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"17767\",\r\n                    \"name\": \"1\"\r\n                },\r\n                \"internalId\": \"5\",\r\n                \"lastModifiedDate\": 1589521636,\r\n                \"note\": \"memo final\",\r\n                \"noteDate\": 1589521560,\r\n                \"title\": \"final\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"15044\",\r\n                    \"name\": \"jon snow\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"366\",\r\n                    \"name\": \"AMBATI SHIV PRASAD\"\r\n                },\r\n                \"internalId\": \"6\",\r\n                \"lastModifiedDate\": 1595447500,\r\n                \"note\": \"hello\",\r\n                \"noteDate\": 1595447460,\r\n                \"noteType\": {\r\n                    \"internalId\": \"7\",\r\n                    \"name\": \"Note\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"15044\",\r\n                    \"name\": \"jon snow\"\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"429\",\r\n                            \"scriptId\": \"custrecord22\",\r\n                            \"value\": \"ERROR: Field 'recordid' Not Found\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"direction\": \"_incoming\",\r\n                \"entity\": {\r\n                    \"internalId\": \"366\",\r\n                    \"name\": \"AMBATI SHIV PRASAD\"\r\n                },\r\n                \"internalId\": \"7\",\r\n                \"lastModifiedDate\": 1595447607,\r\n                \"note\": \"hello\",\r\n                \"noteDate\": 1595447520,\r\n                \"noteType\": {\r\n                    \"internalId\": \"7\",\r\n                    \"name\": \"Note\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"15044\",\r\n                    \"name\": \"jon snow\"\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"429\",\r\n                            \"scriptId\": \"custrecord22\",\r\n                            \"value\": \"ERROR: Field 'parent' Not Found\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"366\",\r\n                    \"name\": \"AMBATI SHIV PRASAD\"\r\n                },\r\n                \"internalId\": \"8\",\r\n                \"lastModifiedDate\": 1595447720,\r\n                \"note\": \"hello\",\r\n                \"noteDate\": 1595447700,\r\n                \"noteType\": {\r\n                    \"internalId\": \"7\",\r\n                    \"name\": \"Note\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Anthony U\"\r\n                },\r\n                \"direction\": \"_incoming\",\r\n                \"internalId\": \"9\",\r\n                \"lastModifiedDate\": 1628753381,\r\n                \"note\": \"memo final\",\r\n                \"noteDate\": 1628753280,\r\n                \"noteType\": {\r\n                    \"internalId\": \"7\",\r\n                    \"name\": \"Note\"\r\n                },\r\n                \"record\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"A\"\r\n                },\r\n                \"recordType\": {\r\n                    \"internalId\": \"67\",\r\n                    \"name\": \"Sent Messages\"\r\n                },\r\n                \"title\": \"final Task\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Anthony U\"\r\n                },\r\n                \"internalId\": \"10\",\r\n                \"lastModifiedDate\": 1628756153,\r\n                \"note\": \"memo\",\r\n                \"noteDate\": 1628756040,\r\n                \"noteType\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Fax\"\r\n                },\r\n                \"record\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"D\"\r\n                },\r\n                \"recordType\": {\r\n                    \"internalId\": \"20\",\r\n                    \"name\": \"final Child Object\"\r\n                },\r\n                \"title\": \"final Task\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Anthony U\"\r\n                },\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"429\",\r\n                            \"scriptId\": \"custrecord22\",\r\n                            \"value\": \"ERROR: Field 'parent' Not Found\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"direction\": \"_incoming\",\r\n                \"entity\": {\r\n                    \"internalId\": \"364\",\r\n                    \"name\": \"22\"\r\n                },\r\n                \"internalId\": \"11\",\r\n                \"lastModifiedDate\": 1664181844,\r\n                \"note\": \"This is final\",\r\n                \"noteDate\": 1664181780,\r\n                \"noteType\": {\r\n                    \"internalId\": \"7\",\r\n                    \"name\": \"Note\"\r\n                },\r\n                \"title\": \"final\",\r\n                \"transaction\": {\r\n                    \"internalId\": \"641\",\r\n                    \"name\": \"Sales Order #57\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_5333445_SB1_10272022492452254501963227_14f402cad\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 1,\r\n    \"totalRecords\": 10\r\n}"}],"_postman_id":"3b8c8c8b-fce9-4a92-9e7f-4b1e3d76946a"},{"name":"Retrieve note by ID","id":"cc579e9f-3742-4657-b46b-8eb19344e791","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/note?id=7","urlObject":{"protocol":"https","path":["netsuite","v0","note"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"7"}],"variable":[]}},"response":[{"id":"a57062a5-e492-4d9e-9c02-a6885be24849","name":"Retrieve note by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/note?id=7","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","note"],"query":[{"key":"id","value":"7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"author\": {\r\n                    \"internalId\": \"15044\",\r\n                    \"name\": \"jon snow\"\r\n                },\r\n                \"direction\": \"_incoming\",\r\n                \"entity\": {\r\n                    \"internalId\": \"366\",\r\n                    \"name\": \"AMBATI SHIV PRASAD\"\r\n                },\r\n                \"internalId\": \"7\",\r\n                \"lastModifiedDate\": 1595447607,\r\n                \"note\": \"hello\",\r\n                \"noteDate\": 1595447520,\r\n                \"noteType\": {\r\n                    \"internalId\": \"7\",\r\n                    \"name\": \"Note\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    }\r\n}"}],"_postman_id":"cc579e9f-3742-4657-b46b-8eb19344e791"}],"id":"2c8f5ec0-17aa-4b96-a19f-dc310550534a","event":[{"listen":"prerequest","script":{"id":"c0c1dee4-0791-4f43-9ad0-d8b3b1924bae","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ea01a167-4c8b-41a7-b3ae-02e8fefa9ce2","type":"text/javascript","exec":[""]}}],"_postman_id":"2c8f5ec0-17aa-4b96-a19f-dc310550534a","description":""},{"name":"POST","item":[{"name":"Create note","id":"55ebd1f3-77b6-46c9-a4df-c8ffeb99da60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"author\":{\r\n      \"internalId\":\"4\",\r\n      \"name\":\"Jon snow\"\r\n   },\r\n   \"note\":\"Adding Prestructured record\",\r\n   \"noteDate\":1575359340,\r\n   \"record\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"A\"\r\n   },\r\n   \"recordType\":{\r\n      \"internalId\":\"17\",\r\n      \"name\":\"Prestructured\"\r\n   },\r\n   \"title\":\"Adding Prestructured record\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/note","urlObject":{"protocol":"https","path":["netsuite","v0","note"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"17565c38-be74-44a4-a531-7c622eba3807","name":"Create note","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"author\":{\r\n      \"internalId\":\"4\",\r\n      \"name\":\"Jon snow\"\r\n   },\r\n   \"note\":\"Adding Prestructured record\",\r\n   \"noteDate\":1575359340,\r\n   \"record\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"A\"\r\n   },\r\n   \"recordType\":{\r\n      \"internalId\":\"17\",\r\n      \"name\":\"Prestructured\"\r\n   },\r\n   \"title\":\"Adding Prestructured record\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/note"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"113\",\r\n                \"name\": null,\r\n                \"type\": \"note\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": [\r\n                    {\r\n                        \"afterSubmitFailed\": false,\r\n                        \"code\": null,\r\n                        \"message\": null,\r\n                        \"type\": \"ERROR\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"55ebd1f3-77b6-46c9-a4df-c8ffeb99da60"}],"id":"efdffc60-b8b7-4df7-8fa0-e5bcfca1fdb0","event":[{"listen":"prerequest","script":{"id":"1e0b1230-46f1-42e4-8045-9e4ae16a70fe","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"83fb93a4-819a-4e5a-8164-32329ea3af71","type":"text/javascript","exec":[""]}}],"_postman_id":"efdffc60-b8b7-4df7-8fa0-e5bcfca1fdb0","description":""},{"name":"PUT","item":[{"name":"Update note","id":"029fa916-cc95-4b28-a29b-91b8847e6666","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"author\":{\r\n      \"internalId\":\"4\",\r\n      \"name\":\"jon snow\"\r\n   },\r\n   \"note\":\"Adding test Prestructured record\",\r\n   \"internalId\":\"113\",\r\n   \"noteDate\":1575359340,\r\n   \"record\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"A\"\r\n   },\r\n   \"recordType\":{\r\n      \"internalId\":\"17\",\r\n      \"name\":\"Prestructured\"\r\n   },\r\n   \"title\":\"Adding Prestructured record\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/note","urlObject":{"protocol":"https","path":["netsuite","v0","note"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"cd74be5c-6eee-4e9c-908e-85689b166321","name":"Update note","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"author\":{\r\n      \"internalId\":\"4\",\r\n      \"name\":\"jon snow\"\r\n   },\r\n   \"note\":\"Adding test Prestructured record\",\r\n   \"internalId\":\"113\",\r\n   \"noteDate\":1575359340,\r\n   \"record\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"A\"\r\n   },\r\n   \"recordType\":{\r\n      \"internalId\":\"17\",\r\n      \"name\":\"Prestructured\"\r\n   },\r\n   \"title\":\"Adding Prestructured record\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/note"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"113\",\r\n                \"name\": null,\r\n                \"type\": \"note\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": [\r\n                    {\r\n                        \"afterSubmitFailed\": false,\r\n                        \"code\": null,\r\n                        \"message\": null,\r\n                        \"type\": \"ERROR\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"029fa916-cc95-4b28-a29b-91b8847e6666"}],"id":"75800455-811c-4e1c-a399-cc11e3f3c5b1","event":[{"listen":"prerequest","script":{"id":"3f6f5dc7-2186-408e-bf36-296a1b951361","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"91f08c41-178a-4211-94ad-27fabb39624a","type":"text/javascript","exec":[""]}}],"_postman_id":"75800455-811c-4e1c-a399-cc11e3f3c5b1","description":""},{"name":"DELETE","item":[{"name":"Delete note","id":"aaab59a5-227b-4889-9bc3-9313f10d581d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/note?id=113","urlObject":{"protocol":"https","path":["netsuite","v0","note"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"113"}],"variable":[]}},"response":[{"id":"2ff065b0-20fa-4301-9496-5e3f0d23f955","name":"Delete note","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/note?id=113","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","note"],"query":[{"key":"id","value":"113"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"113\",\r\n                \"name\": null,\r\n                \"type\": \"note\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"aaab59a5-227b-4889-9bc3-9313f10d581d"}],"id":"999e17bf-6734-4cef-923d-2b7b3f5f86b3","event":[{"listen":"prerequest","script":{"id":"8c505f5f-6571-436b-a637-c7df53077db2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"767c1f7d-528f-4f7c-a751-5ac60d21c73a","type":"text/javascript","exec":[""]}}],"_postman_id":"999e17bf-6734-4cef-923d-2b7b3f5f86b3","description":""}],"id":"d74f14f0-0285-4a80-8ea7-46609959fa9f","event":[{"listen":"prerequest","script":{"id":"f117724d-b17e-4220-9a42-dc2340ce5099","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"51e99e02-d19b-479a-9915-6f9286fa4978","type":"text/javascript","exec":[""]}}],"_postman_id":"d74f14f0-0285-4a80-8ea7-46609959fa9f","description":""},{"name":"Payment Method","item":[{"name":"GET","item":[{"name":"Retrieve Payment Method","id":"dadf03b3-2721-4469-ab17-0823df5e36ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/paymentMethod","urlObject":{"protocol":"https","path":["netsuite","v0","paymentMethod"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"9cd01a54-7a34-4f42-b96c-d5107dcf098c","name":"Retrieve Payment Method","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/paymentMethod"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"internalId\": \"1\",\r\n                \"isDebitCard\": false,\r\n                \"isInactive\": false,\r\n                \"isOnline\": false,\r\n                \"name\": \"Cash\",\r\n                \"undepFunds\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"internalId\": \"2\",\r\n                \"isDebitCard\": false,\r\n                \"isInactive\": false,\r\n                \"isOnline\": false,\r\n                \"name\": \"Check\",\r\n                \"undepFunds\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"internalId\": \"3\",\r\n                \"isDebitCard\": false,\r\n                \"isInactive\": false,\r\n                \"isOnline\": true,\r\n                \"name\": \"Discover\",\r\n                \"undepFunds\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"internalId\": \"4\",\r\n                \"isDebitCard\": false,\r\n                \"isInactive\": false,\r\n                \"isOnline\": true,\r\n                \"name\": \"Master Card\",\r\n                \"undepFunds\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"internalId\": \"5\",\r\n                \"isDebitCard\": false,\r\n                \"isInactive\": false,\r\n                \"isOnline\": true,\r\n                \"name\": \"VISA\",\r\n                \"undepFunds\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"internalId\": \"6\",\r\n                \"isDebitCard\": false,\r\n                \"isInactive\": false,\r\n                \"isOnline\": true,\r\n                \"name\": \"American Express\",\r\n                \"undepFunds\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_5333445_SB1_01292021131770596779255760_691c04ee8\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 1,\r\n    \"totalRecords\": 6\r\n}"}],"_postman_id":"dadf03b3-2721-4469-ab17-0823df5e36ba"},{"name":"Retrieve Payment Method by search ID","id":"04119005-0de8-4296-a6ba-0c80e4bdd9a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/paymentMethod?operationId=WEBSERVICES_5333445_SB1_0131202115507133371017663294_23131b6&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","paymentMethod"],"host":["api","prestructured","com"],"query":[{"key":"operationId","value":"WEBSERVICES_5333445_SB1_0131202115507133371017663294_23131b6"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"40dc3ee3-86f3-493a-937e-df633c3a911a","name":"Retrieve Payment Method by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/postingTransaction?operationId=WEBSERVICES_5333445_SB1_0131202115503917401049676460_c5dc82a&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","postingTransaction"],"query":[{"key":"operationId","value":"WEBSERVICES_5333445_SB1_0131202115503917401049676460_c5dc82a"},{"key":"page","value":"2"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"internalId\": \"1\",\r\n                \"isDebitCard\": false,\r\n                \"isInactive\": false,\r\n                \"isOnline\": false,\r\n                \"name\": \"Cash\",\r\n                \"undepFunds\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"internalId\": \"2\",\r\n                \"isDebitCard\": false,\r\n                \"isInactive\": false,\r\n                \"isOnline\": false,\r\n                \"name\": \"Check\",\r\n                \"undepFunds\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"internalId\": \"3\",\r\n                \"isDebitCard\": false,\r\n                \"isInactive\": false,\r\n                \"isOnline\": true,\r\n                \"name\": \"Discover\",\r\n                \"undepFunds\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"internalId\": \"4\",\r\n                \"isDebitCard\": false,\r\n                \"isInactive\": false,\r\n                \"isOnline\": true,\r\n                \"name\": \"Master Card\",\r\n                \"undepFunds\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"internalId\": \"5\",\r\n                \"isDebitCard\": false,\r\n                \"isInactive\": false,\r\n                \"isOnline\": true,\r\n                \"name\": \"VISA\",\r\n                \"undepFunds\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"internalId\": \"6\",\r\n                \"isDebitCard\": false,\r\n                \"isInactive\": false,\r\n                \"isOnline\": true,\r\n                \"name\": \"American Express\",\r\n                \"undepFunds\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_5333445_SB1_0131202115507329171283493343_fbdcd6e\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 1,\r\n    \"totalRecords\": 6\r\n}"}],"_postman_id":"04119005-0de8-4296-a6ba-0c80e4bdd9a6"},{"name":"Retrieve Payment Method by where","id":"9e279d85-7980-4094-b1cf-f1b0c5de79c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/paymentMethod?where=name=Cash","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>Cash</td>\n<td>Used to Include the name filter for the request. e.g., name=Cash.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","paymentMethod"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"name=Cash"}],"variable":[]}},"response":[{"id":"e8bb6b99-a591-444f-8ffa-ba8bedfc41a6","name":"Retrieve Payment Method by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/paymentMethod?where=name=Cash","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","paymentMethod"],"query":[{"key":"where","value":"name=Cash"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n\"isSuccess\": true,\r\n\"pageIndex\": 1,\r\n\"readResponse\": [\r\n  {\r\n\"record\": {\r\n\"internalId\": \"1\",\r\n\"isDebitCard\": false,\r\n\"isInactive\": false,\r\n\"isOnline\": false,\r\n\"name\": \"Cash\",\r\n\"undepFunds\": false\r\n},\r\n\"status\": {\r\n\"isSuccess\": true\r\n}\r\n}\r\n],\r\n\"searchId\": \"WEBSERVICES_5333445_SB1_020220211722035771967883667_da3dd6c5\",\r\n\"status\": {\r\n\"isSuccess\": true\r\n},\r\n\"totalPages\": 1,\r\n\"totalRecords\": 1\r\n}"}],"_postman_id":"9e279d85-7980-4094-b1cf-f1b0c5de79c8"},{"name":"Retrieve Payment Method by ID","id":"07502549-405e-4b15-bed5-da67322bd4eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/paymentMethod?id=3","urlObject":{"protocol":"https","path":["netsuite","v0","paymentMethod"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"3"}],"variable":[]}},"response":[{"id":"ed5d377b-b022-4813-9ce4-59663c4026b7","name":"Retrieve Payment Method by ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/paymentMethod?id=3","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","paymentMethod"],"query":[{"key":"id","value":"3"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"internalId\": \"3\",\r\n                \"isDebitCard\": false,\r\n                \"isInactive\": false,\r\n                \"isOnline\": true,\r\n                \"name\": \"Discover\",\r\n                \"undepFunds\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    }\r\n}"}],"_postman_id":"07502549-405e-4b15-bed5-da67322bd4eb"}],"id":"eec06e6e-2b74-4e8e-b51a-393ac5d82451","_postman_id":"eec06e6e-2b74-4e8e-b51a-393ac5d82451","description":""}],"id":"330e5dd9-2fd1-4b3a-b280-1f7d314d425f","event":[{"listen":"prerequest","script":{"id":"d7208ae7-a40c-4653-bdfd-36cd4a47accc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"187d16e9-2553-4d75-b4a2-b2b49f32fa3f","type":"text/javascript","exec":[""]}}],"_postman_id":"330e5dd9-2fd1-4b3a-b280-1f7d314d425f","description":""},{"name":"Posting Transaction","item":[{"name":"GET","item":[{"name":"Retrieve Posting Transaction","id":"6e3e3ead-d370-479c-859c-fce8ad918e3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/postingTransaction","urlObject":{"protocol":"https","path":["netsuite","v0","postingTransaction"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"b8f223f2-66d3-4a52-be1b-46eebd4df830","name":"Posting Transaction","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/postingTransaction"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1545306636,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"email\": \"info.me@abc.com\",\r\n                \"entity\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"4 ABC Private Corporation\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"3\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1601532202,\r\n                \"otherRefNum\": \"23\",\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1545271200,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 105.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 105.0,\r\n                \"tranDate\": 1545271200,\r\n                \"tranId\": \"2\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"applied\": 55.0,\r\n                \"createdDate\": 1545400016,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"Invoice #2\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"email\": \"info.me@abc.com\",\r\n                \"entity\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"4 ABC Private Corporation\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"5\",\r\n                \"lastModifiedDate\": 1554496144,\r\n                \"otherRefNum\": \"23\",\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1545271200,\r\n                \"status\": \"Open\",\r\n                \"subTotal\": 105.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 105.0,\r\n                \"tranDate\": 1545357600,\r\n                \"tranId\": \"1\",\r\n                \"transactionType\": \"CreditMemo\",\r\n                \"unapplied\": 50.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1545644339,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"discountItem\": {\r\n                    \"internalId\": \"9\",\r\n                    \"name\": \"Vendor Discount\"\r\n                },\r\n                \"discountRate\": \"-5.00%\",\r\n                \"discountTotal\": -4.95,\r\n                \"dueDate\": 1545616800,\r\n                \"endDate\": 1545703200,\r\n                \"entity\": {\r\n                    \"internalId\": \"27\",\r\n                    \"name\": \"8 Kalpana G\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"11\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1545806800,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1545616800,\r\n                \"shipIsResidential\": false,\r\n                \"startDate\": 1545616800,\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 99.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 1.41,\r\n                \"terms\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Due on receipt\"\r\n                },\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 95.46,\r\n                \"tranDate\": 1545616800,\r\n                \"tranId\": \"5\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1545803524,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"discountItem\": {\r\n                    \"internalId\": \"10\",\r\n                    \"name\": \"Discount\"\r\n                },\r\n                \"discountRate\": \"-15.00%\",\r\n                \"discountTotal\": -8.25,\r\n                \"dueDate\": 1548381600,\r\n                \"email\": \"kalpana@Asdfg.com\",\r\n                \"endDate\": 1545703200,\r\n                \"entity\": {\r\n                    \"internalId\": \"27\",\r\n                    \"name\": \"8 Kalpana G\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"15\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1556176399,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1545789600,\r\n                \"shipIsResidential\": false,\r\n                \"startDate\": 1545616800,\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 55.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 1.17,\r\n                \"terms\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"1% 10 Net 30\"\r\n                },\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 47.92,\r\n                \"tranDate\": 1545789600,\r\n                \"tranId\": \"6\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"125\",\r\n                    \"name\": \"Undeposited Funds\"\r\n                },\r\n                \"applied\": 95.46,\r\n                \"arAcct\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1545806800,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customer\": {\r\n                    \"internalId\": \"27\",\r\n                    \"name\": \"8 Kalpana G\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"ignoreAvs\": false,\r\n                \"internalId\": \"22\",\r\n                \"isRecurringPayment\": false,\r\n                \"lastModifiedDate\": 1545806800,\r\n                \"payment\": 95.46,\r\n                \"pending\": 0.0,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"status\": \"Not Deposited\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1545789600,\r\n                \"tranId\": \"5\",\r\n                \"transactionType\": \"CustomerPayment\",\r\n                \"unapplied\": 0.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1545806992,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dueDate\": 1544839200,\r\n                \"email\": \"kalpana@Asdfg.com\",\r\n                \"endDate\": 1544407200,\r\n                \"entity\": {\r\n                    \"internalId\": \"27\",\r\n                    \"name\": \"8 Kalpana G\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"23\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1557388004,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1545789600,\r\n                \"shipIsResidential\": false,\r\n                \"startDate\": 1543629600,\r\n                \"status\": \"Open\",\r\n                \"subTotal\": 30.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.76,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 30.76,\r\n                \"tranDate\": 1545789600,\r\n                \"tranId\": \"7\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1546421427,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"discountItem\": {\r\n                    \"internalId\": \"10\",\r\n                    \"name\": \"Discount\"\r\n                },\r\n                \"discountRate\": \"-15.00%\",\r\n                \"discountTotal\": -9.9,\r\n                \"dueDate\": 1546221600,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"26\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1574260967,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1546221600,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Open\",\r\n                \"subTotal\": 66.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 56.1,\r\n                \"tranDate\": 1546221600,\r\n                \"tranId\": \"9\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"applied\": 46.1,\r\n                \"createdDate\": 1546421573,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"Invoice #9\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"discountItem\": {\r\n                    \"internalId\": \"10\",\r\n                    \"name\": \"Discount\"\r\n                },\r\n                \"discountRate\": \"-15.00%\",\r\n                \"discountTotal\": -9.9,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"27\",\r\n                \"lastModifiedDate\": 1552981101,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1546221600,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"status\": \"Open\",\r\n                \"subTotal\": 66.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 56.1,\r\n                \"tranDate\": 1546221600,\r\n                \"tranId\": \"5\",\r\n                \"transactionType\": \"CreditMemo\",\r\n                \"unapplied\": 10.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1546421753,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"286\",\r\n                            \"scriptId\": \"custbody_bwcl_opportunity\",\r\n                            \"value\": \"0064W00000wLZQXQA4\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"dueDate\": 1534302000,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"28\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1608038745,\r\n                \"location\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Atlanta west\"\r\n                },\r\n                \"nextApprover\": {\r\n                    \"internalId\": \"-1\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"104\",\r\n                    \"name\": \"Feb 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1517450400,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 170.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 170.0,\r\n                \"tranDate\": 1517450400,\r\n                \"tranId\": \"10\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"125\",\r\n                    \"name\": \"Undeposited Funds\"\r\n                },\r\n                \"applied\": 35.0,\r\n                \"arAcct\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1546423794,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customer\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"ignoreAvs\": false,\r\n                \"internalId\": \"29\",\r\n                \"isRecurringPayment\": false,\r\n                \"lastModifiedDate\": 1555497191,\r\n                \"payment\": 35.0,\r\n                \"pending\": 0.0,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"status\": \"Not Deposited\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1543716000,\r\n                \"tranId\": \"6\",\r\n                \"transactionType\": \"CustomerPayment\",\r\n                \"unapplied\": 0.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"125\",\r\n                    \"name\": \"Undeposited Funds\"\r\n                },\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1546424068,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customer\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"ignoreAvs\": false,\r\n                \"internalId\": \"30\",\r\n                \"isRecurringPayment\": false,\r\n                \"lastModifiedDate\": 1546424068,\r\n                \"payment\": 100.0,\r\n                \"paymentMethod\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Cash\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"status\": \"Not Deposited\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1544839200,\r\n                \"tranId\": \"1\",\r\n                \"transactionType\": \"CustomerDeposit\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1546424165,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dueDate\": 1542247200,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"31\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1546586738,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"116\",\r\n                    \"name\": \"Nov 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1542247200,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 174.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 174.0,\r\n                \"tranDate\": 1542247200,\r\n                \"tranId\": \"11\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Cheque Account\"\r\n                },\r\n                \"applied\": 174.0,\r\n                \"arAcct\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1546424269,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customer\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"ignoreAvs\": false,\r\n                \"internalId\": \"32\",\r\n                \"isRecurringPayment\": false,\r\n                \"lastModifiedDate\": 1546424269,\r\n                \"payment\": 174.0,\r\n                \"paymentMethod\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Cash\"\r\n                },\r\n                \"pending\": 0.0,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"status\": \"Deposited\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1543629600,\r\n                \"tranId\": \"7\",\r\n                \"transactionType\": \"CustomerPayment\",\r\n                \"unapplied\": 0.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1546424701,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dueDate\": 1538708400,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"33\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1574260967,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"115\",\r\n                    \"name\": \"Oct 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1538535600,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Open\",\r\n                \"subTotal\": 245.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 245.0,\r\n                \"tranDate\": 1538535600,\r\n                \"tranId\": \"12\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1546424820,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"discountItem\": {\r\n                    \"internalId\": \"10\",\r\n                    \"name\": \"Discount\"\r\n                },\r\n                \"discountRate\": \"-15.00%\",\r\n                \"discountTotal\": -30.3,\r\n                \"dueDate\": 1542592800,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"34\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1574260967,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"116\",\r\n                    \"name\": \"Nov 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1541815200,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Open\",\r\n                \"subTotal\": 202.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 171.7,\r\n                \"tranDate\": 1541815200,\r\n                \"tranId\": \"13\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1546425216,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dueDate\": 1545876000,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"35\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1551768745,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1544580000,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 60.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 60.0,\r\n                \"tranDate\": 1544580000,\r\n                \"tranId\": \"14\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1546428149,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dueDate\": 1546394400,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"36\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1556176261,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"120\",\r\n                    \"name\": \"Jan 2019\"\r\n                },\r\n                \"salesEffectiveDate\": 1546394400,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 25.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 25.0,\r\n                \"tranDate\": 1546394400,\r\n                \"tranId\": \"15\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"billingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1547812895,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"38\",\r\n                    \"name\": \"Sales Order #1\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"email\": \"ABC@Asdfg.com\",\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"39\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1556176176,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"120\",\r\n                    \"name\": \"Jan 2019\"\r\n                },\r\n                \"salesEffectiveDate\": 1547776800,\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 25.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 25.0,\r\n                \"tranDate\": 1547776800,\r\n                \"tranId\": \"16\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1549012439,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"41\",\r\n                    \"name\": \"Purchase Order #2\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"entity\": {\r\n                    \"internalId\": \"48\",\r\n                    \"name\": \"ABC Vendor\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"42\",\r\n                \"lastModifiedDate\": 1549012499,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1548986400,\r\n                \"tranId\": \"1\",\r\n                \"transactionType\": \"ItemReceipt\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"125\",\r\n                    \"name\": \"Undeposited Funds\"\r\n                },\r\n                \"applied\": 135.0,\r\n                \"arAcct\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1549951144,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customer\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"ignoreAvs\": false,\r\n                \"internalId\": \"48\",\r\n                \"isRecurringPayment\": false,\r\n                \"lastModifiedDate\": 1549951144,\r\n                \"payment\": 135.0,\r\n                \"pending\": 0.0,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"status\": \"Not Deposited\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1549936800,\r\n                \"tranId\": \"8\",\r\n                \"transactionType\": \"CustomerPayment\",\r\n                \"unapplied\": 0.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1549951317,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"Sales Order #3\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"50\",\r\n                    \"name\": \"14 Imtiaz ansari\"\r\n                },\r\n                \"internalId\": \"149\",\r\n                \"lastModifiedDate\": 1586255848,\r\n                \"memo\": \"ABCing record class currency package\",\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr2\": \"Begumpet\",\r\n                    \"addrPhone\": \"9952990420\",\r\n                    \"addrText\": \"Imtiaz Imtiaz <br>Begumpet<br>Hyderabad India 500003<br>India\",\r\n                    \"addressee\": \"Imtiaz Imtiaz\",\r\n                    \"city\": \"Hyderabad\",\r\n                    \"country\": \"_india\",\r\n                    \"internalId\": \"16\",\r\n                    \"override\": false,\r\n                    \"state\": \"India\",\r\n                    \"zip\": \"500003\"\r\n                },\r\n                \"tranDate\": 1549936800,\r\n                \"tranId\": \"2\",\r\n                \"transactionType\": \"ItemFulfillment\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1550206569,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"249\",\r\n                    \"name\": \"Sales Order #5\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"internalId\": \"250\",\r\n                \"lastModifiedDate\": 1550206629,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"3\",\r\n                \"transactionType\": \"ItemFulfillment\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"billingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1550208418,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"249\",\r\n                    \"name\": \"Sales Order #5\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"email\": \"shamili@Asdfg.com\",\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscprint\": false,\r\n                \"ignoreAvs\": false,\r\n                \"internalId\": \"251\",\r\n                \"isRecurringPayment\": false,\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1590497061,\r\n                \"paymentMethod\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Cash\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"salesEffectiveDate\": 1550196000,\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"status\": \"Not Deposited\",\r\n                \"subTotal\": 10.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 10.0,\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"1\",\r\n                \"transactionType\": \"CashSale\",\r\n                \"undepFunds\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1550212337,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"352\",\r\n                    \"name\": \"Return Authorization #1\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"353\",\r\n                \"lastModifiedDate\": 1550212337,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"2\",\r\n                \"transactionType\": \"ItemReceipt\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"applied\": 10.0,\r\n                \"billingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"createdDate\": 1550212406,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"352\",\r\n                    \"name\": \"Return Authorization #1\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"email\": \"shamili@Asdfg.com\",\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"354\",\r\n                \"lastModifiedDate\": 1550212406,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"salesEffectiveDate\": 1550196000,\r\n                \"status\": \"Fully Applied\",\r\n                \"subTotal\": 10.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 10.0,\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"6\",\r\n                \"transactionType\": \"CreditMemo\",\r\n                \"unapplied\": 0.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1550213307,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"45\",\r\n                    \"name\": \"Sales Order #2\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"internalId\": \"355\",\r\n                \"lastModifiedDate\": 1550213335,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"4\",\r\n                \"transactionType\": \"ItemFulfillment\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1550214410,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"457\",\r\n                    \"name\": \"Return Authorization #2\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"458\",\r\n                \"lastModifiedDate\": 1550214410,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"3\",\r\n                \"transactionType\": \"ItemReceipt\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"applied\": 0.0,\r\n                \"billingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"createdDate\": 1550214475,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"457\",\r\n                    \"name\": \"Return Authorization #2\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"email\": \"shamili@Asdfg.com\",\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"459\",\r\n                \"lastModifiedDate\": 1571123594,\r\n                \"memo\": \"24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19\",\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"salesEffectiveDate\": 1548986400,\r\n                \"status\": \"Open\",\r\n                \"subTotal\": 10.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 10.0,\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"7\",\r\n                \"transactionType\": \"CreditMemo\",\r\n                \"unapplied\": 10.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1550223357,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"462\",\r\n                    \"name\": \"Sales Order #7\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"internalId\": \"463\",\r\n                \"lastModifiedDate\": 1550223357,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"5\",\r\n                \"transactionType\": \"ItemFulfillment\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1550223475,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"462\",\r\n                    \"name\": \"Sales Order #7\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"internalId\": \"464\",\r\n                \"lastModifiedDate\": 1550223475,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"6\",\r\n                \"transactionType\": \"ItemFulfillment\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_5333445_SB1_0129202113155910311712476007_36d4319\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 28,\r\n    \"totalRecords\": 813\r\n}"}],"_postman_id":"6e3e3ead-d370-479c-859c-fce8ad918e3c"},{"name":"Retrieve Posting Transaction Relationship by search ID","id":"0de063e8-ef4c-45af-ab46-8079c8e0fc9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/postingTransaction?operationId=WEBSERVICES_5333445_SB1_0131202115503917401049676460_c5dc82a&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","postingTransaction"],"host":["api","prestructured","com"],"query":[{"key":"operationId","value":"WEBSERVICES_5333445_SB1_0131202115503917401049676460_c5dc82a"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"21db3d3e-d7a6-4fb7-a2c4-b057394a0f78","name":"Retrieve Posting Transaction Relationship by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/postingTransaction?operationId=WEBSERVICES_5333445_SB1_0131202115503917401049676460_c5dc82a&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","postingTransaction"],"query":[{"key":"operationId","value":"WEBSERVICES_5333445_SB1_0131202115503917401049676460_c5dc82a"},{"key":"page","value":"2"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1545306636,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"email\": \"info.me@abc.com\",\r\n                \"entity\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"4 ABC Private Corporation\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"3\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1601532202,\r\n                \"otherRefNum\": \"23\",\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1545271200,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 105.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 105.0,\r\n                \"tranDate\": 1545271200,\r\n                \"tranId\": \"2\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"applied\": 55.0,\r\n                \"createdDate\": 1545400016,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"Invoice #2\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"email\": \"info.me@abc.com\",\r\n                \"entity\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"4 ABC Private Corporation\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"5\",\r\n                \"lastModifiedDate\": 1554496144,\r\n                \"otherRefNum\": \"23\",\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1545271200,\r\n                \"status\": \"Open\",\r\n                \"subTotal\": 105.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 105.0,\r\n                \"tranDate\": 1545357600,\r\n                \"tranId\": \"1\",\r\n                \"transactionType\": \"CreditMemo\",\r\n                \"unapplied\": 50.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1545644339,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"discountItem\": {\r\n                    \"internalId\": \"9\",\r\n                    \"name\": \"Vendor Discount\"\r\n                },\r\n                \"discountRate\": \"-5.00%\",\r\n                \"discountTotal\": -4.95,\r\n                \"dueDate\": 1545616800,\r\n                \"endDate\": 1545703200,\r\n                \"entity\": {\r\n                    \"internalId\": \"27\",\r\n                    \"name\": \"8 Kalpana G\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"11\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1545806800,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1545616800,\r\n                \"shipIsResidential\": false,\r\n                \"startDate\": 1545616800,\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 99.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 1.41,\r\n                \"terms\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Due on receipt\"\r\n                },\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 95.46,\r\n                \"tranDate\": 1545616800,\r\n                \"tranId\": \"5\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1545803524,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"discountItem\": {\r\n                    \"internalId\": \"10\",\r\n                    \"name\": \"Discount\"\r\n                },\r\n                \"discountRate\": \"-15.00%\",\r\n                \"discountTotal\": -8.25,\r\n                \"dueDate\": 1548381600,\r\n                \"email\": \"kalpana@dhruvsoft.com\",\r\n                \"endDate\": 1545703200,\r\n                \"entity\": {\r\n                    \"internalId\": \"27\",\r\n                    \"name\": \"8 Kalpana G\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"15\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1556176399,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1545789600,\r\n                \"shipIsResidential\": false,\r\n                \"startDate\": 1545616800,\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 55.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 1.17,\r\n                \"terms\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"1% 10 Net 30\"\r\n                },\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 47.92,\r\n                \"tranDate\": 1545789600,\r\n                \"tranId\": \"6\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"125\",\r\n                    \"name\": \"Undeposited Funds\"\r\n                },\r\n                \"applied\": 95.46,\r\n                \"arAcct\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1545806800,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customer\": {\r\n                    \"internalId\": \"27\",\r\n                    \"name\": \"8 Kalpana G\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"ignoreAvs\": false,\r\n                \"internalId\": \"22\",\r\n                \"isRecurringPayment\": false,\r\n                \"lastModifiedDate\": 1545806800,\r\n                \"payment\": 95.46,\r\n                \"pending\": 0.0,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"status\": \"Not Deposited\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1545789600,\r\n                \"tranId\": \"5\",\r\n                \"transactionType\": \"CustomerPayment\",\r\n                \"unapplied\": 0.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1545806992,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dueDate\": 1544839200,\r\n                \"email\": \"kalpana@dhruvsoft.com\",\r\n                \"endDate\": 1544407200,\r\n                \"entity\": {\r\n                    \"internalId\": \"27\",\r\n                    \"name\": \"8 Kalpana G\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"23\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1557388004,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1545789600,\r\n                \"shipIsResidential\": false,\r\n                \"startDate\": 1543629600,\r\n                \"status\": \"Open\",\r\n                \"subTotal\": 30.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.76,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 30.76,\r\n                \"tranDate\": 1545789600,\r\n                \"tranId\": \"7\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1546421427,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"discountItem\": {\r\n                    \"internalId\": \"10\",\r\n                    \"name\": \"Discount\"\r\n                },\r\n                \"discountRate\": \"-15.00%\",\r\n                \"discountTotal\": -9.9,\r\n                \"dueDate\": 1546221600,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"26\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1574260967,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1546221600,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Open\",\r\n                \"subTotal\": 66.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 56.1,\r\n                \"tranDate\": 1546221600,\r\n                \"tranId\": \"9\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"applied\": 46.1,\r\n                \"createdDate\": 1546421573,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"Invoice #9\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"discountItem\": {\r\n                    \"internalId\": \"10\",\r\n                    \"name\": \"Discount\"\r\n                },\r\n                \"discountRate\": \"-15.00%\",\r\n                \"discountTotal\": -9.9,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"27\",\r\n                \"lastModifiedDate\": 1552981101,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1546221600,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"status\": \"Open\",\r\n                \"subTotal\": 66.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 56.1,\r\n                \"tranDate\": 1546221600,\r\n                \"tranId\": \"5\",\r\n                \"transactionType\": \"CreditMemo\",\r\n                \"unapplied\": 10.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1546421753,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"286\",\r\n                            \"scriptId\": \"custbody_bwcl_opportunity\",\r\n                            \"value\": \"0064W00000wLZQXQA4\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"dueDate\": 1534302000,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"28\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1608038745,\r\n                \"location\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Atlanta west\"\r\n                },\r\n                \"nextApprover\": {\r\n                    \"internalId\": \"-1\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"104\",\r\n                    \"name\": \"Feb 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1517450400,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 170.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 170.0,\r\n                \"tranDate\": 1517450400,\r\n                \"tranId\": \"10\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"125\",\r\n                    \"name\": \"Undeposited Funds\"\r\n                },\r\n                \"applied\": 35.0,\r\n                \"arAcct\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1546423794,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customer\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"ignoreAvs\": false,\r\n                \"internalId\": \"29\",\r\n                \"isRecurringPayment\": false,\r\n                \"lastModifiedDate\": 1555497191,\r\n                \"payment\": 35.0,\r\n                \"pending\": 0.0,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"status\": \"Not Deposited\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1543716000,\r\n                \"tranId\": \"6\",\r\n                \"transactionType\": \"CustomerPayment\",\r\n                \"unapplied\": 0.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"125\",\r\n                    \"name\": \"Undeposited Funds\"\r\n                },\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1546424068,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customer\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"ignoreAvs\": false,\r\n                \"internalId\": \"30\",\r\n                \"isRecurringPayment\": false,\r\n                \"lastModifiedDate\": 1546424068,\r\n                \"payment\": 100.0,\r\n                \"paymentMethod\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Cash\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"status\": \"Not Deposited\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1544839200,\r\n                \"tranId\": \"1\",\r\n                \"transactionType\": \"CustomerDeposit\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1546424165,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dueDate\": 1542247200,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"31\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1546586738,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"116\",\r\n                    \"name\": \"Nov 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1542247200,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 174.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 174.0,\r\n                \"tranDate\": 1542247200,\r\n                \"tranId\": \"11\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Cheque Account\"\r\n                },\r\n                \"applied\": 174.0,\r\n                \"arAcct\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1546424269,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customer\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"ignoreAvs\": false,\r\n                \"internalId\": \"32\",\r\n                \"isRecurringPayment\": false,\r\n                \"lastModifiedDate\": 1546424269,\r\n                \"payment\": 174.0,\r\n                \"paymentMethod\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Cash\"\r\n                },\r\n                \"pending\": 0.0,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"status\": \"Deposited\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1543629600,\r\n                \"tranId\": \"7\",\r\n                \"transactionType\": \"CustomerPayment\",\r\n                \"unapplied\": 0.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1546424701,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dueDate\": 1538708400,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"33\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1574260967,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"115\",\r\n                    \"name\": \"Oct 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1538535600,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Open\",\r\n                \"subTotal\": 245.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 245.0,\r\n                \"tranDate\": 1538535600,\r\n                \"tranId\": \"12\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1546424820,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"discountItem\": {\r\n                    \"internalId\": \"10\",\r\n                    \"name\": \"Discount\"\r\n                },\r\n                \"discountRate\": \"-15.00%\",\r\n                \"discountTotal\": -30.3,\r\n                \"dueDate\": 1542592800,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"34\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1574260967,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"116\",\r\n                    \"name\": \"Nov 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1541815200,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Open\",\r\n                \"subTotal\": 202.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 171.7,\r\n                \"tranDate\": 1541815200,\r\n                \"tranId\": \"13\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1546425216,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dueDate\": 1545876000,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"35\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1551768745,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1544580000,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 60.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 60.0,\r\n                \"tranDate\": 1544580000,\r\n                \"tranId\": \"14\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1546428149,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dueDate\": 1546394400,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"36\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1556176261,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"120\",\r\n                    \"name\": \"Jan 2019\"\r\n                },\r\n                \"salesEffectiveDate\": 1546394400,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 25.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 25.0,\r\n                \"tranDate\": 1546394400,\r\n                \"tranId\": \"15\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"billingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1547812895,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"38\",\r\n                    \"name\": \"Sales Order #1\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"email\": \"shamili@dhruvsoft.com\",\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"39\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1556176176,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"120\",\r\n                    \"name\": \"Jan 2019\"\r\n                },\r\n                \"salesEffectiveDate\": 1547776800,\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 25.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 25.0,\r\n                \"tranDate\": 1547776800,\r\n                \"tranId\": \"16\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1549012439,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"41\",\r\n                    \"name\": \"Purchase Order #2\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"entity\": {\r\n                    \"internalId\": \"48\",\r\n                    \"name\": \"Test Vendor\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"42\",\r\n                \"lastModifiedDate\": 1549012499,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1548986400,\r\n                \"tranId\": \"1\",\r\n                \"transactionType\": \"ItemReceipt\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"125\",\r\n                    \"name\": \"Undeposited Funds\"\r\n                },\r\n                \"applied\": 135.0,\r\n                \"arAcct\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1549951144,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customer\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"ignoreAvs\": false,\r\n                \"internalId\": \"48\",\r\n                \"isRecurringPayment\": false,\r\n                \"lastModifiedDate\": 1549951144,\r\n                \"payment\": 135.0,\r\n                \"pending\": 0.0,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"status\": \"Not Deposited\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1549936800,\r\n                \"tranId\": \"8\",\r\n                \"transactionType\": \"CustomerPayment\",\r\n                \"unapplied\": 0.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1549951317,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"Sales Order #3\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"50\",\r\n                    \"name\": \"14 Imtiaz ansari\"\r\n                },\r\n                \"internalId\": \"149\",\r\n                \"lastModifiedDate\": 1586255848,\r\n                \"memo\": \"testing record class currency package\",\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr2\": \"Begumpet\",\r\n                    \"addrPhone\": \"9952990420\",\r\n                    \"addrText\": \"Imtiaz Imtiaz <br>Begumpet<br>Hyderabad India 500003<br>India\",\r\n                    \"addressee\": \"Imtiaz Imtiaz\",\r\n                    \"city\": \"Hyderabad\",\r\n                    \"country\": \"_india\",\r\n                    \"internalId\": \"16\",\r\n                    \"override\": false,\r\n                    \"state\": \"India\",\r\n                    \"zip\": \"500003\"\r\n                },\r\n                \"tranDate\": 1549936800,\r\n                \"tranId\": \"2\",\r\n                \"transactionType\": \"ItemFulfillment\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1550206569,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"249\",\r\n                    \"name\": \"Sales Order #5\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"internalId\": \"250\",\r\n                \"lastModifiedDate\": 1550206629,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"3\",\r\n                \"transactionType\": \"ItemFulfillment\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"billingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1550208418,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"249\",\r\n                    \"name\": \"Sales Order #5\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"email\": \"shamili@dhruvsoft.com\",\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscprint\": false,\r\n                \"ignoreAvs\": false,\r\n                \"internalId\": \"251\",\r\n                \"isRecurringPayment\": false,\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1590497061,\r\n                \"paymentMethod\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Cash\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"salesEffectiveDate\": 1550196000,\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"status\": \"Not Deposited\",\r\n                \"subTotal\": 10.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 10.0,\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"1\",\r\n                \"transactionType\": \"CashSale\",\r\n                \"undepFunds\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1550212337,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"352\",\r\n                    \"name\": \"Return Authorization #1\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"353\",\r\n                \"lastModifiedDate\": 1550212337,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"2\",\r\n                \"transactionType\": \"ItemReceipt\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"applied\": 10.0,\r\n                \"billingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"createdDate\": 1550212406,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"352\",\r\n                    \"name\": \"Return Authorization #1\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"email\": \"shamili@dhruvsoft.com\",\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"354\",\r\n                \"lastModifiedDate\": 1550212406,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"salesEffectiveDate\": 1550196000,\r\n                \"status\": \"Fully Applied\",\r\n                \"subTotal\": 10.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 10.0,\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"6\",\r\n                \"transactionType\": \"CreditMemo\",\r\n                \"unapplied\": 0.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1550213307,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"45\",\r\n                    \"name\": \"Sales Order #2\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"internalId\": \"355\",\r\n                \"lastModifiedDate\": 1550213335,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"4\",\r\n                \"transactionType\": \"ItemFulfillment\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1550214410,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"457\",\r\n                    \"name\": \"Return Authorization #2\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"458\",\r\n                \"lastModifiedDate\": 1550214410,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"3\",\r\n                \"transactionType\": \"ItemReceipt\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"applied\": 0.0,\r\n                \"billingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"createdDate\": 1550214475,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"457\",\r\n                    \"name\": \"Return Authorization #2\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"email\": \"shamili@dhruvsoft.com\",\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"459\",\r\n                \"lastModifiedDate\": 1571123594,\r\n                \"memo\": \"24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19\",\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"salesEffectiveDate\": 1548986400,\r\n                \"status\": \"Open\",\r\n                \"subTotal\": 10.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 10.0,\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"7\",\r\n                \"transactionType\": \"CreditMemo\",\r\n                \"unapplied\": 10.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1550223357,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"462\",\r\n                    \"name\": \"Sales Order #7\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"internalId\": \"463\",\r\n                \"lastModifiedDate\": 1550223357,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"5\",\r\n                \"transactionType\": \"ItemFulfillment\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1550223475,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"462\",\r\n                    \"name\": \"Sales Order #7\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"internalId\": \"464\",\r\n                \"lastModifiedDate\": 1550223475,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"6\",\r\n                \"transactionType\": \"ItemFulfillment\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_5333445_SB1_013120211550689182285716940_f95c9101\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 28,\r\n    \"totalRecords\": 815\r\n}"}],"_postman_id":"0de063e8-ef4c-45af-ab46-8079c8e0fc9e"},{"name":"Retrieve Posting Transaction by where","id":"4f991bd6-3ba0-49d3-90d6-5a1b39d1ec0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/postingTransaction?where=email=info.me@abc.com","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>TranDate</td>\n<td>1578954123</td>\n<td>Used to Include the transaction date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>6</td>\n<td>Used to Include the Customer filter for the request. e.g., Customer=6.</td>\n</tr>\n<tr>\n<td>Entity</td>\n<td>6</td>\n<td>Used to Include the Entity filter for the request. e.g., Entity=6.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>active</td>\n<td>Used to Include the Status Active filter for the request.e.g., Status=active.</td>\n</tr>\n<tr>\n<td>Email</td>\n<td><a href=\"mailto:customer@testcompany.com\">customer@testcompany.com</a></td>\n<td>Used to Include the Email contains filter for the request.e.g., Email=<a href=\"mailto:test@gmail.com\">test@gmail.com</a>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","postingTransaction"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"email=info.me@abc.com"}],"variable":[]}},"response":[{"id":"7a000e0b-85ac-41ee-b3ca-9d561caa4e87","name":"Retrieve Posting Transaction by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/postingTransaction?where=email=info.me@abc.com","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","postingTransaction"],"query":[{"key":"where","value":"email=info.me@abc.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1545306636,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"email\": \"info.me@abc.com\",\r\n                \"entity\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"4 ABC Private Corporation\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"3\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1601532202,\r\n                \"otherRefNum\": \"23\",\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1545271200,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 105.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 105.0,\r\n                \"tranDate\": 1545271200,\r\n                \"tranId\": \"2\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"applied\": 55.0,\r\n                \"createdDate\": 1545400016,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"Invoice #2\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"email\": \"info.me@abc.com\",\r\n                \"entity\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"4 ABC Private Corporation\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"5\",\r\n                \"lastModifiedDate\": 1554496144,\r\n                \"otherRefNum\": \"23\",\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1545271200,\r\n                \"status\": \"Open\",\r\n                \"subTotal\": 105.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 105.0,\r\n                \"tranDate\": 1545357600,\r\n                \"tranId\": \"1\",\r\n                \"transactionType\": \"CreditMemo\",\r\n                \"unapplied\": 50.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_5333445_SB1_0201202116385927541948206624_dfb51be\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 1,\r\n    \"totalRecords\": 2\r\n}"}],"_postman_id":"4f991bd6-3ba0-49d3-90d6-5a1b39d1ec0c"},{"name":"Retrieve Posting Transaction Relationship by ID","id":"7d72a5ad-02c7-4148-82b3-995958f698e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/postingTransaction?operationId=WEBSERVICES_5333445_SB1_0131202115503917401049676460_c5dc82a&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","postingTransaction"],"host":["api","prestructured","com"],"query":[{"key":"operationId","value":"WEBSERVICES_5333445_SB1_0131202115503917401049676460_c5dc82a"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"f5a672a5-a2ff-4627-88a9-03448662fd57","name":"Retrieve Posting Transaction Relationship by ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/postingTransaction?operationId=WEBSERVICES_5333445_SB1_0131202115503917401049676460_c5dc82a&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","postingTransaction"],"query":[{"key":"operationId","value":"WEBSERVICES_5333445_SB1_0131202115503917401049676460_c5dc82a"},{"key":"page","value":"2"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1545306636,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"email\": \"info.me@abc.com\",\r\n                \"entity\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"4 ABC Private Corporation\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"3\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1601532202,\r\n                \"otherRefNum\": \"23\",\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1545271200,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 105.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 105.0,\r\n                \"tranDate\": 1545271200,\r\n                \"tranId\": \"2\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"applied\": 55.0,\r\n                \"createdDate\": 1545400016,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"Invoice #2\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"email\": \"info.me@abc.com\",\r\n                \"entity\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"4 ABC Private Corporation\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"5\",\r\n                \"lastModifiedDate\": 1554496144,\r\n                \"otherRefNum\": \"23\",\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1545271200,\r\n                \"status\": \"Open\",\r\n                \"subTotal\": 105.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 105.0,\r\n                \"tranDate\": 1545357600,\r\n                \"tranId\": \"1\",\r\n                \"transactionType\": \"CreditMemo\",\r\n                \"unapplied\": 50.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1545644339,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"discountItem\": {\r\n                    \"internalId\": \"9\",\r\n                    \"name\": \"Vendor Discount\"\r\n                },\r\n                \"discountRate\": \"-5.00%\",\r\n                \"discountTotal\": -4.95,\r\n                \"dueDate\": 1545616800,\r\n                \"endDate\": 1545703200,\r\n                \"entity\": {\r\n                    \"internalId\": \"27\",\r\n                    \"name\": \"8 Kalpana G\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"11\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1545806800,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1545616800,\r\n                \"shipIsResidential\": false,\r\n                \"startDate\": 1545616800,\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 99.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 1.41,\r\n                \"terms\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Due on receipt\"\r\n                },\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 95.46,\r\n                \"tranDate\": 1545616800,\r\n                \"tranId\": \"5\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1545803524,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"discountItem\": {\r\n                    \"internalId\": \"10\",\r\n                    \"name\": \"Discount\"\r\n                },\r\n                \"discountRate\": \"-15.00%\",\r\n                \"discountTotal\": -8.25,\r\n                \"dueDate\": 1548381600,\r\n                \"email\": \"kalpana@dhruvsoft.com\",\r\n                \"endDate\": 1545703200,\r\n                \"entity\": {\r\n                    \"internalId\": \"27\",\r\n                    \"name\": \"8 Kalpana G\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"15\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1556176399,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1545789600,\r\n                \"shipIsResidential\": false,\r\n                \"startDate\": 1545616800,\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 55.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 1.17,\r\n                \"terms\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"1% 10 Net 30\"\r\n                },\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 47.92,\r\n                \"tranDate\": 1545789600,\r\n                \"tranId\": \"6\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"125\",\r\n                    \"name\": \"Undeposited Funds\"\r\n                },\r\n                \"applied\": 95.46,\r\n                \"arAcct\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1545806800,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customer\": {\r\n                    \"internalId\": \"27\",\r\n                    \"name\": \"8 Kalpana G\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"ignoreAvs\": false,\r\n                \"internalId\": \"22\",\r\n                \"isRecurringPayment\": false,\r\n                \"lastModifiedDate\": 1545806800,\r\n                \"payment\": 95.46,\r\n                \"pending\": 0.0,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"status\": \"Not Deposited\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1545789600,\r\n                \"tranId\": \"5\",\r\n                \"transactionType\": \"CustomerPayment\",\r\n                \"unapplied\": 0.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1545806992,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dueDate\": 1544839200,\r\n                \"email\": \"kalpana@dhruvsoft.com\",\r\n                \"endDate\": 1544407200,\r\n                \"entity\": {\r\n                    \"internalId\": \"27\",\r\n                    \"name\": \"8 Kalpana G\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"23\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1557388004,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1545789600,\r\n                \"shipIsResidential\": false,\r\n                \"startDate\": 1543629600,\r\n                \"status\": \"Open\",\r\n                \"subTotal\": 30.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.76,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 30.76,\r\n                \"tranDate\": 1545789600,\r\n                \"tranId\": \"7\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1546421427,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"discountItem\": {\r\n                    \"internalId\": \"10\",\r\n                    \"name\": \"Discount\"\r\n                },\r\n                \"discountRate\": \"-15.00%\",\r\n                \"discountTotal\": -9.9,\r\n                \"dueDate\": 1546221600,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"26\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1574260967,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1546221600,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Open\",\r\n                \"subTotal\": 66.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 56.1,\r\n                \"tranDate\": 1546221600,\r\n                \"tranId\": \"9\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"applied\": 46.1,\r\n                \"createdDate\": 1546421573,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"Invoice #9\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"discountItem\": {\r\n                    \"internalId\": \"10\",\r\n                    \"name\": \"Discount\"\r\n                },\r\n                \"discountRate\": \"-15.00%\",\r\n                \"discountTotal\": -9.9,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"27\",\r\n                \"lastModifiedDate\": 1552981101,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1546221600,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"status\": \"Open\",\r\n                \"subTotal\": 66.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 56.1,\r\n                \"tranDate\": 1546221600,\r\n                \"tranId\": \"5\",\r\n                \"transactionType\": \"CreditMemo\",\r\n                \"unapplied\": 10.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1546421753,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        },\r\n                        {\r\n                            \"internalId\": \"286\",\r\n                            \"scriptId\": \"custbody_bwcl_opportunity\",\r\n                            \"value\": \"0064W00000wLZQXQA4\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"dueDate\": 1534302000,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"28\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1608038745,\r\n                \"location\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Atlanta west\"\r\n                },\r\n                \"nextApprover\": {\r\n                    \"internalId\": \"-1\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"104\",\r\n                    \"name\": \"Feb 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1517450400,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 170.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 170.0,\r\n                \"tranDate\": 1517450400,\r\n                \"tranId\": \"10\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"125\",\r\n                    \"name\": \"Undeposited Funds\"\r\n                },\r\n                \"applied\": 35.0,\r\n                \"arAcct\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1546423794,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customer\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"ignoreAvs\": false,\r\n                \"internalId\": \"29\",\r\n                \"isRecurringPayment\": false,\r\n                \"lastModifiedDate\": 1555497191,\r\n                \"payment\": 35.0,\r\n                \"pending\": 0.0,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"status\": \"Not Deposited\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1543716000,\r\n                \"tranId\": \"6\",\r\n                \"transactionType\": \"CustomerPayment\",\r\n                \"unapplied\": 0.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"125\",\r\n                    \"name\": \"Undeposited Funds\"\r\n                },\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1546424068,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customer\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"ignoreAvs\": false,\r\n                \"internalId\": \"30\",\r\n                \"isRecurringPayment\": false,\r\n                \"lastModifiedDate\": 1546424068,\r\n                \"payment\": 100.0,\r\n                \"paymentMethod\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Cash\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"status\": \"Not Deposited\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1544839200,\r\n                \"tranId\": \"1\",\r\n                \"transactionType\": \"CustomerDeposit\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1546424165,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dueDate\": 1542247200,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"31\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1546586738,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"116\",\r\n                    \"name\": \"Nov 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1542247200,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 174.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 174.0,\r\n                \"tranDate\": 1542247200,\r\n                \"tranId\": \"11\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Cheque Account\"\r\n                },\r\n                \"applied\": 174.0,\r\n                \"arAcct\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1546424269,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customer\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"ignoreAvs\": false,\r\n                \"internalId\": \"32\",\r\n                \"isRecurringPayment\": false,\r\n                \"lastModifiedDate\": 1546424269,\r\n                \"payment\": 174.0,\r\n                \"paymentMethod\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Cash\"\r\n                },\r\n                \"pending\": 0.0,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"status\": \"Deposited\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1543629600,\r\n                \"tranId\": \"7\",\r\n                \"transactionType\": \"CustomerPayment\",\r\n                \"unapplied\": 0.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1546424701,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dueDate\": 1538708400,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"33\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1574260967,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"115\",\r\n                    \"name\": \"Oct 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1538535600,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Open\",\r\n                \"subTotal\": 245.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 245.0,\r\n                \"tranDate\": 1538535600,\r\n                \"tranId\": \"12\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1546424820,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"discountItem\": {\r\n                    \"internalId\": \"10\",\r\n                    \"name\": \"Discount\"\r\n                },\r\n                \"discountRate\": \"-15.00%\",\r\n                \"discountTotal\": -30.3,\r\n                \"dueDate\": 1542592800,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"34\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1574260967,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"116\",\r\n                    \"name\": \"Nov 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1541815200,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Open\",\r\n                \"subTotal\": 202.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 171.7,\r\n                \"tranDate\": 1541815200,\r\n                \"tranId\": \"13\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1546425216,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dueDate\": 1545876000,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"35\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1551768745,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"117\",\r\n                    \"name\": \"Dec 2018\"\r\n                },\r\n                \"salesEffectiveDate\": 1544580000,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 60.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 60.0,\r\n                \"tranDate\": 1544580000,\r\n                \"tranId\": \"14\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1546428149,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"dueDate\": 1546394400,\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"36\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1556176261,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"120\",\r\n                    \"name\": \"Jan 2019\"\r\n                },\r\n                \"salesEffectiveDate\": 1546394400,\r\n                \"salesRep\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Navaneeth.D\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 25.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 25.0,\r\n                \"tranDate\": 1546394400,\r\n                \"tranId\": \"15\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"approvalStatus\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Approved\"\r\n                },\r\n                \"billingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"createdDate\": 1547812895,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"38\",\r\n                    \"name\": \"Sales Order #1\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"email\": \"shamili@dhruvsoft.com\",\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscPrint\": false,\r\n                \"internalId\": \"39\",\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1556176176,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"120\",\r\n                    \"name\": \"Jan 2019\"\r\n                },\r\n                \"salesEffectiveDate\": 1547776800,\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"status\": \"Paid In Full\",\r\n                \"subTotal\": 25.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 25.0,\r\n                \"tranDate\": 1547776800,\r\n                \"tranId\": \"16\",\r\n                \"transactionType\": \"Invoice\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1549012439,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"41\",\r\n                    \"name\": \"Purchase Order #2\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"entity\": {\r\n                    \"internalId\": \"48\",\r\n                    \"name\": \"Test Vendor\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"42\",\r\n                \"lastModifiedDate\": 1549012499,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1548986400,\r\n                \"tranId\": \"1\",\r\n                \"transactionType\": \"ItemReceipt\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"125\",\r\n                    \"name\": \"Undeposited Funds\"\r\n                },\r\n                \"applied\": 135.0,\r\n                \"arAcct\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1549951144,\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customer\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"7 Bilwala Groups\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"ignoreAvs\": false,\r\n                \"internalId\": \"48\",\r\n                \"isRecurringPayment\": false,\r\n                \"lastModifiedDate\": 1549951144,\r\n                \"payment\": 135.0,\r\n                \"pending\": 0.0,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"status\": \"Not Deposited\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1549936800,\r\n                \"tranId\": \"8\",\r\n                \"transactionType\": \"CustomerPayment\",\r\n                \"unapplied\": 0.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1549951317,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"Sales Order #3\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"50\",\r\n                    \"name\": \"14 Imtiaz ansari\"\r\n                },\r\n                \"internalId\": \"149\",\r\n                \"lastModifiedDate\": 1586255848,\r\n                \"memo\": \"testing record class currency package\",\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr2\": \"Begumpet\",\r\n                    \"addrPhone\": \"9952990420\",\r\n                    \"addrText\": \"Imtiaz Imtiaz <br>Begumpet<br>Hyderabad India 500003<br>India\",\r\n                    \"addressee\": \"Imtiaz Imtiaz\",\r\n                    \"city\": \"Hyderabad\",\r\n                    \"country\": \"_india\",\r\n                    \"internalId\": \"16\",\r\n                    \"override\": false,\r\n                    \"state\": \"India\",\r\n                    \"zip\": \"500003\"\r\n                },\r\n                \"tranDate\": 1549936800,\r\n                \"tranId\": \"2\",\r\n                \"transactionType\": \"ItemFulfillment\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1550206569,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"249\",\r\n                    \"name\": \"Sales Order #5\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"internalId\": \"250\",\r\n                \"lastModifiedDate\": 1550206629,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"3\",\r\n                \"transactionType\": \"ItemFulfillment\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"billingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"canHaveStackable\": false,\r\n                \"ccApproved\": false,\r\n                \"createdDate\": 1550208418,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"249\",\r\n                    \"name\": \"Sales Order #5\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"email\": \"shamili@dhruvsoft.com\",\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"expCostDiscprint\": false,\r\n                \"ignoreAvs\": false,\r\n                \"internalId\": \"251\",\r\n                \"isRecurringPayment\": false,\r\n                \"itemCostDiscPrint\": false,\r\n                \"lastModifiedDate\": 1590497061,\r\n                \"paymentMethod\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Cash\"\r\n                },\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"salesEffectiveDate\": 1550196000,\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"status\": \"Not Deposited\",\r\n                \"subTotal\": 10.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"timeDiscPrint\": false,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 10.0,\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"1\",\r\n                \"transactionType\": \"CashSale\",\r\n                \"undepFunds\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1550212337,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"352\",\r\n                    \"name\": \"Return Authorization #1\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"353\",\r\n                \"lastModifiedDate\": 1550212337,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"2\",\r\n                \"transactionType\": \"ItemReceipt\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"applied\": 10.0,\r\n                \"billingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"createdDate\": 1550212406,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"352\",\r\n                    \"name\": \"Return Authorization #1\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"email\": \"shamili@dhruvsoft.com\",\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"354\",\r\n                \"lastModifiedDate\": 1550212406,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"salesEffectiveDate\": 1550196000,\r\n                \"status\": \"Fully Applied\",\r\n                \"subTotal\": 10.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 10.0,\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"6\",\r\n                \"transactionType\": \"CreditMemo\",\r\n                \"unapplied\": 0.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1550213307,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"45\",\r\n                    \"name\": \"Sales Order #2\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"internalId\": \"355\",\r\n                \"lastModifiedDate\": 1550213335,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"4\",\r\n                \"transactionType\": \"ItemFulfillment\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1550214410,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"457\",\r\n                    \"name\": \"Return Authorization #2\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"458\",\r\n                \"lastModifiedDate\": 1550214410,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"3\",\r\n                \"transactionType\": \"ItemReceipt\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"account\": {\r\n                    \"internalId\": \"122\",\r\n                    \"name\": \"Accounts Receivable\"\r\n                },\r\n                \"applied\": 0.0,\r\n                \"billingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"createdDate\": 1550214475,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"457\",\r\n                    \"name\": \"Return Authorization #2\"\r\n                },\r\n                \"currency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"INR\"\r\n                },\r\n                \"currencyName\": \"INR\",\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"185\",\r\n                            \"scriptId\": \"custbody16\",\r\n                            \"value\": \"https://system.na2.netsuite.com/app/accounting/transactions/custinvc.nl?id=33&e=T&whence=\"\r\n                        },\r\n                        {\r\n                            \"internalId\": \"271\",\r\n                            \"scriptId\": \"custbody23\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"email\": \"shamili@dhruvsoft.com\",\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"exchangeRate\": 1.0,\r\n                \"internalId\": \"459\",\r\n                \"lastModifiedDate\": 1571123594,\r\n                \"memo\": \"24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19 Pending Approval ...24-MAR-19\",\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"salesEffectiveDate\": 1548986400,\r\n                \"status\": \"Open\",\r\n                \"subTotal\": 10.0,\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"Parent Company\"\r\n                },\r\n                \"syncSalesTeams\": false,\r\n                \"taxTotal\": 0.0,\r\n                \"toBeEmailed\": false,\r\n                \"toBeFaxed\": false,\r\n                \"toBePrinted\": false,\r\n                \"total\": 10.0,\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"7\",\r\n                \"transactionType\": \"CreditMemo\",\r\n                \"unapplied\": 10.0\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1550223357,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"462\",\r\n                    \"name\": \"Sales Order #7\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"internalId\": \"463\",\r\n                \"lastModifiedDate\": 1550223357,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"5\",\r\n                \"transactionType\": \"ItemFulfillment\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1550223475,\r\n                \"createdFrom\": {\r\n                    \"internalId\": \"462\",\r\n                    \"name\": \"Sales Order #7\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"46\",\r\n                    \"name\": \"12 GS Solutions\"\r\n                },\r\n                \"internalId\": \"464\",\r\n                \"lastModifiedDate\": 1550223475,\r\n                \"postingPeriod\": {\r\n                    \"internalId\": \"121\",\r\n                    \"name\": \"Feb 2019\"\r\n                },\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"Add 1\",\r\n                    \"addr2\": \"Add 2\",\r\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n                    \"addressee\": \"GS Solutions\",\r\n                    \"city\": \"City 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"14\",\r\n                    \"override\": false,\r\n                    \"state\": \"MI\",\r\n                    \"zip\": \"0123654\"\r\n                },\r\n                \"tranDate\": 1550196000,\r\n                \"tranId\": \"6\",\r\n                \"transactionType\": \"ItemFulfillment\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_5333445_SB1_013120211550689182285716940_f95c9101\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 28,\r\n    \"totalRecords\": 815\r\n}"}],"_postman_id":"7d72a5ad-02c7-4148-82b3-995958f698e0"}],"id":"213218d4-cd83-4153-96ce-29fe8d432bd2","_postman_id":"213218d4-cd83-4153-96ce-29fe8d432bd2","description":""}],"id":"6079883d-2b88-4d5a-b49c-8da9911f59e0","event":[{"listen":"prerequest","script":{"id":"ea34d44c-7c8c-4d67-a1f6-89bd068d9215","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2af48e72-11a4-4c30-9744-0244f7d6b5db","type":"text/javascript","exec":[""]}}],"_postman_id":"6079883d-2b88-4d5a-b49c-8da9911f59e0","description":""},{"name":"PriceBookLineInterval","item":[{"name":"SuiteQL","item":[{"name":"Retrieve  priceBookLineInterval","id":"e12fbd51-1fde-4f1c-a0e0-8220bcf72cb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/priceBookLineInterval","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","priceBookLineInterval"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"f67149b0-550e-4029-b617-07fd540dab7b","name":"Retrieve priceBookLineInterval","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/priceBookLineInterval"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 7,\n    \"hasMore\": false,\n    \"items\": [\n        {\n            \"chargetype\": \"2\",\n            \"chargetypename\": \"Recurring\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"1\",\n            \"isrequired\": \"F\",\n            \"item\": \"328\",\n            \"linenumber\": \"1\",\n            \"pricebook\": \"1\",\n            \"priceplan\": \"1\",\n            \"prorateby\": \"DAY\",\n            \"repeatevery\": \"1\",\n            \"startoffsetunit\": \"MONTH\",\n            \"startoffsetvalue\": \"1\"\n        },\n        {\n            \"chargetype\": \"1\",\n            \"chargetypename\": \"One Time\",\n            \"frequency\": \"ONETIME\",\n            \"id\": \"2\",\n            \"isrequired\": \"F\",\n            \"item\": \"20\",\n            \"linenumber\": \"2\",\n            \"pricebook\": \"1\",\n            \"priceplan\": \"2\",\n            \"repeatevery\": \"0\",\n            \"startoffsetunit\": \"MONTH\",\n            \"startoffsetvalue\": \"1\"\n        },\n        {\n            \"chargetype\": \"2\",\n            \"chargetypename\": \"Recurring\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"7\",\n            \"isrequired\": \"F\",\n            \"item\": \"328\",\n            \"linenumber\": \"1\",\n            \"pricebook\": \"3\",\n            \"priceplan\": \"7\",\n            \"prorateby\": \"DAY\",\n            \"repeatevery\": \"1\",\n            \"startoffsetunit\": \"MONTH\",\n            \"startoffsetvalue\": \"1\"\n        },\n        {\n            \"chargetype\": \"2\",\n            \"chargetypename\": \"Recurring\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"12\",\n            \"isrequired\": \"F\",\n            \"item\": \"328\",\n            \"linenumber\": \"1\",\n            \"pricebook\": \"4\",\n            \"priceplan\": \"12\",\n            \"prorateby\": \"DAY\",\n            \"repeatevery\": \"1\",\n            \"startoffsetunit\": \"MONTH\",\n            \"startoffsetvalue\": \"1\"\n        },\n        {\n            \"chargetype\": \"2\",\n            \"chargetypename\": \"Recurring\",\n            \"discount\": \"1\",\n            \"discountamount\": \"1\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"614\",\n            \"isrequired\": \"F\",\n            \"item\": \"341\",\n            \"linenumber\": \"1\",\n            \"pricebook\": \"5\",\n            \"priceplan\": \"1015\",\n            \"prorateby\": \"DAY\",\n            \"repeatevery\": \"1\",\n            \"startoffsetunit\": \"MONTH\",\n            \"startoffsetvalue\": \"1\"\n        },\n        {\n            \"chargetype\": \"2\",\n            \"chargetypename\": \"Recurring\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"816\",\n            \"isrequired\": \"F\",\n            \"item\": \"328\",\n            \"linenumber\": \"1\",\n            \"pricebook\": \"6\",\n            \"priceplan\": \"1418\",\n            \"prorateby\": \"DAY\",\n            \"repeatevery\": \"1\",\n            \"startoffsetunit\": \"MONTH\",\n            \"startoffsetvalue\": \"1\"\n        },\n        {\n            \"chargetype\": \"1\",\n            \"chargetypename\": \"One Time\",\n            \"frequency\": \"ONETIME\",\n            \"id\": \"1516\",\n            \"isrequired\": \"F\",\n            \"item\": \"20\",\n            \"linenumber\": \"1\",\n            \"pricebook\": \"106\",\n            \"priceplan\": \"3519\",\n            \"repeatevery\": \"0\",\n            \"startoffsetunit\": \"MONTH\",\n            \"startoffsetvalue\": \"1\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 7\n}"}],"_postman_id":"e12fbd51-1fde-4f1c-a0e0-8220bcf72cb0"},{"name":"Retrieve  priceBookLineInterval Limit and Offset","id":"92d4ce7c-79e4-4861-b039-dd9b7fa841a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/priceBookLineInterval?limit=10&offset=0","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","priceBookLineInterval"],"host":["api","prestructured","com"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"46dee47f-c279-4648-b05b-cd4272718de9","name":"Retrieve priceBookLineInterval","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/priceBookLineInterval?limit=10&offset=0","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","priceBookLineInterval"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 7,\n    \"hasMore\": false,\n    \"items\": [\n        {\n            \"chargetype\": \"2\",\n            \"chargetypename\": \"Recurring\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"1\",\n            \"isrequired\": \"F\",\n            \"item\": \"328\",\n            \"linenumber\": \"1\",\n            \"pricebook\": \"1\",\n            \"priceplan\": \"1\",\n            \"prorateby\": \"DAY\",\n            \"repeatevery\": \"1\",\n            \"startoffsetunit\": \"MONTH\",\n            \"startoffsetvalue\": \"1\"\n        },\n        {\n            \"chargetype\": \"1\",\n            \"chargetypename\": \"One Time\",\n            \"frequency\": \"ONETIME\",\n            \"id\": \"2\",\n            \"isrequired\": \"F\",\n            \"item\": \"20\",\n            \"linenumber\": \"2\",\n            \"pricebook\": \"1\",\n            \"priceplan\": \"2\",\n            \"repeatevery\": \"0\",\n            \"startoffsetunit\": \"MONTH\",\n            \"startoffsetvalue\": \"1\"\n        },\n        {\n            \"chargetype\": \"2\",\n            \"chargetypename\": \"Recurring\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"7\",\n            \"isrequired\": \"F\",\n            \"item\": \"328\",\n            \"linenumber\": \"1\",\n            \"pricebook\": \"3\",\n            \"priceplan\": \"7\",\n            \"prorateby\": \"DAY\",\n            \"repeatevery\": \"1\",\n            \"startoffsetunit\": \"MONTH\",\n            \"startoffsetvalue\": \"1\"\n        },\n        {\n            \"chargetype\": \"2\",\n            \"chargetypename\": \"Recurring\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"12\",\n            \"isrequired\": \"F\",\n            \"item\": \"328\",\n            \"linenumber\": \"1\",\n            \"pricebook\": \"4\",\n            \"priceplan\": \"12\",\n            \"prorateby\": \"DAY\",\n            \"repeatevery\": \"1\",\n            \"startoffsetunit\": \"MONTH\",\n            \"startoffsetvalue\": \"1\"\n        },\n        {\n            \"chargetype\": \"2\",\n            \"chargetypename\": \"Recurring\",\n            \"discount\": \"1\",\n            \"discountamount\": \"1\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"614\",\n            \"isrequired\": \"F\",\n            \"item\": \"341\",\n            \"linenumber\": \"1\",\n            \"pricebook\": \"5\",\n            \"priceplan\": \"1015\",\n            \"prorateby\": \"DAY\",\n            \"repeatevery\": \"1\",\n            \"startoffsetunit\": \"MONTH\",\n            \"startoffsetvalue\": \"1\"\n        },\n        {\n            \"chargetype\": \"2\",\n            \"chargetypename\": \"Recurring\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"816\",\n            \"isrequired\": \"F\",\n            \"item\": \"328\",\n            \"linenumber\": \"1\",\n            \"pricebook\": \"6\",\n            \"priceplan\": \"1418\",\n            \"prorateby\": \"DAY\",\n            \"repeatevery\": \"1\",\n            \"startoffsetunit\": \"MONTH\",\n            \"startoffsetvalue\": \"1\"\n        },\n        {\n            \"chargetype\": \"1\",\n            \"chargetypename\": \"One Time\",\n            \"frequency\": \"ONETIME\",\n            \"id\": \"1516\",\n            \"isrequired\": \"F\",\n            \"item\": \"20\",\n            \"linenumber\": \"1\",\n            \"pricebook\": \"106\",\n            \"priceplan\": \"3519\",\n            \"repeatevery\": \"0\",\n            \"startoffsetunit\": \"MONTH\",\n            \"startoffsetvalue\": \"1\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 7\n}"}],"_postman_id":"92d4ce7c-79e4-4861-b039-dd9b7fa841a8"},{"name":"Retrieve priceBookLineInterval by where","id":"eec5830b-3c94-469b-b18d-b2e394c9affb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/priceBookLineInterval?where=isrequired=false+and+ID=2","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>2</td>\n<td>Used to Include the ID filter for the request. e.g., ID=1.</td>\n</tr>\n<tr>\n<td>isrequired</td>\n<td>false</td>\n<td>Used to Include the isrequired filter for the request. e.g., isrequired=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","priceBookLineInterval"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"isrequired=false+and+ID=2"}],"variable":[]}},"response":[{"id":"7c4024dc-cc4c-45c2-8c98-b7bbccd81a37","name":"Retrieve priceBookLineInterval by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/priceBookLineInterval?where=isrequired=false+and+ID=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","priceBookLineInterval"],"query":[{"key":"where","value":"isrequired=false+and+ID=2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"count\": 1,\r\n    \"hasMore\": false,\r\n    \"items\": [\r\n        {\r\n            \"chargetype\": \"1\",\r\n            \"chargetypename\": \"One Time\",\r\n            \"frequency\": \"ONETIME\",\r\n            \"id\": \"2\",\r\n            \"isrequired\": \"F\",\r\n            \"item\": \"20\",\r\n            \"linenumber\": \"2\",\r\n            \"pricebook\": \"1\",\r\n            \"priceplan\": \"2\",\r\n            \"repeatevery\": \"0\",\r\n            \"startoffsetunit\": \"MONTH\",\r\n            \"startoffsetvalue\": \"1\"\r\n        }\r\n    ],\r\n    \"offset\": 0,\r\n    \"totalResults\": 1\r\n}"}],"_postman_id":"eec5830b-3c94-469b-b18d-b2e394c9affb"}],"id":"0119c777-75b9-442b-b410-8f54a479c992","_postman_id":"0119c777-75b9-442b-b410-8f54a479c992","description":""}],"id":"eed84157-0ef7-4b88-8555-35d971c58a5b","_postman_id":"eed84157-0ef7-4b88-8555-35d971c58a5b","description":""},{"name":"PriceBook","item":[{"name":"SuiteQL","item":[{"name":"Retrieve  priceBook","id":"b0b427d5-670b-4a24-b135-a8a0ebc96ebc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/priceBook","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","priceBook"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"87262fa9-c5ef-4ed7-b568-f5a1e1c41296","name":"Retrieve priceBook","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/priceBook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 4,\n    \"hasMore\": false,\n    \"items\": [\n        {\n            \"currency\": \"1\",\n            \"id\": \"3\",\n            \"lastmodifieddate\": \"1/2/2024\",\n            \"name\": \"BW Basic\",\n            \"subscriptionplan\": \"338\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"1\",\n            \"lastmodifieddate\": \"1/2/2024\",\n            \"name\": \"BW Enterprise\",\n            \"subscriptionplan\": \"329\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"5\",\n            \"lastmodifieddate\": \"1/2/2024\",\n            \"name\": \"Jio Fiber 1Mbps\",\n            \"subscriptionplan\": \"344\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"4\",\n            \"lastmodifieddate\": \"1/2/2024\",\n            \"name\": \"Test Price Book1\",\n            \"subscriptionplan\": \"339\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 4\n}"}],"_postman_id":"b0b427d5-670b-4a24-b135-a8a0ebc96ebc"},{"name":"Retrieve priceBook Limit and Offset","id":"fc88ac27-8384-4209-8c9f-55f1f9380da3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/priceBook?limit=10&offset=0","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","priceBook"],"host":["api","prestructured","com"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"a4d44d90-6bb1-4f23-9be8-9d23382acae3","name":"Retrieve priceBook","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/priceBook?limit=10&offset=0","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","priceBook"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 4,\n    \"hasMore\": false,\n    \"items\": [\n        {\n            \"currency\": \"1\",\n            \"id\": \"3\",\n            \"lastmodifieddate\": \"1/2/2024\",\n            \"name\": \"BW Basic\",\n            \"subscriptionplan\": \"338\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"1\",\n            \"lastmodifieddate\": \"1/2/2024\",\n            \"name\": \"BW Enterprise\",\n            \"subscriptionplan\": \"329\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"5\",\n            \"lastmodifieddate\": \"1/2/2024\",\n            \"name\": \"Jio Fiber 1Mbps\",\n            \"subscriptionplan\": \"344\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"4\",\n            \"lastmodifieddate\": \"1/2/2024\",\n            \"name\": \"Test Price Book1\",\n            \"subscriptionplan\": \"339\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 4\n}"}],"_postman_id":"fc88ac27-8384-4209-8c9f-55f1f9380da3"},{"name":"Retrieve priceBook by where","id":"e65fd6ef-8a17-4d46-bb72-617b1af0f370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/priceBook?where=subscriptionplan=329+and+ID=1","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>1</td>\n<td>Used to Include the ID filter for the request. e.g., ID=1.</td>\n</tr>\n<tr>\n<td>subscriptionplan</td>\n<td>1</td>\n<td>Used to Include the Subscriptionplanfilter for the request. e.g., subscriptionplan=1.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","priceBook"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"subscriptionplan=329+and+ID=1"}],"variable":[]}},"response":[{"id":"12da6b2c-cf04-4945-9b22-691851d2e1a4","name":"Retrieve priceBook by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/priceBook?where=subscriptionplan=329+and+ID=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","priceBook"],"query":[{"key":"where","value":"subscriptionplan=329+and+ID=1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"count\": 1,\r\n    \"hasMore\": false,\r\n    \"items\": [\r\n        {\r\n            \"currency\": \"1\",\r\n            \"id\": \"1\",\r\n            \"lastmodifieddate\": \"1/2/2024\",\r\n            \"name\": \"BW Enterprise\",\r\n            \"subscriptionplan\": \"329\"\r\n        }\r\n    ],\r\n    \"offset\": 0,\r\n    \"totalResults\": 1\r\n}"}],"_postman_id":"e65fd6ef-8a17-4d46-bb72-617b1af0f370"}],"id":"d3a308c7-3b25-4ff1-b3bd-ebb01bea223b","_postman_id":"d3a308c7-3b25-4ff1-b3bd-ebb01bea223b","description":""},{"name":"REST","item":[{"name":"GET","item":[{"name":"Retrieve priceBook","id":"668747bc-b91d-42be-a9ce-b41a4805d205","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/rest/subscription","urlObject":{"protocol":"https","path":["netsuite","v0","rest","subscription"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"4734023c-1a30-4566-8073-a6a985bb0889","name":"Retrieve priceBook","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/rest/priceBook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 4,\n    \"hasMore\": false,\n    \"items\": [\n        {\n            \"id\": \"3\"\n        },\n        {\n            \"id\": \"1\"\n        },\n        {\n            \"id\": \"5\"\n        },\n        {\n            \"id\": \"4\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 4\n}"}],"_postman_id":"668747bc-b91d-42be-a9ce-b41a4805d205"},{"name":"Retrieve priceBook by ID","id":"79f98e9b-06d8-4a79-8a84-0720597d6a68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/rest/priceBook/8?expandSubResources=true","urlObject":{"protocol":"https","path":["netsuite","v0","rest","priceBook","8"],"host":["api","prestructured","com"],"query":[{"key":"expandSubResources","value":"true"}],"variable":[]}},"response":[{"id":"a2e1c885-bdec-4b21-9bf4-1ef7639cdba5","name":"Retrieve priceBook ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/rest/priceBook/8?expandSubResources=true","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","rest","priceBook","8"],"query":[{"key":"expandSubResources","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"currency\": {\r\n        \"id\": \"1\",\r\n        \"name\": \"US Dollars\"\r\n    },\r\n    \"customForm\": {\r\n        \"id\": \"-10103\",\r\n        \"name\": \"Standard Price Book Form\"\r\n    },\r\n    \"id\": \"3\",\r\n    \"name\": \"BW Basic\",\r\n    \"priceInterval\": {\r\n        \"items\": [\r\n            {\r\n                \"chargeType\": {\r\n                    \"id\": \"2\",\r\n                    \"name\": \"Recurring\"\r\n                },\r\n                \"frequency\": {\r\n                    \"id\": \"MONTHLY\",\r\n                    \"name\": \"Monthly\"\r\n                },\r\n                \"id\": 7,\r\n                \"isRequired\": false,\r\n                \"item\": {\r\n                    \"id\": \"328\",\r\n                    \"name\": \"Breadwinner Read/Write\"\r\n                },\r\n                \"lineNumber\": 1,\r\n                \"pricePlan\": {\r\n                    \"id\": \"7\",\r\n                    \"name\": \"7\"\r\n                },\r\n                \"prorateBy\": {\r\n                    \"id\": \"DAY\",\r\n                    \"name\": \"Day\"\r\n                },\r\n                \"repeatEvery\": 1,\r\n                \"startOffsetUnit\": {\r\n                    \"id\": \"MONTH\",\r\n                    \"name\": \"MONTH\"\r\n                },\r\n                \"startOffsetValue\": 1,\r\n                \"subscriptionPlanLineNumber\": 1\r\n            }\r\n        ],\r\n        \"totalResults\": 1\r\n    },\r\n    \"subscriptionPlan\": {\r\n        \"id\": \"338\",\r\n        \"name\": \"BW for NetSuite Main\"\r\n    }\r\n}"}],"_postman_id":"79f98e9b-06d8-4a79-8a84-0720597d6a68"}],"id":"2773877e-f23e-4584-912a-92393e0b76a2","event":[{"listen":"prerequest","script":{"id":"e26df1d1-e001-408d-85a7-bdc0c44d1388","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"faed8218-06e1-4ff0-87eb-93000f8a58c6","type":"text/javascript","exec":[""]}}],"_postman_id":"2773877e-f23e-4584-912a-92393e0b76a2","description":""},{"name":"POST","item":[{"name":"Create priceBook","id":"af660317-2275-4fe9-8ad8-16511b605019","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"subscriptionplan\" : {\"id\" : \"338\"},\r\n    \"currency\" : {\"id\" : \"1\"},\r\n    \"name\": \"Test Price Book \",\r\n    \"priceinterval\": {\r\n        \"items\": [\r\n            {\r\n                \"priceplan\": {\"id\": \"1517\"},\r\n                \"frequency\": \"MONTHLY\",\r\n                \"repeatevery\": 1,\r\n                \"startoffsetvalue\": 1\r\n            }\r\n        ]\r\n    }\r\n} "},"url":"https://api.prestructured.com/netsuite/v0/rest/priceBook","urlObject":{"protocol":"https","path":["netsuite","v0","rest","priceBook"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"7cba344f-08f2-49f4-9250-698b07f99cbb","name":"Create priceBook","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"subscriptionplan\" : {\"id\" : \"338\"},\r\n    \"currency\" : {\"id\" : \"1\"},\r\n    \"name\": \"Test Price Book \",\r\n    \"priceinterval\": {\r\n        \"items\": [\r\n            {\r\n                \"priceplan\": {\"id\": \"1517\"},\r\n                \"frequency\": \"MONTHLY\",\r\n                \"repeatevery\": 1,\r\n                \"startoffsetvalue\": 1\r\n            }\r\n        ]\r\n    }\r\n} ","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/rest/priceBook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"info\": \"Record Created Successfully\",\r\n    \"internalId\": \"7\",\r\n    \"isSuccess\": true\r\n}"}],"_postman_id":"af660317-2275-4fe9-8ad8-16511b605019"}],"id":"a41e75c9-8ee1-4925-b6e3-036883ca2f78","event":[{"listen":"prerequest","script":{"id":"d49dbcc3-2174-4fd1-8d41-71a02b4f4a3d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e084c0dc-5be1-4ad3-8ee2-a90782bc92f4","type":"text/javascript","exec":[""]}}],"_postman_id":"a41e75c9-8ee1-4925-b6e3-036883ca2f78","description":""},{"name":"PATCH","item":[{"name":"Update priceBook","id":"5554790e-5459-4a6c-8709-35da297c86f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test New Price Book \"\r\n} "},"url":"https://api.prestructured.com/netsuite/v0/rest/priceBook/7","urlObject":{"protocol":"https","path":["netsuite","v0","rest","priceBook","7"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"4c6533d1-5b69-404d-a9f2-37c6378c8e19","name":"Update priceBook","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test New Price Book \"\r\n} ","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/rest/priceBook/7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n\"info\": \"Record updated Successfully\",\r\n\"isSuccess\": true\r\n}\r\n"}],"_postman_id":"5554790e-5459-4a6c-8709-35da297c86f7"}],"id":"c688701d-cf21-4a7a-a42c-c24addfc07d3","event":[{"listen":"prerequest","script":{"id":"0d14675c-c83f-4690-9227-c79b6005549e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"22941783-bcab-423e-b250-9199b5f38745","type":"text/javascript","exec":[""]}}],"_postman_id":"c688701d-cf21-4a7a-a42c-c24addfc07d3","description":""},{"name":"DELETE","item":[{"name":"Delete priceBook","id":"e8c36e88-527f-4b6e-9b98-ba70c9d928df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/rest/priceBook/7","urlObject":{"protocol":"https","path":["netsuite","v0","rest","priceBook","7"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"1030c396-2703-4f60-ad93-87ac75c7c306","name":"Delete priceBook","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/rest/priceBook/7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n\"info\": \"Record Deleted Successfully\",\r\n\"isSuccess\": true\r\n}"}],"_postman_id":"e8c36e88-527f-4b6e-9b98-ba70c9d928df"}],"id":"2ff0d665-f71b-4b46-a7a5-cf1b642c3a23","event":[{"listen":"prerequest","script":{"id":"9efb8c8f-74c5-4ad0-a6aa-e98fed0d0191","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f4eb32c5-22ed-40a1-b2e7-dbe00aec8bd0","type":"text/javascript","exec":[""]}}],"_postman_id":"2ff0d665-f71b-4b46-a7a5-cf1b642c3a23","description":""}],"id":"c4656a4d-0a10-4065-801a-a3dec5248214","_postman_id":"c4656a4d-0a10-4065-801a-a3dec5248214","description":""}],"id":"0e593785-9e18-4a40-aa6c-e6efc995035b","_postman_id":"0e593785-9e18-4a40-aa6c-e6efc995035b","description":""},{"name":"Pricing Group","item":[{"name":"GET","item":[{"name":"Retrieve pricing groups","id":"62026641-98a2-43cd-9e69-419e764c6112","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/pricingGroup","urlObject":{"protocol":"https","path":["netsuite","v0","pricingGroup"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"2009a9a9-2bdb-4110-9772-e1368bca91e9","name":"Retrieve pricing groups","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/pricingGroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Oct 2019 06:23:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1183"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"1\",\r\n        \"isInactive\": false,\r\n        \"name\": \"Xyz-PG\",\r\n        \"nullFieldList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_051520204176366531937163620_72a76166\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 1,\r\n  \"totalRecords\": 1\r\n}"}],"_postman_id":"62026641-98a2-43cd-9e69-419e764c6112"},{"name":"Retrieve pricing groups by where","id":"5de232b4-e534-4fcd-a061-6f2fd7b37b2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/pricingGroup?where=Active=true","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Active</td>\n<td>true</td>\n<td>Used to Include the Active Status filter for the request.e.g., Active=true.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","pricingGroup"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"Active=true"}],"variable":[]}},"response":[{"id":"fd723052-a9d3-4633-b2f9-1730d19cc50f","name":"Retrieve pricing groups by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/pricingGroup?where=Active=true","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","pricingGroup"],"query":[{"key":"where","value":"Active=true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Oct 2019 06:23:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1183"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"internalId\": \"1\",\r\n                \"isInactive\": false,\r\n                \"name\": \"home need\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_TSTDRV2119874_06262020241747755591205375_b20faf0\",\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"totalPages\": 1,\r\n    \"totalRecords\": 1\r\n}"}],"_postman_id":"5de232b4-e534-4fcd-a061-6f2fd7b37b2e"}],"id":"edde98a0-125e-49bc-861e-907dc6646c03","_postman_id":"edde98a0-125e-49bc-861e-907dc6646c03","description":""}],"id":"8fd5d0e0-3d59-4d24-94d0-6549a7db4cdf","event":[{"listen":"prerequest","script":{"id":"7eaa2843-271d-4c45-8847-2afafd249c4d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fdf291cc-6cfd-4f1c-9a06-942b49e4f804","type":"text/javascript","exec":[""]}}],"_postman_id":"8fd5d0e0-3d59-4d24-94d0-6549a7db4cdf","description":""},{"name":"Price Level","item":[{"name":"GET","item":[{"name":"Retrieve price levels","id":"e91df994-2ec2-4605-ad73-765c1147f8ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/priceLevel","urlObject":{"protocol":"https","path":["netsuite","v0","priceLevel"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"c2523617-3239-427f-90bf-71380d1595e5","name":"200 : Retrieve price levels","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/priceLevel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Oct 2019 06:23:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1183"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"discountpct\": null,\n                \"externalId\": null,\n                \"internalId\": \"1\",\n                \"isInactive\": null,\n                \"isOnline\": false,\n                \"name\": \"Base Price\",\n                \"nullFieldList\": null,\n                \"updateExistingPrices\": null\n            }\n        },\n        {\n            \"record\": {\n                \"discountpct\": -10,\n                \"externalId\": null,\n                \"internalId\": \"2\",\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"name\": \"Alternate Price 1\",\n                \"nullFieldList\": null,\n                \"updateExistingPrices\": null\n            }\n        },\n        {\n            \"record\": {\n                \"discountpct\": -12,\n                \"externalId\": null,\n                \"internalId\": \"3\",\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"name\": \"Alternate Price 2\",\n                \"nullFieldList\": null,\n                \"updateExistingPrices\": null\n            }\n        },\n        {\n            \"record\": {\n                \"discountpct\": null,\n                \"externalId\": null,\n                \"internalId\": \"4\",\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"name\": \"Alternate Price 3\",\n                \"nullFieldList\": null,\n                \"updateExistingPrices\": null\n            }\n        },\n        {\n            \"record\": {\n                \"discountpct\": null,\n                \"externalId\": null,\n                \"internalId\": \"5\",\n                \"isInactive\": null,\n                \"isOnline\": true,\n                \"name\": \"Online Price\",\n                \"nullFieldList\": null,\n                \"updateExistingPrices\": null\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_10232019598235411342286835_60a914dad\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 5\n}"},{"id":"d2f5985e-5a5d-4f26-a345-e9dc41caf8ff","name":"401 : Retrieve price levels","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=2c159b871510348b8779f17cc60f5eee8594c92951aa87ba4d7c321fd7c3c003&consumersecret=abbe597e39cb16b301691ca57f5f097d76dcd96eef153325c91c2822d0bb77fb&tokenid=597ad65f7eee7034d1519544f92c2029a8c953c058b43a510ef76da3a9b5e67f&tokensecret=45571f944a289e5bf7527ac28f4178f2e73ce69436e3abb5c837104bdc060cd8&account=5333445_SB1","disabled":true},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/priceLevel"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Oct 2019 06:23:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"43"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid NetSuite Authorization\"\n}"}],"_postman_id":"e91df994-2ec2-4605-ad73-765c1147f8ad"},{"name":"Retrieve price levels by where","id":"c89717c0-13e2-4338-8e3d-0d2bc19af0a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/priceLevel?where=Active=true","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Active</td>\n<td>true</td>\n<td>Used to Include the Active Status filter for the request.e.g., Active=true.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","priceLevel"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"Active=true"}],"variable":[]}},"response":[{"id":"9306d39c-f5bd-438c-9d30-0253bd2c5e26","name":"200 : Retrieve price levels by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/priceLevel?where=Active=true","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","priceLevel"],"query":[{"key":"where","value":"Active=true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Oct 2019 06:23:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1183"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"internalId\": \"1\",\n                \"isOnline\": false,\n                \"name\": \"Base\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"internalId\": \"2\",\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"name\": \"Corporate\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"discountpct\": -15.0,\n                \"internalId\": \"3\",\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"name\": \"Partner Pricing\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"internalId\": \"4\",\n                \"isInactive\": false,\n                \"isOnline\": true,\n                \"name\": \"High Priority Rate\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"internalId\": \"5\",\n                \"isOnline\": true,\n                \"name\": \"Online Price\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"discountpct\": -18.0,\n                \"internalId\": \"7\",\n                \"isInactive\": false,\n                \"isOnline\": false,\n                \"name\": \"Students\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TSTDRV2119874_06262020241868523578330373_c31050e\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 6\n}"}],"_postman_id":"c89717c0-13e2-4338-8e3d-0d2bc19af0a5"}],"id":"f2a43741-ec59-44d9-b34b-4ba6a0d4547f","_postman_id":"f2a43741-ec59-44d9-b34b-4ba6a0d4547f","description":""}],"id":"dc06c6b7-9c46-4498-acb8-1d448334132e","event":[{"listen":"prerequest","script":{"id":"9fd92f4f-ec1a-4060-8e67-638e25b8b799","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ab15526f-5541-4692-be96-99be1a2be57c","type":"text/javascript","exec":[""]}}],"_postman_id":"dc06c6b7-9c46-4498-acb8-1d448334132e","description":""},{"name":"PriceTiers","item":[{"name":"SuiteQL","item":[{"name":"Retrieve priceTiers","id":"474cbf5a-30d7-4f51-b908-202bdc67e398","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/priceTiers","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","priceTiers"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"fe9cc897-0f62-4921-a760-44ca98bdd4c0","name":"Retrieve priceTiers","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/priceTiers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 177,\n    \"hasMore\": false,\n    \"items\": [\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1\",\n            \"priceplan\": \"1\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2\",\n            \"priceplan\": \"2\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"2000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"7\",\n            \"priceplan\": \"7\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"8\",\n            \"priceplan\": \"8\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"11\",\n            \"priceplan\": \"11\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"12\",\n            \"priceplan\": \"12\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"13\",\n            \"priceplan\": \"13\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"14\",\n            \"priceplan\": \"14\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"15\",\n            \"priceplan\": \"15\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"200\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"114\",\n            \"priceplan\": \"114\",\n            \"pricingoption\": \"-101\",\n            \"value\": \"50\"\n        },\n        {\n            \"fromval\": \"50\",\n            \"lineid\": \"115\",\n            \"priceplan\": \"114\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"250\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"214\",\n            \"priceplan\": \"214\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"200\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"215\",\n            \"priceplan\": \"215\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"314\",\n            \"priceplan\": \"314\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"315\",\n            \"priceplan\": \"315\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"414\",\n            \"priceplan\": \"414\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"415\",\n            \"priceplan\": \"415\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"416\",\n            \"priceplan\": \"416\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"514\",\n            \"priceplan\": \"514\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"614\",\n            \"priceplan\": \"614\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"10\",\n            \"lineid\": \"615\",\n            \"priceplan\": \"614\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"616\",\n            \"priceplan\": \"615\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"617\",\n            \"priceplan\": \"616\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"30\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"618\",\n            \"priceplan\": \"617\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"30\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"619\",\n            \"priceplan\": \"618\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"30\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"620\",\n            \"priceplan\": \"619\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"30\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"621\",\n            \"priceplan\": \"620\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"30\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"622\",\n            \"priceplan\": \"621\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"30\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"623\",\n            \"priceplan\": \"622\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"30\"\n        },\n        {\n            \"fromval\": \"1\",\n            \"lineid\": \"624\",\n            \"priceplan\": \"622\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"625\",\n            \"priceplan\": \"623\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"626\",\n            \"priceplan\": \"624\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"627\",\n            \"priceplan\": \"625\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"714\",\n            \"priceplan\": \"714\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"30\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"814\",\n            \"priceplan\": \"814\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"30\"\n        },\n        {\n            \"fromval\": \"1\",\n            \"lineid\": \"815\",\n            \"priceplan\": \"814\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"30\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"816\",\n            \"priceplan\": \"815\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"30\"\n        },\n        {\n            \"fromval\": \"1\",\n            \"lineid\": \"817\",\n            \"priceplan\": \"815\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"30\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"818\",\n            \"priceplan\": \"816\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"30\"\n        },\n        {\n            \"fromval\": \"1\",\n            \"lineid\": \"819\",\n            \"priceplan\": \"816\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"30\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"820\",\n            \"priceplan\": \"817\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"914\",\n            \"maxamount\": \"100\",\n            \"minamount\": \"10\",\n            \"priceplan\": \"914\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"30\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"915\",\n            \"priceplan\": \"915\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"916\",\n            \"priceplan\": \"916\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"917\",\n            \"priceplan\": \"917\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1015\",\n            \"priceplan\": \"1015\",\n            \"pricingoption\": \"-101\",\n            \"value\": \"5\"\n        },\n        {\n            \"fromval\": \"5\",\n            \"lineid\": \"1016\",\n            \"priceplan\": \"1015\",\n            \"pricingoption\": \"-101\",\n            \"value\": \"4\"\n        },\n        {\n            \"fromval\": \"10\",\n            \"lineid\": \"1017\",\n            \"priceplan\": \"1015\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"3\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1018\",\n            \"priceplan\": \"1016\",\n            \"pricingoption\": \"-101\",\n            \"value\": \"5\"\n        },\n        {\n            \"fromval\": \"5\",\n            \"lineid\": \"1019\",\n            \"priceplan\": \"1016\",\n            \"pricingoption\": \"-101\",\n            \"value\": \"4\"\n        },\n        {\n            \"fromval\": \"10\",\n            \"lineid\": \"1020\",\n            \"priceplan\": \"1016\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"3\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1021\",\n            \"priceplan\": \"1017\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1121\",\n            \"priceplan\": \"1117\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1122\",\n            \"priceplan\": \"1118\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1123\",\n            \"priceplan\": \"1119\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1221\",\n            \"priceplan\": \"1217\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1222\",\n            \"priceplan\": \"1218\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1227\",\n            \"priceplan\": \"1222\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1228\",\n            \"priceplan\": \"1223\",\n            \"pricingoption\": \"-101\",\n            \"value\": \"5\"\n        },\n        {\n            \"fromval\": \"5\",\n            \"lineid\": \"1229\",\n            \"priceplan\": \"1223\",\n            \"pricingoption\": \"-101\",\n            \"value\": \"4\"\n        },\n        {\n            \"fromval\": \"10\",\n            \"lineid\": \"1230\",\n            \"priceplan\": \"1223\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"3\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1231\",\n            \"priceplan\": \"1224\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1232\",\n            \"priceplan\": \"1225\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"10\",\n            \"lineid\": \"1233\",\n            \"priceplan\": \"1225\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"20\"\n        },\n        {\n            \"fromval\": \"20\",\n            \"lineid\": \"1234\",\n            \"priceplan\": \"1225\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"30\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1321\",\n            \"priceplan\": \"1317\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1421\",\n            \"priceplan\": \"1417\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1422\",\n            \"priceplan\": \"1418\",\n            \"pricingoption\": \"-101\",\n            \"value\": \"50\"\n        },\n        {\n            \"fromval\": \"50\",\n            \"lineid\": \"1423\",\n            \"priceplan\": \"1418\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"250\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1424\",\n            \"priceplan\": \"1419\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1425\",\n            \"priceplan\": \"1420\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1426\",\n            \"priceplan\": \"1421\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1523\",\n            \"priceplan\": \"1518\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1621\",\n            \"priceplan\": \"1617\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"123\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1622\",\n            \"priceplan\": \"1618\",\n            \"pricingoption\": \"-101\",\n            \"value\": \"123\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1623\",\n            \"priceplan\": \"1619\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"300\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1624\",\n            \"priceplan\": \"1620\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"300\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1625\",\n            \"priceplan\": \"1621\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1626\",\n            \"priceplan\": \"1622\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1627\",\n            \"priceplan\": \"1623\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1721\",\n            \"priceplan\": \"1717\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1821\",\n            \"priceplan\": \"1817\",\n            \"pricingoption\": \"-101\",\n            \"value\": \"5\"\n        },\n        {\n            \"fromval\": \"5\",\n            \"lineid\": \"1822\",\n            \"priceplan\": \"1817\",\n            \"pricingoption\": \"-101\",\n            \"value\": \"4\"\n        },\n        {\n            \"fromval\": \"10\",\n            \"lineid\": \"1823\",\n            \"priceplan\": \"1817\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"3\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1921\",\n            \"priceplan\": \"1917\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"123\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1922\",\n            \"priceplan\": \"1918\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"123\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1923\",\n            \"priceplan\": \"1919\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"123\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1924\",\n            \"priceplan\": \"1920\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"123\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2021\",\n            \"priceplan\": \"2017\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"123\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2121\",\n            \"priceplan\": \"2117\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"123\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2122\",\n            \"priceplan\": \"2118\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"123\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2221\",\n            \"priceplan\": \"2217\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"12\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2321\",\n            \"priceplan\": \"2317\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2322\",\n            \"priceplan\": \"2318\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2323\",\n            \"priceplan\": \"2319\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2324\",\n            \"priceplan\": \"2320\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2421\",\n            \"priceplan\": \"2417\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2422\",\n            \"priceplan\": \"2418\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2423\",\n            \"priceplan\": \"2419\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"23\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2424\",\n            \"priceplan\": \"2420\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"50\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2425\",\n            \"priceplan\": \"2421\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"2\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2426\",\n            \"priceplan\": \"2422\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2427\",\n            \"priceplan\": \"2423\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2428\",\n            \"priceplan\": \"2424\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2429\",\n            \"priceplan\": \"2425\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2430\",\n            \"priceplan\": \"2426\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2431\",\n            \"priceplan\": \"2427\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2432\",\n            \"priceplan\": \"2428\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2433\",\n            \"priceplan\": \"2429\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2434\",\n            \"priceplan\": \"2430\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2521\",\n            \"priceplan\": \"2517\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2621\",\n            \"priceplan\": \"2617\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2622\",\n            \"priceplan\": \"2618\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"20\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2721\",\n            \"priceplan\": \"2717\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2722\",\n            \"priceplan\": \"2718\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2727\",\n            \"priceplan\": \"2723\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2728\",\n            \"priceplan\": \"2724\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2729\",\n            \"priceplan\": \"2725\",\n            \"pricingoption\": \"-101\",\n            \"value\": \"50\"\n        },\n        {\n            \"fromval\": \"50\",\n            \"lineid\": \"2730\",\n            \"priceplan\": \"2725\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"250\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2731\",\n            \"priceplan\": \"2726\",\n            \"pricingoption\": \"-101\",\n            \"value\": \"50\"\n        },\n        {\n            \"fromval\": \"50\",\n            \"lineid\": \"2732\",\n            \"priceplan\": \"2726\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"250\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2825\",\n            \"priceplan\": \"2821\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"55\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2826\",\n            \"priceplan\": \"2822\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"5\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3021\",\n            \"priceplan\": \"3017\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"5\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3022\",\n            \"priceplan\": \"3018\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"55\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3122\",\n            \"priceplan\": \"3118\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"55\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3123\",\n            \"priceplan\": \"3119\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"15\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3222\",\n            \"priceplan\": \"3218\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"66\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3223\",\n            \"priceplan\": \"3219\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"5\"\n        },\n        {\n            \"fromval\": \"5\",\n            \"lineid\": \"3224\",\n            \"priceplan\": \"3219\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3225\",\n            \"priceplan\": \"3220\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"5\"\n        },\n        {\n            \"fromval\": \"5\",\n            \"lineid\": \"3226\",\n            \"priceplan\": \"3220\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"10\",\n            \"lineid\": \"3227\",\n            \"priceplan\": \"3220\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"15\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3228\",\n            \"priceplan\": \"3221\",\n            \"pricingoption\": \"-101\",\n            \"value\": \"50\"\n        },\n        {\n            \"fromval\": \"50\",\n            \"lineid\": \"3229\",\n            \"priceplan\": \"3221\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"250\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3230\",\n            \"priceplan\": \"3222\",\n            \"pricingoption\": \"-101\",\n            \"value\": \"50\"\n        },\n        {\n            \"fromval\": \"50\",\n            \"lineid\": \"3231\",\n            \"priceplan\": \"3222\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"250\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3232\",\n            \"priceplan\": \"3223\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3233\",\n            \"priceplan\": \"3224\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3234\",\n            \"priceplan\": \"3225\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3235\",\n            \"priceplan\": \"3226\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3236\",\n            \"priceplan\": \"3227\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3237\",\n            \"priceplan\": \"3228\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3322\",\n            \"priceplan\": \"3318\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3422\",\n            \"priceplan\": \"3418\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3522\",\n            \"priceplan\": \"3518\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"10\",\n            \"lineid\": \"3523\",\n            \"priceplan\": \"3518\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"2000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3524\",\n            \"maxamount\": \"100\",\n            \"minamount\": \"10\",\n            \"priceplan\": \"3519\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3525\",\n            \"priceplan\": \"3520\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"700\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3625\",\n            \"priceplan\": \"3620\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"800\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3725\",\n            \"priceplan\": \"3720\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"800\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3726\",\n            \"priceplan\": \"3721\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3825\",\n            \"priceplan\": \"3820\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"3925\",\n            \"priceplan\": \"3920\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"10\"\n        },\n        {\n            \"fromval\": \"5\",\n            \"lineid\": \"3926\",\n            \"priceplan\": \"3920\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"20\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"4025\",\n            \"priceplan\": \"4020\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"56\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"4026\",\n            \"priceplan\": \"4021\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"15\"\n        },\n        {\n            \"fromval\": \"10\",\n            \"lineid\": \"4027\",\n            \"priceplan\": \"4021\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"25\"\n        },\n        {\n            \"fromval\": \"20\",\n            \"lineid\": \"4028\",\n            \"priceplan\": \"4021\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"35\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"4325\",\n            \"priceplan\": \"4320\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"4326\",\n            \"priceplan\": \"4321\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"300\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"4425\",\n            \"priceplan\": \"4420\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"4426\",\n            \"priceplan\": \"4421\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"200\"\n        },\n        {\n            \"fromval\": \"100\",\n            \"lineid\": \"4427\",\n            \"priceplan\": \"4421\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"300\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"4525\",\n            \"priceplan\": \"4520\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"4627\",\n            \"priceplan\": \"4622\",\n            \"pricingoption\": \"-101\",\n            \"value\": \"50\"\n        },\n        {\n            \"fromval\": \"50\",\n            \"lineid\": \"4628\",\n            \"priceplan\": \"4622\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"250\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"4629\",\n            \"priceplan\": \"4623\",\n            \"pricingoption\": \"-101\",\n            \"value\": \"50\"\n        },\n        {\n            \"fromval\": \"50\",\n            \"lineid\": \"4630\",\n            \"priceplan\": \"4623\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"250\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"4727\",\n            \"priceplan\": \"4722\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"4827\",\n            \"priceplan\": \"4822\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"4929\",\n            \"priceplan\": \"4924\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"5229\",\n            \"priceplan\": \"5224\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"5233\",\n            \"priceplan\": \"5228\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"5329\",\n            \"priceplan\": \"5324\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"5330\",\n            \"priceplan\": \"5325\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"300\"\n        },\n        {\n            \"fromval\": \"5\",\n            \"lineid\": \"5331\",\n            \"priceplan\": \"5325\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"275\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 177\n}"}],"_postman_id":"474cbf5a-30d7-4f51-b908-202bdc67e398"},{"name":"Retrieve priceTiers Limit and Offset","id":"6b7f9636-f386-46d4-bf8e-1f948c9933c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/priceTiers?limit=10&offset=0","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","priceTiers"],"host":["api","prestructured","com"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"2404b7d6-e693-458f-8566-067088c4f17d","name":"Retrieve priceTiers","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/priceTiers?limit=10&offset=0","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","priceTiers"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 10,\n    \"hasMore\": true,\n    \"items\": [\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"1\",\n            \"priceplan\": \"1\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"2\",\n            \"priceplan\": \"2\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"2000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"7\",\n            \"priceplan\": \"7\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"8\",\n            \"priceplan\": \"8\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"11\",\n            \"priceplan\": \"11\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"1000\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"12\",\n            \"priceplan\": \"12\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"13\",\n            \"priceplan\": \"13\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"14\",\n            \"priceplan\": \"14\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"100\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"15\",\n            \"priceplan\": \"15\",\n            \"pricingoption\": \"-102\",\n            \"value\": \"200\"\n        },\n        {\n            \"fromval\": \"0\",\n            \"lineid\": \"114\",\n            \"priceplan\": \"114\",\n            \"pricingoption\": \"-101\",\n            \"value\": \"50\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 177\n}"}],"_postman_id":"6b7f9636-f386-46d4-bf8e-1f948c9933c4"},{"name":"Retrieve priceTiers by where","id":"f3b4d95a-fb39-4bc0-be65-5e312702bb4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/priceTiers?where=value=50+and+priceplan=114","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>priceplan</td>\n<td>114</td>\n<td>Used to Include the priceplan filter for the request. e.g., priceplan=114.</td>\n</tr>\n<tr>\n<td>value</td>\n<td>50</td>\n<td>Used to Include the value filter for the request. e.g., value=50.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","priceTiers"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"value=50+and+priceplan=114"}],"variable":[]}},"response":[{"id":"03b5bd61-0a67-4a1f-909d-ec8b2ad7339b","name":"Retrieve priceTiers by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/priceTiers?where=value=50+and+priceplan=114","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","priceTiers"],"query":[{"key":"where","value":"value=50+and+priceplan=114"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"count\": 1,\r\n    \"hasMore\": false,\r\n    \"items\": [\r\n        {\r\n            \"fromval\": \"0\",\r\n            \"lineid\": \"114\",\r\n            \"priceplan\": \"114\",\r\n            \"pricingoption\": \"-101\",\r\n            \"value\": \"50\"\r\n        }\r\n    ],\r\n    \"offset\": 0,\r\n    \"totalResults\": 1\r\n}"}],"_postman_id":"f3b4d95a-fb39-4bc0-be65-5e312702bb4c"}],"id":"3eb9252a-4b94-439c-a2e5-3aab0bd250ce","_postman_id":"3eb9252a-4b94-439c-a2e5-3aab0bd250ce","description":""}],"id":"fea7c4fd-e9b7-4f67-9699-e1a8919fda8d","_postman_id":"fea7c4fd-e9b7-4f67-9699-e1a8919fda8d","description":""},{"name":"PricePlan","item":[{"name":"SuiteQL","item":[{"name":"Retrieve  pricePlan","id":"6e4e0060-9e27-4602-817d-1f7c6efd731d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/pricePlan","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","pricePlan"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"57029e17-b918-486d-bad1-9eb8dc4c532b","name":"Retrieve pricePlan","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/pricePlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 12,\n    \"hasMore\": false,\n    \"items\": [\n        {\n            \"currency\": \"1\",\n            \"id\": \"1\",\n            \"priceplantype\": \"2\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"2\",\n            \"priceplantype\": \"2\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"7\",\n            \"priceplantype\": \"2\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"8\",\n            \"priceplantype\": \"2\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"11\",\n            \"priceplantype\": \"2\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"12\",\n            \"priceplantype\": \"2\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"13\",\n            \"priceplantype\": \"2\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"14\",\n            \"minimumamount\": \"10\",\n            \"priceplantype\": \"2\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"15\",\n            \"minimumamount\": \"200\",\n            \"priceplantype\": \"2\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"114\",\n            \"maximumamount\": \"5000\",\n            \"minimumamount\": \"1000\",\n            \"priceplantype\": \"2\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"214\",\n            \"minimumamount\": \"200\",\n            \"priceplantype\": \"2\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"215\",\n            \"priceplantype\": \"2\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 12\n}"}],"_postman_id":"6e4e0060-9e27-4602-817d-1f7c6efd731d"},{"name":"Retrieve  pricePlan Limit and Offset","id":"5e90dfff-6ccc-4041-b897-198c75712163","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/pricePlan?limit=10&offset=0","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","pricePlan"],"host":["api","prestructured","com"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"5305dcf2-71cc-447b-9d9b-08d7515d1663","name":"Retrieve pricePlan","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/pricePlan?limit=10&offset=0","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","pricePlan"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 10,\n    \"hasMore\": true,\n    \"items\": [\n        {\n            \"currency\": \"1\",\n            \"id\": \"1\",\n            \"priceplantype\": \"2\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"2\",\n            \"priceplantype\": \"2\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"7\",\n            \"priceplantype\": \"2\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"8\",\n            \"priceplantype\": \"2\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"11\",\n            \"priceplantype\": \"2\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"12\",\n            \"priceplantype\": \"2\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"13\",\n            \"priceplantype\": \"2\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"14\",\n            \"minimumamount\": \"10\",\n            \"priceplantype\": \"2\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"15\",\n            \"minimumamount\": \"200\",\n            \"priceplantype\": \"2\"\n        },\n        {\n            \"currency\": \"1\",\n            \"id\": \"114\",\n            \"maximumamount\": \"5000\",\n            \"minimumamount\": \"1000\",\n            \"priceplantype\": \"2\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 12\n}"}],"_postman_id":"5e90dfff-6ccc-4041-b897-198c75712163"},{"name":"Retrieve pricePlan by where","id":"a1759825-969a-435b-b70d-36c27ae63091","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/pricePlan?where=Currency=1+and+ID=11","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>1</td>\n<td>Used to Include the ID filter for the request. e.g., ID=1.</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>1</td>\n<td>Used to Include the Currency filter for the request. e.g., Currency=1.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","pricePlan"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"Currency=1+and+ID=11"}],"variable":[]}},"response":[{"id":"146f3cbb-9cd5-4ff8-814f-568b4be24b59","name":"Retrieve pricePlan by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/pricePlan?where=Currency=1+and+ID=11","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","pricePlan"],"query":[{"key":"where","value":"Currency=1+and+ID=11"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"count\": 1,\r\n    \"hasMore\": false,\r\n    \"items\": [\r\n        {\r\n            \"currency\": \"1\",\r\n            \"id\": \"11\",\r\n            \"priceplantype\": \"2\"\r\n        }\r\n    ],\r\n    \"offset\": 0,\r\n    \"totalResults\": 1\r\n}"}],"_postman_id":"a1759825-969a-435b-b70d-36c27ae63091"}],"id":"bb2f20f5-3dc9-44af-9cc3-56d0faddd2c2","_postman_id":"bb2f20f5-3dc9-44af-9cc3-56d0faddd2c2","description":""},{"name":"REST","item":[{"name":"GET","item":[{"name":"Retrieve pricePlan","id":"76730d55-8f96-4d87-b105-f33383417a5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/rest/pricePlan","urlObject":{"protocol":"https","path":["netsuite","v0","rest","pricePlan"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"3d336ead-638f-48e3-bfeb-4cf7ce3a0f57","name":"Retrieve pricePlan","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/rest/pricePlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 46,\n    \"hasMore\": false,\n    \"items\": [\n        {\n            \"id\": \"1\"\n        },\n        {\n            \"id\": \"2\"\n        },\n        {\n            \"id\": \"7\"\n        },\n        {\n            \"id\": \"8\"\n        },\n        {\n            \"id\": \"11\"\n        },\n        {\n            \"id\": \"12\"\n        },\n        {\n            \"id\": \"13\"\n        },\n        {\n            \"id\": \"14\"\n        },\n        {\n            \"id\": \"15\"\n        },\n        {\n            \"id\": \"114\"\n        },\n        {\n            \"id\": \"214\"\n        },\n        {\n            \"id\": \"215\"\n        },\n        {\n            \"id\": \"314\"\n        },\n        {\n            \"id\": \"315\"\n        },\n        {\n            \"id\": \"414\"\n        },\n        {\n            \"id\": \"415\"\n        },\n        {\n            \"id\": \"416\"\n        },\n        {\n            \"id\": \"514\"\n        },\n        {\n            \"id\": \"614\"\n        },\n        {\n            \"id\": \"615\"\n        },\n        {\n            \"id\": \"616\"\n        },\n        {\n            \"id\": \"617\"\n        },\n        {\n            \"id\": \"618\"\n        },\n        {\n            \"id\": \"619\"\n        },\n        {\n            \"id\": \"620\"\n        },\n        {\n            \"id\": \"621\"\n        },\n        {\n            \"id\": \"622\"\n        },\n        {\n            \"id\": \"623\"\n        },\n        {\n            \"id\": \"624\"\n        },\n        {\n            \"id\": \"625\"\n        },\n        {\n            \"id\": \"714\"\n        },\n        {\n            \"id\": \"814\"\n        },\n        {\n            \"id\": \"815\"\n        },\n        {\n            \"id\": \"816\"\n        },\n        {\n            \"id\": \"817\"\n        },\n        {\n            \"id\": \"914\"\n        },\n        {\n            \"id\": \"915\"\n        },\n        {\n            \"id\": \"916\"\n        },\n        {\n            \"id\": \"917\"\n        },\n        {\n            \"id\": \"1015\"\n        },\n        {\n            \"id\": \"1016\"\n        },\n        {\n            \"id\": \"1017\"\n        },\n        {\n            \"id\": \"1117\"\n        },\n        {\n            \"id\": \"1118\"\n        },\n        {\n            \"id\": \"1119\"\n        },\n        {\n            \"id\": \"1217\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 46\n}"}],"_postman_id":"76730d55-8f96-4d87-b105-f33383417a5f"},{"name":"Retrieve pricePlan by ID","id":"865913ff-bbbb-40b3-a547-69189997e961","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/rest/pricePlan/8?expandSubResources=true","urlObject":{"protocol":"https","path":["netsuite","v0","rest","pricePlan","8"],"host":["api","prestructured","com"],"query":[{"key":"expandSubResources","value":"true"}],"variable":[]}},"response":[{"id":"862285ee-4874-45e3-b19d-46ea1b00ba09","name":"Retrieve pricePlan ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/rest/pricePlan/8?expandSubResources=true","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","rest","pricePlan","8"],"query":[{"key":"expandSubResources","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"currency\": {\r\n        \"id\": \"1\",\r\n        \"name\": \"US Dollars\"\r\n    },\r\n    \"customForm\": {\r\n        \"id\": \"-10104\",\r\n        \"name\": \"Standard Price Plan Form\"\r\n    },\r\n    \"id\": \"8\",\r\n    \"pricePlanType\": {\r\n        \"id\": \"2\",\r\n        \"name\": \"Tiered\"\r\n    },\r\n    \"priceTiers\": {\r\n        \"items\": [\r\n            {\r\n                \"fromVal\": 0,\r\n                \"lineId\": 8,\r\n                \"pricingOption\": {\r\n                    \"id\": \"-102\",\r\n                    \"name\": \"Fixed Amount\"\r\n                },\r\n                \"value\": 1000.0\r\n            }\r\n        ],\r\n        \"totalResults\": 1\r\n    }\r\n}"}],"_postman_id":"865913ff-bbbb-40b3-a547-69189997e961"}],"id":"512a2642-4117-4174-925b-b6859764f472","event":[{"listen":"prerequest","script":{"id":"e26df1d1-e001-408d-85a7-bdc0c44d1388","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"faed8218-06e1-4ff0-87eb-93000f8a58c6","type":"text/javascript","exec":[""]}}],"_postman_id":"512a2642-4117-4174-925b-b6859764f472","description":""},{"name":"POST","item":[{"name":"Create pricePlan","id":"e5eecb75-4f60-4d24-b6ea-abbc20d1b4de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"currency\": {\"id\": \"1\"},\r\n    \"priceplantype\": \"2\",\r\n    \"minimumAmount\":1000,\r\n    \"maximumAmount\":5000,\r\n    \"pricetiers\": {\r\n        \"items\": [\r\n            {\r\n                \"fromval\": 0,\r\n                \"pricingoption\": {\"id\": \"-101\"},\r\n                \"value\": 50.00,\r\n                \"minimumAmount\":150,\r\n                \"maximumAmount\":200\r\n            },\r\n            {\r\n                \"fromval\": 50,\r\n                \"pricingoption\": {\"id\": \"-102\"},\r\n                \"value\": 250.00,\r\n                \"minimumAmount\":10,\r\n                \"maximumAmount\":50\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/rest/pricePlan","urlObject":{"protocol":"https","path":["netsuite","v0","rest","pricePlan"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"02b8379a-6726-42f1-83f2-a06b3d328ca9","name":"Create pricePlan","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"currency\": {\"id\": \"1\"},\r\n    \"priceplantype\": \"2\",\r\n    \"minimumAmount\":1000,\r\n    \"maximumAmount\":5000,\r\n    \"pricetiers\": {\r\n        \"items\": [\r\n            {\r\n                \"fromval\": 0,\r\n                \"pricingoption\": {\"id\": \"-101\"},\r\n                \"value\": 50.00,\r\n                \"minimumAmount\":150,\r\n                \"maximumAmount\":200\r\n            },\r\n            {\r\n                \"fromval\": 50,\r\n                \"pricingoption\": {\"id\": \"-102\"},\r\n                \"value\": 250.00,\r\n                \"minimumAmount\":10,\r\n                \"maximumAmount\":50\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/rest/pricePlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"info\": \"Record Created Successfully\",\r\n    \"internalId\": \"1221\",\r\n    \"isSuccess\": true\r\n}"}],"_postman_id":"e5eecb75-4f60-4d24-b6ea-abbc20d1b4de"}],"id":"e37e3928-02e1-410b-b3de-7b4d2b8f5083","event":[{"listen":"prerequest","script":{"id":"d49dbcc3-2174-4fd1-8d41-71a02b4f4a3d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e084c0dc-5be1-4ad3-8ee2-a90782bc92f4","type":"text/javascript","exec":[""]}}],"_postman_id":"e37e3928-02e1-410b-b3de-7b4d2b8f5083","description":""},{"name":"PATCH","item":[{"name":"Update pricePlan","id":"55ac0750-c518-46df-8308-e8aec9ede2f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"minimumAmount\":2000\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/rest/pricePlan/1221","urlObject":{"protocol":"https","path":["netsuite","v0","rest","pricePlan","1221"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"a403f8b0-668d-4175-8a1a-f025535a8c22","name":"Update pricePlan","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"minimumAmount\":2000\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/rest/pricePlan/1221"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n\"info\": \"Record updated Successfully\",\r\n\"isSuccess\": true\r\n}\r\n"}],"_postman_id":"55ac0750-c518-46df-8308-e8aec9ede2f5"}],"id":"f3c06d12-ee0e-4167-ae06-62c53d15e1f3","event":[{"listen":"prerequest","script":{"id":"0d14675c-c83f-4690-9227-c79b6005549e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"22941783-bcab-423e-b250-9199b5f38745","type":"text/javascript","exec":[""]}}],"_postman_id":"f3c06d12-ee0e-4167-ae06-62c53d15e1f3","description":""},{"name":"DELETE","item":[{"name":"Delete pricePlan","id":"7e1e4b89-c683-427c-a450-90ba3462a97f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/rest/pricePlan/1221","urlObject":{"protocol":"https","path":["netsuite","v0","rest","pricePlan","1221"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"9c295f64-c124-4c86-bcee-7192be358e1b","name":"Delete pricePlan","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/rest/pricePlan/1221"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n\"info\": \"Record Deleted Successfully\",\r\n\"isSuccess\": true\r\n}"}],"_postman_id":"7e1e4b89-c683-427c-a450-90ba3462a97f"}],"id":"0cff683c-e871-47fb-bcb0-8a1e23b7d99c","event":[{"listen":"prerequest","script":{"id":"9efb8c8f-74c5-4ad0-a6aa-e98fed0d0191","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f4eb32c5-22ed-40a1-b2e7-dbe00aec8bd0","type":"text/javascript","exec":[""]}}],"_postman_id":"0cff683c-e871-47fb-bcb0-8a1e23b7d99c","description":""}],"id":"168ef7df-6ddd-4ef2-9cd0-3b04dcb79367","_postman_id":"168ef7df-6ddd-4ef2-9cd0-3b04dcb79367","description":""}],"id":"bfb0d9f0-3577-48bc-b632-be04a1228414","_postman_id":"bfb0d9f0-3577-48bc-b632-be04a1228414","description":""},{"name":"Purchase Orders","item":[{"name":"GET","item":[{"name":"Retrieve purchase orders","id":"c918ebf8-8d1d-4a52-9268-1d05d34c95e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"NetSuite-Token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/purchaseOrder","urlObject":{"protocol":"https","path":["netsuite","v0","purchaseOrder"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"90008840-74b5-437f-a74b-789bf7270958","name":"Retrieve purchase orders","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/purchaseOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:42:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"110312"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"createdDate\": 1548064774,\n                \"createdFrom\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"testvendor@test.com\",\n                \"employee\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"B Shamili\",\n                    \"type\": null\n                },\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"48\",\n                    \"name\": \"Test Vendor\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"40\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 0,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": 1548057600,\n                            \"grossAmt\": 0,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": true,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"15\",\n                                \"name\": \"Book\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 0,\n                            \"rate\": \"0.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1553249448,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": null,\n                \"shippingAddress\": null,\n                \"source\": null,\n                \"status\": \"Closed\",\n                \"subTotal\": 0,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 0,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1548009000,\n                \"tranId\": \"1\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"createdDate\": 1549011266,\n                \"createdFrom\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"testvendor@test.com\",\n                \"employee\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"B Shamili\",\n                    \"type\": null\n                },\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"48\",\n                    \"name\": \"Test Vendor\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"41\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 0,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": 1548057600,\n                            \"grossAmt\": 0,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"15\",\n                                \"name\": \"Book\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"0.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1549012440,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": null,\n                \"shippingAddress\": null,\n                \"source\": null,\n                \"status\": \"Approved by Supervisor/Pending Bill\",\n                \"subTotal\": 0,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 0,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1548959400,\n                \"tranId\": \"2\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553239922,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"535\",\n                    \"name\": \"Sales Order #14\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"536\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 25000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 25000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 50,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 50,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 50,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1553430124,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553193000,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"source\": null,\n                \"status\": \"Fully Billed\",\n                \"subTotal\": 25000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"Discount\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 25000,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553193000,\n                \"tranId\": \"3\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553240098,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"537\",\n                    \"name\": \"Sales Order #15\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"538\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 25000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"367\",\n                                \"name\": \"23 Test RATHINA VILAS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 25000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 50,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 50,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1553603576,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553193000,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"367\",\n                    \"name\": \"23 Test RATHINA VILAS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"221\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 25000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 25000,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553193000,\n                \"tranId\": \"4\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553243775,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"539\",\n                    \"name\": \"Sales Order #16\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"540\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 5000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 5000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 10,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 10,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1554013582,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553193000,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 5000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 5000,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553193000,\n                \"tranId\": \"5\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553245793,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"541\",\n                    \"name\": \"Sales Order #17\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"542\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 100000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 100000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": true,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 200,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 150,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 150,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amount\": -5000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": 1553238000,\n                            \"grossAmt\": -5000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": true,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"9\",\n                                \"name\": \"Discount : Vendor Discount\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 5,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": null,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": null,\n                            \"rate\": \"-5.00%\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1553340041,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553193000,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"source\": null,\n                \"status\": \"Closed\",\n                \"subTotal\": 95000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"1% 10 Net 30\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 95000,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553193000,\n                \"tranId\": \"6\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"createdDate\": 1553247312,\n                \"createdFrom\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"testvendor@test.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"259\",\n                    \"name\": \"Test DS Vendor 1\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"544\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 5000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": 1553238000,\n                            \"grossAmt\": 5000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 10,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 0,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1553247461,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": null,\n                \"shippingAddress\": null,\n                \"source\": null,\n                \"status\": \"Pending Receipt\",\n                \"subTotal\": 5000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 5000,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553193000,\n                \"tranId\": \"7\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553254477,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"552\",\n                    \"name\": \"Sales Order #19\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"553\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 250000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 250000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 500,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 300,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 300,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1553255265,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553193000,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"source\": null,\n                \"status\": \"Partially Received\",\n                \"subTotal\": 250000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 250000,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553193000,\n                \"tranId\": \"8\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553254477,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"552\",\n                    \"name\": \"Sales Order #19\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"554\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 200000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"175\",\n                                        \"scriptId\": \"custcol_gh_line_no\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 200000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": true,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 400,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 0,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1555596493,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553193000,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"source\": null,\n                \"status\": \"Closed\",\n                \"subTotal\": 200000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 200000,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553193000,\n                \"tranId\": \"9\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553261609,\n                \"createdFrom\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"558\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 5000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": 1553238000,\n                            \"grossAmt\": 5000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 10,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 0,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1553261609,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": null,\n                \"shippingAddress\": null,\n                \"source\": null,\n                \"status\": \"Pending Receipt\",\n                \"subTotal\": 5000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 5000,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553193000,\n                \"tranId\": \"10\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553263573,\n                \"createdFrom\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"559\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 10000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"56\",\n                                \"name\": \"17 GH-Agency\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": 1553238000,\n                            \"grossAmt\": 10000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": true,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 20,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 0,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1553263573,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": null,\n                \"shippingAddress\": null,\n                \"source\": null,\n                \"status\": \"Pending Receipt\",\n                \"subTotal\": 10000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 10000,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553193000,\n                \"tranId\": \"11\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553322915,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"561\",\n                    \"name\": \"Sales Order #21\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"562\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 50000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"367\",\n                                \"name\": \"23 Test RATHINA VILAS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 50000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 100,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 20,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1553521925,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553452200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"367\",\n                    \"name\": \"23 Test RATHINA VILAS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"221\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Billing/Partially Received\",\n                \"subTotal\": 50000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 50000,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553279400,\n                \"tranId\": \"12\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553325651,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"560\",\n                    \"name\": \"Sales Order #20\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"568\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 500,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"46\",\n                                \"name\": \"12 GS Solutions\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 500,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177131,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553452200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 500,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 500,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553279400,\n                \"tranId\": \"13\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553326115,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"565\",\n                    \"name\": \"Sales Order #22\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"569\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 10000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"46\",\n                                \"name\": \"12 GS Solutions\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 10000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 20,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 20,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177132,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553452200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 10000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 10000,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553279400,\n                \"tranId\": \"14\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553345340,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"578\",\n                    \"name\": \"Sales Order #26\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"579\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 2500,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"175\",\n                                        \"scriptId\": \"custcol_gh_line_no\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 2500,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": true,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 5,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 0,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1555611251,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553452200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"source\": null,\n                \"status\": \"Closed\",\n                \"subTotal\": 2500,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 2500,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553279400,\n                \"tranId\": \"15\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553345469,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"580\",\n                    \"name\": \"Sales Order #27\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"581\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 1000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"175\",\n                                        \"scriptId\": \"custcol_gh_line_no\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"367\",\n                                \"name\": \"23 Test RATHINA VILAS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 1000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": true,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 2,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 0,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1555611213,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553452200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"367\",\n                    \"name\": \"23 Test RATHINA VILAS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"221\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"source\": null,\n                \"status\": \"Closed\",\n                \"subTotal\": 1000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 1000,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553279400,\n                \"tranId\": \"16\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553346681,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"582\",\n                    \"name\": \"Sales Order #28\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"583\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 2500,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 2500,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 5,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 5,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1553346729,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553452200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"26\",\n                    \"name\": \"JABBAR TRAVELS\",\n                    \"type\": null\n                },\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 2500,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 2500,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553279400,\n                \"tranId\": \"17\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553350110,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"551\",\n                    \"name\": \"Sales Order #18\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"588\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 25000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 25000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 50,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 50,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177127,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553193000,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 25000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 25000,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553193000,\n                \"tranId\": \"18\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"createdDate\": 1553406130,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"591\",\n                    \"name\": \"Sales Order #33\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"testvendor@test.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"48\",\n                    \"name\": \"Test Vendor\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"592\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 1000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"367\",\n                                \"name\": \"23 Test RATHINA VILAS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 1000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 2,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 2,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177135,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553452200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"367\",\n                    \"name\": \"23 Test RATHINA VILAS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"221\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 1000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 1000,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553365800,\n                \"tranId\": \"19\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553423565,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"595\",\n                    \"name\": \"Sales Order #35\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": 1553625000,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"596\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 600,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 600,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": null,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": null,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"600.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1553524491,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553452200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"source\": null,\n                \"status\": \"Approved by Supervisor/Pending Bill\",\n                \"subTotal\": 600,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 600,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553365800,\n                \"tranId\": \"20\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553489733,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"607\",\n                    \"name\": \"Sales Order #40\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"608\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 600,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"46\",\n                                \"name\": \"12 GS Solutions\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 600,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": null,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": null,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"600.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177137,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553452200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 600,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 600,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553452200,\n                \"tranId\": \"21\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553490370,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"593\",\n                    \"name\": \"Sales Order #34\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"609\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 500,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 500,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1553497841,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553452200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 500,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 500,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553365800,\n                \"tranId\": \"22\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553491322,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"613\",\n                    \"name\": \"Sales Order #43\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"614\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 500,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"58\",\n                                \"name\": \"18 Shamili Boosam\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 500,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177155,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553452200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"58\",\n                    \"name\": \"18 Shamili Boosam\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"add1\",\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Ms. Shamili Boosam<br>add1<br>India\",\n                    \"addressee\": \"Ms. Shamili Boosam\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"18\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": null\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 500,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 500,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553452200,\n                \"tranId\": \"23\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553494021,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"619\",\n                    \"name\": \"Sales Order #48\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"620\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 500,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"175\",\n                                        \"scriptId\": \"custcol_gh_line_no\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"46\",\n                                \"name\": \"12 GS Solutions\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 500,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": true,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 0,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1555591982,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553452200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"source\": null,\n                \"status\": \"Closed\",\n                \"subTotal\": 500,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 500,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553452200,\n                \"tranId\": \"24\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553494338,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"621\",\n                    \"name\": \"Sales Order #49\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"622\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 500,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"46\",\n                                \"name\": \"12 GS Solutions\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 500,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177153,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553452200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 500,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 500,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553452200,\n                \"tranId\": \"25\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553494510,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"623\",\n                    \"name\": \"Sales Order #50\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"624\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 500,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"58\",\n                                \"name\": \"18 Shamili Boosam\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 500,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177144,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553452200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"58\",\n                    \"name\": \"18 Shamili Boosam\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"add1\",\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Ms. Shamili Boosam<br>add1<br>India\",\n                    \"addressee\": \"Ms. Shamili Boosam\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"18\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": null\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 500,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 500,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553452200,\n                \"tranId\": \"26\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553494665,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"625\",\n                    \"name\": \"Sales Order #51\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"626\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 500,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"58\",\n                                \"name\": \"18 Shamili Boosam\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 500,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177143,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553452200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"58\",\n                    \"name\": \"18 Shamili Boosam\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"add1\",\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Ms. Shamili Boosam<br>add1<br>India\",\n                    \"addressee\": \"Ms. Shamili Boosam\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"18\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": null\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 500,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 500,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553452200,\n                \"tranId\": \"27\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553495324,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"627\",\n                    \"name\": \"Sales Order #52\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"628\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 500,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"46\",\n                                \"name\": \"12 GS Solutions\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 500,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177146,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553452200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 500,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 500,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553452200,\n                \"tranId\": \"28\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553496264,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"630\",\n                    \"name\": \"Sales Order #53\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"631\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 500,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"46\",\n                                \"name\": \"12 GS Solutions\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 500,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177146,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553452200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 500,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 500,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553452200,\n                \"tranId\": \"29\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553497019,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"632\",\n                    \"name\": \"Sales Order #54\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": null,\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"633\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 600,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"46\",\n                                \"name\": \"12 GS Solutions\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 600,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"600.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177149,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1553452200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 600,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 600,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553452200,\n                \"tranId\": \"30\",\n                \"vatRegNum\": null\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_102320191090913971089685596_90edd640\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 12,\n    \"totalRecords\": 344\n}"}],"_postman_id":"c918ebf8-8d1d-4a52-9268-1d05d34c95e9"},{"name":"Retrieve purchase orders by search ID","id":"311ecdc8-a4ac-41c5-b8c2-5ca520fc536e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/purchaseOrder?searchId=WEBSERVICES_5333445_SB1_10232019108898812756004041_eafd8a034&page=35","urlObject":{"protocol":"https","path":["netsuite","v0","purchaseOrder"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_10232019108898812756004041_eafd8a034"},{"key":"page","value":"35"}],"variable":[]}},"response":[{"id":"149c257a-9abd-4726-80a7-b513d770591b","name":"Retrieve purchase orders by search ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}\n","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/purchaseOrder?searchId=WEBSERVICES_5333445_SB1_10232019108898812756004041_eafd8a034&page=4","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","purchaseOrder"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_10232019108898812756004041_eafd8a034"},{"key":"page","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:47:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"112767"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 4,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.16, Ground floor, 4th Cross \",\n                    \"addr2\": \"Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Blue Monkey Clothing Company <br>No.16, Ground floor, 4th Cross \\t<br>Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA 560027<br>India\",\n                    \"addressee\": \"Test Blue Monkey Clothing Company\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"243\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1555923686,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2443\",\n                    \"name\": \"Sales Order #127\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"pavan@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"380\",\n                    \"name\": \"Test Blue Monkey Clothing Company\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2444\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 7500,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4501\",\n                                \"name\": \"228 Test DS Cust123\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 8850,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"27\",\n                                \"name\": \"Test MEN'S SHIRT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 30,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 30,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 30,\n                            \"rate\": \"250.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 1350,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1555923984,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1555871400,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4501\",\n                    \"name\": \"228 Test DS Cust123\",\n                    \"type\": null\n                },\n                \"shippingAddress\": null,\n                \"source\": null,\n                \"status\": \"Fully Billed\",\n                \"subTotal\": 7500,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 1350,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 8850,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1555871400,\n                \"tranId\": \"94\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.16, Ground floor, 4th Cross \",\n                    \"addr2\": \"Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Blue Monkey Clothing Company <br>No.16, Ground floor, 4th Cross \\t<br>Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA 560027<br>India\",\n                    \"addressee\": \"Test Blue Monkey Clothing Company\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"243\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1555947458,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2452\",\n                    \"name\": \"Sales Order #128\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"pavan@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"380\",\n                    \"name\": \"Test Blue Monkey Clothing Company\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2453\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 250,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"367\",\n                                \"name\": \"23 Test RATHINA VILAS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": \"Test MEN'S SHIRTVINTAGE\",\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 295,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"27\",\n                                \"name\": \"Test MEN'S SHIRT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"250.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 45,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177171,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1555871400,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"367\",\n                    \"name\": \"23 Test RATHINA VILAS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"221\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 250,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 45,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 295,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1555871400,\n                \"tranId\": \"95\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1555947647,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2454\",\n                    \"name\": \"Sales Order #129\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"pavan@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2455\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 250,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": \"ERROR: Invalid Expression\",\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 295,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"28\",\n                                \"name\": \"Test MEN'S JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 2,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"250.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 45,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"pcs\",\n                                \"type\": null\n                            },\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1555947813,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1555871400,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"source\": null,\n                \"status\": \"Fully Billed\",\n                \"subTotal\": 250,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 45,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 295,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1555871400,\n                \"tranId\": \"96\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1556088671,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2678\",\n                    \"name\": \"Sales Order #130\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"pavan@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2679\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 2000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"1 Dhruvsoft Services Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 2360,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"242\",\n                                \"name\": \"Capri\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 10,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 10,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 10,\n                            \"rate\": \"200.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 360,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556088855,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"6\",\n                    \"name\": \"1 Dhruvsoft Services Pvt Ltd\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"Sri Durga Chambers, Thankur Mansion Lane\",\n                    \"addr2\": \"Somajiguda\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Sunil<br>Dhruvsoft Services Pvt Ltd<br>Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad Telangana 50082<br>India\",\n                    \"addressee\": \"Dhruvsoft Services Pvt Ltd\",\n                    \"attention\": \"Sunil\",\n                    \"city\": \"Hyderabad\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"259\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Telangana\",\n                    \"zip\": \"50082\"\n                },\n                \"source\": null,\n                \"status\": \"Fully Billed\",\n                \"subTotal\": 2000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 360,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 2360,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"97\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"createdDate\": 1556098099,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2684\",\n                    \"name\": \"Sales Order #131\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"lavanya@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"388\",\n                    \"name\": \"Test H.M Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2685\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 2500,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 2950,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"32\",\n                                \"name\": \"Test MEN'S COTTON PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 10,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 10,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 10,\n                            \"rate\": \"250.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 450,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amount\": 3750,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 4425,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"32\",\n                                \"name\": \"Test MEN'S COTTON PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 2,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 15,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 15,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 15,\n                            \"rate\": \"250.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 675,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556098433,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"source\": null,\n                \"status\": \"Fully Billed\",\n                \"subTotal\": 6250,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 1125,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 7375,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"98\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1556099460,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2689\",\n                    \"name\": \"Sales Order #132\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"pavan@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2690\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 2000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"384\",\n                                \"name\": \"29 Test HAPPY SHOPPY\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 2360,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"239\",\n                                \"name\": \"Bow\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 10,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 10,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 10,\n                            \"rate\": \"200.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 360,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amount\": 5000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"384\",\n                                \"name\": \"29 Test HAPPY SHOPPY\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 5900,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"239\",\n                                \"name\": \"Bow\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 2,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 25,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 25,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 25,\n                            \"rate\": \"200.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 900,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556099559,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"384\",\n                    \"name\": \"29 Test HAPPY SHOPPY\",\n                    \"type\": null\n                },\n                \"shippingAddress\": null,\n                \"source\": null,\n                \"status\": \"Fully Billed\",\n                \"subTotal\": 7000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 1260,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 8260,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"99\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1556099854,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2694\",\n                    \"name\": \"Sales Order #133\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"pavan@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2695\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 4000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"382\",\n                                \"name\": \"28 WAREWELL GALLERY\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 4720,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"239\",\n                                \"name\": \"Bow\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 20,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 20,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 20,\n                            \"rate\": \"200.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 720,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amount\": 2000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"382\",\n                                \"name\": \"28 WAREWELL GALLERY\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 2360,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"239\",\n                                \"name\": \"Bow\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 2,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 10,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 10,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 10,\n                            \"rate\": \"200.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 360,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556112483,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"382\",\n                    \"name\": \"28 WAREWELL GALLERY\",\n                    \"type\": null\n                },\n                \"shippingAddress\": null,\n                \"source\": null,\n                \"status\": \"Fully Billed\",\n                \"subTotal\": 6000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 1080,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 7080,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"100\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1556104892,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2696\",\n                    \"name\": \"Sales Order #134\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"pavan@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2697\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 100000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"1 Dhruvsoft Services Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 118000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"238\",\n                                \"name\": \"Booster Cover\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 100,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 100,\n                            \"rate\": \"1000.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 18000,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556104980,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"6\",\n                    \"name\": \"1 Dhruvsoft Services Pvt Ltd\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"Sri Durga Chambers, Thankur Mansion Lane\",\n                    \"addr2\": \"Somajiguda\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Sunil<br>Dhruvsoft Services Pvt Ltd<br>Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad Telangana 50082<br>India\",\n                    \"addressee\": \"Dhruvsoft Services Pvt Ltd\",\n                    \"attention\": \"Sunil\",\n                    \"city\": \"Hyderabad\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"259\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Telangana\",\n                    \"zip\": \"50082\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 100000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 18000,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 118000,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"101\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"createdDate\": 1556107324,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2699\",\n                    \"name\": \"Sales Order #135\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"lavanya@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"388\",\n                    \"name\": \"Test H.M Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2700\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 250,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"56\",\n                                \"name\": \"17 GH-Agency\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 295,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"32\",\n                                \"name\": \"Test MEN'S COTTON PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"250.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 45,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556107346,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"56\",\n                    \"name\": \"17 GH-Agency\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"bang 1\",\n                    \"addr2\": \"bang 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": \"9874563210\",\n                    \"addrText\": \"GH-Agency<br>bang 1<br>bang 2<br>Banglore Karnataka 9874563<br>India\",\n                    \"addressee\": \"GH-Agency\",\n                    \"attention\": null,\n                    \"city\": \"Banglore\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"218\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Karnataka\",\n                    \"zip\": \"9874563\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 250,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 45,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 295,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"102\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.16, Ground floor, 4th Cross \",\n                    \"addr2\": \"Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Blue Monkey Clothing Company <br>No.16, Ground floor, 4th Cross \\t<br>Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA 560027<br>India\",\n                    \"addressee\": \"Test Blue Monkey Clothing Company\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"243\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1556108470,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2702\",\n                    \"name\": \"Sales Order #136\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"pavan@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"380\",\n                    \"name\": \"Test Blue Monkey Clothing Company\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2703\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 50000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"56\",\n                                \"name\": \"17 GH-Agency\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 59000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"27\",\n                                \"name\": \"Test MEN'S SHIRT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 200,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 200,\n                            \"rate\": \"250.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 9000,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177184,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"56\",\n                    \"name\": \"17 GH-Agency\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"bang 1\",\n                    \"addr2\": \"bang 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": \"9874563210\",\n                    \"addrText\": \"GH-Agency<br>bang 1<br>bang 2<br>Banglore Karnataka 9874563<br>India\",\n                    \"addressee\": \"GH-Agency\",\n                    \"attention\": null,\n                    \"city\": \"Banglore\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"218\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Karnataka\",\n                    \"zip\": \"9874563\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 50000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 9000,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 59000,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"103\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"createdDate\": 1556108877,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2704\",\n                    \"name\": \"Sales Order #137\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"lavanya@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"388\",\n                    \"name\": \"Test H.M Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2705\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 25000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 29500,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"32\",\n                                \"name\": \"Test MEN'S COTTON PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 100,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 100,\n                            \"rate\": \"250.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 4500,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177177,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 25000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 4500,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 29500,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"104\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"createdDate\": 1556109003,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2706\",\n                    \"name\": \"Sales Order #138\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"lavanya@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"388\",\n                    \"name\": \"Test H.M Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2707\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 2500,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 2950,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"32\",\n                                \"name\": \"Test MEN'S COTTON PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 10,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 10,\n                            \"rate\": \"250.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 450,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177181,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 2500,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 450,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 2950,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"105\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"createdDate\": 1556109128,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2708\",\n                    \"name\": \"Sales Order #139\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"lavanya@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"388\",\n                    \"name\": \"Test H.M Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2709\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 250,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"367\",\n                                \"name\": \"23 Test RATHINA VILAS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 295,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"32\",\n                                \"name\": \"Test MEN'S COTTON PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"250.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 45,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177209,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"367\",\n                    \"name\": \"23 Test RATHINA VILAS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"221\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 250,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 45,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 295,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"106\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.16, Ground floor, 4th Cross \",\n                    \"addr2\": \"Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Blue Monkey Clothing Company <br>No.16, Ground floor, 4th Cross \\t<br>Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA 560027<br>India\",\n                    \"addressee\": \"Test Blue Monkey Clothing Company\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"243\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1556109861,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2710\",\n                    \"name\": \"Sales Order #140\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"pavan@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"380\",\n                    \"name\": \"Test Blue Monkey Clothing Company\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2711\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 250,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"367\",\n                                \"name\": \"23 Test RATHINA VILAS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 295,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"27\",\n                                \"name\": \"Test MEN'S SHIRT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"250.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 45,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177215,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"367\",\n                    \"name\": \"23 Test RATHINA VILAS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"221\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 250,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 45,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 295,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"107\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"createdDate\": 1556109979,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2712\",\n                    \"name\": \"Sales Order #141\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"lavanya@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"388\",\n                    \"name\": \"Test H.M Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2713\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 250,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"367\",\n                                \"name\": \"23 Test RATHINA VILAS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 295,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"32\",\n                                \"name\": \"Test MEN'S COTTON PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"250.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 45,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177192,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"367\",\n                    \"name\": \"23 Test RATHINA VILAS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"221\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 250,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 45,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 295,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"108\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.16, Ground floor, 4th Cross \",\n                    \"addr2\": \"Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Blue Monkey Clothing Company <br>No.16, Ground floor, 4th Cross \\t<br>Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA 560027<br>India\",\n                    \"addressee\": \"Test Blue Monkey Clothing Company\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"243\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1556110111,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2714\",\n                    \"name\": \"Sales Order #142\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"pavan@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"380\",\n                    \"name\": \"Test Blue Monkey Clothing Company\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2715\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 250,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"367\",\n                                \"name\": \"23 Test RATHINA VILAS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 295,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"27\",\n                                \"name\": \"Test MEN'S SHIRT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"250.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 45,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177203,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"367\",\n                    \"name\": \"23 Test RATHINA VILAS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"221\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 250,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 45,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 295,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"109\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"createdDate\": 1556110302,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2716\",\n                    \"name\": \"Sales Order #143\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"lavanya@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"388\",\n                    \"name\": \"Test H.M Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2717\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 250,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"384\",\n                                \"name\": \"29 Test HAPPY SHOPPY\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 295,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"32\",\n                                \"name\": \"Test MEN'S COTTON PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"250.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 45,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177190,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"384\",\n                    \"name\": \"29 Test HAPPY SHOPPY\",\n                    \"type\": null\n                },\n                \"shippingAddress\": null,\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 250,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 45,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 295,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"110\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.16, Ground floor, 4th Cross \",\n                    \"addr2\": \"Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Blue Monkey Clothing Company <br>No.16, Ground floor, 4th Cross \\t<br>Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA 560027<br>India\",\n                    \"addressee\": \"Test Blue Monkey Clothing Company\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"243\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1556110461,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2718\",\n                    \"name\": \"Sales Order #144\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"pavan@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"380\",\n                    \"name\": \"Test Blue Monkey Clothing Company\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2719\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 250,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"175\",\n                                        \"scriptId\": \"custcol_gh_line_no\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"382\",\n                                \"name\": \"28 WAREWELL GALLERY\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 295,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": true,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"27\",\n                                \"name\": \"Test MEN'S SHIRT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 0,\n                            \"rate\": \"250.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 45,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556111298,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"382\",\n                    \"name\": \"28 WAREWELL GALLERY\",\n                    \"type\": null\n                },\n                \"shippingAddress\": null,\n                \"source\": null,\n                \"status\": \"Closed\",\n                \"subTotal\": 250,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 45,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 295,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"111\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1556113266,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2724\",\n                    \"name\": \"Sales Order #145\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"pavan@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2725\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 250,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 295,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"28\",\n                                \"name\": \"Test MEN'S JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"250.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 45,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"pcs\",\n                                \"type\": null\n                            },\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177225,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 250,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 45,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 295,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"112\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"createdDate\": 1556113748,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2726\",\n                    \"name\": \"Sales Order #146\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"lavanya@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"388\",\n                    \"name\": \"Test H.M Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2727\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 250,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"382\",\n                                \"name\": \"28 WAREWELL GALLERY\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 295,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"32\",\n                                \"name\": \"Test MEN'S COTTON PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"250.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 45,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177206,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"382\",\n                    \"name\": \"28 WAREWELL GALLERY\",\n                    \"type\": null\n                },\n                \"shippingAddress\": null,\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 250,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 45,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 295,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"113\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.16, Ground floor, 4th Cross \",\n                    \"addr2\": \"Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Blue Monkey Clothing Company <br>No.16, Ground floor, 4th Cross \\t<br>Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA 560027<br>India\",\n                    \"addressee\": \"Test Blue Monkey Clothing Company\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"243\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1556113872,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2728\",\n                    \"name\": \"Sales Order #147\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"pavan@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"380\",\n                    \"name\": \"Test Blue Monkey Clothing Company\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2729\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 250,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"382\",\n                                \"name\": \"28 WAREWELL GALLERY\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 295,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"27\",\n                                \"name\": \"Test MEN'S SHIRT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"250.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 45,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177179,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"382\",\n                    \"name\": \"28 WAREWELL GALLERY\",\n                    \"type\": null\n                },\n                \"shippingAddress\": null,\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 250,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 45,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 295,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"114\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"createdDate\": 1556114030,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2730\",\n                    \"name\": \"Sales Order #148\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"lavanya@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"388\",\n                    \"name\": \"Test H.M Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2731\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 250,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4501\",\n                                \"name\": \"228 Test DS Cust123\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 295,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"32\",\n                                \"name\": \"Test MEN'S COTTON PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"250.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 45,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177217,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4501\",\n                    \"name\": \"228 Test DS Cust123\",\n                    \"type\": null\n                },\n                \"shippingAddress\": null,\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 250,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 45,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 295,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"115\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"createdDate\": 1556114219,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2732\",\n                    \"name\": \"Sales Order #149\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"lavanya@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"388\",\n                    \"name\": \"Test H.M Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2733\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 250,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"367\",\n                                \"name\": \"23 Test RATHINA VILAS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 295,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"32\",\n                                \"name\": \"Test MEN'S COTTON PANT\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"250.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 45,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556114327,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"367\",\n                    \"name\": \"23 Test RATHINA VILAS\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"221\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 250,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 45,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 295,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"116\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1556114632,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2735\",\n                    \"name\": \"Sales Order #150\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"pavan@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2736\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 100000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"1 Dhruvsoft Services Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 118000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"238\",\n                                \"name\": \"Booster Cover\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 100,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 100,\n                            \"rate\": \"1000.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 18000,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177203,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"6\",\n                    \"name\": \"1 Dhruvsoft Services Pvt Ltd\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"Sri Durga Chambers, Thankur Mansion Lane\",\n                    \"addr2\": \"Somajiguda\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Sunil<br>Dhruvsoft Services Pvt Ltd<br>Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad Telangana 50082<br>India\",\n                    \"addressee\": \"Dhruvsoft Services Pvt Ltd\",\n                    \"attention\": \"Sunil\",\n                    \"city\": \"Hyderabad\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"259\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Telangana\",\n                    \"zip\": \"50082\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 100000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 18000,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 118000,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"117\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1556115035,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2737\",\n                    \"name\": \"Sales Order #151\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"pavan@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2738\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 1000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"1 Dhruvsoft Services Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 1180,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"238\",\n                                \"name\": \"Booster Cover\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"1000.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 180,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177189,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"6\",\n                    \"name\": \"1 Dhruvsoft Services Pvt Ltd\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"Sri Durga Chambers, Thankur Mansion Lane\",\n                    \"addr2\": \"Somajiguda\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Sunil<br>Dhruvsoft Services Pvt Ltd<br>Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad Telangana 50082<br>India\",\n                    \"addressee\": \"Dhruvsoft Services Pvt Ltd\",\n                    \"attention\": \"Sunil\",\n                    \"city\": \"Hyderabad\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"259\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Telangana\",\n                    \"zip\": \"50082\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 1000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 180,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 1180,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"118\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1556115476,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2739\",\n                    \"name\": \"Sales Order #152\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"pavan@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2740\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 1000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"1 Dhruvsoft Services Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 1180,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"238\",\n                                \"name\": \"Booster Cover\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"1000.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 180,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177222,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"6\",\n                    \"name\": \"1 Dhruvsoft Services Pvt Ltd\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"Sri Durga Chambers, Thankur Mansion Lane\",\n                    \"addr2\": \"Somajiguda\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Sunil<br>Dhruvsoft Services Pvt Ltd<br>Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad Telangana 50082<br>India\",\n                    \"addressee\": \"Dhruvsoft Services Pvt Ltd\",\n                    \"attention\": \"Sunil\",\n                    \"city\": \"Hyderabad\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"259\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Telangana\",\n                    \"zip\": \"50082\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 1000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 180,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 1180,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"119\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1556116170,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2741\",\n                    \"name\": \"Sales Order #153\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"pavan@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2742\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 1000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"1 Dhruvsoft Services Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 1180,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"238\",\n                                \"name\": \"Booster Cover\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"1000.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 180,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177200,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"6\",\n                    \"name\": \"1 Dhruvsoft Services Pvt Ltd\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"Sri Durga Chambers, Thankur Mansion Lane\",\n                    \"addr2\": \"Somajiguda\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Sunil<br>Dhruvsoft Services Pvt Ltd<br>Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad Telangana 50082<br>India\",\n                    \"addressee\": \"Dhruvsoft Services Pvt Ltd\",\n                    \"attention\": \"Sunil\",\n                    \"city\": \"Hyderabad\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"259\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Telangana\",\n                    \"zip\": \"50082\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 1000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 180,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 1180,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"120\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1556116310,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2743\",\n                    \"name\": \"Sales Order #154\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"pavan@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2744\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 4000,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"1 Dhruvsoft Services Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 4720,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"239\",\n                                \"name\": \"Bow\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 20,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 20,\n                            \"rate\": \"200.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 720,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177186,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"6\",\n                    \"name\": \"1 Dhruvsoft Services Pvt Ltd\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"Sri Durga Chambers, Thankur Mansion Lane\",\n                    \"addr2\": \"Somajiguda\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Sunil<br>Dhruvsoft Services Pvt Ltd<br>Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad Telangana 50082<br>India\",\n                    \"addressee\": \"Dhruvsoft Services Pvt Ltd\",\n                    \"attention\": \"Sunil\",\n                    \"city\": \"Hyderabad\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"259\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Telangana\",\n                    \"zip\": \"50082\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 4000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 720,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 4720,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"121\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1556117729,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2747\",\n                    \"name\": \"Sales Order #155\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"pavan@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2748\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 300,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"175\",\n                                        \"scriptId\": \"custcol_gh_line_no\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"1 Dhruvsoft Services Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 354,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"240\",\n                                \"name\": \"Boxer\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"300.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 54,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177196,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"6\",\n                    \"name\": \"1 Dhruvsoft Services Pvt Ltd\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"Sri Durga Chambers, Thankur Mansion Lane\",\n                    \"addr2\": \"Somajiguda\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Sunil<br>Dhruvsoft Services Pvt Ltd<br>Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad Telangana 50082<br>India\",\n                    \"addressee\": \"Dhruvsoft Services Pvt Ltd\",\n                    \"attention\": \"Sunil\",\n                    \"city\": \"Hyderabad\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"259\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Telangana\",\n                    \"zip\": \"50082\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 300,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 54,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 354,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"122\",\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1556119436,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2749\",\n                    \"name\": \"Sales Order #156\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"dueDate\": null,\n                \"email\": \"pavan@dhruvsoft.com\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"2750\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 300,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"1 Dhruvsoft Services Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": null,\n                            \"grossAmt\": 354,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"240\",\n                                \"name\": \"Boxer\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 1,\n                            \"rate\": \"300.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 54,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1556177192,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": 1556044200,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"6\",\n                    \"name\": \"1 Dhruvsoft Services Pvt Ltd\",\n                    \"type\": null\n                },\n                \"shippingAddress\": {\n                    \"addr1\": \"Sri Durga Chambers, Thankur Mansion Lane\",\n                    \"addr2\": \"Somajiguda\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Sunil<br>Dhruvsoft Services Pvt Ltd<br>Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad Telangana 50082<br>India\",\n                    \"addressee\": \"Dhruvsoft Services Pvt Ltd\",\n                    \"attention\": \"Sunil\",\n                    \"city\": \"Hyderabad\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"259\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Telangana\",\n                    \"zip\": \"50082\"\n                },\n                \"source\": null,\n                \"status\": \"Pending Bill\",\n                \"subTotal\": 300,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 54,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 354,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1556044200,\n                \"tranId\": \"123\",\n                \"vatRegNum\": null\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_10232019108898812756004041_eafd8a034\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 12,\n    \"totalRecords\": 344\n}"}],"_postman_id":"311ecdc8-a4ac-41c5-b8c2-5ca520fc536e"},{"name":"Retrieve purchase orders by where","id":"96b244cd-bf85-4d63-aa1a-ebfb244f9635","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/purchaseOrder?where=DateCreated>1546278954","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateCreated</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>TranDate</td>\n<td>1578954123</td>\n<td>Used to Include the transaction date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>6</td>\n<td>Used to Include the Customer filter for the request. e.g., Customer=6.</td>\n</tr>\n<tr>\n<td>Employee</td>\n<td>4</td>\n<td>Used to Include the Employee filter for the request. e.g., Employee=4.</td>\n</tr>\n<tr>\n<td>Entity</td>\n<td>6</td>\n<td>Used to Include the Entity filter for the request. e.g., Entity=6.</td>\n</tr>\n<tr>\n<td>Memorized</td>\n<td>false</td>\n<td>Used to Include the Memorized filter for the request. e.g., Memorized=false.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","purchaseOrder"],"host":["api","prestructured","com"],"query":[{"disabled":true,"key":"searchId","value":"WEBSERVICES_5333445_SB1_10232019108898812756004041_eafd8a034"},{"disabled":true,"key":"page","value":"35"},{"key":"where","value":"DateCreated>1546278954"}],"variable":[]}},"response":[{"id":"467e48f9-4250-4a22-9c0b-fefcf4dd502b","name":"Retrieve purchase orders by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/purchaseOrder?where=DateCreated>1546278954","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","purchaseOrder"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_10232019108898812756004041_eafd8a034","disabled":true},{"key":"page","value":"35","disabled":true},{"key":"where","value":"DateCreated>1546278954"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Dec 2019 07:45:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"262"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": null,\n    \"pageSize\": null,\n    \"recordList\": null,\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_121720194021380531720961462_36855f\",\n    \"searchRowList\": null,\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 0,\n    \"totalRecords\": 0\n}"}],"_postman_id":"96b244cd-bf85-4d63-aa1a-ebfb244f9635"},{"name":"Retrieve purchase orders by ID","id":"b7487268-fed6-4d55-b1e0-7f08e94948a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/purchaseOrder?id=16913","urlObject":{"protocol":"https","path":["netsuite","v0","purchaseOrder"],"host":["api","prestructured","com"],"query":[{"disabled":true,"key":"searchId","value":"WEBSERVICES_5333445_SB1_10232019108898812756004041_eafd8a034"},{"disabled":true,"key":"page","value":"35"},{"disabled":true,"key":"where","value":"DateCreated>1546278954"},{"key":"id","value":"16913"}],"variable":[]}},"response":[{"id":"321e0fd2-94e5-43bf-bb44-a74e14fa589f","name":"Retrieve purchase orders by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/purchaseOrder?id=16913","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","purchaseOrder"],"query":[{"key":"id","value":"16913"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Dec 2019 07:48:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"7860"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": null,\n                \"availableVendorCredit\": null,\n                \"billAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"12\",\n                    \"name\": \"1525 Mller Hall, Thomas St.\",\n                    \"type\": null\n                },\n                \"billingAddress\": {\n                    \"addr1\": \"1525 Mller Hall, Thomas St.\",\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Hestra Fixtures\\n1525 Mller Hall, Thomas St.\\nDublin  K36\\nIreland\",\n                    \"addressee\": \"Hestra Fixtures\",\n                    \"attention\": null,\n                    \"city\": \"Dublin\",\n                    \"country\": \"_ireland\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": \"K36\"\n                },\n                \"class\": null,\n                \"createdDate\": 1543289339,\n                \"createdFrom\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\",\n                    \"type\": null\n                },\n                \"currencyName\": \"EUR\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"1745\",\n                            \"scriptId\": \"custbody_sii_not_reported_in_time\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1744\",\n                            \"scriptId\": \"custbody_sii_article_72_73\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"807\",\n                            \"scriptId\": \"custbody_nsts_vp_vendor_email\",\n                            \"value\": \"info_@hestrafixtures.com.ir\"\n                        },\n                        {\n                            \"internalId\": \"273\",\n                            \"scriptId\": \"custbody_cash_register\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"814\",\n                            \"scriptId\": \"custbody_nsts_vp_prepay_trans\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"809\",\n                            \"scriptId\": \"custbody_nsts_vp_with_prepayments\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1628\",\n                            \"scriptId\": \"custbody_nsts_vp_include_tax\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"269\",\n                            \"scriptId\": \"custbody_nondeductible_processed\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"98\",\n                    \"name\": \"Standard Purchase Order\",\n                    \"type\": null\n                },\n                \"department\": null,\n                \"dueDate\": 1529449200,\n                \"email\": \"info_@hestrafixtures.com.ir\",\n                \"employee\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"23\",\n                    \"name\": \"Hestra Fixtures\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": \"PO1\",\n                \"fax\": \"714-581-5100\",\n                \"fob\": null,\n                \"incoterm\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"16913\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amount\": 1803.2,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": 1529017200,\n                            \"grossAmt\": 2217.94,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"111\",\n                                \"name\": \"HOME FURNITURE : Bedroom : Hallmark Night Stand\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 10,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 10,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 10,\n                            \"rate\": \"180.32\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 414.74,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"55\",\n                                \"name\": \"VAT:S-IE\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 23,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amount\": 4850,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": 1529017200,\n                            \"grossAmt\": 5965.5,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"110\",\n                                \"name\": \"HOME FURNITURE : Bedroom : Spade King-sized Bed Frame\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 2,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 10,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 10,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 10,\n                            \"rate\": \"485.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 1115.5,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"55\",\n                                \"name\": \"VAT:S-IE\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 23,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amount\": 1110,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": 1529017200,\n                            \"grossAmt\": 1365.3,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"108\",\n                                \"name\": \"HOME FURNITURE : Dining : Dormer Dining Table\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 3,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 10,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 10,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 10,\n                            \"rate\": \"111.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 255.3,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"55\",\n                                \"name\": \"VAT:S-IE\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 23,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amount\": 1010,\n                            \"billVarianceStatus\": null,\n                            \"class\": null,\n                            \"createdFrom\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expectedReceiptDate\": 1529017200,\n                            \"grossAmt\": 1242.3,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"isClosed\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"109\",\n                                \"name\": \"HOME FURNITURE : Dining : Padded Folding Chair\",\n                                \"type\": null\n                            },\n                            \"landedCostCategory\": null,\n                            \"line\": 4,\n                            \"linkedOrderList\": null,\n                            \"location\": null,\n                            \"matchBillToReceipt\": false,\n                            \"options\": null,\n                            \"purchaseContract\": null,\n                            \"quantity\": 10,\n                            \"quantityAvailable\": null,\n                            \"quantityBilled\": 10,\n                            \"quantityOnHand\": null,\n                            \"quantityOnShipments\": null,\n                            \"quantityReceived\": 10,\n                            \"rate\": \"101.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 232.3,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"55\",\n                                \"name\": \"VAT:S-IE\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 23,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1541348434,\n                \"linkedTrackingNumbers\": null,\n                \"location\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"Dublin\",\n                    \"type\": null\n                },\n                \"memo\": null,\n                \"message\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"purchaseContract\": null,\n                \"shipAddressList\": null,\n                \"shipDate\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shipTo\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"Block H East Point Park\",\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Dublin \\nBlock H East Point Park\\nFairview Dublin 3 D03 E5R6\\nIreland\",\n                    \"addressee\": \"Dublin\",\n                    \"attention\": null,\n                    \"city\": \"Fairview\",\n                    \"country\": \"_ireland\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Dublin 3\",\n                    \"zip\": \"D03 E5R6\"\n                },\n                \"source\": \"CSV\",\n                \"status\": \"Fully Billed\",\n                \"subTotal\": 8773.2,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"supervisorApproval\": true,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 2017.84,\n                \"terms\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 10791.04,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1529017200,\n                \"tranId\": \"PO0000092\",\n                \"vatRegNum\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    }\n}"}],"_postman_id":"b7487268-fed6-4d55-b1e0-7f08e94948a8"}],"id":"3bd64958-4dc0-43f0-b32f-c7c17f07bf92","event":[{"listen":"prerequest","script":{"id":"d11688b4-fdfd-41a9-a4f6-1becf48b2f8f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f1d7b029-0aa4-4a47-93ce-6c19eec5e2bc","type":"text/javascript","exec":[""]}}],"_postman_id":"3bd64958-4dc0-43f0-b32f-c7c17f07bf92","description":""},{"name":"POST","item":[{"name":"Create purchase orders","id":"a1c20249-1dc2-4ebb-94d8-f973f0f93154","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n        \"approvalStatus\": {\r\n          \"internalId\": \"2\",\r\n          \"name\": \"Approved\"\r\n        },\r\n        \"billingAddress\": {\r\n          \"addr1\": \"131 Bridge Road\",\r\n          \"addrPhone\": \"+011 39 01628 628763\",\r\n          \"addrText\": \"McGeever Software - UK<br>131 Bridge Road<br>Maidenhead Berks. SL6 8NA<br>United Kingdom (GB)\",\r\n          \"addressee\": \"McGeever Software - UK\",\r\n          \"city\": \"Maidenhead\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"internalId\": \"7570\",\r\n          \"override\": false,\r\n          \"state\": \"Berks.\",\r\n          \"zip\": \"SL6 8NA\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"USA\"\r\n        },\r\n        \"currencyName\": \"USA\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"3786\",\r\n              \"scriptId\": \"custbody_cash_register\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"2104\",\r\n              \"scriptId\": \"custbody_fmt_cont_hqs_approval\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1348\",\r\n              \"scriptId\": \"custbody_nexus_notc\",\r\n              \"value\": {\r\n                \"internalId\": \"2\",\r\n                \"name\": \"GB\",\r\n                \"typeId\": \"239\"\r\n              }\r\n            },\r\n            {\r\n              \"internalId\": \"1377\",\r\n              \"scriptId\": \"custbody_nondeductible_processed\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"2167\",\r\n              \"scriptId\": \"custbody_powf_req_con_app\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"2166\",\r\n              \"scriptId\": \"custbody_powf_req_pm_app\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1360\",\r\n              \"scriptId\": \"custbody_report_timestamp\",\r\n              \"value\": \"03/10/2012 14:20:54\"\r\n            }\r\n          ]\r\n        },\r\n        \"email\": \"info@mcgeever.com.uk\",\r\n        \"entity\": {\r\n          \"internalId\": \"1574\",\r\n          \"name\": \"McGeever Software - US\"\r\n        },\r\n        \"exchangeRate\": 0.5330206,\r\n        \"fax\": \"+011 39 01628 628760\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 100.0,\r\n              \"grossAmt\": 117.5,\r\n              \"isClosed\": false,\r\n              \"item\": {\r\n                \"internalId\": \"395\",\r\n                \"name\": \"IC non-inventory product\"\r\n              },\r\n              \"line\": 1,\r\n              \"quantity\": 1.0,\r\n              \"quantityBilled\": 1.0,\r\n              \"quantityReceived\": 1.0,\r\n              \"rate\": \"100.00\",\r\n              \"tax1Amt\": 17.5,\r\n              \"taxCode\": {\r\n                \"internalId\": \"213\",\r\n                \"name\": \"VAT:VAT\"\r\n              }\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"shipIsResidential\": false,\r\n        \"shippingAddress\": {\r\n          \"addrText\": \"50 Washington St<br>San Francisco CA 94109<br>United States\",\r\n          \"internalId\": \"8157\",\r\n          \"override\": false\r\n        },\r\n        \"status\": \"Fully Billed\",\r\n        \"subsidiary\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"United Kingdom\"\r\n        },\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"tranDate\": 1532975400,\r\n        \"tranId\": \"24\"\r\n      }"},"url":"https://api.prestructured.com/netsuite/v0/purchaseOrder","urlObject":{"protocol":"https","path":["netsuite","v0","purchaseOrder"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"0eebc33a-a203-48b4-bb5a-025a0ebf236f","name":"Create purchase orders","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"approvalStatus\": {\r\n          \"internalId\": \"2\",\r\n          \"name\": \"Approved\"\r\n        },\r\n        \"billingAddress\": {\r\n          \"addr1\": \"131 Bridge Road\",\r\n          \"addrPhone\": \"+011 39 01628 628763\",\r\n          \"addrText\": \"McGeever Software - UK<br>131 Bridge Road<br>Maidenhead Berks. SL6 8NA<br>United Kingdom (GB)\",\r\n          \"addressee\": \"McGeever Software - UK\",\r\n          \"city\": \"Maidenhead\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"internalId\": \"7570\",\r\n          \"override\": false,\r\n          \"state\": \"Berks.\",\r\n          \"zip\": \"SL6 8NA\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"USA\"\r\n        },\r\n        \"currencyName\": \"USA\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"3786\",\r\n              \"scriptId\": \"custbody_cash_register\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"2104\",\r\n              \"scriptId\": \"custbody_fmt_cont_hqs_approval\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1348\",\r\n              \"scriptId\": \"custbody_nexus_notc\",\r\n              \"value\": {\r\n                \"internalId\": \"2\",\r\n                \"name\": \"GB\",\r\n                \"typeId\": \"239\"\r\n              }\r\n            },\r\n            {\r\n              \"internalId\": \"1377\",\r\n              \"scriptId\": \"custbody_nondeductible_processed\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"2167\",\r\n              \"scriptId\": \"custbody_powf_req_con_app\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"2166\",\r\n              \"scriptId\": \"custbody_powf_req_pm_app\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1360\",\r\n              \"scriptId\": \"custbody_report_timestamp\",\r\n              \"value\": \"03/10/2012 14:20:54\"\r\n            }\r\n          ]\r\n        },\r\n        \"email\": \"info@mcgeever.com.uk\",\r\n        \"entity\": {\r\n          \"internalId\": \"1574\",\r\n          \"name\": \"McGeever Software - US\"\r\n        },\r\n        \"exchangeRate\": 0.5330206,\r\n        \"fax\": \"+011 39 01628 628760\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 100.0,\r\n              \"grossAmt\": 117.5,\r\n              \"isClosed\": false,\r\n              \"item\": {\r\n                \"internalId\": \"395\",\r\n                \"name\": \"IC non-inventory product\"\r\n              },\r\n              \"line\": 1,\r\n              \"quantity\": 1.0,\r\n              \"quantityBilled\": 1.0,\r\n              \"quantityReceived\": 1.0,\r\n              \"rate\": \"100.00\",\r\n              \"tax1Amt\": 17.5,\r\n              \"taxCode\": {\r\n                \"internalId\": \"213\",\r\n                \"name\": \"VAT:VAT\"\r\n              }\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"shipIsResidential\": false,\r\n        \"shippingAddress\": {\r\n          \"addrText\": \"50 Washington St<br>San Francisco CA 94109<br>United States\",\r\n          \"internalId\": \"8157\",\r\n          \"override\": false\r\n        },\r\n        \"status\": \"Fully Billed\",\r\n        \"subsidiary\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"United Kingdom\"\r\n        },\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"tranDate\": 1532975400,\r\n        \"tranId\": \"24\"\r\n      }","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/purchaseOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"24404\",\r\n        \"name\": null,\r\n        \"type\": \"purchaseOrder\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          },\r\n          {\r\n            \"afterSubmitFailed\": null,\r\n            \"code\": \"WARNING\",\r\n            \"message\": \"You have changed the exchange rate on this transaction. Click Ok if you would also like to make this the new default exchange rate, or Cancel to preserve the current rate.\",\r\n            \"type\": \"WARN\"\r\n          },\r\n          {\r\n            \"afterSubmitFailed\": null,\r\n            \"code\": \"WARNING\",\r\n            \"message\": \"The line total amount is not equal to the item price times the quantity.  Is this correct?\",\r\n            \"type\": \"WARN\"\r\n          },\r\n          {\r\n            \"afterSubmitFailed\": null,\r\n            \"code\": \"WARNING\",\r\n            \"message\": \"Transaction number 24 is already used.\",\r\n            \"type\": \"WARN\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"a1c20249-1dc2-4ebb-94d8-f973f0f93154"}],"id":"47affdee-66de-4bca-92b4-d0a67a1da936","event":[{"listen":"prerequest","script":{"id":"292a5249-ceb8-4925-afdd-97bf304d0ad2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1101eb23-656b-485b-ab4e-9607fff9d6e9","type":"text/javascript","exec":[""]}}],"_postman_id":"47affdee-66de-4bca-92b4-d0a67a1da936","description":""},{"name":"PUT","item":[{"name":"Update purchase orders","id":"90178f0f-7425-4af7-84d7-3afd81e5198e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n        \"approvalStatus\": {\r\n          \"internalId\": \"2\",\r\n          \"name\": \"Approved\"\r\n        },\r\n        \"billingAddress\": {\r\n          \"addr1\": \"131 Bridge Road\",\r\n          \"addrPhone\": \"+011 39 01628 628763\",\r\n          \"addrText\": \"McGeever Software - UK<br>131 Bridge Road<br>Maidenhead Berks. SL6 8NA<br>United Kingdom (GB)\",\r\n          \"addressee\": \"McGeever Software - UK\",\r\n          \"city\": \"Maidenhead\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"internalId\": \"7570\",\r\n          \"override\": false,\r\n          \"state\": \"Berks.\",\r\n          \"zip\": \"SL6 8NA\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"USA\"\r\n        },\r\n        \"currencyName\": \"USA\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"3786\",\r\n              \"scriptId\": \"custbody_cash_register\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"2104\",\r\n              \"scriptId\": \"custbody_fmt_cont_hqs_approval\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1348\",\r\n              \"scriptId\": \"custbody_nexus_notc\",\r\n              \"value\": {\r\n                \"internalId\": \"2\",\r\n                \"name\": \"GB\",\r\n                \"typeId\": \"239\"\r\n              }\r\n            },\r\n            {\r\n              \"internalId\": \"1377\",\r\n              \"scriptId\": \"custbody_nondeductible_processed\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"2167\",\r\n              \"scriptId\": \"custbody_powf_req_con_app\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"2166\",\r\n              \"scriptId\": \"custbody_powf_req_pm_app\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1360\",\r\n              \"scriptId\": \"custbody_report_timestamp\",\r\n              \"value\": \"03/10/2012 14:20:54\"\r\n            }\r\n          ]\r\n        },\r\n        \"email\": \"info@mcgeever.com.uk\",\r\n        \"entity\": {\r\n          \"internalId\": \"1574\",\r\n          \"name\": \"McGeever Software - US\"\r\n        },\r\n        \"exchangeRate\": 0.5330206,\r\n        \"fax\": \"+011 39 01628 628760\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 100.0,\r\n              \"grossAmt\": 117.5,\r\n              \"isClosed\": false,\r\n              \"item\": {\r\n                \"internalId\": \"395\",\r\n                \"name\": \"IC non-inventory product\"\r\n              },\r\n              \"line\": 1,\r\n              \"quantity\": 1.0,\r\n              \"rate\": \"100.00\",\r\n              \"tax1Amt\": 17.5,\r\n              \"taxCode\": {\r\n                \"internalId\": \"213\",\r\n                \"name\": \"VAT:VAT\"\r\n              }\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"shipIsResidential\": false,\r\n        \"shippingAddress\": {\r\n          \"addrText\": \"50 Washington St<br>San Francisco CA 94109<br>United States\",\r\n          \"internalId\": \"8157\",\r\n          \"override\": false\r\n        },\r\n        \"subsidiary\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"United Kingdom\"\r\n        },\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"tranDate\": 1532975400,\r\n        \"tranId\": \"24\",\r\n        \"internalId\":\"24404\"\r\n      }"},"url":"https://api.prestructured.com/netsuite/v0/purchaseOrder","urlObject":{"protocol":"https","path":["netsuite","v0","purchaseOrder"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"89d9764b-0dfe-4c0e-8946-69d721d31d37","name":"Update purchase orders","originalRequest":{"method":"PUT","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"approvalStatus\": {\r\n          \"internalId\": \"2\",\r\n          \"name\": \"Approved\"\r\n        },\r\n        \"billingAddress\": {\r\n          \"addr1\": \"131 Bridge Road\",\r\n          \"addrPhone\": \"+011 39 01628 628763\",\r\n          \"addrText\": \"McGeever Software - UK<br>131 Bridge Road<br>Maidenhead Berks. SL6 8NA<br>United Kingdom (GB)\",\r\n          \"addressee\": \"McGeever Software - UK\",\r\n          \"city\": \"Maidenhead\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"internalId\": \"7570\",\r\n          \"override\": false,\r\n          \"state\": \"Berks.\",\r\n          \"zip\": \"SL6 8NA\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"USA\"\r\n        },\r\n        \"currencyName\": \"USA\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"3786\",\r\n              \"scriptId\": \"custbody_cash_register\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"2104\",\r\n              \"scriptId\": \"custbody_fmt_cont_hqs_approval\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1348\",\r\n              \"scriptId\": \"custbody_nexus_notc\",\r\n              \"value\": {\r\n                \"internalId\": \"2\",\r\n                \"name\": \"GB\",\r\n                \"typeId\": \"239\"\r\n              }\r\n            },\r\n            {\r\n              \"internalId\": \"1377\",\r\n              \"scriptId\": \"custbody_nondeductible_processed\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"2167\",\r\n              \"scriptId\": \"custbody_powf_req_con_app\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"2166\",\r\n              \"scriptId\": \"custbody_powf_req_pm_app\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1360\",\r\n              \"scriptId\": \"custbody_report_timestamp\",\r\n              \"value\": \"03/10/2012 14:20:54\"\r\n            }\r\n          ]\r\n        },\r\n        \"email\": \"info@mcgeever.com.uk\",\r\n        \"entity\": {\r\n          \"internalId\": \"1574\",\r\n          \"name\": \"McGeever Software - US\"\r\n        },\r\n        \"exchangeRate\": 0.5330206,\r\n        \"fax\": \"+011 39 01628 628760\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 100.0,\r\n              \"grossAmt\": 117.5,\r\n              \"isClosed\": false,\r\n              \"item\": {\r\n                \"internalId\": \"395\",\r\n                \"name\": \"IC non-inventory product\"\r\n              },\r\n              \"line\": 1,\r\n              \"quantity\": 1.0,\r\n              \"rate\": \"100.00\",\r\n              \"tax1Amt\": 17.5,\r\n              \"taxCode\": {\r\n                \"internalId\": \"213\",\r\n                \"name\": \"VAT:VAT\"\r\n              }\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"shipIsResidential\": false,\r\n        \"shippingAddress\": {\r\n          \"addrText\": \"50 Washington St<br>San Francisco CA 94109<br>United States\",\r\n          \"internalId\": \"8157\",\r\n          \"override\": false\r\n        },\r\n        \"subsidiary\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"United Kingdom\"\r\n        },\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"tranDate\": 1532975400,\r\n        \"tranId\": \"24\",\r\n        \"internalId\":\"24404\"\r\n      }","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/purchaseOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"24404\",\r\n        \"name\": null,\r\n        \"type\": \"purchaseOrder\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          },\r\n          {\r\n            \"afterSubmitFailed\": null,\r\n            \"code\": \"WARNING\",\r\n            \"message\": \"The line total amount is not equal to the item price times the quantity.  Is this correct?\",\r\n            \"type\": \"WARN\"\r\n          },\r\n          {\r\n            \"afterSubmitFailed\": null,\r\n            \"code\": \"WARNING\",\r\n            \"message\": \"Transaction number 24 is already used.\",\r\n            \"type\": \"WARN\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"90178f0f-7425-4af7-84d7-3afd81e5198e"}],"id":"d7d3919b-04d2-4496-9f6f-e01f00b5780b","event":[{"listen":"prerequest","script":{"id":"20065bcf-2c51-46f3-91c0-da1c5c97c97f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0aa7550e-b32e-42dc-b4b9-877e09e9d058","type":"text/javascript","exec":[""]}}],"_postman_id":"d7d3919b-04d2-4496-9f6f-e01f00b5780b","description":""},{"name":"DELETE","item":[{"name":"Delete purchase orders","id":"eb854ab8-5efc-40e9-90cd-d62244871bf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/purchaseOrder?id=24404","urlObject":{"protocol":"https","path":["netsuite","v0","purchaseOrder"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"24404"}],"variable":[]}},"response":[{"id":"8d088863-9b89-4f25-9a4d-c65057bab0ad","name":"Delete purchase orders","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/purchaseOrder?id=24404","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","purchaseOrder"],"query":[{"key":"id","value":"24404"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"24404\",\r\n        \"name\": null,\r\n        \"type\": \"purchaseOrder\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"eb854ab8-5efc-40e9-90cd-d62244871bf9"}],"id":"575ad32d-182e-4827-96a0-845bd4d1990a","event":[{"listen":"prerequest","script":{"id":"6ba633e6-92d7-4aad-853b-607184c1a22a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4677a10b-d8b1-45c1-875e-b494bb400dcc","type":"text/javascript","exec":[""]}}],"_postman_id":"575ad32d-182e-4827-96a0-845bd4d1990a","description":""}],"id":"b584533b-6af3-4300-a060-23f3ad07c2b2","event":[{"listen":"prerequest","script":{"id":"9fd92f4f-ec1a-4060-8e67-638e25b8b799","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ab15526f-5541-4692-be96-99be1a2be57c","type":"text/javascript","exec":[""]}}],"_postman_id":"b584533b-6af3-4300-a060-23f3ad07c2b2","description":""},{"name":"Phone Call","item":[{"name":"GET","item":[{"name":"Retrieve phone call","id":"c32af38d-3304-4240-9e76-ff0077261dd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"NetSuite-Token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/phoneCall","urlObject":{"protocol":"https","path":["netsuite","v0","phoneCall"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"8edd14ea-bb90-4a2a-9e42-7df2294817b4","name":"Retrieve phone call","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/phoneCall"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:42:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"110312"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"accessLevel\": false,\n                \"assigned\": {\n                    \"internalId\": \"7\",\n                    \"name\": \"Imtiaz Ansari\"\n                },\n                \"company\": {\n                    \"internalId\": \"50\",\n                    \"name\": \"14 Imtiaz ansari\"\n                },\n                \"contactList\": {\n                    \"contact\": [\n                        {\n                            \"company\": {\n                                \"internalId\": \"50\",\n                                \"name\": \"14 Imtiaz ansari\"\n                            },\n                            \"email\": \"imtiaz@ansari.comnjhbnb\",\n                            \"phone\": \"9787888888\"\n                        }\n                    ]\n                },\n                \"createdDate\": 1549019163,\n                \"endDate\": 1549008000,\n                \"internalId\": \"5\",\n                \"lastModifiedDate\": 1549128320,\n                \"owner\": {\n                    \"internalId\": \"7\",\n                    \"name\": \"Imtiaz Ansari\"\n                },\n                \"startDate\": 1549008000,\n                \"status\": \"_scheduled\",\n                \"timedEvent\": false,\n                \"title\": \"ready to sign deal on 6th Feb 2019\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"accessLevel\": false,\n                \"assigned\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Praveena U\"\n                },\n                \"company\": {\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Chandana Brothers\"\n                },\n                \"contact\": {\n                    \"internalId\": \"33\",\n                    \"name\": \"2 Google : Kalpana\"\n                },\n                \"contactList\": {\n                    \"contact\": [\n                        {\n                            \"company\": {\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Chandana Brothers\"\n                            },\n                            \"contact\": {\n                                \"internalId\": \"33\",\n                                \"name\": \"Kalpana\"\n                            },\n                            \"email\": \"shamili+chandanabros@chandana.com\",\n                            \"phone\": \"9888888888\"\n                        }\n                    ]\n                },\n                \"createdDate\": 1664182047,\n                \"endDate\": 1664175600,\n                \"internalId\": \"314\",\n                \"lastModifiedDate\": 1664182047,\n                \"owner\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Praveena U\"\n                },\n                \"startDate\": 1664175600,\n                \"status\": \"_scheduled\",\n                \"timedEvent\": false,\n                \"title\": \"Test\",\n                \"transaction\": {\n                    \"internalId\": \"641\",\n                    \"name\": \"Sales Order #57\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_102820224987119901759310502_894d6e1c\",\n    \"status\": {\n        \"isSuccess\": true\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 2\n}"}],"_postman_id":"c32af38d-3304-4240-9e76-ff0077261dd9"},{"name":"Retrieve phone call by search ID","id":"b009675b-16b1-4971-b835-534389b52205","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/phoneCallphoneCall?searchId=WEBSERVICES_5333445_SB1_102820224987119901759310502_894d6e1c&page=1","urlObject":{"protocol":"https","path":["netsuite","v0","phoneCallphoneCall"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_102820224987119901759310502_894d6e1c"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"1ad33105-7961-4a5d-9a31-df2946207ee1","name":"Retrieve purchase orders by search ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}\n","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/phoneCall?searchId=WEBSERVICES_5333445_SB1_102820224987119901759310502_894d6e1c&page=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","phoneCall"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_102820224987119901759310502_894d6e1c"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:47:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"112767"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"accessLevel\": false,\n                \"assigned\": {\n                    \"internalId\": \"7\",\n                    \"name\": \"Imtiaz Ansari\"\n                },\n                \"company\": {\n                    \"internalId\": \"50\",\n                    \"name\": \"14 Imtiaz ansari\"\n                },\n                \"contactList\": {\n                    \"contact\": [\n                        {\n                            \"company\": {\n                                \"internalId\": \"50\",\n                                \"name\": \"14 Imtiaz ansari\"\n                            },\n                            \"email\": \"imtiaz@ansari.comnjhbnb\",\n                            \"phone\": \"9787888888\"\n                        }\n                    ]\n                },\n                \"createdDate\": 1549019163,\n                \"endDate\": 1549008000,\n                \"internalId\": \"5\",\n                \"lastModifiedDate\": 1549128320,\n                \"owner\": {\n                    \"internalId\": \"7\",\n                    \"name\": \"Imtiaz Ansari\"\n                },\n                \"startDate\": 1549008000,\n                \"status\": \"_scheduled\",\n                \"timedEvent\": false,\n                \"title\": \"ready to sign deal on 6th Feb 2019\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"accessLevel\": false,\n                \"assigned\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Praveena U\"\n                },\n                \"company\": {\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Chandana Brothers\"\n                },\n                \"contact\": {\n                    \"internalId\": \"33\",\n                    \"name\": \"2 Google : Kalpana\"\n                },\n                \"contactList\": {\n                    \"contact\": [\n                        {\n                            \"company\": {\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Chandana Brothers\"\n                            },\n                            \"contact\": {\n                                \"internalId\": \"33\",\n                                \"name\": \"Kalpana\"\n                            },\n                            \"email\": \"shamili+chandanabros@chandana.com\",\n                            \"phone\": \"9888888888\"\n                        }\n                    ]\n                },\n                \"createdDate\": 1664182047,\n                \"endDate\": 1664175600,\n                \"internalId\": \"314\",\n                \"lastModifiedDate\": 1664182047,\n                \"owner\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Praveena U\"\n                },\n                \"startDate\": 1664175600,\n                \"status\": \"_scheduled\",\n                \"timedEvent\": false,\n                \"title\": \"Test\",\n                \"transaction\": {\n                    \"internalId\": \"641\",\n                    \"name\": \"Sales Order #57\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_102820224987119901759310502_894d6e1c\",\n    \"status\": {\n        \"isSuccess\": true\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 2\n}"}],"_postman_id":"b009675b-16b1-4971-b835-534389b52205"},{"name":"Retrieve phone call by where","id":"d404bfea-9477-473a-a489-b8369a4cd3cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/phoneCall?where=lastModifiedDate>1546278954","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreatedDate</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","phoneCall"],"host":["api","prestructured","com"],"query":[{"disabled":true,"key":"searchId","value":"WEBSERVICES_5333445_SB1_10232019108898812756004041_eafd8a034"},{"disabled":true,"key":"page","value":"35"},{"key":"where","value":"lastModifiedDate>1546278954"}],"variable":[]}},"response":[{"id":"88a6902b-e4bc-4f7c-a42d-3c03a6226022","name":"Retrieve phone call by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/phoneCall?where=lastModifiedDate>1546278954","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","phoneCall"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_10232019108898812756004041_eafd8a034","disabled":true},{"key":"page","value":"35","disabled":true},{"key":"where","value":"lastModifiedDate>1546278954"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Dec 2019 07:45:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"262"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"accessLevel\": false,\n                \"assigned\": {\n                    \"internalId\": \"7\",\n                    \"name\": \"Imtiaz Ansari\"\n                },\n                \"company\": {\n                    \"internalId\": \"50\",\n                    \"name\": \"14 Imtiaz ansari\"\n                },\n                \"contactList\": {\n                    \"contact\": [\n                        {\n                            \"company\": {\n                                \"internalId\": \"50\",\n                                \"name\": \"14 Imtiaz ansari\"\n                            },\n                            \"email\": \"imtiaz@ansari.comnjhbnb\",\n                            \"phone\": \"9787888888\"\n                        }\n                    ]\n                },\n                \"createdDate\": 1549019163,\n                \"endDate\": 1549008000,\n                \"internalId\": \"5\",\n                \"lastModifiedDate\": 1549128320,\n                \"owner\": {\n                    \"internalId\": \"7\",\n                    \"name\": \"Imtiaz Ansari\"\n                },\n                \"startDate\": 1549008000,\n                \"status\": \"_scheduled\",\n                \"timedEvent\": false,\n                \"title\": \"ready to sign deal on 6th Feb 2019\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"accessLevel\": false,\n                \"assigned\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Praveena U\"\n                },\n                \"company\": {\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Chandana Brothers\"\n                },\n                \"contact\": {\n                    \"internalId\": \"33\",\n                    \"name\": \"2 Google : Kalpana\"\n                },\n                \"contactList\": {\n                    \"contact\": [\n                        {\n                            \"company\": {\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Chandana Brothers\"\n                            },\n                            \"contact\": {\n                                \"internalId\": \"33\",\n                                \"name\": \"Kalpana\"\n                            },\n                            \"email\": \"shamili+chandanabros@chandana.com\",\n                            \"phone\": \"9888888888\"\n                        }\n                    ]\n                },\n                \"createdDate\": 1664182047,\n                \"endDate\": 1664175600,\n                \"internalId\": \"314\",\n                \"lastModifiedDate\": 1664182047,\n                \"owner\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Praveena U\"\n                },\n                \"startDate\": 1664175600,\n                \"status\": \"_scheduled\",\n                \"timedEvent\": false,\n                \"title\": \"Test\",\n                \"transaction\": {\n                    \"internalId\": \"641\",\n                    \"name\": \"Sales Order #57\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_10282022499081063864497363_2de9deee5\",\n    \"status\": {\n        \"isSuccess\": true\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 2\n}"}],"_postman_id":"d404bfea-9477-473a-a489-b8369a4cd3cc"},{"name":"Retrieve phone call by ID","id":"a1c105a7-0acd-4930-b837-f1deea3aa5a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/phoneCall?id=5","urlObject":{"protocol":"https","path":["netsuite","v0","phoneCall"],"host":["api","prestructured","com"],"query":[{"disabled":true,"key":"searchId","value":"WEBSERVICES_5333445_SB1_10232019108898812756004041_eafd8a034"},{"disabled":true,"key":"page","value":"35"},{"disabled":true,"key":"where","value":"DateCreated>1546278954"},{"key":"id","value":"5"}],"variable":[]}},"response":[{"id":"c2e1b5a4-8d29-41cd-9523-8bf94ab64bda","name":"Retrieve phone call by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/phoneCall?id=5","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","phoneCall"],"query":[{"key":"id","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Dec 2019 07:48:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"7860"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"accessLevel\": false,\n                \"assigned\": {\n                    \"internalId\": \"7\",\n                    \"name\": \"Imtiaz Ansari\"\n                },\n                \"company\": {\n                    \"internalId\": \"50\",\n                    \"name\": \"14 Imtiaz ansari\"\n                },\n                \"contactList\": {\n                    \"contact\": [\n                        {\n                            \"company\": {\n                                \"internalId\": \"50\",\n                                \"name\": \"14 Imtiaz ansari\"\n                            },\n                            \"email\": \"imtiaz@ansari.comnjhbnb\",\n                            \"phone\": \"9787888888\"\n                        }\n                    ]\n                },\n                \"createdDate\": 1549019163,\n                \"endDate\": 1549008000,\n                \"internalId\": \"5\",\n                \"lastModifiedDate\": 1549128320,\n                \"owner\": {\n                    \"internalId\": \"7\",\n                    \"name\": \"Imtiaz Ansari\"\n                },\n                \"startDate\": 1549008000,\n                \"status\": \"_scheduled\",\n                \"timedEvent\": false,\n                \"title\": \"ready to sign deal on 6th Feb 2019\"\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        }\n    ],\n    \"status\": {\n        \"isSuccess\": true\n    }\n}"}],"_postman_id":"a1c105a7-0acd-4930-b837-f1deea3aa5a7"}],"id":"80ae0b19-e8f9-4036-8f41-92086ad79b4a","event":[{"listen":"prerequest","script":{"id":"d11688b4-fdfd-41a9-a4f6-1becf48b2f8f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f1d7b029-0aa4-4a47-93ce-6c19eec5e2bc","type":"text/javascript","exec":[""]}}],"_postman_id":"80ae0b19-e8f9-4036-8f41-92086ad79b4a","description":""},{"name":"POST","item":[{"name":"Create phone call","id":"d7ba2d3d-0ff9-411d-a534-2cf6708cd778","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"accessLevel\":false,\r\n   \"company\":{\r\n      \"internalId\":\"50\",\r\n      \"name\":\"14 Imtiaz ansari\"\r\n   },\r\n   \"contactList\":{\r\n      \"contact\":[\r\n         {\r\n            \"company\":{\r\n               \"internalId\":\"50\",\r\n               \"name\":\"14 Imtiaz ansari\"\r\n            }\r\n         }\r\n      ]\r\n   },\r\n   \"endDate\":1549008000,\r\n   \"startDate\":1549008000,\r\n   \"status\":\"_scheduled\",\r\n   \"timedEvent\":false,\r\n   \"title\":\"ready to sign deal on 6th Feb 2019\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/phoneCall","urlObject":{"protocol":"https","path":["netsuite","v0","phoneCall"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"ae2ac5a8-34f6-4577-a160-dbac7827eba1","name":"Create phone call","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"accessLevel\":false,\r\n   \"company\":{\r\n      \"internalId\":\"50\",\r\n      \"name\":\"14 Imtiaz ansari\"\r\n   },\r\n   \"contactList\":{\r\n      \"contact\":[\r\n         {\r\n            \"company\":{\r\n               \"internalId\":\"50\",\r\n               \"name\":\"14 Imtiaz ansari\"\r\n            }\r\n         }\r\n      ]\r\n   },\r\n   \"endDate\":1549008000,\r\n   \"startDate\":1549008000,\r\n   \"status\":\"_scheduled\",\r\n   \"timedEvent\":false,\r\n   \"title\":\"ready to sign deal on 6th Feb 2019\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/phoneCall"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"615\",\r\n                \"name\": null,\r\n                \"type\": \"phoneCall\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": [\r\n                    {\r\n                        \"afterSubmitFailed\": false,\r\n                        \"code\": null,\r\n                        \"message\": null,\r\n                        \"type\": \"ERROR\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"d7ba2d3d-0ff9-411d-a534-2cf6708cd778"}],"id":"6fadc24d-7f5b-429e-a4a3-53c6fe25994e","event":[{"listen":"prerequest","script":{"id":"292a5249-ceb8-4925-afdd-97bf304d0ad2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1101eb23-656b-485b-ab4e-9607fff9d6e9","type":"text/javascript","exec":[""]}}],"_postman_id":"6fadc24d-7f5b-429e-a4a3-53c6fe25994e","description":""},{"name":"PUT","item":[{"name":"Update phone call","id":"77bb77aa-c128-477a-818d-e5aa7e19032d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"accessLevel\":false,\r\n   \"company\":{\r\n      \"internalId\":\"50\",\r\n      \"name\":\"14 Imtiaz ansari\"\r\n   },\r\n   \"internalId\":\"615\",\r\n   \"contactList\":{\r\n      \"contact\":[\r\n         {\r\n            \"company\":{\r\n               \"internalId\":\"50\",\r\n               \"name\":\"14 Imtiaz ansari\"\r\n            }\r\n         }\r\n      ]\r\n   },\r\n   \"endDate\":1549008000,\r\n   \"startDate\":1549008000,\r\n   \"status\":\"_scheduled\",\r\n   \"timedEvent\":false,\r\n   \"title\":\"ready to sign deal on 6th Feb 2019-test\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/phoneCall","urlObject":{"protocol":"https","path":["netsuite","v0","phoneCall"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"e5d59129-5b64-422c-8c17-403ec6d37c83","name":"Update phone call","originalRequest":{"method":"PUT","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"accessLevel\":false,\r\n   \"company\":{\r\n      \"internalId\":\"50\",\r\n      \"name\":\"14 Imtiaz ansari\"\r\n   },\r\n   \"internalId\":\"615\",\r\n   \"contactList\":{\r\n      \"contact\":[\r\n         {\r\n            \"company\":{\r\n               \"internalId\":\"50\",\r\n               \"name\":\"14 Imtiaz ansari\"\r\n            }\r\n         }\r\n      ]\r\n   },\r\n   \"endDate\":1549008000,\r\n   \"startDate\":1549008000,\r\n   \"status\":\"_scheduled\",\r\n   \"timedEvent\":false,\r\n   \"title\":\"ready to sign deal on 6th Feb 2019-test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/phoneCall"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"615\",\r\n                \"name\": null,\r\n                \"type\": \"phoneCall\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": [\r\n                    {\r\n                        \"afterSubmitFailed\": false,\r\n                        \"code\": null,\r\n                        \"message\": null,\r\n                        \"type\": \"ERROR\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"77bb77aa-c128-477a-818d-e5aa7e19032d"}],"id":"69c97920-4248-45aa-873f-bec8f4debb2b","event":[{"listen":"prerequest","script":{"id":"20065bcf-2c51-46f3-91c0-da1c5c97c97f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0aa7550e-b32e-42dc-b4b9-877e09e9d058","type":"text/javascript","exec":[""]}}],"_postman_id":"69c97920-4248-45aa-873f-bec8f4debb2b","description":""},{"name":"DELETE","item":[{"name":"Delete phone call","id":"1094aacc-d213-4242-8a30-6130db348039","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/phoneCall?id=615","urlObject":{"protocol":"https","path":["netsuite","v0","phoneCall"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"615"}],"variable":[]}},"response":[{"id":"47ae1663-0dee-433a-b184-4c2e6e008781","name":"Delete purchase orders","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/phoneCall?id=615","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","phoneCall"],"query":[{"key":"id","value":"615"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"615\",\r\n                \"name\": null,\r\n                \"type\": \"phoneCall\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"1094aacc-d213-4242-8a30-6130db348039"}],"id":"6a2ee43f-85e1-4680-886e-14924c85cb24","event":[{"listen":"prerequest","script":{"id":"6ba633e6-92d7-4aad-853b-607184c1a22a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4677a10b-d8b1-45c1-875e-b494bb400dcc","type":"text/javascript","exec":[""]}}],"_postman_id":"6a2ee43f-85e1-4680-886e-14924c85cb24","description":""}],"id":"3ca8ac05-6842-4fc3-a53d-23dfca01ab94","event":[{"listen":"prerequest","script":{"id":"9fd92f4f-ec1a-4060-8e67-638e25b8b799","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ab15526f-5541-4692-be96-99be1a2be57c","type":"text/javascript","exec":[""]}}],"_postman_id":"3ca8ac05-6842-4fc3-a53d-23dfca01ab94","description":""},{"name":"Return Authorization","item":[{"name":"GET","item":[{"name":"Retrieve return authorizations","id":"256a57b2-4831-4ffa-820e-866fb56c08c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/returnAuthorization","urlObject":{"protocol":"https","path":["netsuite","v0","returnAuthorization"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"c5a668fc-0c79-49bf-bbbc-8972d7ccc7b8","name":"Retrieve return authorizations","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/returnAuthorization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"billingAddress\": {\r\n          \"addr1\": \"Add 1\",\r\n          \"addr2\": \"Add 2\",\r\n          \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n          \"addressee\": \"GS Solutions\",\r\n          \"city\": \"City 1\",\r\n          \"country\": \"_unitedStates\",\r\n          \"internalId\": \"14\",\r\n          \"override\": false,\r\n          \"state\": \"MI\",\r\n          \"zip\": \"0123654\"\r\n        },\r\n        \"createdDate\": 1550212217,\r\n        \"createdFrom\": {\r\n          \"internalId\": \"249\",\r\n          \"name\": \"Sales Order #5\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"email\": \"shamili@dhruvsoft.com\",\r\n        \"entity\": {\r\n          \"internalId\": \"46\",\r\n          \"name\": \"12 GS Solutions\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"internalId\": \"352\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 10.0,\r\n              \"grossAmt\": 10.0,\r\n              \"isClosed\": false,\r\n              \"isDropShipment\": false,\r\n              \"item\": {\r\n                \"internalId\": \"15\",\r\n                \"name\": \"Book\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"-1\",\r\n                \"name\": \"Custom\"\r\n              },\r\n              \"quantity\": 1.0,\r\n              \"quantityBilled\": 1.0,\r\n              \"quantityReceived\": 1.0,\r\n              \"rate\": \"10.00\",\r\n              \"tax1Amt\": 0.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"5\",\r\n                \"name\": \"VAT_IN:UNDEF-IN\"\r\n              },\r\n              \"taxRate1\": 0.0\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1550212407,\r\n        \"salesEffectiveDate\": 1550169000,\r\n        \"salesTeamList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"salesTeam\": [\r\n            {\r\n              \"contribution\": 100.0,\r\n              \"employee\": {\r\n                \"internalId\": \"3\",\r\n                \"name\": \"B Shamili\"\r\n              },\r\n              \"isPrimary\": false,\r\n              \"salesRole\": {\r\n                \"internalId\": \"-2\",\r\n                \"name\": \"Sales Rep\"\r\n              }\r\n            }\r\n          ]\r\n        },\r\n        \"status\": \"Refunded\",\r\n        \"subTotal\": 10.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 0.0,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 10.0,\r\n        \"tranDate\": 1550169000,\r\n        \"tranId\": \"1\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"billingAddress\": {\r\n          \"addr1\": \"Add 1\",\r\n          \"addr2\": \"Add 2\",\r\n          \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n          \"addressee\": \"GS Solutions\",\r\n          \"city\": \"City 1\",\r\n          \"country\": \"_unitedStates\",\r\n          \"internalId\": \"14\",\r\n          \"override\": false,\r\n          \"state\": \"MI\",\r\n          \"zip\": \"0123654\"\r\n        },\r\n        \"createdDate\": 1550214386,\r\n        \"createdFrom\": {\r\n          \"internalId\": \"45\",\r\n          \"name\": \"Sales Order #2\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"email\": \"shamili@dhruvsoft.com\",\r\n        \"entity\": {\r\n          \"internalId\": \"46\",\r\n          \"name\": \"12 GS Solutions\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"internalId\": \"457\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 10.0,\r\n              \"grossAmt\": 10.0,\r\n              \"isClosed\": false,\r\n              \"isDropShipment\": false,\r\n              \"item\": {\r\n                \"internalId\": \"15\",\r\n                \"name\": \"Book\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"-1\",\r\n                \"name\": \"Custom\"\r\n              },\r\n              \"quantity\": 1.0,\r\n              \"quantityBilled\": 1.0,\r\n              \"quantityReceived\": 1.0,\r\n              \"tax1Amt\": 0.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"5\",\r\n                \"name\": \"VAT_IN:UNDEF-IN\"\r\n              },\r\n              \"taxRate1\": 0.0\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1550214476,\r\n        \"salesEffectiveDate\": 1548959400,\r\n        \"status\": \"Refunded\",\r\n        \"subTotal\": 10.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 0.0,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 10.0,\r\n        \"tranDate\": 1550169000,\r\n        \"tranId\": \"2\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"billingAddress\": {\r\n          \"addr1\": \"Add 1\",\r\n          \"addr2\": \"Add 2\",\r\n          \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n          \"addressee\": \"GS Solutions\",\r\n          \"city\": \"City 1\",\r\n          \"country\": \"_unitedStates\",\r\n          \"internalId\": \"14\",\r\n          \"override\": false,\r\n          \"state\": \"MI\",\r\n          \"zip\": \"0123654\"\r\n        },\r\n        \"createdDate\": 1550223654,\r\n        \"createdFrom\": {\r\n          \"internalId\": \"465\",\r\n          \"name\": \"Invoice #19\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"email\": \"shamili@dhruvsoft.com\",\r\n        \"entity\": {\r\n          \"internalId\": \"46\",\r\n          \"name\": \"12 GS Solutions\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"internalId\": \"466\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 5000.0,\r\n              \"grossAmt\": 5000.0,\r\n              \"isClosed\": false,\r\n              \"isDropShipment\": false,\r\n              \"item\": {\r\n                \"internalId\": \"6\",\r\n                \"name\": \"GH Pens\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\"\r\n              },\r\n              \"quantity\": 5.0,\r\n              \"quantityBilled\": 0.0,\r\n              \"quantityReceived\": 5.0,\r\n              \"rate\": \"1000.00\",\r\n              \"tax1Amt\": 0.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"5\",\r\n                \"name\": \"VAT_IN:UNDEF-IN\"\r\n              },\r\n              \"taxRate1\": 0.0\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1550223741,\r\n        \"salesEffectiveDate\": 1550169000,\r\n        \"status\": \"Pending Refund\",\r\n        \"subTotal\": 5000.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 0.0,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 5000.0,\r\n        \"tranDate\": 1550169000,\r\n        \"tranId\": \"3\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"createdDate\": 1550293292,\r\n        \"createdFrom\": {\r\n          \"internalId\": \"471\",\r\n          \"name\": \"Sales Order #8\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"entity\": {\r\n          \"internalId\": \"56\",\r\n          \"name\": \"17 GH Agency\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"internalId\": \"474\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 2000.0,\r\n              \"grossAmt\": 2000.0,\r\n              \"isClosed\": false,\r\n              \"isDropShipment\": false,\r\n              \"item\": {\r\n                \"internalId\": \"6\",\r\n                \"name\": \"GH Pens\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\"\r\n              },\r\n              \"quantity\": 2.0,\r\n              \"quantityBilled\": 0.0,\r\n              \"quantityReceived\": 2.0,\r\n              \"rate\": \"1000.00\",\r\n              \"tax1Amt\": 0.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"5\",\r\n                \"name\": \"VAT_IN:UNDEF-IN\"\r\n              },\r\n              \"taxRate1\": 0.0\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1550293419,\r\n        \"salesEffectiveDate\": 1550255400,\r\n        \"status\": \"Pending Refund\",\r\n        \"subTotal\": 2000.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 0.0,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 2000.0,\r\n        \"tranDate\": 1550255400,\r\n        \"tranId\": \"4\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"createdDate\": 1550299853,\r\n        \"createdFrom\": {\r\n          \"internalId\": \"480\",\r\n          \"name\": \"Sales Order #9\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"entity\": {\r\n          \"internalId\": \"56\",\r\n          \"name\": \"17 GH Agency\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"internalId\": \"484\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 20000.0,\r\n              \"grossAmt\": 20000.0,\r\n              \"isClosed\": false,\r\n              \"isDropShipment\": false,\r\n              \"item\": {\r\n                \"internalId\": \"6\",\r\n                \"name\": \"GH Pens\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\"\r\n              },\r\n              \"quantity\": 20.0,\r\n              \"quantityBilled\": 20.0,\r\n              \"quantityReceived\": 20.0,\r\n              \"rate\": \"1000.00\",\r\n              \"tax1Amt\": 0.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"5\",\r\n                \"name\": \"VAT_IN:UNDEF-IN\"\r\n              },\r\n              \"taxRate1\": 0.0\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1550299996,\r\n        \"salesEffectiveDate\": 1550255400,\r\n        \"status\": \"Refunded\",\r\n        \"subTotal\": 20000.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 0.0,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 20000.0,\r\n        \"tranDate\": 1550255400,\r\n        \"tranId\": \"5\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_0701202018060466955457469_2c6bbbe610\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": [\r\n      {\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Record 352: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\r\n        \"type\": \"WARN\"\r\n      },\r\n      {\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Record 457: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\r\n        \"type\": \"WARN\"\r\n      },\r\n      {\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Record 466: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\r\n        \"type\": \"WARN\"\r\n      },\r\n      {\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Record 474: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\r\n        \"type\": \"WARN\"\r\n      },\r\n      {\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Record 484: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\r\n        \"type\": \"WARN\"\r\n      }\r\n    ]\r\n  },\r\n  \"totalPages\": 7,\r\n  \"totalRecords\": 33\r\n}"}],"_postman_id":"256a57b2-4831-4ffa-820e-866fb56c08c8"},{"name":"Retrieve return authorizations by search ID","id":"75afe394-c89f-4546-81a1-5774a6d59449","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/returnAuthorization?searchId=WEBSERVICES_5333445_SB1_0701202018060466955457469_2c6bbbe610&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","returnAuthorization"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_0701202018060466955457469_2c6bbbe610"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"c7690102-5449-42fd-8827-80e0741f8360","name":"Retrieve return authorizations by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/returnAuthorization?searchId=WEBSERVICES_5333445_SB1_0701202018060466955457469_2c6bbbe610&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","returnAuthorization"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_0701202018060466955457469_2c6bbbe610"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:45:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173991"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 2,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"createdDate\": 1550301881,\r\n        \"createdFrom\": {\r\n          \"internalId\": \"480\",\r\n          \"name\": \"Sales Order #9\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"entity\": {\r\n          \"internalId\": \"56\",\r\n          \"name\": \"17 GH Agency\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"internalId\": \"489\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 10000.0,\r\n              \"grossAmt\": 10000.0,\r\n              \"isClosed\": false,\r\n              \"isDropShipment\": false,\r\n              \"item\": {\r\n                \"internalId\": \"6\",\r\n                \"name\": \"GH Pens\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\"\r\n              },\r\n              \"quantity\": 10.0,\r\n              \"quantityBilled\": 10.0,\r\n              \"quantityReceived\": 10.0,\r\n              \"rate\": \"1000.00\",\r\n              \"tax1Amt\": 0.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"5\",\r\n                \"name\": \"VAT_IN:UNDEF-IN\"\r\n              },\r\n              \"taxRate1\": 0.0\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1550301916,\r\n        \"salesEffectiveDate\": 1550255400,\r\n        \"status\": \"Refunded\",\r\n        \"subTotal\": 10000.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 0.0,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 10000.0,\r\n        \"tranDate\": 1550255400,\r\n        \"tranId\": \"6\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"createdDate\": 1550302980,\r\n        \"createdFrom\": {\r\n          \"internalId\": \"495\",\r\n          \"name\": \"Sales Order #10\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"entity\": {\r\n          \"internalId\": \"56\",\r\n          \"name\": \"17 GH Agency\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"internalId\": \"497\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 6000.0,\r\n              \"grossAmt\": 6000.0,\r\n              \"isClosed\": false,\r\n              \"isDropShipment\": false,\r\n              \"item\": {\r\n                \"internalId\": \"6\",\r\n                \"name\": \"GH Pens\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\"\r\n              },\r\n              \"quantity\": 6.0,\r\n              \"quantityBilled\": 0.0,\r\n              \"quantityReceived\": 6.0,\r\n              \"rate\": \"1000.00\",\r\n              \"tax1Amt\": 0.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"5\",\r\n                \"name\": \"VAT_IN:UNDEF-IN\"\r\n              },\r\n              \"taxRate1\": 0.0\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1550303009,\r\n        \"salesEffectiveDate\": 1550255400,\r\n        \"status\": \"Pending Refund\",\r\n        \"subTotal\": 6000.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 0.0,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 6000.0,\r\n        \"tranDate\": 1550255400,\r\n        \"tranId\": \"7\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"createdDate\": 1550314290,\r\n        \"createdFrom\": {\r\n          \"internalId\": \"503\",\r\n          \"name\": \"Invoice #24\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"entity\": {\r\n          \"internalId\": \"56\",\r\n          \"name\": \"17 GH Agency\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"internalId\": \"504\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 5000.0,\r\n              \"grossAmt\": 5000.0,\r\n              \"isClosed\": false,\r\n              \"isDropShipment\": false,\r\n              \"item\": {\r\n                \"internalId\": \"6\",\r\n                \"name\": \"GH Pens\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\"\r\n              },\r\n              \"quantity\": 5.0,\r\n              \"quantityBilled\": 0.0,\r\n              \"quantityReceived\": 5.0,\r\n              \"rate\": \"1000.00\",\r\n              \"tax1Amt\": 0.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"5\",\r\n                \"name\": \"VAT_IN:UNDEF-IN\"\r\n              },\r\n              \"taxRate1\": 0.0\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1550314307,\r\n        \"salesEffectiveDate\": 1550255400,\r\n        \"status\": \"Pending Refund\",\r\n        \"subTotal\": 5000.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 0.0,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 5000.0,\r\n        \"tranDate\": 1550255400,\r\n        \"tranId\": \"8\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"createdDate\": 1550317136,\r\n        \"createdFrom\": {\r\n          \"internalId\": \"501\",\r\n          \"name\": \"Sales Order #11\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"entity\": {\r\n          \"internalId\": \"56\",\r\n          \"name\": \"17 GH Agency\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"internalId\": \"508\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 7000.0,\r\n              \"grossAmt\": 7000.0,\r\n              \"isClosed\": false,\r\n              \"isDropShipment\": false,\r\n              \"item\": {\r\n                \"internalId\": \"6\",\r\n                \"name\": \"GH Pens\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\"\r\n              },\r\n              \"quantity\": 7.0,\r\n              \"quantityBilled\": 0.0,\r\n              \"quantityReceived\": 7.0,\r\n              \"rate\": \"1000.00\",\r\n              \"tax1Amt\": 0.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"5\",\r\n                \"name\": \"VAT_IN:UNDEF-IN\"\r\n              },\r\n              \"taxRate1\": 0.0\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1550317151,\r\n        \"salesEffectiveDate\": 1550255400,\r\n        \"status\": \"Pending Refund\",\r\n        \"subTotal\": 7000.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 0.0,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 7000.0,\r\n        \"tranDate\": 1550255400,\r\n        \"tranId\": \"9\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"billingAddress\": {\r\n          \"addr1\": \"CHANDANA BROS\",\r\n          \"addr2\": \"MAIN BAZAR\",\r\n          \"addrText\": \"Raja<br>Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\r\n          \"addressee\": \"Test CHANDANA BROTHERS\",\r\n          \"city\": \"ELURU\",\r\n          \"country\": \"_india\",\r\n          \"internalId\": \"225\",\r\n          \"override\": true,\r\n          \"state\": \"ANDHRA PRADESH\",\r\n          \"zip\": \"123456\"\r\n        },\r\n        \"createdDate\": 1553248160,\r\n        \"createdFrom\": {\r\n          \"internalId\": \"541\",\r\n          \"name\": \"Sales Order #17\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"discountItem\": {\r\n          \"internalId\": \"9\",\r\n          \"name\": \"Vendor Discount\"\r\n        },\r\n        \"discountRate\": \"-5.00%\",\r\n        \"discountTotal\": -375.0,\r\n        \"email\": \"chandanabros_eluru@yahoo.com\",\r\n        \"entity\": {\r\n          \"internalId\": \"364\",\r\n          \"name\": \"22 Chandana Brothers\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"internalId\": \"548\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 7500.0,\r\n              \"grossAmt\": 7500.0,\r\n              \"isClosed\": false,\r\n              \"isDropShipment\": true,\r\n              \"item\": {\r\n                \"internalId\": \"22\",\r\n                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"-1\",\r\n                \"name\": \"Custom\"\r\n              },\r\n              \"quantity\": 15.0,\r\n              \"quantityBilled\": 15.0,\r\n              \"quantityReceived\": 15.0,\r\n              \"rate\": \"500.00\",\r\n              \"tax1Amt\": 0.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"5\",\r\n                \"name\": \"VAT_IN:UNDEF-IN\"\r\n              },\r\n              \"taxRate1\": 0.0\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1553248249,\r\n        \"salesEffectiveDate\": 1553193000,\r\n        \"status\": \"Refunded\",\r\n        \"subTotal\": 7500.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 0.0,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 7125.0,\r\n        \"tranDate\": 1553193000,\r\n        \"tranId\": \"10\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_0701202018060466955457469_2c6bbbe610\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": [\r\n      {\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Record 489: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\r\n        \"type\": \"WARN\"\r\n      },\r\n      {\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Record 497: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\r\n        \"type\": \"WARN\"\r\n      },\r\n      {\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Record 504: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\r\n        \"type\": \"WARN\"\r\n      },\r\n      {\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Record 508: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\r\n        \"type\": \"WARN\"\r\n      },\r\n      {\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Record 548: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\r\n        \"type\": \"WARN\"\r\n      }\r\n    ]\r\n  },\r\n  \"totalPages\": 7,\r\n  \"totalRecords\": 33\r\n}"}],"_postman_id":"75afe394-c89f-4546-81a1-5774a6d59449"},{"name":"Retrieve return authorizations by where","id":"c0f287a6-c659-4f6f-af37-5231fc376aa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/returnAuthorization?where=dateCreated<1577664388","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateCreated</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>TranDate</td>\n<td>1578954123</td>\n<td>Used to Include the transaction date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>6</td>\n<td>Used to Include the Customer filter for the request. e.g., Customer=6.</td>\n</tr>\n<tr>\n<td>Employee</td>\n<td>4</td>\n<td>Used to Include the Employee filter for the request. e.g., Employee=4.</td>\n</tr>\n<tr>\n<td>Entity</td>\n<td>6</td>\n<td>Used to Include the Entity filter for the request. e.g., Entity=6.</td>\n</tr>\n<tr>\n<td>Memorized</td>\n<td>false</td>\n<td>Used to Include the Memorized filter for the request. e.g., Memorized=false.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","returnAuthorization"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"dateCreated<1577664388"}],"variable":[]}},"response":[{"id":"ce85cb7e-fdb8-43ba-bda2-c81a914cf4a4","name":"Retrieve return authorizations by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/returnAuthorization?where=dateCreated<1577664388","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","returnAuthorization"],"query":[{"key":"where","value":"dateCreated<1577664388"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"billingAddress\": {\r\n          \"addr1\": \"Add 1\",\r\n          \"addr2\": \"Add 2\",\r\n          \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n          \"addressee\": \"GS Solutions\",\r\n          \"city\": \"City 1\",\r\n          \"country\": \"_unitedStates\",\r\n          \"internalId\": \"14\",\r\n          \"override\": false,\r\n          \"state\": \"MI\",\r\n          \"zip\": \"0123654\"\r\n        },\r\n        \"createdDate\": 1550212217,\r\n        \"createdFrom\": {\r\n          \"internalId\": \"249\",\r\n          \"name\": \"Sales Order #5\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"email\": \"shamili@dhruvsoft.com\",\r\n        \"entity\": {\r\n          \"internalId\": \"46\",\r\n          \"name\": \"12 GS Solutions\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"internalId\": \"352\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 10.0,\r\n              \"grossAmt\": 10.0,\r\n              \"isClosed\": false,\r\n              \"isDropShipment\": false,\r\n              \"item\": {\r\n                \"internalId\": \"15\",\r\n                \"name\": \"Book\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"-1\",\r\n                \"name\": \"Custom\"\r\n              },\r\n              \"quantity\": 1.0,\r\n              \"quantityBilled\": 1.0,\r\n              \"quantityReceived\": 1.0,\r\n              \"rate\": \"10.00\",\r\n              \"tax1Amt\": 0.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"5\",\r\n                \"name\": \"VAT_IN:UNDEF-IN\"\r\n              },\r\n              \"taxRate1\": 0.0\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1550212407,\r\n        \"salesEffectiveDate\": 1550169000,\r\n        \"salesTeamList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"salesTeam\": [\r\n            {\r\n              \"contribution\": 100.0,\r\n              \"employee\": {\r\n                \"internalId\": \"3\",\r\n                \"name\": \"B Shamili\"\r\n              },\r\n              \"isPrimary\": false,\r\n              \"salesRole\": {\r\n                \"internalId\": \"-2\",\r\n                \"name\": \"Sales Rep\"\r\n              }\r\n            }\r\n          ]\r\n        },\r\n        \"status\": \"Refunded\",\r\n        \"subTotal\": 10.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 0.0,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 10.0,\r\n        \"tranDate\": 1550169000,\r\n        \"tranId\": \"1\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"billingAddress\": {\r\n          \"addr1\": \"Add 1\",\r\n          \"addr2\": \"Add 2\",\r\n          \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n          \"addressee\": \"GS Solutions\",\r\n          \"city\": \"City 1\",\r\n          \"country\": \"_unitedStates\",\r\n          \"internalId\": \"14\",\r\n          \"override\": false,\r\n          \"state\": \"MI\",\r\n          \"zip\": \"0123654\"\r\n        },\r\n        \"createdDate\": 1550214386,\r\n        \"createdFrom\": {\r\n          \"internalId\": \"45\",\r\n          \"name\": \"Sales Order #2\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"email\": \"shamili@dhruvsoft.com\",\r\n        \"entity\": {\r\n          \"internalId\": \"46\",\r\n          \"name\": \"12 GS Solutions\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"internalId\": \"457\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 10.0,\r\n              \"grossAmt\": 10.0,\r\n              \"isClosed\": false,\r\n              \"isDropShipment\": false,\r\n              \"item\": {\r\n                \"internalId\": \"15\",\r\n                \"name\": \"Book\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"-1\",\r\n                \"name\": \"Custom\"\r\n              },\r\n              \"quantity\": 1.0,\r\n              \"quantityBilled\": 1.0,\r\n              \"quantityReceived\": 1.0,\r\n              \"tax1Amt\": 0.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"5\",\r\n                \"name\": \"VAT_IN:UNDEF-IN\"\r\n              },\r\n              \"taxRate1\": 0.0\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1550214476,\r\n        \"salesEffectiveDate\": 1548959400,\r\n        \"status\": \"Refunded\",\r\n        \"subTotal\": 10.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 0.0,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 10.0,\r\n        \"tranDate\": 1550169000,\r\n        \"tranId\": \"2\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"billingAddress\": {\r\n          \"addr1\": \"Add 1\",\r\n          \"addr2\": \"Add 2\",\r\n          \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\r\n          \"addressee\": \"GS Solutions\",\r\n          \"city\": \"City 1\",\r\n          \"country\": \"_unitedStates\",\r\n          \"internalId\": \"14\",\r\n          \"override\": false,\r\n          \"state\": \"MI\",\r\n          \"zip\": \"0123654\"\r\n        },\r\n        \"createdDate\": 1550223654,\r\n        \"createdFrom\": {\r\n          \"internalId\": \"465\",\r\n          \"name\": \"Invoice #19\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"email\": \"shamili@dhruvsoft.com\",\r\n        \"entity\": {\r\n          \"internalId\": \"46\",\r\n          \"name\": \"12 GS Solutions\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"internalId\": \"466\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 5000.0,\r\n              \"grossAmt\": 5000.0,\r\n              \"isClosed\": false,\r\n              \"isDropShipment\": false,\r\n              \"item\": {\r\n                \"internalId\": \"6\",\r\n                \"name\": \"GH Pens\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\"\r\n              },\r\n              \"quantity\": 5.0,\r\n              \"quantityBilled\": 0.0,\r\n              \"quantityReceived\": 5.0,\r\n              \"rate\": \"1000.00\",\r\n              \"tax1Amt\": 0.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"5\",\r\n                \"name\": \"VAT_IN:UNDEF-IN\"\r\n              },\r\n              \"taxRate1\": 0.0\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1550223741,\r\n        \"salesEffectiveDate\": 1550169000,\r\n        \"status\": \"Pending Refund\",\r\n        \"subTotal\": 5000.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 0.0,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 5000.0,\r\n        \"tranDate\": 1550169000,\r\n        \"tranId\": \"3\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"createdDate\": 1550293292,\r\n        \"createdFrom\": {\r\n          \"internalId\": \"471\",\r\n          \"name\": \"Sales Order #8\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"entity\": {\r\n          \"internalId\": \"56\",\r\n          \"name\": \"17 GH Agency\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"internalId\": \"474\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 2000.0,\r\n              \"grossAmt\": 2000.0,\r\n              \"isClosed\": false,\r\n              \"isDropShipment\": false,\r\n              \"item\": {\r\n                \"internalId\": \"6\",\r\n                \"name\": \"GH Pens\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\"\r\n              },\r\n              \"quantity\": 2.0,\r\n              \"quantityBilled\": 0.0,\r\n              \"quantityReceived\": 2.0,\r\n              \"rate\": \"1000.00\",\r\n              \"tax1Amt\": 0.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"5\",\r\n                \"name\": \"VAT_IN:UNDEF-IN\"\r\n              },\r\n              \"taxRate1\": 0.0\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1550293419,\r\n        \"salesEffectiveDate\": 1550255400,\r\n        \"status\": \"Pending Refund\",\r\n        \"subTotal\": 2000.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 0.0,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 2000.0,\r\n        \"tranDate\": 1550255400,\r\n        \"tranId\": \"4\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"createdDate\": 1550299853,\r\n        \"createdFrom\": {\r\n          \"internalId\": \"480\",\r\n          \"name\": \"Sales Order #9\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"entity\": {\r\n          \"internalId\": \"56\",\r\n          \"name\": \"17 GH Agency\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"internalId\": \"484\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 20000.0,\r\n              \"grossAmt\": 20000.0,\r\n              \"isClosed\": false,\r\n              \"isDropShipment\": false,\r\n              \"item\": {\r\n                \"internalId\": \"6\",\r\n                \"name\": \"GH Pens\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Base Price\"\r\n              },\r\n              \"quantity\": 20.0,\r\n              \"quantityBilled\": 20.0,\r\n              \"quantityReceived\": 20.0,\r\n              \"rate\": \"1000.00\",\r\n              \"tax1Amt\": 0.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"5\",\r\n                \"name\": \"VAT_IN:UNDEF-IN\"\r\n              },\r\n              \"taxRate1\": 0.0\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1550299996,\r\n        \"salesEffectiveDate\": 1550255400,\r\n        \"status\": \"Refunded\",\r\n        \"subTotal\": 20000.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 0.0,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 20000.0,\r\n        \"tranDate\": 1550255400,\r\n        \"tranId\": \"5\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_070120201807676941452816702_b4596d5b\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": [\r\n      {\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Record 352: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\r\n        \"type\": \"WARN\"\r\n      },\r\n      {\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Record 457: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\r\n        \"type\": \"WARN\"\r\n      },\r\n      {\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Record 466: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\r\n        \"type\": \"WARN\"\r\n      },\r\n      {\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Record 474: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\r\n        \"type\": \"WARN\"\r\n      },\r\n      {\r\n        \"code\": \"WARNING\",\r\n        \"message\": \"Record 484: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\r\n        \"type\": \"WARN\"\r\n      }\r\n    ]\r\n  },\r\n  \"totalPages\": 7,\r\n  \"totalRecords\": 33\r\n}"}],"_postman_id":"c0f287a6-c659-4f6f-af37-5231fc376aa2"},{"name":"Retrieve return authorizations by ID","id":"396158d2-c4f7-4e0d-a46e-6f5183761404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/returnAuthorization?id=352","urlObject":{"protocol":"https","path":["netsuite","v0","returnAuthorization"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"352"}],"variable":[]}},"response":[{"id":"dfed894b-797d-4a00-9029-f24ae2257b34","name":"Retrieve return authorizations by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/returnAuthorization?id=352","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","returnAuthorization"],"query":[{"key":"id","value":"352"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"billingAddress\": {\r\n          \"addr1\": \"Add 1\",\r\n          \"addr2\": \"Add 2\",\r\n          \"addrText\": \"GS Solutions\\nAdd 1\\nAdd 2\\nCity 1 MI 0123654\\nUnited States\",\r\n          \"addressee\": \"GS Solutions\",\r\n          \"city\": \"City 1\",\r\n          \"country\": \"_unitedStates\",\r\n          \"override\": false,\r\n          \"state\": \"MI\",\r\n          \"zip\": \"0123654\"\r\n        },\r\n        \"createdDate\": 1550212217,\r\n        \"createdFrom\": {\r\n          \"internalId\": \"249\",\r\n          \"name\": \"Sales Order #5\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyName\": \"INR\",\r\n        \"customForm\": {\r\n          \"internalId\": \"85\",\r\n          \"name\": \"Standard Return Authorization - Credit\"\r\n        },\r\n        \"discountTotal\": 0.0,\r\n        \"email\": \"shamili@dhruvsoft.com\",\r\n        \"entity\": {\r\n          \"internalId\": \"46\",\r\n          \"name\": \"12 GS Solutions\"\r\n        },\r\n        \"exchangeRate\": 1.0,\r\n        \"internalId\": \"352\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 10.0,\r\n              \"grossAmt\": 10.0,\r\n              \"isClosed\": false,\r\n              \"isDropShipment\": false,\r\n              \"item\": {\r\n                \"internalId\": \"15\",\r\n                \"name\": \"Book\"\r\n              },\r\n              \"line\": 1,\r\n              \"price\": {\r\n                \"internalId\": \"-1\"\r\n              },\r\n              \"quantity\": 1.0,\r\n              \"quantityBilled\": 1.0,\r\n              \"quantityReceived\": 1.0,\r\n              \"rate\": \"10.00\",\r\n              \"tax1Amt\": 0.0,\r\n              \"taxCode\": {\r\n                \"internalId\": \"5\",\r\n                \"name\": \"VAT_IN:UNDEF-IN\"\r\n              },\r\n              \"taxRate1\": 0.0\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1550212407,\r\n        \"salesEffectiveDate\": 1550169000,\r\n        \"salesTeamList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"salesTeam\": [\r\n            {\r\n              \"contribution\": 100.0,\r\n              \"employee\": {\r\n                \"internalId\": \"3\",\r\n                \"name\": \"B Shamili\"\r\n              },\r\n              \"isPrimary\": false,\r\n              \"salesRole\": {\r\n                \"internalId\": \"-2\",\r\n                \"name\": \"Sales Rep\"\r\n              }\r\n            }\r\n          ]\r\n        },\r\n        \"status\": \"Refunded\",\r\n        \"subTotal\": 10.0,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"syncSalesTeams\": false,\r\n        \"taxTotal\": 0.0,\r\n        \"toBeEmailed\": false,\r\n        \"toBeFaxed\": false,\r\n        \"toBePrinted\": false,\r\n        \"total\": 10.0,\r\n        \"tranDate\": 1550169000,\r\n        \"tranId\": \"1\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  }\r\n}"}],"_postman_id":"396158d2-c4f7-4e0d-a46e-6f5183761404"}],"id":"0577d43b-4842-4bac-af53-cb7eb7a7b82d","event":[{"listen":"prerequest","script":{"id":"7885fbbf-342b-4da1-a35d-ccc1454fbb53","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"17daeaa8-48b6-4817-ba24-fa3b64c1e7ec","type":"text/javascript","exec":[""]}}],"_postman_id":"0577d43b-4842-4bac-af53-cb7eb7a7b82d","description":""},{"name":"POST","item":[{"name":"Create return authorizations","id":"ae28d934-952a-4a52-97c4-cba791f93240","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n      \"createdFrom\": {\r\n          \"internalId\": \"249\",\r\n          \"name\": \"Sales Order #5\"\r\n        },\r\n        \"entity\": {\r\n          \"internalId\": \"46\"\r\n        },\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 10.0,\r\n              \"item\": {\r\n                \"internalId\": \"15\",\r\n                \"name\": \"Book\"\r\n              },\r\n              \"line\": 1,\r\n              \"quantity\": 1.0,\r\n              \"quantityBilled\": 1.0,\r\n              \"quantityReceived\": 1.0            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"status\": \"Refunded\",\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"tranDate\": 1550169000\r\n  }"},"url":"https://api.prestructured.com/netsuite/v0/returnAuthorization","urlObject":{"protocol":"https","path":["netsuite","v0","returnAuthorization"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"aeb7c800-6d31-43aa-b14c-d1f069542dcb","name":"Create return authorizations","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n      \"createdFrom\": {\r\n          \"internalId\": \"249\",\r\n          \"name\": \"Sales Order #5\"\r\n        },\r\n        \"entity\": {\r\n          \"internalId\": \"46\"\r\n        },\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 10.0,\r\n              \"item\": {\r\n                \"internalId\": \"15\",\r\n                \"name\": \"Book\"\r\n              },\r\n              \"line\": 1,\r\n              \"quantity\": 1.0,\r\n              \"quantityBilled\": 1.0,\r\n              \"quantityReceived\": 1.0            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"status\": \"Refunded\",\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"tranDate\": 1550169000\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/returnAuthorization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"28303\",\r\n        \"name\": null,\r\n        \"type\": \"returnAuthorization\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          },\r\n          {\r\n            \"afterSubmitFailed\": null,\r\n            \"code\": \"WARNING\",\r\n            \"message\": \"The item you selected has not been distributed as of the date of this transaction. Consequently any location associated with the item will be erased when the transaction is saved.\",\r\n            \"type\": \"WARN\"\r\n          },\r\n          {\r\n            \"afterSubmitFailed\": null,\r\n            \"code\": \"WARNING\",\r\n            \"message\": \"The line total amount is not equal to the item price times the quantity.  Is this correct?\",\r\n            \"type\": \"WARN\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"ae28d934-952a-4a52-97c4-cba791f93240"}],"id":"34c2315b-381e-47db-a925-bf72d1d043c6","event":[{"listen":"prerequest","script":{"id":"62995929-f168-4b25-908d-39e34ce58798","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"49af7471-b2be-40c4-b1e3-bc655ab15702","type":"text/javascript","exec":[""]}}],"_postman_id":"34c2315b-381e-47db-a925-bf72d1d043c6","description":""},{"name":"PUT","item":[{"name":"Update return authorizations","id":"61adc051-efb8-4d4d-bfa1-88ab50109232","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n      \"createdFrom\": {\r\n          \"internalId\": \"249\",\r\n          \"name\": \"Sales Order #5\"\r\n        },\r\n        \"entity\": {\r\n          \"internalId\": \"46\"\r\n        },\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 10.0,\r\n              \"item\": {\r\n                \"internalId\": \"15\",\r\n                \"name\": \"Book\"\r\n              },\r\n              \"line\": 1,\r\n              \"quantity\": 1.0,\r\n              \"quantityBilled\": 1.0,\r\n              \"quantityReceived\": 1.0            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"status\": \"Pending Refund\",\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"internalId\":\"28303\",\r\n        \"tranDate\": 1550169000\r\n  }"},"url":"https://api.prestructured.com/netsuite/v0/returnAuthorization","urlObject":{"protocol":"https","path":["netsuite","v0","returnAuthorization"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"cecdccfd-8131-4871-beb6-9c83f3c9cc23","name":"Update return authorizations","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n      \"createdFrom\": {\r\n          \"internalId\": \"249\",\r\n          \"name\": \"Sales Order #5\"\r\n        },\r\n        \"entity\": {\r\n          \"internalId\": \"46\"\r\n        },\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amount\": 10.0,\r\n              \"item\": {\r\n                \"internalId\": \"15\",\r\n                \"name\": \"Book\"\r\n              },\r\n              \"line\": 1,\r\n              \"quantity\": 1.0,\r\n              \"quantityBilled\": 1.0,\r\n              \"quantityReceived\": 1.0            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"status\": \"Pending Refund\",\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"internalId\":\"28303\",\r\n        \"tranDate\": 1550169000\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/returnAuthorization"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": false,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"28303\",\r\n        \"name\": null,\r\n        \"type\": \"returnAuthorization\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": false,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": null,\r\n            \"code\": \"INSUFFICIENT_PERMISSION\",\r\n            \"message\": \"You do not have permissions to set a value for element status due to one of the following reasons: 1) The field is read-only; 2) An associated feature is disabled; 3) The field is available either when a record is created or updated, but not in both cases.\",\r\n            \"type\": \"ERROR\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"61adc051-efb8-4d4d-bfa1-88ab50109232"}],"id":"e7ba47f7-b66d-489a-9013-fdf1aa0a3d1f","event":[{"listen":"prerequest","script":{"id":"c6074b59-397b-4862-b97a-9af9f3d42b27","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"978eee52-54e5-45a4-bf91-849f42950470","type":"text/javascript","exec":[""]}}],"_postman_id":"e7ba47f7-b66d-489a-9013-fdf1aa0a3d1f","description":""},{"name":"DELETE","item":[{"name":"Delete return authorizations","id":"19275391-693f-41d3-9af6-c82b6458ae0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/returnAuthorization?id=28303","urlObject":{"protocol":"https","path":["netsuite","v0","returnAuthorization"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"28303"}],"variable":[]}},"response":[{"id":"3009b4e6-ce11-4248-97b5-084f83356093","name":"Delete return authorizations","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/returnAuthorization?id=28303","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","returnAuthorization"],"query":[{"key":"id","value":"28303"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"28303\",\r\n        \"name\": null,\r\n        \"type\": \"returnAuthorization\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"19275391-693f-41d3-9af6-c82b6458ae0b"}],"id":"58ab3b69-99f9-49cf-b248-e438b7f88944","event":[{"listen":"prerequest","script":{"id":"e7e5331e-b9fc-4f89-9f23-1d669be2c9f3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"138a9b4e-291d-42a7-ba2a-1875757ed917","type":"text/javascript","exec":[""]}}],"_postman_id":"58ab3b69-99f9-49cf-b248-e438b7f88944","description":""}],"id":"02d08ee4-0702-470d-b010-e98d15d32168","event":[{"listen":"prerequest","script":{"id":"4471211b-735e-4a91-b992-99ae9c2105a4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"916600fb-a613-4156-9077-f4d98b10b4de","type":"text/javascript","exec":[""]}}],"_postman_id":"02d08ee4-0702-470d-b010-e98d15d32168","description":""},{"name":"Sales Orders","item":[{"name":"GET","item":[{"name":"Retrieve sales orders","id":"e2be373a-1afc-4e91-be8a-ab69fe0029b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/salesOrder","urlObject":{"protocol":"https","path":["netsuite","v0","salesOrder"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"86274db8-4eaa-46ed-aa52-44cb5db114d9","name":"Retrieve sales orders","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/salesOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:51:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"207775"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": -9645,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1547812114,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"37\",\n                    \"name\": \"Estimate #1\",\n                    \"type\": null\n                },\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"38\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 25,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": null,\n                            \"createWo\": null,\n                            \"createdPo\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Note Book\",\n                            \"excludeFromRateRequest\": false,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 25,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": false,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"7\",\n                                \"name\": \"Note Book\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 148,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 1,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"25.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553662838,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1547749800,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": false,\n                \"shipDate\": 1547749800,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 25,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 25,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1547749800,\n                \"tranId\": \"1\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": 1550169000,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": -9645,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1549016001,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"45\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 10,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": \"_availableQty\",\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": null,\n                            \"createWo\": null,\n                            \"createdPo\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": false,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 10,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": false,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"15\",\n                                \"name\": \"Book\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 167,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": 0,\n                            \"quantityBilled\": 1,\n                            \"quantityCommitted\": 0,\n                            \"quantityFulfilled\": 1,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": null,\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556177005,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1548959400,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": false,\n                \"shipDate\": 1548959400,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 10,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 10,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1548959400,\n                \"tranId\": \"2\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": 1549909800,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": 0,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": \"Begumpet\",\n                    \"addr3\": null,\n                    \"addrPhone\": \"9952990420\",\n                    \"addrText\": \"Imtiaz Imtiaz <br>Begumpet<br>Hyderabad India 500003<br>India\",\n                    \"addressee\": \"Imtiaz Imtiaz\",\n                    \"attention\": null,\n                    \"city\": \"Hyderabad\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"16\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"India\",\n                    \"zip\": \"500003\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1549891335,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"imtiaz@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"14 Imtiaz ansari\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"46\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 375,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": null,\n                            \"createWo\": null,\n                            \"createdPo\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": false,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 375,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": false,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"7\",\n                                \"name\": \"Note Book\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 170,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 15,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 15,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"25.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 50000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": null,\n                            \"createWo\": null,\n                            \"createdPo\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": false,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 50000,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": false,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"GH Pens\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 2,\n                            \"lineUniqueKey\": 171,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 50,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 50,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 50,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"1000.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556177008,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1549823400,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": false,\n                \"shipDate\": 1549823400,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": \"Begumpet\",\n                    \"addr3\": null,\n                    \"addrPhone\": \"9952990420\",\n                    \"addrText\": \"Imtiaz Imtiaz <br>Begumpet<br>Hyderabad India 500003<br>India\",\n                    \"addressee\": \"Imtiaz Imtiaz\",\n                    \"attention\": null,\n                    \"city\": \"Hyderabad\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"16\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"India\",\n                    \"zip\": \"500003\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 50375,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 50375,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1549823400,\n                \"tranId\": \"3\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": 0,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1549950936,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"abc@gmail.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"52\",\n                    \"name\": \"15 DSPL\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"47\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 10000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": null,\n                            \"createWo\": null,\n                            \"createdPo\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 10000,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"GH Pens\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 175,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": null,\n                            \"quantity\": 10,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 10,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 10,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"1000.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 50,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": null,\n                            \"createWo\": null,\n                            \"createdPo\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 50,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"8\",\n                                \"name\": \"Pencil\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 2,\n                            \"lineUniqueKey\": 176,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": null,\n                            \"quantity\": 10,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 10,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"5.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553836817,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": {\n                    \"replaceAll\": \"true\",\n                    \"salesTeam\": [\n                        {\n                            \"contribution\": 100,\n                            \"employee\": {\n                                \"externalId\": null,\n                                \"internalId\": \"7\",\n                                \"name\": \"Imtiaz Ansari\",\n                                \"type\": null\n                            },\n                            \"isPrimary\": false,\n                            \"salesRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-2\",\n                                \"name\": \"Sales Rep\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 10050,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 10050,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1549909800,\n                \"tranId\": \"4\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": 1550169000,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1550204997,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"249\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 10,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": \"_availableQty\",\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": null,\n                            \"createWo\": null,\n                            \"createdPo\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": false,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 10,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": false,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"15\",\n                                \"name\": \"Book\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 381,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": 0,\n                            \"quantityBilled\": 1,\n                            \"quantityCommitted\": 0,\n                            \"quantityFulfilled\": 1,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"10.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1550208419,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Cash\",\n                    \"type\": null\n                },\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1550169000,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": {\n                    \"replaceAll\": \"true\",\n                    \"salesTeam\": [\n                        {\n                            \"contribution\": 100,\n                            \"employee\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"B Shamili\",\n                                \"type\": null\n                            },\n                            \"isPrimary\": false,\n                            \"salesRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-2\",\n                                \"name\": \"Sales Rep\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": false,\n                \"shipDate\": 1550169000,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 10,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 10,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1550169000,\n                \"tranId\": \"5\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": -9645,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1550222748,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"461\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 1000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": null,\n                            \"createWo\": null,\n                            \"createdPo\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Pen\",\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 1000,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"13\",\n                                \"name\": \"Pen\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 619,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": null,\n                            \"quantity\": 100,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": 0,\n                            \"quantityBilled\": 0,\n                            \"quantityCommitted\": 0,\n                            \"quantityFulfilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"10.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556186358,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Closed\",\n                \"subTotal\": 1000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 1000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1550169000,\n                \"tranId\": \"6\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": -9645,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1550223282,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"462\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 50000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": null,\n                            \"createWo\": null,\n                            \"createdPo\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"GH Pens_\",\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 50000,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"GH Pens\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 622,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": null,\n                            \"quantity\": 50,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 50,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 50,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"1000.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553867438,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 50000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 50000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1550169000,\n                \"tranId\": \"7\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": -39000,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1550291475,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": null,\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"56\",\n                    \"name\": \"17 GH-Agency\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"471\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 20000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": null,\n                            \"createWo\": null,\n                            \"createdPo\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 20000,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"GH Pens\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 642,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": null,\n                            \"quantity\": 20,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 20,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 20,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"1000.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556182790,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 20000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 20000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1550255400,\n                \"tranId\": \"8\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": 1550255400,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": -39000,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1550299386,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": null,\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"56\",\n                    \"name\": \"17 GH-Agency\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"480\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 100000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": null,\n                            \"createWo\": null,\n                            \"createdPo\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": false,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 100000,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": false,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"GH Pens\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 3,\n                            \"lineUniqueKey\": 664,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 100,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 100,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 100,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"1000.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553321556,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1550255400,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": false,\n                \"shipDate\": 1550428200,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 100000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 100000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1550255400,\n                \"tranId\": \"9\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": -39000,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1550302921,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": null,\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"56\",\n                    \"name\": \"17 GH-Agency\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"495\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 10000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": null,\n                            \"createWo\": null,\n                            \"createdPo\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 10000,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"GH Pens\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 699,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": null,\n                            \"quantity\": 10,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 10,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 10,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"1000.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1550303130,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 10000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 10000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1550255400,\n                \"tranId\": \"10\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": 1550255400,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": -39000,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1550314114,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": null,\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"56\",\n                    \"name\": \"17 GH-Agency\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"501\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 50000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": null,\n                            \"createWo\": null,\n                            \"createdPo\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"175\",\n                                        \"scriptId\": \"custcol_gh_line_no\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": false,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 50000,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": true,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"GH Pens\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 714,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Base Price\",\n                                \"type\": null\n                            },\n                            \"quantity\": 50,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": 0,\n                            \"quantityBilled\": 20,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 45,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"1000.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1563174685,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1550255400,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": false,\n                \"shipDate\": 1550428200,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Closed\",\n                \"subTotal\": 50000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 50000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1550255400,\n                \"tranId\": \"11\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": -9645,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1550557794,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"510\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 80000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": null,\n                            \"createWo\": null,\n                            \"createdPo\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 80000,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"GH Pens\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 735,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": null,\n                            \"quantity\": 80,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 80,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 80,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"1000.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1554282166,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": \"2\",\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 80000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 80000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1550514600,\n                \"tranId\": \"12\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": 0,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"Sri Durga Chambers, Thankur Mansion Lane\",\n                    \"addr2\": \"Somajiguda\",\n                    \"addr3\": null,\n                    \"addrPhone\": \"1234567\",\n                    \"addrText\": \"Kalpana<br>Company with all Values<br>Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad  50082<br>United States\",\n                    \"addressee\": \"Company with all Values\",\n                    \"attention\": \"Kalpana\",\n                    \"city\": \"Hyderabad\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"13\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": \"50082\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553236753,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"kalpana@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"40\",\n                    \"name\": \"11 Dhruvsoft Services Pvt Ltd : Company with all Values\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": \"123456345\",\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"534\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": true,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 500,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": null,\n                            \"createWo\": null,\n                            \"createdPo\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"17\",\n                                \"name\": \"Pen\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 841,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": null,\n                            \"quantity\": 50,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 50,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": null,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"10.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556177014,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"Sri Durga Chambers, Thankur Mansion Lane\",\n                    \"addr2\": \"Somajiguda\",\n                    \"addr3\": null,\n                    \"addrPhone\": \"1234567\",\n                    \"addrText\": \"Kalpana<br>Company with all Values<br>Sri Durga Chambers, Thankur Mansion Lane<br>Somajiguda<br>Hyderabad  50082<br>United States\",\n                    \"addressee\": \"Company with all Values\",\n                    \"attention\": \"Kalpana\",\n                    \"city\": \"Hyderabad\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"13\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": \"50082\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 500,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"US Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-7\",\n                    \"name\": \"-Not Taxable-\",\n                    \"type\": null\n                },\n                \"taxPointDate\": null,\n                \"taxRate\": 0,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"6\",\n                    \"name\": \"2% 10 Net 30\",\n                    \"type\": null\n                },\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 500,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553193000,\n                \"tranId\": \"13\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": 1553365800,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": -529881,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553239913,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"chandanabros_eluru@yahoo.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"535\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 5000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": \"_dropShipment\",\n                            \"createWo\": null,\n                            \"createdPo\": {\n                                \"externalId\": null,\n                                \"internalId\": \"536\",\n                                \"name\": \"3\",\n                                \"type\": null\n                            },\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": false,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 5000,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": false,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 844,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 50,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 50,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 50,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"100.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553429869,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553193000,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": false,\n                \"shipDate\": 1553193000,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 5000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 5000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553193000,\n                \"tranId\": \"14\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": 1553538600,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": 144922.28,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RAJESH KUMAR<br>RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"241\",\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553240098,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"rathnavilas@gmail.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"367\",\n                    \"name\": \"23 Test RATHINA VILAS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"537\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 10000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": \"_dropShipment\",\n                            \"createWo\": null,\n                            \"createdPo\": {\n                                \"externalId\": null,\n                                \"internalId\": \"538\",\n                                \"name\": \"4\",\n                                \"type\": null\n                            },\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": false,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 10000,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": false,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 850,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 50,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 50,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 50,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"200.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553604488,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": \"CH485\",\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553193000,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": false,\n                \"shipDate\": 1553193000,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"221\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 10000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 10000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553193000,\n                \"tranId\": \"15\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": 1553970600,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": -529881,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Raja<br>Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"242\",\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553243707,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"chandanabros_eluru@yahoo.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"539\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 5000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": \"_dropShipment\",\n                            \"createWo\": null,\n                            \"createdPo\": {\n                                \"externalId\": null,\n                                \"internalId\": \"540\",\n                                \"name\": \"5\",\n                                \"type\": null\n                            },\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"133\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"371\",\n                                            \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                                            \"typeId\": \"-3\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": false,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 5000,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": false,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 856,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 10,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 10,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 10,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"500.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556112166,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553193000,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": false,\n                \"shipDate\": 1553193000,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 5000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 5000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553193000,\n                \"tranId\": \"16\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": -529881,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553245792,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"chandanabros_eluru@yahoo.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"541\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 100000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": \"_dropShipment\",\n                            \"createWo\": null,\n                            \"createdPo\": {\n                                \"externalId\": null,\n                                \"internalId\": \"542\",\n                                \"name\": \"6\",\n                                \"type\": null\n                            },\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 100000,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 862,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"369\",\n                                \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"price\": null,\n                            \"quantity\": 200,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 200,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 200,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"500.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556171979,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 100000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 100000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553193000,\n                \"tranId\": \"17\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": -529881,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Raja<br>Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"226\",\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553251710,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"9\",\n                    \"name\": \"Vendor Discount\",\n                    \"type\": null\n                },\n                \"discountRate\": \"-8.00%\",\n                \"discountTotal\": -2000,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"chandanabros_eluru@yahoo.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"551\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 25000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": \"_dropShipment\",\n                            \"createWo\": null,\n                            \"createdPo\": {\n                                \"externalId\": null,\n                                \"internalId\": \"588\",\n                                \"name\": \"18\",\n                                \"type\": null\n                            },\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 25000,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 897,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"369\",\n                                \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"price\": null,\n                            \"quantity\": 50,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 50,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 50,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"500.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556182790,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 25000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 23000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553193000,\n                \"tranId\": \"18\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": -529881,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553254320,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"chandanabros_eluru@yahoo.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"552\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 250000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": \"_dropShipment\",\n                            \"createWo\": null,\n                            \"createdPo\": {\n                                \"externalId\": null,\n                                \"internalId\": \"553\",\n                                \"name\": \"8\",\n                                \"type\": null\n                            },\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 250000,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 903,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"369\",\n                                \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"price\": null,\n                            \"quantity\": 500,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": 0,\n                            \"quantityBilled\": 300,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 300,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"500.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 240000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": \"_dropShipment\",\n                            \"createWo\": null,\n                            \"createdPo\": {\n                                \"externalId\": null,\n                                \"internalId\": \"554\",\n                                \"name\": \"9\",\n                                \"type\": null\n                            },\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 240000,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 2,\n                            \"lineUniqueKey\": 904,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"371\",\n                                \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"price\": null,\n                            \"quantity\": 400,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": 0,\n                            \"quantityBilled\": 0,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"600.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553256582,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Closed\",\n                \"subTotal\": 490000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 490000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553193000,\n                \"tranId\": \"19\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": -9645,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553322559,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"560\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 200,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": \"_dropShipment\",\n                            \"createWo\": null,\n                            \"createdPo\": {\n                                \"externalId\": null,\n                                \"internalId\": \"568\",\n                                \"name\": \"13\",\n                                \"type\": null\n                            },\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 200,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 929,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"369\",\n                                \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"price\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 1,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 1,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"200.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556182795,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 200,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 200,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553279400,\n                \"tranId\": \"20\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": 1553279400,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": 144922.28,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RAJESH KUMAR<br>RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"229\",\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553322890,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"rathnavilas@gmail.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"367\",\n                    \"name\": \"23 Test RATHINA VILAS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"561\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 50000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": \"_dropShipment\",\n                            \"createWo\": null,\n                            \"createdPo\": {\n                                \"externalId\": null,\n                                \"internalId\": \"562\",\n                                \"name\": \"12\",\n                                \"type\": null\n                            },\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": false,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 50000,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": true,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 933,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": \"Custom\",\n                                \"type\": null\n                            },\n                            \"quantity\": 100,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": 0,\n                            \"quantityBilled\": 20,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 20,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"500.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553405559,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1553279400,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": false,\n                \"shipDate\": 1553452200,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"221\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Closed\",\n                \"subTotal\": 50000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 50000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553279400,\n                \"tranId\": \"21\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": -9645,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553323362,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"565\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 2000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": \"_dropShipment\",\n                            \"createWo\": null,\n                            \"createdPo\": {\n                                \"externalId\": null,\n                                \"internalId\": \"569\",\n                                \"name\": \"14\",\n                                \"type\": null\n                            },\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 2000,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 943,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"369\",\n                                \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"price\": null,\n                            \"quantity\": 20,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 20,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 20,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"100.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556182798,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 2000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 2000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553279400,\n                \"tranId\": \"22\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": 0,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553326296,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": null,\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"373\",\n                    \"name\": \"24 Ds1234\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"570\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 1000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": null,\n                            \"createWo\": null,\n                            \"createdPo\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 1000,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"GH Pens\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 958,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 1,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 1,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"1000.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556182797,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 1000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 1000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553279400,\n                \"tranId\": \"23\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": 0,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553326312,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": null,\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"373\",\n                    \"name\": \"24 Ds1234\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"571\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 1000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": null,\n                            \"createWo\": null,\n                            \"createdPo\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 1000,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"GH Pens\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 961,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": 0,\n                            \"quantityBilled\": 0,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"1000.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556186366,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Cancelled\",\n                \"subTotal\": 1000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 1000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553279400,\n                \"tranId\": \"24\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": 0,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553326351,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"373\",\n                    \"name\": \"24 Ds1234\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"572\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 1000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": null,\n                            \"createWo\": null,\n                            \"createdPo\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 1000,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"6\",\n                                \"name\": \"GH Pens\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 964,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 1,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 1,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"1000.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556182795,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 1000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 1000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553279400,\n                \"tranId\": \"25\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": -529881,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Raja<br>Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"370\",\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553345335,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"chandanabros_eluru@yahoo.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"578\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 2500,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": \"_dropShipment\",\n                            \"createWo\": null,\n                            \"createdPo\": {\n                                \"externalId\": null,\n                                \"internalId\": \"579\",\n                                \"name\": \"15\",\n                                \"type\": null\n                            },\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"175\",\n                                        \"scriptId\": \"custcol_gh_line_no\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S BAJAJ-  JEANS PANT_\",\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 2500,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 993,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"371\",\n                                \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"price\": null,\n                            \"quantity\": 5,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": 0,\n                            \"quantityBilled\": 0,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"500.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1555611254,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Closed\",\n                \"subTotal\": 2500,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 2500,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553279400,\n                \"tranId\": \"26\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": 144922.28,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RAJESH KUMAR<br>RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"369\",\n                    \"nullFieldList\": null,\n                    \"override\": true,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553345463,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"rathnavilas@gmail.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"367\",\n                    \"name\": \"23 Test RATHINA VILAS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"580\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 1200,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": \"_dropShipment\",\n                            \"createWo\": null,\n                            \"createdPo\": {\n                                \"externalId\": null,\n                                \"internalId\": \"581\",\n                                \"name\": \"16\",\n                                \"type\": null\n                            },\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"175\",\n                                        \"scriptId\": \"custcol_gh_line_no\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S BAJAJ-  JEANS PANT_\",\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 1200,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 999,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"371\",\n                                \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"price\": null,\n                            \"quantity\": 2,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": 0,\n                            \"quantityBilled\": 0,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"600.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1555611210,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"25\",\n                    \"addr2\": \"POOKADI STREET\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n                    \"addressee\": \"RATHINA VILAS\",\n                    \"attention\": null,\n                    \"city\": \"RASIPURAM\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"221\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"TAMILNADU\",\n                    \"zip\": \"637408\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Closed\",\n                \"subTotal\": 1200,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 1200,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553279400,\n                \"tranId\": \"27\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": -529881,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553346675,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"chandanabros_eluru@yahoo.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"22 Test CHANDANA BROTHERS\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"582\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 3000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": \"_dropShipment\",\n                            \"createWo\": null,\n                            \"createdPo\": {\n                                \"externalId\": null,\n                                \"internalId\": \"583\",\n                                \"name\": \"17\",\n                                \"type\": null\n                            },\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 3000,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 1005,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"371\",\n                                \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"price\": null,\n                            \"quantity\": 5,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 5,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 5,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"600.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553348203,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"CHANDANA BROS\",\n                    \"addr2\": \"MAIN BAZAR\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test CHANDANA BROTHERS<br>CHANDANA BROS\\t<br>MAIN BAZAR \\t<br>ELURU  ANDHRA PRADESH 123456<br>India\",\n                    \"addressee\": \"Test CHANDANA BROTHERS\",\n                    \"attention\": null,\n                    \"city\": \"ELURU\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"220\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ANDHRA PRADESH\",\n                    \"zip\": \"123456\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 3000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 3000,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553279400,\n                \"tranId\": \"28\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": 1575,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553349897,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": null,\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"374\",\n                    \"name\": \"25 Shoppers Stop\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"586\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 6000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": \"_dropShipment\",\n                            \"createWo\": null,\n                            \"createdPo\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 6300,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 1015,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"371\",\n                                \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"price\": null,\n                            \"quantity\": 10,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": 0,\n                            \"quantityBilled\": 0,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"600.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 300,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556186366,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Cancelled\",\n                \"subTotal\": 6000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 300,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 6300,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553279400,\n                \"tranId\": \"29\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": 1575,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553349915,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": null,\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"374\",\n                    \"name\": \"25 Shoppers Stop\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"587\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 6000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": \"_dropShipment\",\n                            \"createWo\": null,\n                            \"createdPo\": null,\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 6300,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 1018,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"371\",\n                                \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"price\": null,\n                            \"quantity\": 10,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": 0,\n                            \"quantityBilled\": 0,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 0,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"600.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 300,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556186368,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": null,\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Cancelled\",\n                \"subTotal\": 6000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 300,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 6300,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553279400,\n                \"tranId\": \"30\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_10232019108566122984931853_4283be7b1\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": [\n            {\n                \"afterSubmitFailed\": null,\n                \"code\": \"WARNING\",\n                \"message\": \"Record 38: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\n                \"type\": \"WARN\"\n            },\n            {\n                \"afterSubmitFailed\": null,\n                \"code\": \"WARNING\",\n                \"message\": \"Record 45: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\n                \"type\": \"WARN\"\n            },\n            {\n                \"afterSubmitFailed\": null,\n                \"code\": \"WARNING\",\n                \"message\": \"Record 46: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\n                \"type\": \"WARN\"\n            },\n            {\n                \"afterSubmitFailed\": null,\n                \"code\": \"WARNING\",\n                \"message\": \"Record 46: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\n                \"type\": \"WARN\"\n            },\n            {\n                \"afterSubmitFailed\": null,\n                \"code\": \"WARNING\",\n                \"message\": \"Record 249: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\n                \"type\": \"WARN\"\n            },\n            {\n                \"afterSubmitFailed\": null,\n                \"code\": \"WARNING\",\n                \"message\": \"Record 480: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\n                \"type\": \"WARN\"\n            },\n            {\n                \"afterSubmitFailed\": null,\n                \"code\": \"WARNING\",\n                \"message\": \"Record 501: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\n                \"type\": \"WARN\"\n            },\n            {\n                \"afterSubmitFailed\": null,\n                \"code\": \"WARNING\",\n                \"message\": \"Record 535: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\n                \"type\": \"WARN\"\n            },\n            {\n                \"afterSubmitFailed\": null,\n                \"code\": \"WARNING\",\n                \"message\": \"Record 537: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\n                \"type\": \"WARN\"\n            },\n            {\n                \"afterSubmitFailed\": null,\n                \"code\": \"WARNING\",\n                \"message\": \"Record 539: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\n                \"type\": \"WARN\"\n            },\n            {\n                \"afterSubmitFailed\": null,\n                \"code\": \"WARNING\",\n                \"message\": \"Record 561: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\n                \"type\": \"WARN\"\n            }\n        ]\n    },\n    \"totalPages\": 15,\n    \"totalRecords\": 445\n}"}],"_postman_id":"e2be373a-1afc-4e91-be8a-ab69fe0029b2"},{"name":"Retrieve sales orders by search ID","id":"f40e1621-e11b-46e7-a22a-22272f6d996b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/salesOrder?searchId=WEBSERVICES_5333445_SB1_102320191084039981638039633_ec4d090e&page=90","urlObject":{"protocol":"https","path":["netsuite","v0","salesOrder"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_102320191084039981638039633_ec4d090e"},{"key":"page","value":"90"}],"variable":[]}},"response":[{"id":"5d249aae-1e31-4bb0-8de0-45d2ac958f75","name":"Retrieve sales orders by search ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}\n"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"5"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/salesOrder?searchId=WEBSERVICES_5333445_SB1_102320191084039981638039633_ec4d090e&page=16","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","salesOrder"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_102320191084039981638039633_ec4d090e"},{"key":"page","value":"16"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:54:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"32863"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 16,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": 59000,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553679014,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"386\",\n                    \"name\": \"30 Test SHOBA PARADISE\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"1066\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 400,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": \"_dropShipment\",\n                            \"createWo\": null,\n                            \"createdPo\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1067\",\n                                \"name\": \"58\",\n                                \"type\": null\n                            },\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"175\",\n                                        \"scriptId\": \"custcol_gh_line_no\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test SOCKS_\",\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 400,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"33\",\n                                \"name\": \"Test SOCKS\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 1954,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"388\",\n                                \"name\": \"Test H.M Clothing Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"price\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 1,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 1,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"400.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556182838,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"27-MAR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 400,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 400,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553625000,\n                \"tranId\": \"88\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": -47500,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553684857,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"382\",\n                    \"name\": \"28 WAREWELL GALLERY\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"1084\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 50000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": \"_dropShipment\",\n                            \"createWo\": null,\n                            \"createdPo\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1085\",\n                                \"name\": \"59\",\n                                \"type\": null\n                            },\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test SOCKS\",\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 52500,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"33\",\n                                \"name\": \"Test SOCKS\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 2037,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"388\",\n                                \"name\": \"Test H.M Clothing Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"price\": null,\n                            \"quantity\": 100,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 100,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 100,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"500.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 2500,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553684953,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"27-MAR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 50000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 2500,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 52500,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553625000,\n                \"tranId\": \"89\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": 2460,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"add1\",\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Ms. Shamili Boosam<br>add1<br>India\",\n                    \"addressee\": \"Ms. Shamili Boosam\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"18\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": null\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553684924,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"58\",\n                    \"name\": \"18 Shamili Boosam\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"1087\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 200,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": \"_dropShipment\",\n                            \"createWo\": null,\n                            \"createdPo\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1088\",\n                                \"name\": \"60\",\n                                \"type\": null\n                            },\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S JEANS PANTBAJAJ\",\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 200,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"28\",\n                                \"name\": \"Test MEN'S JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 2045,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"369\",\n                                \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                                \"type\": null\n                            },\n                            \"price\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 1,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 1,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"200.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"pcs\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556171902,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"27-MAR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": {\n                    \"replaceAll\": \"true\",\n                    \"salesTeam\": [\n                        {\n                            \"contribution\": 100,\n                            \"employee\": {\n                                \"externalId\": null,\n                                \"internalId\": \"12\",\n                                \"name\": \"Lavanya B\",\n                                \"type\": null\n                            },\n                            \"isPrimary\": false,\n                            \"salesRole\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-2\",\n                                \"name\": \"Sales Rep\",\n                                \"type\": null\n                            }\n                        }\n                    ]\n                },\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"add1\",\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Ms. Shamili Boosam<br>add1<br>India\",\n                    \"addressee\": \"Ms. Shamili Boosam\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"18\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": null\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 200,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 200,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553625000,\n                \"tranId\": \"90\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": -47500,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553686545,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"382\",\n                    \"name\": \"28 WAREWELL GALLERY\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"1092\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 32000,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": \"_dropShipment\",\n                            \"createWo\": null,\n                            \"createdPo\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1093\",\n                                \"name\": \"61\",\n                                \"type\": null\n                            },\n                            \"customFieldList\": null,\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test SOCKS\",\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 33600,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"33\",\n                                \"name\": \"Test SOCKS\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 2065,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": {\n                                \"externalId\": null,\n                                \"internalId\": \"390\",\n                                \"name\": \"Test ARRUMUGAM COTTON PVT. LTD.\",\n                                \"type\": null\n                            },\n                            \"price\": null,\n                            \"quantity\": 20,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 20,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 20,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"1600.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 1600,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1556171900,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"27-MAR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 32000,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 1600,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 33600,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553625000,\n                \"tranId\": \"91\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": -9645,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": null,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1553749250,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": null,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": \"shamili@dhruvsoft.com\",\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"46\",\n                    \"name\": \"12 GS Solutions\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": null,\n                \"estGrossProfitPercent\": null,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": null,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"1097\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": null,\n                \"isTaxable\": null,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 10,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": null,\n                            \"costEstimate\": null,\n                            \"costEstimateType\": null,\n                            \"createPo\": null,\n                            \"createWo\": null,\n                            \"createdPo\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"137\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"BLUE MONKEY\",\n                                            \"typeId\": \"11\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"Test Item for GHBLUE MONKEY\",\n                            \"excludeFromRateRequest\": null,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": 10,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": null,\n                            \"isEstimate\": null,\n                            \"isTaxable\": null,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"37\",\n                                \"name\": \"Test Item for GH\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 2084,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": null,\n                            \"quantity\": 1,\n                            \"quantityAvailable\": null,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 1,\n                            \"quantityCommitted\": null,\n                            \"quantityFulfilled\": 1,\n                            \"quantityOnHand\": null,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"10.00\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1553749424,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"27-MAR-19 Approved ...\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": null,\n                \"otherRefNum\": null,\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": null,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": null,\n                \"shipDate\": null,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": {\n                    \"addr1\": \"Add 1\",\n                    \"addr2\": \"Add 2\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"GS Solutions<br>Add 1<br>Add 2<br>City 1 MI 0123654<br>United States\",\n                    \"addressee\": \"GS Solutions\",\n                    \"attention\": null,\n                    \"city\": \"City 1\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"14\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"MI\",\n                    \"zip\": \"0123654\"\n                },\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": null,\n                \"startDate\": null,\n                \"status\": \"Billed\",\n                \"subTotal\": 10,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": false,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": null,\n                \"taxPointDate\": null,\n                \"taxRate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 10,\n                \"totalCostEstimate\": null,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1553711400,\n                \"tranId\": \"92\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_102320191084039981638039633_ec4d090e\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 89,\n    \"totalRecords\": 445\n}"}],"_postman_id":"f40e1621-e11b-46e7-a22a-22272f6d996b"},{"name":"Retrieve sales orders by where","id":"a7727e22-adc3-4b71-b43f-3d6448cd1133","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/salesOrder?where=cf_string_custbody_breadwinner_pc_internal_id=368-John+and+cf_boolean_custbody_checkbox=false","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateCreated</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>TranDate</td>\n<td>1578954123</td>\n<td>Used to Include the transaction date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>6</td>\n<td>Used to Include the Customer filter for the request. e.g., Customer=6.</td>\n</tr>\n<tr>\n<td>Employee</td>\n<td>4</td>\n<td>Used to Include the Employee filter for the request. e.g., Employee=4.</td>\n</tr>\n<tr>\n<td>Entity</td>\n<td>6</td>\n<td>Used to Include the Entity filter for the request. e.g., Entity=6.</td>\n</tr>\n<tr>\n<td>Memorized</td>\n<td>false</td>\n<td>Used to Include the Memorized filter for the request. e.g., Memorized=false.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), John (cf_string) ...</td>\n<td>Used to Include the custom string and boolean fields are the filter for the request.e.g., cf_string_custbody_breadwinner_pc_internal_id=368 - John+and+cf_boolean_custbody_checkbox=false.  <br /></td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","salesOrder"],"host":["api","prestructured","com"],"query":[{"disabled":true,"key":"page","value":"90"},{"key":"where","value":"cf_string_custbody_breadwinner_pc_internal_id=368-John+and+cf_boolean_custbody_checkbox=false"}],"variable":[]}},"response":[{"id":"626c46c8-8e65-4c4f-bb12-be26e6f9ca39","name":"Retrieve sales orders by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"5"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/salesOrder?where=cf_string_custbody_breadwinner_pc_internal_id=368 - John+and+cf_boolean_custbody_checkbox=false","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","salesOrder"],"query":[{"key":"page","value":"90","disabled":true},{"key":"where","value":"cf_string_custbody_breadwinner_pc_internal_id=368 - John+and+cf_boolean_custbody_checkbox=false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Dec 2019 07:56:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"93454"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n  \"isSuccess\": true,\n  \"pageIndex\": 1,\n  \"readResponse\": [\n    {\n      \"record\": {\n        \"actualShipDate\": 1657522800,\n        \"balance\": 0.0,\n        \"billingAddress\": {\n          \"addr1\": \"25\",\n          \"addr2\": \"POOKADI STREET\",\n          \"addrText\": \"John<br>RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n          \"addressee\": \"RATHINA VILAS\",\n          \"city\": \"RASIPURAM\",\n          \"country\": \"_india\",\n          \"internalId\": \"241\",\n          \"override\": true,\n          \"state\": \"TAMILNADU\",\n          \"zip\": \"637408\"\n        },\n        \"canHaveStackable\": false,\n        \"createdDate\": 1553240098,\n        \"currency\": {\n          \"internalId\": \"1\",\n          \"name\": \"INR\"\n        },\n        \"currencyName\": \"INR\",\n        \"customFieldList\": {\n          \"customField\": [\n            {\n              \"internalId\": \"588\",\n              \"scriptId\": \"custbody_breadwinner_pc_internal_id\",\n              \"value\": \"368 - John\"\n            },\n            {\n              \"internalId\": \"272\",\n              \"scriptId\": \"custbody_checkbox\",\n              \"value\": false\n            },\n            {\n              \"internalId\": \"925\",\n              \"scriptId\": \"custbody_edoc_gen_trans_pdf\",\n              \"value\": false\n            },\n            {\n              \"internalId\": \"932\",\n              \"scriptId\": \"custbody_ei_ds_txn_identifier\",\n              \"value\": false\n            }\n          ]\n        },\n        \"email\": \"rathnavilas@gmail.com\",\n        \"entity\": {\n          \"internalId\": \"367\",\n          \"name\": \"23 Rathina Vilas\"\n        },\n        \"exchangeRate\": 1.0,\n        \"internalId\": \"537\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"amount\": 10000.0,\n              \"createPo\": \"_dropShipment\",\n              \"createdPo\": {\n                \"internalId\": \"538\",\n                \"name\": \"4\"\n              },\n              \"customFieldList\": {\n                \"customField\": [\n                  {\n                    \"internalId\": \"175\",\n                    \"scriptId\": \"custcol_gh_line_no\",\n                    \"value\": 1\n                  }\n                ]\n              },\n              \"excludeFromRateRequest\": false,\n              \"expandItemGroup\": false,\n              \"fromJob\": false,\n              \"grossAmt\": 10000.0,\n              \"isClosed\": false,\n              \"isEstimate\": false,\n              \"item\": {\n                \"internalId\": \"23\",\n                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\"\n              },\n              \"line\": 1,\n              \"lineUniqueKey\": 850,\n              \"quantity\": 50.0,\n              \"quantityBilled\": 0.0,\n              \"quantityFulfilled\": 50.0,\n              \"quantityPacked\": 50.0,\n              \"quantityPicked\": 50.0,\n              \"rate\": \"200.00\",\n              \"tax1Amt\": 0.0,\n              \"taxCode\": {\n                \"internalId\": \"5\",\n                \"name\": \"VAT_IN:UNDEF-IN\"\n              },\n              \"taxRate1\": 0.0\n            },\n            {\n              \"amount\": 89.0,\n              \"commitInventory\": \"_availableQty\",\n              \"customFieldList\": {\n                \"customField\": [\n                  {\n                    \"internalId\": \"443\",\n                    \"scriptId\": \"custcol_checkbox\",\n                    \"value\": false\n                  },\n                  {\n                    \"internalId\": \"175\",\n                    \"scriptId\": \"custcol_gh_line_no\",\n                    \"value\": 2\n                  }\n                ]\n              },\n              \"description\": \"sales\",\n              \"excludeFromRateRequest\": false,\n              \"expandItemGroup\": false,\n              \"fromJob\": false,\n              \"grossAmt\": 105.02,\n              \"isClosed\": false,\n              \"isEstimate\": false,\n              \"item\": {\n                \"internalId\": \"444\",\n                \"name\": \"Apple\"\n              },\n              \"line\": 6,\n              \"lineUniqueKey\": 124513,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityBilled\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"quantityFulfilled\": 1.0,\n              \"quantityPacked\": 1.0,\n              \"quantityPicked\": 1.0,\n              \"rate\": \"89.00\",\n              \"serialNumbers\": \"nownownownownownownownownownownownow\",\n              \"tax1Amt\": 16.02,\n              \"taxCode\": {\n                \"internalId\": \"36\",\n                \"name\": \"VAT_IN:GST 18\"\n              },\n              \"taxRate1\": 18.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Piece\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1657533809,\n        \"location\": {\n          \"internalId\": \"6\",\n          \"name\": \"Hyderabad\"\n        },\n        \"memo\": \"Memo testinhg345\",\n        \"nextBill\": 1553238000,\n        \"otherRefNum\": \"CH485\",\n        \"salesEffectiveDate\": 1553238000,\n        \"saveOnAuthDecline\": true,\n        \"shipComplete\": false,\n        \"shipDate\": 1553238000,\n        \"shipIsResidential\": false,\n        \"shippingAddress\": {\n          \"addr1\": \"25\",\n          \"addr2\": \"POOKADI STREET\",\n          \"addrText\": \"RATHINA VILAS <br>25<br>POOKADI STREET<br>RASIPURAM TAMILNADU 637408<br>India\",\n          \"addressee\": \"RATHINA VILAS\",\n          \"city\": \"RASIPURAM\",\n          \"country\": \"_india\",\n          \"internalId\": \"221\",\n          \"override\": false,\n          \"state\": \"TAMILNADU\",\n          \"zip\": \"637408\"\n        },\n        \"status\": \"Pending Billing\",\n        \"subTotal\": 10089.0,\n        \"subsidiary\": {\n          \"internalId\": \"1\",\n          \"name\": \"Parent Company\"\n        },\n        \"taxTotal\": 16.02,\n        \"terms\": {\n          \"internalId\": \"3\",\n          \"name\": \"Net 60\"\n        },\n        \"toBeEmailed\": false,\n        \"toBeFaxed\": false,\n        \"toBePrinted\": false,\n        \"total\": 10105.02,\n        \"tranDate\": 1553238000,\n        \"tranId\": \"15\"\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    }\n  ],\n  \"searchId\": \"WEBSERVICES_5333445_SB1_072020224589181111420573253_fd492ef3\",\n  \"status\": {\n    \"isSuccess\": true,\n    \"statusDetail\": [\n      {\n        \"code\": \"WARNING\",\n        \"message\": \"Record 537: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\n        \"type\": \"WARN\"\n      },\n      {\n        \"code\": \"WARNING\",\n        \"message\": \"Record 537: cannot return value for custcol7. Reason : unable to parseintegerERROR: Field 'quantityordered' Not Found\",\n        \"type\": \"WARN\"\n      }\n    ]\n  },\n  \"totalPages\": 1,\n  \"totalRecords\": 1\n}"}],"_postman_id":"a7727e22-adc3-4b71-b43f-3d6448cd1133"},{"name":"Retrieve sales orders by ID","id":"2b14c797-f4b5-40b4-bb62-552c76f25328","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/salesOrder?id=21680","urlObject":{"protocol":"https","path":["netsuite","v0","salesOrder"],"host":["api","prestructured","com"],"query":[{"disabled":true,"key":"where","value":"DateCreated>1546278954"},{"disabled":true,"key":"page","value":"90"},{"key":"id","value":"21680"}],"variable":[]}},"response":[{"id":"dfae9ca7-adf8-4741-9c2d-41f8d695cb5c","name":"Retrieve sales orders by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"5"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/salesOrder?id=21680","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","salesOrder"],"query":[{"key":"where","value":"DateCreated>1546278954","disabled":true},{"key":"page","value":"90","disabled":true},{"key":"id","value":"21680"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Dec 2019 07:59:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"8772"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"actualShipDate\": null,\n                \"altHandlingCost\": null,\n                \"altSalesTotal\": null,\n                \"altShippingCost\": null,\n                \"authCode\": null,\n                \"balance\": 0,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"billingSchedule\": null,\n                \"canHaveStackable\": false,\n                \"ccApproved\": false,\n                \"ccAvsStreetMatch\": null,\n                \"ccAvsZipMatch\": null,\n                \"ccExpireDate\": null,\n                \"ccName\": null,\n                \"ccNumber\": null,\n                \"ccSecurityCode\": null,\n                \"ccSecurityCodeMatch\": null,\n                \"ccStreet\": null,\n                \"ccZipCode\": null,\n                \"checkNumber\": null,\n                \"class\": null,\n                \"contribPct\": null,\n                \"createdDate\": 1565934727,\n                \"createdFrom\": null,\n                \"creditCard\": null,\n                \"creditCardProcessor\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"USD\",\n                    \"type\": null\n                },\n                \"currencyName\": \"USD\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"342\",\n                            \"scriptId\": \"custbody_document_date\",\n                            \"value\": 1565910000\n                        },\n                        {\n                            \"internalId\": \"1779\",\n                            \"scriptId\": \"custbodyapply_addl_tax\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"103\",\n                    \"name\": \"Sales Order\",\n                    \"type\": null\n                },\n                \"debitCardIssueNo\": null,\n                \"deferredRevenue\": null,\n                \"department\": null,\n                \"discountItem\": null,\n                \"discountRate\": null,\n                \"discountTotal\": 0,\n                \"drAccount\": null,\n                \"dynamicDescriptor\": null,\n                \"email\": null,\n                \"endDate\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"540\",\n                    \"name\": \"C118 abc\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"estGrossProfit\": 152.5,\n                \"estGrossProfitPercent\": 100,\n                \"exchangeRate\": 1,\n                \"excludeCommission\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"fob\": null,\n                \"fxAccount\": null,\n                \"getAuth\": false,\n                \"giftCertApplied\": null,\n                \"giftCertRedemptionList\": null,\n                \"handlingCost\": null,\n                \"handlingMode\": null,\n                \"handlingTax1Rate\": null,\n                \"handlingTax2Rate\": null,\n                \"handlingTaxCode\": null,\n                \"ignoreAvs\": null,\n                \"inputAuthCode\": null,\n                \"inputReferenceCode\": null,\n                \"intercoStatus\": null,\n                \"intercoTransaction\": null,\n                \"internalId\": \"21680\",\n                \"isMultiShipTo\": null,\n                \"isRecurringPayment\": false,\n                \"isTaxable\": false,\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 25,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": \"_availableQty\",\n                            \"costEstimate\": 0,\n                            \"costEstimateType\": \"_averageCost\",\n                            \"createPo\": null,\n                            \"createWo\": false,\n                            \"createdPo\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"256\",\n                                        \"scriptId\": \"custcol_5892_eutriangulation\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"hty\",\n                            \"excludeFromRateRequest\": false,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": false,\n                            \"isEstimate\": null,\n                            \"isTaxable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"111\",\n                                \"name\": \"HOME FURNITURE : Bedroom : Hallmark Night Stand\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 1,\n                            \"lineUniqueKey\": 51647,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 10,\n                            \"quantityAvailable\": 147,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityCommitted\": 0,\n                            \"quantityFulfilled\": 0,\n                            \"quantityOnHand\": 161,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"2.50\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Ea\",\n                                \"type\": null\n                            },\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        },\n                        {\n                            \"altSalesAmt\": null,\n                            \"amount\": 127.5,\n                            \"billingSchedule\": null,\n                            \"catchUpPeriod\": null,\n                            \"chargeType\": null,\n                            \"class\": null,\n                            \"commitInventory\": \"_availableQty\",\n                            \"costEstimate\": 0,\n                            \"costEstimateType\": \"_averageCost\",\n                            \"createPo\": null,\n                            \"createWo\": false,\n                            \"createdPo\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"256\",\n                                        \"scriptId\": \"custcol_5892_eutriangulation\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"deferRevRec\": null,\n                            \"department\": null,\n                            \"description\": \"hty\",\n                            \"excludeFromRateRequest\": false,\n                            \"expandItemGroup\": false,\n                            \"expectedShipDate\": null,\n                            \"fromJob\": null,\n                            \"giftCertFrom\": null,\n                            \"giftCertMessage\": null,\n                            \"giftCertNumber\": null,\n                            \"giftCertRecipientEmail\": null,\n                            \"giftCertRecipientName\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"inventoryLocation\": null,\n                            \"inventorySubsidiary\": null,\n                            \"isClosed\": false,\n                            \"isEstimate\": null,\n                            \"isTaxable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"75\",\n                                \"name\": \"LAPTOPS\",\n                                \"type\": null\n                            },\n                            \"itemFulfillmentChoice\": null,\n                            \"itemIsFulfilled\": null,\n                            \"job\": null,\n                            \"licenseCode\": null,\n                            \"line\": 2,\n                            \"lineUniqueKey\": 51648,\n                            \"location\": null,\n                            \"locationAutoAssigned\": null,\n                            \"noAutoAssignLocation\": null,\n                            \"options\": null,\n                            \"orderPriority\": null,\n                            \"percentComplete\": null,\n                            \"poCurrency\": null,\n                            \"poRate\": null,\n                            \"poVendor\": null,\n                            \"price\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-1\",\n                                \"name\": null,\n                                \"type\": null\n                            },\n                            \"quantity\": 10,\n                            \"quantityAvailable\": 0,\n                            \"quantityBackOrdered\": null,\n                            \"quantityBilled\": 0,\n                            \"quantityCommitted\": 0,\n                            \"quantityFulfilled\": 0,\n                            \"quantityOnHand\": 0,\n                            \"quantityPacked\": null,\n                            \"quantityPicked\": null,\n                            \"rate\": \"12.75\",\n                            \"revRecEndDate\": null,\n                            \"revRecSchedule\": null,\n                            \"revRecStartDate\": null,\n                            \"revRecTermInMonths\": null,\n                            \"serialNumbers\": null,\n                            \"shipAddress\": null,\n                            \"shipGroup\": null,\n                            \"shipMethod\": null,\n                            \"subscription\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vsoeAllocation\": null,\n                            \"vsoeAmount\": null,\n                            \"vsoeDeferral\": null,\n                            \"vsoeDelivered\": null,\n                            \"vsoeIsEstimate\": null,\n                            \"vsoePermitDiscount\": null,\n                            \"vsoePrice\": null,\n                            \"vsoeSopGroup\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"job\": null,\n                \"lastModifiedDate\": 1565934727,\n                \"leadSource\": null,\n                \"linkedTrackingNumbers\": null,\n                \"location\": null,\n                \"memo\": \"memo\",\n                \"message\": null,\n                \"messageSel\": null,\n                \"nextBill\": 1565823600,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"oneTime\": null,\n                \"opportunity\": null,\n                \"orderStatus\": \"_pendingApproval\",\n                \"otherRefNum\": \"po 13214235\",\n                \"outputAuthCode\": null,\n                \"outputReferenceCode\": null,\n                \"partner\": null,\n                \"partnersList\": null,\n                \"payPalStatus\": null,\n                \"payPalTranId\": null,\n                \"paymentCardCsc\": null,\n                \"paymentEventDate\": null,\n                \"paymentEventHoldReason\": null,\n                \"paymentEventResult\": null,\n                \"paymentEventType\": null,\n                \"paymentEventUpdatedBy\": null,\n                \"paymentMethod\": null,\n                \"paymentOperation\": null,\n                \"paymentOption\": null,\n                \"paymentProcessingProfile\": null,\n                \"paypalAuthId\": null,\n                \"paypalProcess\": null,\n                \"pnRefNum\": null,\n                \"promoCode\": null,\n                \"promotionsList\": null,\n                \"recognizedRevenue\": null,\n                \"recurAnnually\": null,\n                \"recurMonthly\": null,\n                \"recurQuarterly\": null,\n                \"recurWeekly\": null,\n                \"revCommitStatus\": null,\n                \"revRecEndDate\": null,\n                \"revRecOnRevCommitment\": null,\n                \"revRecSchedule\": null,\n                \"revRecStartDate\": null,\n                \"revenueStatus\": null,\n                \"salesEffectiveDate\": 1565823600,\n                \"salesGroup\": null,\n                \"salesRep\": null,\n                \"salesTeamList\": null,\n                \"saveOnAuthDecline\": true,\n                \"shipAddressList\": null,\n                \"shipComplete\": false,\n                \"shipDate\": 1565823600,\n                \"shipGroupList\": null,\n                \"shipIsResidential\": false,\n                \"shipMethod\": null,\n                \"shippingAddress\": null,\n                \"shippingCost\": null,\n                \"shippingTax1Rate\": null,\n                \"shippingTax2Rate\": null,\n                \"shippingTaxCode\": null,\n                \"shopperIpAddress\": null,\n                \"source\": \"Web Services\",\n                \"startDate\": null,\n                \"status\": \"Pending Approval\",\n                \"subTotal\": 152.5,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"15\",\n                    \"name\": \"San Francisco\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"syncPartnerTeams\": null,\n                \"syncSalesTeams\": null,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxItem\": {\n                    \"externalId\": null,\n                    \"internalId\": \"-7\",\n                    \"name\": \"-Not Taxable-\",\n                    \"type\": null\n                },\n                \"taxPointDate\": null,\n                \"taxRate\": 0,\n                \"taxRegOverride\": null,\n                \"taxTotal\": null,\n                \"terms\": null,\n                \"threeDStatusCode\": null,\n                \"toBeEmailed\": false,\n                \"toBeFaxed\": false,\n                \"toBePrinted\": false,\n                \"total\": 152.5,\n                \"totalCostEstimate\": 0,\n                \"trackingNumbers\": null,\n                \"tranDate\": 1565823600,\n                \"tranId\": \"SO0000982\",\n                \"tranIsVsoeBundle\": null,\n                \"validFrom\": null,\n                \"vatRegNum\": null,\n                \"vsoeAutoCalc\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    }\n}"}],"_postman_id":"2b14c797-f4b5-40b4-bb62-552c76f25328"}],"id":"33e20dfb-e95d-4484-a327-1ad2bdbc3368","event":[{"listen":"prerequest","script":{"id":"78bf9bbd-1689-49b5-97c0-320ab693387c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cf3f4a76-4aaa-4612-aace-aa378397808f","type":"text/javascript","exec":[""]}}],"_postman_id":"33e20dfb-e95d-4484-a327-1ad2bdbc3368","description":""},{"name":"POST","item":[{"name":"Create sales orders","id":"e285c58a-a073-43c3-b0c0-4625970e8dbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n  \"entity\":{  \r\n     \"internalId\":\"6\"\r\n  },\r\n  \"itemList\":{  \r\n     \"item\":[  \r\n        {  \r\n           \"item\":{  \r\n              \"internalId\":\"34\"\r\n           },\r\n           \"amount\":147.61\r\n        }\r\n     ]\r\n  },\r\n  \"subsidiary\":{  \r\n     \"internalId\":\"1\"\r\n  }\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/salesOrder","urlObject":{"protocol":"https","path":["netsuite","v0","salesOrder"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"00bdc0de-af2d-4e51-91e2-07da9659072e","name":"Create sales orders","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n  \"entity\":{  \r\n     \"internalId\":\"6\"\r\n  },\r\n  \"itemList\":{  \r\n     \"item\":[  \r\n        {  \r\n           \"item\":{  \r\n              \"internalId\":\"34\"\r\n           },\r\n           \"amount\":147.61\r\n        }\r\n     ]\r\n  },\r\n  \"subsidiary\":{  \r\n     \"internalId\":\"1\"\r\n  }\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/salesOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"writeResponse\": [\n        {\n            \"baseRef\": {\n                \"externalId\": null,\n                \"internalId\": \"12856\",\n                \"name\": null,\n                \"type\": \"salesOrder\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": [\n                    {\n                        \"afterSubmitFailed\": false,\n                        \"code\": null,\n                        \"message\": null,\n                        \"type\": \"ERROR\"\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"e285c58a-a073-43c3-b0c0-4625970e8dbd"}],"id":"0c90e581-59c5-4003-bd9d-339531219f88","event":[{"listen":"prerequest","script":{"id":"02da5def-0a19-4a71-86b6-9f84b7a736a5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"530b14a0-3c84-44a8-b14b-f053116e4a34","type":"text/javascript","exec":[""]}}],"_postman_id":"0c90e581-59c5-4003-bd9d-339531219f88","description":""},{"name":"PUT","item":[{"name":"Update sales orders","id":"86b5b1b9-e805-4598-9e3d-8689ed74ce51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":"{  \r\n  \"entity\":{  \r\n     \"internalId\":\"6\"\r\n  },\r\n  \"itemList\":{  \r\n     \"item\":[  \r\n        {  \r\n           \"item\":{  \r\n              \"internalId\":\"34\"\r\n           },\r\n           \"amount\":147.61\r\n        }\r\n     ]\r\n  },\r\n  \"subsidiary\":{  \r\n     \"internalId\":\"1\"\r\n  },\r\n \"internalId\": \"10125\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/salesOrder","urlObject":{"protocol":"https","path":["netsuite","v0","salesOrder"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"8b727d53-1765-4227-917c-545f8fa7e862","name":"Update sales orders","originalRequest":{"method":"PUT","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=2c159b871510348b8779f17cc60f5eee8594c92951aa87ba4d7c321fd7c3c003&consumersecret=abbe597e39cb16b301691ca57f5f097d76dcd96eef153325c91c2822d0bb77fb&tokenid=597ad65f7eee7034d1519544f92c2029a8c953c058b43a510ef76da3a9b5e67f&tokensecret=45571f944a289e5bf7527ac28f4178f2e73ce69436e3abb5c837104bdc060cd8&account=5333445_SB1"},{"key":"prestructured-token","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n  \"entity\":{  \r\n     \"internalId\":\"6\"\r\n  },\r\n  \"itemList\":{  \r\n     \"item\":[  \r\n        {  \r\n           \"item\":{  \r\n              \"internalId\":\"34\"\r\n           },\r\n           \"amount\":147.61\r\n        }\r\n     ]\r\n  },\r\n  \"subsidiary\":{  \r\n     \"internalId\":\"1\"\r\n  },\r\n \"internalId\": \"10125\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/salesOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:58:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"writeResponse\": [\n        {\n            \"baseRef\": {\n                \"externalId\": null,\n                \"internalId\": \"10125\",\n                \"name\": null,\n                \"type\": \"salesOrder\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": [\n                    {\n                        \"afterSubmitFailed\": false,\n                        \"code\": null,\n                        \"message\": null,\n                        \"type\": \"ERROR\"\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"86b5b1b9-e805-4598-9e3d-8689ed74ce51"}],"id":"1fb595f8-141a-45b9-9128-adeaa2323924","event":[{"listen":"prerequest","script":{"id":"7834a865-ccf8-4119-93f2-2dd3a5970685","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3b75d34a-069a-4129-88c5-1337c613ecc5","type":"text/javascript","exec":[""]}}],"_postman_id":"1fb595f8-141a-45b9-9128-adeaa2323924","description":""},{"name":"DELETE","item":[{"name":"Delete sales orders","id":"c4a1e3e2-ec70-4ecd-963f-e6ee39b302b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/salesOrder?id=18305","urlObject":{"protocol":"https","path":["netsuite","v0","salesOrder"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"18305"}],"variable":[]}},"response":[{"id":"98fd39f0-8eb9-4b98-846e-71ac78957870","name":"Delete sales orders","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/salesOrder?id=18305","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","salesOrder"],"query":[{"key":"id","value":"18305"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"body\": {\r\n    \"writeResponseList\": {\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      },\r\n      \"writeResponse\": [\r\n        {\r\n          \"baseRef\": {\r\n            \"internalId\": \"18305\",\r\n            \"type\": \"customer\"\r\n          },\r\n          \"status\": {\r\n            \"isSuccess\": true,\r\n            \"statusDetail\": []\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  },\r\n  \"header\": {\r\n    \"documentInfo\": {\r\n      \"nsId\": \"WEBSERVICES_5333445_SB1_01302020158958456937101047_61d528b8f\"\r\n    }\r\n  }\r\n}"}],"_postman_id":"c4a1e3e2-ec70-4ecd-963f-e6ee39b302b2"}],"id":"2ad0214d-f90d-4a45-b2de-4617761606d4","event":[{"listen":"prerequest","script":{"id":"87c73848-e571-4858-98c1-a7b315ea7b4c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d78d0fa3-1522-4615-8b56-e11cd42e0f3b","type":"text/javascript","exec":[""]}}],"_postman_id":"2ad0214d-f90d-4a45-b2de-4617761606d4","description":""}],"id":"098d42fd-6b2a-48cd-9304-c34cf8217ddf","event":[{"listen":"prerequest","script":{"id":"9fd92f4f-ec1a-4060-8e67-638e25b8b799","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ab15526f-5541-4692-be96-99be1a2be57c","type":"text/javascript","exec":[""]}}],"_postman_id":"098d42fd-6b2a-48cd-9304-c34cf8217ddf","description":""},{"name":"Saved Search","item":[{"name":"GET","item":[{"name":"Retrieve saved search by ID and Type","id":"3692dfec-430a-4b70-9434-6b01be5ced9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/savedSearch?savedSearchId=155&searchType=Transaction","urlObject":{"protocol":"https","path":["netsuite","v0","savedSearch"],"host":["api","prestructured","com"],"query":[{"key":"savedSearchId","value":"155"},{"key":"searchType","value":"Transaction"}],"variable":[]}},"response":[{"id":"f631d019-720b-4aa4-9bc2-d22cbbadc4ad","name":"Retrieve saved search by ID and Type","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/savedSearch?savedSearchId=155&searchType=Transaction","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","savedSearch"],"query":[{"key":"savedSearchId","value":"155"},{"key":"searchType","value":"Transaction"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:51:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"207775"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"searchResult\": {\n        \"pageIndex\": 1,\n        \"pageSize\": 1000,\n        \"searchId\": \"WEBSERVICES_5333445_SB1_100520201105305201949460510_819903db\",\n        \"searchRowList\": {\n            \"searchRow\": [\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 170.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1517423400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"10\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 45.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1517423400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"10\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 125.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1517423400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"10\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 245.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"33\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1538505000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"12\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 230.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"33\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1538505000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"12\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 15.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"33\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1538505000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"12\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 171.7\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"34\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1541788200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"13\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 52.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"34\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1541788200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"13\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 150.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"34\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1541788200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"13\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 30.3\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"34\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1541788200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"13\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 174.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"31\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1542220200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"11\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 24.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"31\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1542220200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"11\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 150.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"31\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1542220200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"11\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 174.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1543602600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"7\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Cheque Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 174.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1543602600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"7\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 35.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"29\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1543689000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"6\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 35.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"29\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1543689000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"6\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 60.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"35\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1544553000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"14\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 60.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"35\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1544553000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"14\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Customer Deposits\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"30\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1544812200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerDeposit\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"30\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1544812200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerDeposit\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 105.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545244200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"ABC Private Corporation\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 30.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545244200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"ABC Private Corporation\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 75.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545244200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"ABC Private Corporation\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 105.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"5\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545330600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"ABC Private Corporation\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 30.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"5\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545330600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"ABC Private Corporation\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 75.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"5\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545330600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"ABC Private Corporation\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 95.46\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"11\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545589800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 5.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"11\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545589800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 40.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"11\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545589800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 54.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"11\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545589800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4.95\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"11\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545589800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 0.07\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"11\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545589800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1.48\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"11\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545589800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 47.92\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"15\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545762600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"6\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 95.46\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"22\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545762600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 30.76\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"23\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545762600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"7\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 5.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"15\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545762600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"6\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 50.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"15\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545762600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"6\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 8.25\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"15\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545762600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"6\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 25.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"23\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545762600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"7\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 5.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"23\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545762600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"7\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 95.46\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"22\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545762600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 0.21\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"15\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545762600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"6\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1.38\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"15\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545762600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"6\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 0.76\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"23\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1545762600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"7\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 56.1\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"26\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1546194600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"9\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 56.1\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1546194600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 48.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"26\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1546194600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"9\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 18.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"26\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1546194600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"9\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 9.9\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"26\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1546194600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"9\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 48.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1546194600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 18.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1546194600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 9.9\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1546194600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 25.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"36\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1546367400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"15\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 25.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"36\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1546367400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"15\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 25.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"39\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1547749800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"16\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 25.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"39\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1547749800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"16\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 135.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"48\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1549909800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"8\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 135.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"48\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1549909800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"8\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"469\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_expenseReport\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"354\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"6\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"459\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"7\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 20045.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"465\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"19\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 5000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"468\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"11\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses : GH-Generic Expenses Acc\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"469\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_expenseReport\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Kalpana - Customer\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"468\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"11\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"251\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 10.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"354\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"6\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 10.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"459\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"7\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 20000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"465\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"19\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 45.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"465\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"19\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 144.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27903\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"4\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 408.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27903\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"4\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 276.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27903\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"4\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 144.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27904\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 408.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27904\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 276.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27904\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 144.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28009\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"6\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 144.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28010\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"7\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 144.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28011\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"8\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1.58\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28012\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"9\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1.58\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28013\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"10\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1.6\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28014\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"11\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 10.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"251\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 977.04\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27903\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"4\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 977.04\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27904\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 169.92\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28009\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"6\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 169.92\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28010\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"7\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 169.92\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28011\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"8\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1.58\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28012\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"9\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1.58\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28013\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"10\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1.6\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28014\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"11\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 149.04\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27903\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"4\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 149.04\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27904\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 25.92\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28009\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"6\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 25.92\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28010\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"7\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 25.92\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28011\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550169000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"8\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"476\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_expenseReport\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"477\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 8000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"478\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"20\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 8000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"479\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"12\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 25000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"482\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"21\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 25000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"483\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"13\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 18000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"486\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"8\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 18000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"487\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerRefund\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"491\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"9\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 10000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"492\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerRefund\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 75000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"493\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"22\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 75000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"494\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"14\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 10000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"499\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"23\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 15000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"503\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"24\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"506\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"25\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Advances Paid\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"500\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"3\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_expenseReport\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Cheque Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"492\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerRefund\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses : GH-Generic Expenses Acc\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"476\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_expenseReport\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses : GH-Generic Expenses Acc\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"500\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"3\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_expenseReport\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"477\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 8000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"479\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"12\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 25000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"483\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"13\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 18000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"487\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerRefund\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 8000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"478\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"20\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 25000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"482\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"21\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 18000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"486\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"8\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 10000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"491\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"9\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 75000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"493\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"22\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"499\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"23\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 15000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"503\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"24\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 5000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"506\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"25\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 75000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"494\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550255400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"14\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"511\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550687400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"26\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"511\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1550687400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"26\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 25.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"529\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1551378600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV31\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 5.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"529\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1551378600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV31\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 20.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"529\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1551378600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV31\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 109.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"512\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1551724200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"15\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 20.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"515\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1551724200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"17\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Kalpana - Customer\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 109.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"512\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1551724200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"15\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 20.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"515\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1551724200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"17\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 30000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2242\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1551810600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 30000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2242\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1551810600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 30000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2240\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1551897000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 255000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2210\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1551897000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"42\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 255000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2212\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1551897000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"43\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Cheque Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 255000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2210\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1551897000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"42\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 255000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2212\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1551897000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"43\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 30000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2240\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1551897000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 50000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2244\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552156200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 50000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2244\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552156200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 20.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"520\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552329000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"11\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"521\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552329000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"20\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 350000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2229\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552329000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV77\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 370000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2235\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552329000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV79\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 15.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"520\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552329000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"11\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"520\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552329000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"11\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 350000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2229\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552329000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV77\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 370000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2235\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552329000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV79\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"521\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552329000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"20\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 590000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2215\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552415400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"test123\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 500000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2215\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552415400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"test123\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 90000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2215\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552415400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"test123\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"DS-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2663\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552501800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"6\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_journal\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses : GH-Generic Expenses Acc\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2663\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552501800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"6\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_journal\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"DS-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 8520.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2219\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552588200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_check\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"ABC Private Corporation : North ABC\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses : GH-Generic Expenses Acc\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 8520.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2219\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552588200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_check\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"ABC Private Corporation : North ABC\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 45003.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2660\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552847400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"DS-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 45003.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2660\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552847400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 370000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2236\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552933800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"45\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 400000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2661\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552933800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"59\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"DS-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 400000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2661\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552933800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"59\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 370000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2236\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1552933800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"45\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 764.04\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"524\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV30\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 50.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"525\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"12\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 210.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"526\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"21\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 150.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"527\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"22\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 76.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"528\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"13\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 25.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"530\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"23\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 75.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"531\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV32\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 150.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"532\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"24\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 91.84\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"533\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"14\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Cheque Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 210.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"526\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"21\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 135.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"524\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV30\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 250.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"524\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV30\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"524\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV30\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 300.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"524\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV30\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 39.25\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"524\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV30\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 50.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"525\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"12\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 30.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"528\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"13\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 50.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"528\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"13\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 4.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"528\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"13\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 50.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"531\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV32\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 25.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"531\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV32\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 13.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"533\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"14\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 50.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"533\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"14\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"533\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"14\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 25.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"533\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"14\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 4.68\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"533\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"14\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 150.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"527\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"22\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 25.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"530\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"23\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 150.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"532\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"24\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 19.25\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"524\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV30\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 0.96\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"524\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV30\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 3.18\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"533\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"14\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 0.16\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"533\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553020200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"14\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Atherton Grocery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 75000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"547\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553193000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"PB123\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 135000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"556\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553193000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 71250.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"545\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553193000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV33\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 7125.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"550\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553193000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"15\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 147000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"557\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553193000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV34\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 75000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"547\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553193000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"PB123\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 150000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"556\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553193000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 75000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"545\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553193000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV33\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 3750.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"545\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553193000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV33\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 7500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"550\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553193000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"15\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 375.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"550\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553193000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"15\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 15000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"556\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553193000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 150000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"557\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553193000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV34\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 3000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"557\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553193000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV34\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 50000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"575\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553279400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1050.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"577\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553279400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 10000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"564\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553279400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV35\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"567\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553279400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"25\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 51250.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"576\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553279400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"26\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 78550.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"585\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553279400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV36\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Cheque Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 50000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"575\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553279400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"577\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553279400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"564\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553279400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV35\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 3000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"585\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553279400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV36\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 450.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"585\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553279400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV36\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 80000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"585\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553279400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV36\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"585\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553279400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV36\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 10000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"567\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553279400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"25\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 51250.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"576\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553279400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"26\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 50.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"577\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553279400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 26250.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"605\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553365800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 30000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"606\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553365800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"604\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553365800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV38\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 25000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"605\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553365800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 30000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"606\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553365800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2225\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553365800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_journal\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2225\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553365800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_journal\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 5000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"604\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553365800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV38\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1250.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"605\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553365800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 25000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"650\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 25000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"651\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4725.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"629\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV39\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shoppers Stop : Shoppers Stop West\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 33915.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"637\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV40\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 9975.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"644\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV41\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"645\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"27\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"648\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"16\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"649\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerRefund\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 199.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"654\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV42\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Cheque Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"649\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerRefund\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Cheque Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 25000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"651\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"DS-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2559\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_journal\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 25000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"650\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 60000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2228\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"4\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_deposit\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2559\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_journal\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 60000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2228\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"4\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_deposit\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 4500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"629\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV39\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shoppers Stop : Shoppers Stop West\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 20000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"637\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV40\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 18000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"637\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV40\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5700.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"637\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV40\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"644\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV41\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"644\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV41\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"648\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"16\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"654\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV42\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 10.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"654\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV42\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 10500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"645\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"27\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 225.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"629\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV39\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shoppers Stop : Shoppers Stop West\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1900.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"637\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV40\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 285.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"637\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV40\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"644\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV41\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 25.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"644\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV41\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"648\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"16\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"654\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV42\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 0.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"654\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553452200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV42\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 12600.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"689\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 13387.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"690\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 9765.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"691\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 9765.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"692\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 151725.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"693\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 9450.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"674\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"17\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shoppers Stop\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 250550.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"676\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"28\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 119700.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"687\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV43\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 29925.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"697\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"18\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 89775.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"698\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"30\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 10.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"702\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV44\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 403.75\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"704\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV46\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 10000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"804\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV47\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Cheque Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 13387.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"690\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Cheque Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 9765.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"692\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 15000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"689\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 10000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"691\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 50000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"693\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 120000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"693\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 250550.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"676\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"28\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 9000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"674\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"17\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shoppers Stop\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 120000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"687\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV43\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 6000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"687\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV43\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2250.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"689\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 750.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"689\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 700.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"691\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 25500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"693\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 30000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"697\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"18\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"697\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"18\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"702\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV44\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"704\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV46\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 75.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"704\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV46\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 21.25\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"704\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV46\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"804\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV47\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 89775.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"698\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"30\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 600.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"689\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 465.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"691\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 7225.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"693\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 450.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"674\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"17\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shoppers Stop\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 6000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"687\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV43\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 300.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"687\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV43\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"697\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"18\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 75.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"697\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"18\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 0.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"702\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV44\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 170000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"693\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553538600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"937\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 137700.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1077\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 137700.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1078\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"3\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 77520.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1082\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"3\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorCredit\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 42000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1095\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 250.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1096\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 482030.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2216\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 250020.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2218\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"938\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV49\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 90142.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1045\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV50\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 23205.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1051\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"19\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 66937.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1053\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"31\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 471318.75\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1065\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV51\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 20000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1069\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"32\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 451318.75\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1070\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"33\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 94263.75\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1073\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"20\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 20199.37\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1076\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"21\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 52500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1089\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV52\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Gallery Collections\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 100000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1091\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"34\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Gallery Collections\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Cheque Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 66937.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1053\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"31\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Cheque Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 137700.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1078\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"3\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Customer Deposits\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1000000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1068\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerDeposit\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Customer Deposits\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2500000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1083\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"3\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerDeposit\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Gallery Collections\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"937\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 125000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1077\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 10000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1077\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 75000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1082\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"3\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorCredit\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1082\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"3\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorCredit\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 40000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1095\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 250.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1096\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2226\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"3\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_journal\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1000000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1068\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerDeposit\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 20000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1069\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"32\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 451318.75\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1070\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"33\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2500000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1083\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"3\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerDeposit\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Gallery Collections\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 100000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1091\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"34\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Gallery Collections\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 482030.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2216\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 250020.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2218\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2226\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"3\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_journal\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"938\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV49\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 100000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1045\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV50\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1045\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV50\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 15150.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1045\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV50\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 25000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1051\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"19\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1051\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"19\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 3900.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1051\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"19\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 450000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1065\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV51\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 22500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1065\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV51\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 23625.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1065\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV51\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 90000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1073\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"20\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1073\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"20\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 4725.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1073\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"20\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 18000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1076\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"21\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2250.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1076\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"21\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1012.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1076\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"21\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 4050.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1077\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2280.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1082\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"3\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorCredit\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 50000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1089\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV52\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Gallery Collections\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 6750.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1077\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 3800.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1082\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"3\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorCredit\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1095\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 5050.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1045\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV50\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 757.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1045\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV50\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1300.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1051\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"19\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 195.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1051\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"19\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 23625.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1065\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV51\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1181.25\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1065\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV51\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4725.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1073\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"20\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 236.25\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1073\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"20\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1012.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1076\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"21\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 50.63\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1076\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"21\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1089\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV52\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Gallery Collections\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 135000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1077\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 75000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1081\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"40\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_itemFulfillment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1081\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"40\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_itemFulfillment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 76000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1082\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553625000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"3\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorCredit\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 10.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1101\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553711400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV53\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 143.96\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1106\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553711400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV54\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 10.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1110\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553711400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV55\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 118.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1114\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553711400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV56\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1101\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553711400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV53\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 122.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1106\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553711400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV54\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1110\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553711400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV55\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1114\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553711400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV56\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 21.96\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1106\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553711400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV54\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 18.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1114\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553711400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV56\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1133\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553797800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorCredit\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 250.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1135\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553797800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1124\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553797800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV58\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"john smith\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 403.75\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1132\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553797800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"22\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 600.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1134\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553797800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV59\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shobha Paradise\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 30000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1138\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553797800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV60\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1133\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553797800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorCredit\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 250.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1135\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553797800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 5000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1124\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553797800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV58\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"john smith\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1132\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553797800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"22\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 75.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1132\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553797800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"22\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 21.25\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1132\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553797800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"22\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 600.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1134\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553797800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV59\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shobha Paradise\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 30000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1138\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553797800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV60\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 5000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1123\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553797800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"48\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_itemFulfillment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 100000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2211\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553884200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 4000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2213\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553884200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_deposit\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 50.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2214\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553884200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_journal\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses : GH-Generic Expenses Acc\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 7324.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2208\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553884200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_check\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rakesh Reddy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 7324.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2208\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553884200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_check\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rakesh Reddy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 100000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2211\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553884200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2213\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553884200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_deposit\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 50.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2214\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553884200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_journal\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 991200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1339\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553970600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2232\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553970600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 750000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1339\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553970600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 90000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1339\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553970600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1049.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2227\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553970600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"4\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_journal\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses : GH-Generic Expenses Acc\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 500000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2220\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553970600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_check\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"ABC Private Corporation : North East ABC : South East ABC : ABC\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 500000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2220\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553970600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_check\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"ABC Private Corporation : North East ABC : South East ABC : ABC\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1049.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2227\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553970600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"4\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_journal\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2232\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553970600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 151200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1339\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1553970600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1050.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1348\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554057000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV61\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shoppers Stop : Shoppers Stop West\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1348\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554057000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV61\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shoppers Stop : Shoppers Stop West\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 50.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1348\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554057000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV61\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shoppers Stop : Shoppers Stop West\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 59000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1361\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554143400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 44625.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1362\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554143400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV62\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Gallery Collections\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 50000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1361\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554143400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 42500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1362\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554143400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV62\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Gallery Collections\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 9000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1361\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554143400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2125.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1362\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554143400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV62\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Gallery Collections\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 800.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1364\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 50925.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1369\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 50925.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1371\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 7080.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1377\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5080.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1378\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2621.85\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1393\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"145\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2621.85\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1395\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 30000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1363\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"36\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Gallery Collections\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 51975.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1368\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV63\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 51975.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1370\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"37\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 12474.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1375\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV64\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1376\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"38\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 80000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1379\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV65\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 70000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1380\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"39\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 9000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1381\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"40\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2124.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1387\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV66\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2572.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1392\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV67\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"VaibhavHosiery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2572.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1394\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"41\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"VaibhavHosiery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Cheque Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 800.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1364\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Cheque Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 50925.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1371\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Cheque Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 5080.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1378\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 50000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1369\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 6000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1377\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1393\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"145\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 30000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1363\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"36\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Gallery Collections\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 10000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1376\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"38\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 70000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1380\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"39\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2572.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1394\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"41\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"VaibhavHosiery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2621.85\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1395\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 50000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1368\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV63\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1368\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV63\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1369\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 12000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1375\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV64\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 120.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1375\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV64\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 80000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1379\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV65\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1800.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1387\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV66\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1392\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV67\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"VaibhavHosiery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 50.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1392\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV67\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"VaibhavHosiery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 3.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1393\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"145\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 51975.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1370\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"37\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 9000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1381\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"40\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2425.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1369\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1080.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1377\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 124.85\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1393\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"145\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1368\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV63\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 25.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1368\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV63\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 600.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1375\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV64\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 6.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1375\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV64\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 324.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1387\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV66\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 125.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1392\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV67\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"VaibhavHosiery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1392\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554229800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV67\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"VaibhavHosiery\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 118.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1400\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554748200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV68\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1400\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554748200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV68\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 18.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1400\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554748200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV68\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 80000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1403\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554834600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"23\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 80000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1403\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1554834600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"23\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2360.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1404\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555007400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1404\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555007400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 360.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1404\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555007400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses : GH-Generic Expenses Acc\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1405\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555266600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_check\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1405\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555266600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_check\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1405\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555266600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_check\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2207\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555353000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_check\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses : GH-Generic Expenses Acc\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2206\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555353000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_check\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1120.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2207\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555353000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_check\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Kalpana - Customer\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2206\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555353000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_check\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2206\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555353000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_check\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 120.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2207\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555353000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_check\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 295023.6\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2217\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555525800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 35400.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2239\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555525800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 35400.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2241\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555525800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 59000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2243\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555525800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 350000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2230\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555525800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"44\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 250020.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2217\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555525800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 30000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2239\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555525800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 30000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2241\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555525800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 50000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2243\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555525800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 350000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2230\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555525800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"44\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 45003.6\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2217\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555525800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5400.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2239\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555525800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5400.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2241\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555525800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 9000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2243\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555525800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 7500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1397\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555525800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"61\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_itemFulfillment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"1397\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555525800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"61\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_itemFulfillment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 70800.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2249\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV81\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 424800.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2255\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV82\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 118000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2259\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"24\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 88500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2260\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"25\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 259600.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2261\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV83\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1475.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2262\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"26\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 118000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2263\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV84\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 118000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2264\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"49\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 236.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2265\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV85\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 236.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2266\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"50\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 236.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2267\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"27\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 119180.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2268\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV86\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 119180.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2269\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"51\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 47200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2270\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"28\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 120950.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2271\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV87\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shobha Paradise\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 7080.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2272\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"29\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shobha Paradise\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 460200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2273\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV88\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 460200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2274\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"52\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 147500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2275\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"30\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 7080.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2377\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV90\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2360.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2378\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"32\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2379\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"53\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 472.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2380\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"33\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 18880.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2384\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV92\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 23600.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2385\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV93\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 11800.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2386\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"35\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 106790.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2388\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV94\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Info Systems\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 5900.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2390\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"36\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Info Systems\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"DS-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2379\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"53\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 60000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2249\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV81\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 20000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2255\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV82\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 100000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2255\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV82\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 240000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2255\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV82\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 100000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2259\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"24\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 75000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2260\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"25\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 100000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2261\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV83\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 120000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2261\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV83\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2262\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"26\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 750.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2262\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"26\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 100000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2263\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV84\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2265\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV85\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2267\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"27\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 100000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2268\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV86\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2268\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV86\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 40000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2270\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"28\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 50000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2271\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV87\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shobha Paradise\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 52500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2271\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV87\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shobha Paradise\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 6000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2272\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"29\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shobha Paradise\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 150000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2273\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV88\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 240000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2273\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV88\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 125000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2275\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"30\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 6000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2377\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV90\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2378\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"32\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 400.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2380\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"33\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 4000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2384\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV92\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 12000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2384\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV92\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 20000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2385\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV93\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 10000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2386\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"35\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2388\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV94\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Info Systems\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2388\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV94\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Info Systems\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 20000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2388\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV94\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Info Systems\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 7500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2388\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV94\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Info Systems\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 51000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2388\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV94\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Info Systems\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2390\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"36\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Info Systems\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 118000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2264\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"49\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 236.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2266\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"50\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 119180.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2269\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"51\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 460200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2274\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"52\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10800.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2249\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV81\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 64800.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2255\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV82\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 18000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2259\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"24\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 13500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2260\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"25\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 39600.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2261\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV83\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 225.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2262\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"26\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 18000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2263\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV84\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 36.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2265\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV85\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 36.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2267\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"27\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 18180.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2268\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV86\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 7200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2270\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"28\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 18450.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2271\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV87\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shobha Paradise\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1080.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2272\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"29\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shobha Paradise\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 70200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2273\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV88\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 22500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2275\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"30\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1080.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2377\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV90\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 360.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2378\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"32\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 72.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2380\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"33\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2880.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2384\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV92\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 3600.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2385\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV93\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1800.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2386\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"35\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 16290.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2388\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV94\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Info Systems\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 900.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2390\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555612200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"36\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Info Systems\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 79296.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2410\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555698600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV97\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 18880.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2411\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555698600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"37\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 40000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2410\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555698600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV97\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 5000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2410\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555698600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV97\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 22200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2410\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555698600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV97\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 16000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2411\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555698600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"37\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 12096.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2410\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555698600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV97\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2880.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2411\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555698600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"37\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 3540.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2415\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555785000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 7080.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2419\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555785000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 12474.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2422\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555785000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV100\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 3000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2415\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555785000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 3000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2419\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555785000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 3000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2419\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555785000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 12000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2422\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555785000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV100\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 120.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2422\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555785000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV100\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 540.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2415\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555785000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1080.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2419\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555785000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 600.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2422\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555785000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV100\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 6.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2422\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555785000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV100\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 8850.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2448\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 3540.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2449\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorCredit\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1180.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2457\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 59000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2426\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV101\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2435\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"58\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 9440.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2436\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV103\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Sunil Khanna\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2360.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2439\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV104\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2360.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2441\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV105\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 472.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2442\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"39\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 17700.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2446\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV106\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Sunil Khanna\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 7080.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2447\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"40\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Sunil Khanna\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 236.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2450\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV107\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 59.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2451\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"41\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 7500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2448\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 3000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2449\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorCredit\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2457\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2457\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Kalpana - Customer\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2435\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"58\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 50000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2426\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV101\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 8000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2436\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV103\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Sunil Khanna\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2439\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV104\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2441\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV105\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 400.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2442\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"39\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 15000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2446\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV106\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Sunil Khanna\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 6000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2447\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"40\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Sunil Khanna\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2450\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV107\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 50.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2451\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"41\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1350.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2448\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 540.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2449\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorCredit\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 180.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2457\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 9000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2426\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV101\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1440.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2436\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV103\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Sunil Khanna\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 360.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2439\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV104\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 360.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2441\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV105\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 72.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2442\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"39\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2700.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2446\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV106\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Sunil Khanna\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1080.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2447\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"40\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Sunil Khanna\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 36.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2450\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV107\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 9.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2451\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555871400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"41\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"DS-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2667\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555957800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"7\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_journal\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"DS-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2668\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555957800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"8\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_journal\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2668\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555957800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"8\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_journal\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses : GH-Generic Expenses Acc\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2667\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1555957800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"7\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_journal\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2360.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2681\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 12095.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2688\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 15340.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2692\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"554\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 7080.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2722\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 118.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2677\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV119\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 26373.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2687\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV122\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 16284.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2693\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV123\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 16000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2720\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV124\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 7080.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2723\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV125\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Gallery Collections\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2681\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2688\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 3750.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2688\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2688\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2692\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"554\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2692\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"554\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 6000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2692\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"554\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2722\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2722\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2677\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV119\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 5000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2687\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV122\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 6750.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2687\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV122\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10600.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2687\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV122\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2693\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV123\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 5000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2693\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV123\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 6000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2693\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV123\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 800.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2693\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV123\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 5000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2720\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV124\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 11000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2720\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV124\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 4000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2723\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV125\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Gallery Collections\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2723\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV125\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Gallery Collections\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 360.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2681\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1845.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2688\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2340.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2692\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"554\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1080.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2722\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 18.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2677\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV119\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 4023.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2687\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV122\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2484.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2693\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV123\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1080.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2723\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556044200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV125\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Gallery Collections\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 332767.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2821\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 12445.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2823\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1005510.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2824\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"3\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2825\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"4\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 107970.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2826\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1960.6\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2921\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 47400.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2923\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 30000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2924\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 106200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3437\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 177.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2783\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV127\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 13370.58\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2785\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV128\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 14160.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2786\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV129\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 33600.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2787\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV130\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Gallery Collections\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2788\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV131\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shamili Boosam\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2789\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV132\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 231000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2790\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV133\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 6237.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2791\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV134\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2300.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2792\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV135\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 25000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2793\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV136\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 11800.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2794\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV137\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 21185.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2795\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"61\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 173240.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2796\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"62\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 74340.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2797\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"63\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 261160.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2798\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"64\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 60544.08\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2799\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"65\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2800\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"66\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shamili Boosam\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 70438.96\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2802\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"68\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 55305.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2803\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"69\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Gallery Collections\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 16284.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2804\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"70\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 20060.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2806\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"71\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Sunil Khanna\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 262448.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2807\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"72\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 106790.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2809\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"73\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Info Systems\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 114470.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2810\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"74\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shobha Paradise\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 44580.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2811\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"75\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 5775.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2812\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"76\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shoppers Stop : Shoppers Stop West\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2816\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"79\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 53.55\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2817\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"80\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 59000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3433\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV214\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shobha Paradise\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 204140.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3446\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV217\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 25000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3437\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 30000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3437\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 35000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3437\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 21185.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2795\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"61\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 261160.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2798\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"64\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 60544.08\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2799\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"65\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2800\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"66\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shamili Boosam\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 70438.96\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2802\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"68\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 55305.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2803\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"69\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Gallery Collections\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 16284.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2804\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"70\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 150.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2783\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV127\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 11331.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2785\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV128\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 12000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2786\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV129\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 32000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2787\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV130\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Gallery Collections\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2788\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV131\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shamili Boosam\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2789\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV132\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 60000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2790\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV133\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 160000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2790\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV133\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 6000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2791\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV134\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 60.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2791\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV134\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2792\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV135\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2792\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV135\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 25000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2793\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV136\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2794\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV137\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 50000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3433\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV214\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shobha Paradise\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 13000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3446\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV217\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 18000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3446\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV217\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 28000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3446\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV217\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 48000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3446\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV217\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 36000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3446\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV217\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 30000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3446\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV217\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Test bank\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 20060.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2806\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"71\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Sunil Khanna\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Test bank\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 262448.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2807\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"72\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Test bank\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 106790.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2809\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"73\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Info Systems\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Test bank\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 114470.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2810\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"74\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shobha Paradise\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Test bank\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 44580.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2811\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"75\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Test bank\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5775.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2812\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"76\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shoppers Stop : Shoppers Stop West\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Test bank\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2816\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"79\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Test bank\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 53.55\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2817\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"80\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Test bank\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 332767.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2821\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Test bank\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 12445.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2823\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Test bank\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1005510.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2824\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"3\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Test bank\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2825\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"4\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Test bank\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 107970.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2826\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Test bank\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1960.6\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2921\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Test bank\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 47400.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2923\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Test bank\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 30000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2924\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 173240.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2796\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"62\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 74340.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2797\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"63\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 16200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3437\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 27.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2783\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV127\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GH Agency\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2039.58\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2785\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV128\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rathina Vilas\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2160.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2786\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV129\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1600.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2787\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV130\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Gallery Collections\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 11000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2790\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV133\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 300.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2791\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV134\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 3.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2791\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV134\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Neelesh\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1800.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2794\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV137\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Happy Shoppy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 9000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3433\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV214\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Shobha Paradise\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 31140.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3446\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556130600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV217\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 106.2\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3493\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 371.7\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3498\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 531.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3505\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2360.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3517\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 590.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3520\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 236.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3523\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 259.6\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3524\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 590.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3525\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2124.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3533\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2950.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3537\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 18154.3\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3546\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 90.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3493\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 315.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3498\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 450.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3505\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3517\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3520\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3523\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 220.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3524\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3525\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 300.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3525\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1800.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3533\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3537\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 9500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3546\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 245.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3546\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5640.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3546\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 16.2\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3493\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 56.7\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3498\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 81.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3505\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 360.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3517\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 90.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3520\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 36.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3523\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 39.6\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3524\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 90.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3525\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 324.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3533\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 450.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3537\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2769.3\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3546\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556217000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 56050.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3565\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556476200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"PB445\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 5150.7\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3574\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556476200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 354.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3585\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556476200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV232\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 47500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3565\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556476200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"PB445\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4365.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3574\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556476200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3585\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556476200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV232\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3585\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556476200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV232\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 8550.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3565\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556476200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"PB445\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 785.7\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3574\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556476200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 54.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3585\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556476200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV232\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"CMR Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 29500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3594\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 236.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3595\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 26550.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3600\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 236.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3601\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 53247.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3611\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 3304.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3640\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 11210.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3646\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 16815.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3657\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 655.85\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3615\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV240\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kohli V\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1770.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3633\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV245\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Sunil Khanna\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 25000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3594\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3595\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 22500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3600\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3601\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 42750.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3611\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2375.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3611\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3640\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 300.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3640\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4750.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3646\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4750.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3646\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2375.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3657\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4750.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3657\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 7125.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3657\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 655.85\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3615\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV240\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kohli V\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 50.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3633\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV245\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Sunil Khanna\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3633\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV245\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Sunil Khanna\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 450.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3633\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV245\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Sunil Khanna\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 800.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3633\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV245\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Sunil Khanna\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3594\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 36.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3595\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4050.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3600\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 36.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3601\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 8122.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3611\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 504.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3640\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1710.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3646\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2565.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3657\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 270.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3633\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556562600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV245\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Sunil Khanna\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 50000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2665\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556735400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"60\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable : Test Dhruvsoft Acc for Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 250.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3675\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556735400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"90\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chidambar R Reddy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"DS-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 50000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2665\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556735400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"60\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 250.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3675\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556735400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"90\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chidambar R Reddy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 118000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3767\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556821800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 5900.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3777\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556821800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1180.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3781\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556821800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV253\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"DS-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 9520.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2666\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556821800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_check\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rakesh Reddy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 100000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3767\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556821800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3777\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556821800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses : GH-Generic Expenses Acc\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 9520.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2666\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556821800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_check\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rakesh Reddy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3781\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556821800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV253\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 18000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3767\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556821800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 900.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3777\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556821800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 180.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3781\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556821800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV253\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 5900.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3804\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556908200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 7670.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3809\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556908200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3804\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556908200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3809\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556908200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3809\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556908200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 900.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3804\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556908200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1170.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3809\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1556908200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 4720.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3831\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 21018.75\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3842\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2802.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3847\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 13732.25\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3852\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2950.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3871\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 27494.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3877\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2360.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3884\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 796.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3888\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1793.6\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3899\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3831\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4750.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3842\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 3562.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3842\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4750.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3842\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4750.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3842\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2375.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3847\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2375.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3852\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 3562.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3852\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5700.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3852\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3871\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 3000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3877\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 17000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3877\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 3300.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3877\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3884\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 675.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3888\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1520.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3899\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 720.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3831\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 3206.25\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3842\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 427.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3847\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2094.75\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3852\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 450.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3871\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4194.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3877\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 360.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3884\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 121.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3888\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 273.6\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3899\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557081000\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5300.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2664\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2950.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3912\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10620.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3913\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10620.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3922\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 15292.8\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3927\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 86877.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3933\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 33307.86\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3938\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2360.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3943\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"DS-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 5300.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"2664\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3912\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 9000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3913\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 9000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3922\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 8100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3927\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2295.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3927\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2565.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3927\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 21375.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3933\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 20187.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3933\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 16625.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3933\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 15437.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3933\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 19012.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3938\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 9215.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3938\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3943\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3943\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 450.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3912\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1620.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3913\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1620.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3922\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2332.8\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3927\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 13252.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3933\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5080.86\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3938\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 360.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3943\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557167400\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 40636.25\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3949\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557253800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5937.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3949\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557253800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 11875.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3949\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557253800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 7125.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3949\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557253800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 9500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3949\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557253800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 6198.75\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3949\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557253800\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                }\n            ]\n        },\n        \"status\": {\n            \"isSuccess\": true\n        },\n        \"totalPages\": 2,\n        \"totalRecords\": 1164\n    }\n}"}],"_postman_id":"3692dfec-430a-4b70-9434-6b01be5ced9f"},{"name":"Retrieve saved search by search ID","id":"6951ab21-61b6-471c-8a2f-2310b091feaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/savedSearch?searchId=WEBSERVICES_5333445_SB1_100520201105305201949460510_819903db&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","savedSearch"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_100520201105305201949460510_819903db"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"5bab82f3-52e2-4201-8fb0-565cce32d32e","name":"Retrieve saved search by search ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}\n"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"5"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/savedSearch?searchId=WEBSERVICES_5333445_SB1_100520201105305201949460510_819903db&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","savedSearch"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_100520201105305201949460510_819903db"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:54:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"32863"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"searchResult\": {\n        \"pageIndex\": 2,\n        \"pageSize\": 1000,\n        \"searchId\": \"WEBSERVICES_5333445_SB1_100520201105305201949460510_819903db\",\n        \"searchRowList\": {\n            \"searchRow\": [\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 3082.75\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3954\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557340200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"test12345\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 13310.4\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3959\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557340200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 32214.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3964\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557340200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 50976.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3971\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557340200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 45666.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3976\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557340200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1187.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3954\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557340200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"test12345\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1425.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3954\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557340200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"test12345\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 11280.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3959\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557340200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 22750.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3964\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557340200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4550.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3964\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557340200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 27000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3971\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557340200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 16200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3971\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557340200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5400.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3976\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557340200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5400.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3976\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557340200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 14400.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3976\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557340200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 13500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3976\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557340200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 470.25\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3954\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557340200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"test12345\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2030.4\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3959\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557340200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4914.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3964\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557340200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 7776.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3971\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557340200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 6966.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3976\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557340200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 3186.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3985\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 11210.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3994\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 96170.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3999\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 9676.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4004\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 106495.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4009\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 49560.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4016\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3985\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3985\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3985\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3985\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 9500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3994\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 9000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3999\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 22500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3999\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 50000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3999\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 2200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4004\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 6000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4004\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 21375.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4009\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 35625.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4009\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 14250.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4009\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 19000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4009\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 9000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4016\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 12000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4016\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 6000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4016\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 15000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4016\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 486.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3985\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1710.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3994\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 14670.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"3999\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1476.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4004\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 16245.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4009\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 7560.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4016\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557426600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable : Test Dhruvsoft Acc for Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 29.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4373\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557858600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV306\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable : Test Dhruvsoft Acc for Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 8.8\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4375\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557858600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_depositApplication\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Cheque Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 11234.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4372\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557858600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashRefund\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Cheque Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 118.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28103\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557858600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"4\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashRefund\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Cheque Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 237.18\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28104\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557858600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashRefund\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Customer Deposits\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 8.8\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4375\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557858600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_depositApplication\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 11234.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4372\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557858600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"1\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashRefund\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 25.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4373\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557858600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV306\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28103\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557858600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"4\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashRefund\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 201.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28104\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557858600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashRefund\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 4.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4373\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557858600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV306\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 18.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28103\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557858600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"4\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashRefund\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 36.18\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28104\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1557858600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashRefund\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4381\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1559845800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV307\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 4000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4381\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1559845800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV307\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 11.63\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4382\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1560364200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV308\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 9.86\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4382\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1560364200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV308\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1.77\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4382\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1560364200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV308\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accrued Purchases\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 4000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4384\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1563388200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"30\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_itemReceipt\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accrued Purchases\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 5250.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4386\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1563388200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"31\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_itemReceipt\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Advances Paid\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5250.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4386\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1563388200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"31\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_itemReceipt\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Cash Acc\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4000.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4384\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1563388200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"30\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_itemReceipt\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1366.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4489\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1564338600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV309\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Havells\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 300.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4489\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1564338600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV309\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Havells\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 500.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4489\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1564338600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV309\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Havells\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 566.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"4489\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1564338600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV309\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Havells\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 65.57\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27178\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1564857000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"54\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rakesh Reddy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 65.57\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27178\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1564857000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"54\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rakesh Reddy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1369.47\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"25060\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1583260200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV333\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rakesh Reddy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 550.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"25060\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1583260200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV333\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rakesh Reddy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 65.57\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"25060\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1583260200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV333\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rakesh Reddy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 545.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"25060\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1583260200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV333\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rakesh Reddy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 208.9\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"25060\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1583260200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV333\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rakesh Reddy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 65.57\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27179\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1588530600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"55\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rakesh Reddy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 41.22\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27180\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1588530600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"56\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"test on 5'4\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 65.57\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27179\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1588530600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"55\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rakesh Reddy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 65.57\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27180\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1588530600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"56\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"test on 5'4\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 23.33\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27180\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1588530600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"56\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"test on 5'4\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 10.25\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27180\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1588530600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"56\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"test on 5'4\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 23.5\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27180\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1588530600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"56\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"test on 5'4\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 12.23\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27180\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1588530600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"56\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"test on 5'4\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 24.03\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27790\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1589481000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV338\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"test on 5'4 : test on 15'5\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 12.24\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27793\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1589481000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"57\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"test on 5'4 : test on 15'5\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10.56\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27794\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1589481000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"96\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"test on 5'4 : test on 15'5\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1.23\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27795\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1589481000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"97\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"test on 5'4 : test on 15'5\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 11.12\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27790\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1589481000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV338\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"test on 5'4 : test on 15'5\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10.72\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27790\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1589481000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV338\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"test on 5'4 : test on 15'5\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 11.12\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27793\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1589481000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"57\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"test on 5'4 : test on 15'5\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 10.56\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27794\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1589481000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"96\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"test on 5'4 : test on 15'5\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1.23\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27795\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1589481000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"97\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"test on 5'4 : test on 15'5\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 2.19\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27790\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1589481000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"INV338\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_invoice\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"test on 5'4 : test on 15'5\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1.12\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27793\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1589481000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"57\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"test on 5'4 : test on 15'5\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 255.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27897\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1590085800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"18\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_expenseReport\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Expenses : GH-Generic Expenses Acc\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 255.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27897\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1590085800\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"18\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_expenseReport\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 144.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27898\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1590604200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Burlington Textiles Corp of America\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 408.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27898\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1590604200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Burlington Textiles Corp of America\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 276.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27898\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1590604200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Burlington Textiles Corp of America\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27898\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1590604200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Burlington Textiles Corp of America\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 988.84\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27898\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1590604200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Burlington Textiles Corp of America\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 149.04\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27898\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1590604200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Burlington Textiles Corp of America\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1.8\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27898\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1590604200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Burlington Textiles Corp of America\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Cheque Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 65.57\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27901\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1590690600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"4\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_check\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rakesh Reddy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Refunds Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 65.57\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27900\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1590690600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"3\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashRefund\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rakesh Reddy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Refunds Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 65.57\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27901\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1590690600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"4\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_check\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rakesh Reddy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 60.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27899\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1590690600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashRefund\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Burlington Textiles Corp of America\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 170.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27899\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1590690600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashRefund\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Burlington Textiles Corp of America\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 115.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27899\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1590690600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashRefund\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Burlington Textiles Corp of America\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27899\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1590690600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashRefund\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Burlington Textiles Corp of America\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 65.57\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27900\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1590690600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"3\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashRefund\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rakesh Reddy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 65.57\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27902\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1590690600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"3\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 395.3\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27899\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1590690600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashRefund\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Burlington Textiles Corp of America\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 65.57\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27902\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1590690600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"3\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashSale\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 62.1\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27899\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1590690600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashRefund\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Burlington Textiles Corp of America\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 1.8\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"27899\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1590690600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"2\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_cashRefund\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Burlington Textiles Corp of America\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 77.37\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28008\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1592937000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"58\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"ABC Private Corporation\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 65.57\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28008\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1592937000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"58\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"ABC Private Corporation\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Sales IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 11.8\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"28008\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1592937000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"58\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_creditMemo\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"ABC Private Corporation\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable : Test Dhruvsoft Acc for Sales\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 11.7\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32508\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1598985000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"98\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 11.7\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32508\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1598985000\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"98\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Bilwala Groups\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 11710.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32509\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1599071400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"99\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 11710.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32509\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1599071400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"99\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Chandana Brothers\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 11.63\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32612\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601231400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"100\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 11.63\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32612\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601231400\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"100\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"GS Solutions\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 6195.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32713\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 4956.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32716\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 40.12\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32919\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 40.12\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32920\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 95.46\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32613\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"101\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"ABC Private Corporation\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 95.46\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32717\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"102\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"ABC Private Corporation\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 95.46\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32718\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"103\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"ABC Private Corporation\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accrued Purchases\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5250.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32713\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accrued Purchases\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 4200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32715\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"33\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_itemReceipt\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accrued Purchases\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32716\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accrued Purchases\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 34.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32918\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"34\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_itemReceipt\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accrued Purchases\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 34.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32919\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Advances Paid\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32715\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"33\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_itemReceipt\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Advances Paid\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 34.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32918\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"34\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_itemReceipt\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Cheque Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 40.12\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32920\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"5\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 95.46\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32613\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"101\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"ABC Private Corporation\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 95.46\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32717\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"102\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"ABC Private Corporation\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 95.46\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32718\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"103\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"ABC Private Corporation\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 945.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32713\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 756.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32716\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 6.12\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32919\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 11.8\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"33130\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601836200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 11.8\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"33131\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601836200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"3\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Receivable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 10.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"33231\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601836200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"104\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rakesh Reddy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accrued Purchases\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 10.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"33130\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601836200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Customer Deposits\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32921\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601836200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"4\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerDeposit\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"GH-Test Bank Account\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 11.8\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"33131\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601836200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"3\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorPayment\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 100.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32921\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601836200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"4\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerDeposit\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Kalpana G\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Undeposited Funds\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 10.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"33231\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601836200\n                            }\n                        ],\n                        \"tranId\": [\n                            {\n                                \"searchValue\": \"104\"\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_customerPayment\"\n                            }\n                        ]\n                    },\n                    \"customerMainJoin\": {\n                        \"altName\": [\n                            {\n                                \"searchValue\": \"Rakesh Reddy\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1.8\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"33130\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601836200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                }\n            ]\n        },\n        \"status\": {\n            \"isSuccess\": true\n        },\n        \"totalPages\": 2,\n        \"totalRecords\": 1164\n    }\n}"}],"_postman_id":"6951ab21-61b6-471c-8a2f-2310b091feaa"},{"name":"Retrieve saved search by where","id":"7b08eec4-fa95-4d0c-9468-9d278ee2a9a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"5"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/savedSearch?savedSearchId=155&searchType=Transaction&where=PostingPeriod=168+and+Subsidiary=1+and+Type=VendorBill","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PostingPeriod</td>\n<td>168</td>\n<td>Used to Include the Posting Period filter for the transaction request. e.g., PostingPeriod=168.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>VendorBill</td>\n<td>Used to Include the transaction Type filter for the request. e.g., Type=VendorBill.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","savedSearch"],"host":["api","prestructured","com"],"query":[{"key":"savedSearchId","value":"155"},{"key":"searchType","value":"Transaction"},{"key":"where","value":"PostingPeriod=168+and+Subsidiary=1+and+Type=VendorBill"},{"disabled":true,"key":"page","value":"90"}],"variable":[]}},"response":[{"id":"e816cc29-e472-40fb-aa07-b41925d44946","name":"Retrievesaved saved search by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"5"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/savedSearch?savedSearchId=155&searchType=Transaction&where=PostingPeriod=168+and+Subsidiary=1+and+Type=VendorBill","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","savedSearch"],"query":[{"key":"savedSearchId","value":"155"},{"key":"searchType","value":"Transaction"},{"key":"where","value":"PostingPeriod=168+and+Subsidiary=1+and+Type=VendorBill"},{"key":"page","value":"90","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Dec 2019 07:56:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"93454"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"searchResult\": {\n        \"pageIndex\": 1,\n        \"pageSize\": 1000,\n        \"searchId\": \"WEBSERVICES_5333445_SB1_100520201101227231731459419_ef2236a0\",\n        \"searchRowList\": {\n            \"searchRow\": [\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 6195.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32713\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 4956.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32716\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 40.12\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32919\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accrued Purchases\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 5250.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32713\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accrued Purchases\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 4200.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32716\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accrued Purchases\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 34.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32919\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 945.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32713\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 756.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32716\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 6.12\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"32919\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601490600\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accounts Payable\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"creditAmount\": [\n                            {\n                                \"searchValue\": 11.8\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"33130\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601836200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"Accrued Purchases\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 10.0\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"33130\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601836200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"accountJoin\": {\n                        \"name\": [\n                            {\n                                \"searchValue\": \"VAT on Purchases IN\"\n                            }\n                        ]\n                    },\n                    \"basic\": {\n                        \"debitAmount\": [\n                            {\n                                \"searchValue\": 1.8\n                            }\n                        ],\n                        \"internalId\": [\n                            {\n                                \"searchValue\": {\n                                    \"internalId\": \"33130\"\n                                }\n                            }\n                        ],\n                        \"tranDate\": [\n                            {\n                                \"searchValue\": 1601836200\n                            }\n                        ],\n                        \"type\": [\n                            {\n                                \"customLabel\": \"Type\",\n                                \"searchValue\": \"_vendorBill\"\n                            }\n                        ]\n                    }\n                }\n            ]\n        },\n        \"status\": {\n            \"isSuccess\": true\n        },\n        \"totalPages\": 1,\n        \"totalRecords\": 12\n    }\n}"}],"_postman_id":"7b08eec4-fa95-4d0c-9468-9d278ee2a9a1"}],"id":"08538c06-abfc-445b-a260-d0535bc998f4","event":[{"listen":"prerequest","script":{"id":"d51fd3f1-4a6d-4641-bb14-0af39853cb06","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"958f183e-d039-4d2e-8d5b-fe333541dac8","type":"text/javascript","exec":[""]}}],"_postman_id":"08538c06-abfc-445b-a260-d0535bc998f4","description":""}],"id":"46302de8-519a-4ec1-9df5-c9a0b91d8048","event":[{"listen":"prerequest","script":{"id":"5120ec1b-10d3-4767-b05e-6406b91deb14","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a7b7b890-6b5f-45ff-8165-556788390a43","type":"text/javascript","exec":[""]}}],"_postman_id":"46302de8-519a-4ec1-9df5-c9a0b91d8048","description":""},{"name":"Standard Items","item":[{"name":"GET","item":[{"name":"Retrieve standard Items","id":"7cc8e069-c074-448c-be7e-59a924343e37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/standardItem","description":"<p>This request created to get standard Items with negative Id's, returns description Item, discount Item,subtotal Item, item Group,markup Item. </p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","standardItem"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"006b6367-6817-4ea6-8c24-e8d1d1eb6dd2","name":"Retrieve standard Items","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/standardItem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Oct 2019 06:23:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1183"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"availableToPartners\": null,\r\n        \"class\": null,\r\n        \"createdDate\": 1542086911,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"description\": null,\r\n        \"displayName\": null,\r\n        \"externalId\": null,\r\n        \"includeChildren\": true,\r\n        \"internalId\": \"-2\",\r\n        \"isInactive\": false,\r\n        \"issueProduct\": null,\r\n        \"itemId\": \"Subtotal\",\r\n        \"lastModifiedDate\": 1542086911,\r\n        \"location\": null,\r\n        \"nullFieldList\": null,\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"externalId\": null,\r\n              \"internalId\": \"1\",\r\n              \"name\": \"Parent Company\",\r\n              \"type\": null\r\n            }\r\n          ]\r\n        },\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"availableToPartners\": null,\r\n        \"class\": null,\r\n        \"createdDate\": 1542086911,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"description\": null,\r\n        \"externalId\": null,\r\n        \"includeChildren\": true,\r\n        \"internalId\": \"-3\",\r\n        \"isInactive\": false,\r\n        \"issueProduct\": null,\r\n        \"itemId\": \"Description Test\",\r\n        \"lastModifiedDate\": 1583227727,\r\n        \"location\": null,\r\n        \"nullFieldList\": null,\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"externalId\": null,\r\n              \"internalId\": \"1\",\r\n              \"name\": \"Parent Company\",\r\n              \"type\": null\r\n            }\r\n          ]\r\n        },\r\n        \"translationsList\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"availableToPartners\": null,\r\n        \"class\": null,\r\n        \"createdDate\": 1542086911,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"defaultItemShipMethod\": null,\r\n        \"department\": null,\r\n        \"description\": null,\r\n        \"displayName\": null,\r\n        \"externalId\": null,\r\n        \"includeChildren\": true,\r\n        \"includeStartEndLines\": false,\r\n        \"internalId\": \"-4\",\r\n        \"isInactive\": false,\r\n        \"isVsoeBundle\": null,\r\n        \"issueProduct\": null,\r\n        \"itemCarrier\": null,\r\n        \"itemId\": \"Billable Group\",\r\n        \"itemShipMethodList\": null,\r\n        \"lastModifiedDate\": 1542086911,\r\n        \"location\": null,\r\n        \"memberList\": null,\r\n        \"nullFieldList\": null,\r\n        \"parent\": null,\r\n        \"printItems\": false,\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"externalId\": null,\r\n              \"internalId\": \"1\",\r\n              \"name\": \"Parent Company\",\r\n              \"type\": null\r\n            }\r\n          ]\r\n        },\r\n        \"translationsList\": null,\r\n        \"upcCode\": null,\r\n        \"vendorName\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"availableToPartners\": null,\r\n        \"class\": null,\r\n        \"createdDate\": 1542086911,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"deferredRevenueAccount\": null,\r\n        \"department\": null,\r\n        \"description\": null,\r\n        \"displayName\": null,\r\n        \"expenseAccount\": null,\r\n        \"externalId\": null,\r\n        \"includeChildren\": true,\r\n        \"incomeAccount\": null,\r\n        \"internalId\": \"-5\",\r\n        \"isInactive\": false,\r\n        \"isPreTax\": false,\r\n        \"issueProduct\": null,\r\n        \"itemId\": \"Billable Expense Markup\",\r\n        \"lastModifiedDate\": 1542086911,\r\n        \"location\": null,\r\n        \"nonPosting\": true,\r\n        \"nullFieldList\": null,\r\n        \"parent\": null,\r\n        \"rate\": null,\r\n        \"revRecSchedule\": null,\r\n        \"salesTaxCode\": null,\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"externalId\": null,\r\n              \"internalId\": \"1\",\r\n              \"name\": \"Parent Company\",\r\n              \"type\": null\r\n            }\r\n          ]\r\n        },\r\n        \"taxSchedule\": null,\r\n        \"translationsList\": null,\r\n        \"upcCode\": null,\r\n        \"vendorName\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": null,\r\n        \"availableToPartners\": null,\r\n        \"class\": null,\r\n        \"createdDate\": 1542086911,\r\n        \"customFieldList\": null,\r\n        \"customForm\": null,\r\n        \"deferredRevenueAccount\": null,\r\n        \"department\": null,\r\n        \"description\": null,\r\n        \"displayName\": null,\r\n        \"expenseAccount\": null,\r\n        \"externalId\": null,\r\n        \"includeChildren\": true,\r\n        \"incomeAccount\": null,\r\n        \"internalId\": \"-6\",\r\n        \"isInactive\": false,\r\n        \"isPreTax\": false,\r\n        \"issueProduct\": null,\r\n        \"itemId\": \"Partner Discount\",\r\n        \"lastModifiedDate\": 1542086911,\r\n        \"location\": null,\r\n        \"nonPosting\": true,\r\n        \"nullFieldList\": null,\r\n        \"parent\": null,\r\n        \"rate\": null,\r\n        \"revRecSchedule\": null,\r\n        \"salesTaxCode\": null,\r\n        \"subsidiaryList\": {\r\n          \"recordRef\": [\r\n            {\r\n              \"externalId\": null,\r\n              \"internalId\": \"1\",\r\n              \"name\": \"Parent Company\",\r\n              \"type\": null\r\n            }\r\n          ]\r\n        },\r\n        \"taxSchedule\": null,\r\n        \"translationsList\": null,\r\n        \"upcCode\": null,\r\n        \"vendorName\": null\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  }\r\n}"}],"_postman_id":"7cc8e069-c074-448c-be7e-59a924343e37"}],"id":"88b717d4-4a89-46ee-831f-3e48a5f70852","_postman_id":"88b717d4-4a89-46ee-831f-3e48a5f70852","description":""}],"id":"29399913-0e7a-4352-9829-0ce831ccede7","event":[{"listen":"prerequest","script":{"id":"c8ae98f6-aebe-41c0-9dc4-2da4be1eedb9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7d4d69cf-8ac9-4766-9af1-adc6bc10e3e1","type":"text/javascript","exec":[""]}}],"_postman_id":"29399913-0e7a-4352-9829-0ce831ccede7","description":""},{"name":"State","item":[{"name":"GET","item":[{"name":"Retrieve State","id":"b38ce6ec-954f-4f23-a684-961382def1e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/state","urlObject":{"protocol":"https","path":["netsuite","v0","state"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"24c6f2bd-2c11-4e44-8fc9-94e60d21a48f","name":"Retrieve State","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/state"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"readResponse\": {\r\n        \"_australia\": [\r\n            {\r\n                \"country\": \"_australia\",\r\n                \"fullName\": \"Australian Capital Territory\",\r\n                \"internalId\": \"400\",\r\n                \"shortname\": \"ACT\"\r\n            },\r\n            {\r\n                \"country\": \"_australia\",\r\n                \"fullName\": \"New South Wales\",\r\n                \"internalId\": \"401\",\r\n                \"shortname\": \"NSW\"\r\n            },\r\n            {\r\n                \"country\": \"_australia\",\r\n                \"fullName\": \"Northern Territory\",\r\n                \"internalId\": \"402\",\r\n                \"shortname\": \"NT\"\r\n            },\r\n            {\r\n                \"country\": \"_australia\",\r\n                \"fullName\": \"Queensland\",\r\n                \"internalId\": \"403\",\r\n                \"shortname\": \"QLD\"\r\n            },\r\n            {\r\n                \"country\": \"_australia\",\r\n                \"fullName\": \"South Australia\",\r\n                \"internalId\": \"404\",\r\n                \"shortname\": \"SA\"\r\n            },\r\n            {\r\n                \"country\": \"_australia\",\r\n                \"fullName\": \"Tasmania\",\r\n                \"internalId\": \"405\",\r\n                \"shortname\": \"TAS\"\r\n            },\r\n            {\r\n                \"country\": \"_australia\",\r\n                \"fullName\": \"Victoria\",\r\n                \"internalId\": \"406\",\r\n                \"shortname\": \"VIC\"\r\n            },\r\n            {\r\n                \"country\": \"_australia\",\r\n                \"fullName\": \"Western Australia\",\r\n                \"internalId\": \"407\",\r\n                \"shortname\": \"WA\"\r\n            }\r\n        ],\r\n        \"_canada\": [\r\n            {\r\n                \"country\": \"_canada\",\r\n                \"fullName\": \"Alberta\",\r\n                \"internalId\": \"101\",\r\n                \"shortname\": \"AB\"\r\n            },\r\n            {\r\n                \"country\": \"_canada\",\r\n                \"fullName\": \"British Columbia\",\r\n                \"internalId\": \"102\",\r\n                \"shortname\": \"BC\"\r\n            },\r\n            {\r\n                \"country\": \"_canada\",\r\n                \"fullName\": \"Manitoba\",\r\n                \"internalId\": \"103\",\r\n                \"shortname\": \"MB\"\r\n            },\r\n            {\r\n                \"country\": \"_canada\",\r\n                \"fullName\": \"New Brunswick\",\r\n                \"internalId\": \"104\",\r\n                \"shortname\": \"NB\"\r\n            },\r\n            {\r\n                \"country\": \"_canada\",\r\n                \"fullName\": \"Newfoundland\",\r\n                \"internalId\": \"105\",\r\n                \"shortname\": \"NL\"\r\n            },\r\n            {\r\n                \"country\": \"_canada\",\r\n                \"fullName\": \"Nova Scotia\",\r\n                \"internalId\": \"106\",\r\n                \"shortname\": \"NS\"\r\n            },\r\n            {\r\n                \"country\": \"_canada\",\r\n                \"fullName\": \"Northwest Territories\",\r\n                \"internalId\": \"107\",\r\n                \"shortname\": \"NT\"\r\n            },\r\n            {\r\n                \"country\": \"_canada\",\r\n                \"fullName\": \"Nunavut\",\r\n                \"internalId\": \"108\",\r\n                \"shortname\": \"NU\"\r\n            },\r\n            {\r\n                \"country\": \"_canada\",\r\n                \"fullName\": \"Ontario\",\r\n                \"internalId\": \"109\",\r\n                \"shortname\": \"ON\"\r\n            },\r\n            {\r\n                \"country\": \"_canada\",\r\n                \"fullName\": \"Prince Edward Island\",\r\n                \"internalId\": \"110\",\r\n                \"shortname\": \"PE\"\r\n            },\r\n            {\r\n                \"country\": \"_canada\",\r\n                \"fullName\": \"Quebec\",\r\n                \"internalId\": \"111\",\r\n                \"shortname\": \"QC\"\r\n            },\r\n            {\r\n                \"country\": \"_canada\",\r\n                \"fullName\": \"Saskatchewan\",\r\n                \"internalId\": \"112\",\r\n                \"shortname\": \"SK\"\r\n            },\r\n            {\r\n                \"country\": \"_canada\",\r\n                \"fullName\": \"Yukon\",\r\n                \"internalId\": \"113\",\r\n                \"shortname\": \"YT\"\r\n            }\r\n        ],\r\n        \"_china\": [\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Heilongjiang Province\",\r\n                \"internalId\": \"601\",\r\n                \"shortname\": \"黑龙江省\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Jilin Province\",\r\n                \"internalId\": \"602\",\r\n                \"shortname\": \"吉林省\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Liaoning Province\",\r\n                \"internalId\": \"603\",\r\n                \"shortname\": \"辽宁省\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Neimenggu A. R.\",\r\n                \"internalId\": \"604\",\r\n                \"shortname\": \"内蒙古\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Gansu Province\",\r\n                \"internalId\": \"605\",\r\n                \"shortname\": \"甘肃省\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Ningxia A. R.\",\r\n                \"internalId\": \"606\",\r\n                \"shortname\": \"宁夏回族自治区\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Xinjiang A. R.\",\r\n                \"internalId\": \"607\",\r\n                \"shortname\": \"新疆维吾尔族自治区\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Qinghai Province\",\r\n                \"internalId\": \"608\",\r\n                \"shortname\": \"青海省\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Hebei Province\",\r\n                \"internalId\": \"609\",\r\n                \"shortname\": \"河北省\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Henan Province\",\r\n                \"internalId\": \"610\",\r\n                \"shortname\": \"河南省\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Shandong Province\",\r\n                \"internalId\": \"611\",\r\n                \"shortname\": \"山东省\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Shanxi Province\",\r\n                \"internalId\": \"612\",\r\n                \"shortname\": \"山西省\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Shaanxi Province\",\r\n                \"internalId\": \"613\",\r\n                \"shortname\": \"陕西省\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Jiangsu Province\",\r\n                \"internalId\": \"614\",\r\n                \"shortname\": \"江苏省\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Zhejiang Province\",\r\n                \"internalId\": \"615\",\r\n                \"shortname\": \"浙江省\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Anhui Province\",\r\n                \"internalId\": \"616\",\r\n                \"shortname\": \"安徽省\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Hubei Province\",\r\n                \"internalId\": \"617\",\r\n                \"shortname\": \"湖北省\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Hunan Province\",\r\n                \"internalId\": \"618\",\r\n                \"shortname\": \"湖南省\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Sichuan Province\",\r\n                \"internalId\": \"619\",\r\n                \"shortname\": \"四川省\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Guizhou Province\",\r\n                \"internalId\": \"620\",\r\n                \"shortname\": \"贵州省\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Jiangxi Province\",\r\n                \"internalId\": \"621\",\r\n                \"shortname\": \"江西省\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Guangdong Province\",\r\n                \"internalId\": \"622\",\r\n                \"shortname\": \"广东省\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Guangxi A. R.\",\r\n                \"internalId\": \"623\",\r\n                \"shortname\": \"广西壮族自治区\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Yunnan Province\",\r\n                \"internalId\": \"624\",\r\n                \"shortname\": \"云南省\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Hainan Province\",\r\n                \"internalId\": \"625\",\r\n                \"shortname\": \"海南省\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Xizang A. R.\",\r\n                \"internalId\": \"626\",\r\n                \"shortname\": \"西藏藏族自治区\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Beijing\",\r\n                \"internalId\": \"627\",\r\n                \"shortname\": \"北京市\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Shanghai\",\r\n                \"internalId\": \"628\",\r\n                \"shortname\": \"上海市\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Tianjin\",\r\n                \"internalId\": \"629\",\r\n                \"shortname\": \"天津市\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Chongqing\",\r\n                \"internalId\": \"630\",\r\n                \"shortname\": \"重庆市\"\r\n            },\r\n            {\r\n                \"country\": \"_china\",\r\n                \"fullName\": \"Fujian Province\",\r\n                \"internalId\": \"631\",\r\n                \"shortname\": \"福建省\"\r\n            }\r\n        ],\r\n        \"_india\": [\r\n            {\r\n                \"country\": \"_india\",\r\n                \"fullName\": \"Telangana\",\r\n                \"internalId\": \"30000\",\r\n                \"shortname\": \"TS\"\r\n            }\r\n        ],\r\n        \"_japan\": [\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Hokkaidō\",\r\n                \"internalId\": \"700\",\r\n                \"shortname\": \"北海道\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Aomori\",\r\n                \"internalId\": \"701\",\r\n                \"shortname\": \"青森県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Iwate\",\r\n                \"internalId\": \"702\",\r\n                \"shortname\": \"岩手県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Miyagi\",\r\n                \"internalId\": \"703\",\r\n                \"shortname\": \"宮城県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Akita\",\r\n                \"internalId\": \"704\",\r\n                \"shortname\": \"秋田県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Yamagata\",\r\n                \"internalId\": \"705\",\r\n                \"shortname\": \"山形県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Fukushima\",\r\n                \"internalId\": \"706\",\r\n                \"shortname\": \"福島県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Ibaraki\",\r\n                \"internalId\": \"707\",\r\n                \"shortname\": \"茨城県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Tochigi\",\r\n                \"internalId\": \"708\",\r\n                \"shortname\": \"栃木県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Gunma\",\r\n                \"internalId\": \"709\",\r\n                \"shortname\": \"群馬県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Saitama\",\r\n                \"internalId\": \"710\",\r\n                \"shortname\": \"埼玉県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Chiba\",\r\n                \"internalId\": \"711\",\r\n                \"shortname\": \"千葉県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Tokyo\",\r\n                \"internalId\": \"712\",\r\n                \"shortname\": \"東京都\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Kanagawa\",\r\n                \"internalId\": \"713\",\r\n                \"shortname\": \"神奈川県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Niigata\",\r\n                \"internalId\": \"714\",\r\n                \"shortname\": \"新潟県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Toyama\",\r\n                \"internalId\": \"715\",\r\n                \"shortname\": \"富山県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Ishikawa\",\r\n                \"internalId\": \"716\",\r\n                \"shortname\": \"石川県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Fukui\",\r\n                \"internalId\": \"717\",\r\n                \"shortname\": \"福井県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Yamanashi\",\r\n                \"internalId\": \"718\",\r\n                \"shortname\": \"山梨県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Nagano\",\r\n                \"internalId\": \"719\",\r\n                \"shortname\": \"長野県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Gifu\",\r\n                \"internalId\": \"720\",\r\n                \"shortname\": \"岐阜県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Shizuoka\",\r\n                \"internalId\": \"721\",\r\n                \"shortname\": \"静岡県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Aichi\",\r\n                \"internalId\": \"722\",\r\n                \"shortname\": \"愛知県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Mie\",\r\n                \"internalId\": \"723\",\r\n                \"shortname\": \"三重県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Shiga\",\r\n                \"internalId\": \"724\",\r\n                \"shortname\": \"滋賀県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Kyoto\",\r\n                \"internalId\": \"725\",\r\n                \"shortname\": \"京都府\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Osaka\",\r\n                \"internalId\": \"726\",\r\n                \"shortname\": \"大阪府\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Hyōgo\",\r\n                \"internalId\": \"727\",\r\n                \"shortname\": \"兵庫県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Nara\",\r\n                \"internalId\": \"728\",\r\n                \"shortname\": \"奈良県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Wakayama\",\r\n                \"internalId\": \"729\",\r\n                \"shortname\": \"和歌山県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Tottori\",\r\n                \"internalId\": \"730\",\r\n                \"shortname\": \"鳥取県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Shimane\",\r\n                \"internalId\": \"731\",\r\n                \"shortname\": \"島根県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Okayama\",\r\n                \"internalId\": \"732\",\r\n                \"shortname\": \"岡山県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Hiroshima\",\r\n                \"internalId\": \"733\",\r\n                \"shortname\": \"広島県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Yamaguchi\",\r\n                \"internalId\": \"734\",\r\n                \"shortname\": \"山口県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Tokushima\",\r\n                \"internalId\": \"735\",\r\n                \"shortname\": \"徳島県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Kagawa\",\r\n                \"internalId\": \"736\",\r\n                \"shortname\": \"香川県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Ehime\",\r\n                \"internalId\": \"737\",\r\n                \"shortname\": \"愛媛県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Kochi\",\r\n                \"internalId\": \"738\",\r\n                \"shortname\": \"高知県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Fukuoka\",\r\n                \"internalId\": \"739\",\r\n                \"shortname\": \"福岡県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Saga\",\r\n                \"internalId\": \"740\",\r\n                \"shortname\": \"佐賀県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Nagasaki\",\r\n                \"internalId\": \"741\",\r\n                \"shortname\": \"長崎県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Kumamoto\",\r\n                \"internalId\": \"742\",\r\n                \"shortname\": \"熊本県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Ōita\",\r\n                \"internalId\": \"743\",\r\n                \"shortname\": \"大分県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Miyazaki\",\r\n                \"internalId\": \"744\",\r\n                \"shortname\": \"宮崎県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Kagoshima\",\r\n                \"internalId\": \"745\",\r\n                \"shortname\": \"鹿児島県\"\r\n            },\r\n            {\r\n                \"country\": \"_japan\",\r\n                \"fullName\": \"Okinawa\",\r\n                \"internalId\": \"746\",\r\n                \"shortname\": \"沖縄県\"\r\n            }\r\n        ],\r\n        \"_mexico\": [\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Aguascalientes\",\r\n                \"internalId\": \"500\",\r\n                \"shortname\": \"AGS\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Baja California Norte (obsolete)\",\r\n                \"internalId\": \"501\",\r\n                \"shortname\": \"BCN\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Baja California Sur\",\r\n                \"internalId\": \"502\",\r\n                \"shortname\": \"BCS\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Campeche\",\r\n                \"internalId\": \"503\",\r\n                \"shortname\": \"CAM\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Chiapas\",\r\n                \"internalId\": \"504\",\r\n                \"shortname\": \"CHIS\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Chihuahua\",\r\n                \"internalId\": \"505\",\r\n                \"shortname\": \"CHIH\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Coahuila\",\r\n                \"internalId\": \"506\",\r\n                \"shortname\": \"COAH\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Colima\",\r\n                \"internalId\": \"507\",\r\n                \"shortname\": \"COL\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Distrito Federal (obsolete)\",\r\n                \"internalId\": \"508\",\r\n                \"shortname\": \"DF\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Durango\",\r\n                \"internalId\": \"509\",\r\n                \"shortname\": \"DGO\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Guanajuato\",\r\n                \"internalId\": \"510\",\r\n                \"shortname\": \"GTO\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Guerrero\",\r\n                \"internalId\": \"511\",\r\n                \"shortname\": \"GRO\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Hidalgo\",\r\n                \"internalId\": \"512\",\r\n                \"shortname\": \"HGO\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Jalisco\",\r\n                \"internalId\": \"513\",\r\n                \"shortname\": \"JAL\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"México (Estado de)\",\r\n                \"internalId\": \"514\",\r\n                \"shortname\": \"MEX\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Michoacán\",\r\n                \"internalId\": \"515\",\r\n                \"shortname\": \"MICH\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Morelos\",\r\n                \"internalId\": \"516\",\r\n                \"shortname\": \"MOR\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Nayarit\",\r\n                \"internalId\": \"517\",\r\n                \"shortname\": \"NAY\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Nuevo León\",\r\n                \"internalId\": \"518\",\r\n                \"shortname\": \"NL\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Oaxaca\",\r\n                \"internalId\": \"519\",\r\n                \"shortname\": \"OAX\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Puebla\",\r\n                \"internalId\": \"520\",\r\n                \"shortname\": \"PUE\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Querétaro\",\r\n                \"internalId\": \"521\",\r\n                \"shortname\": \"QRO\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Quintana Roo\",\r\n                \"internalId\": \"522\",\r\n                \"shortname\": \"QROO\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Baja California\",\r\n                \"internalId\": \"532\",\r\n                \"shortname\": \"BC\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Mexico City\",\r\n                \"internalId\": \"533\",\r\n                \"shortname\": \"CDMX\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"San Luis Potosí\",\r\n                \"internalId\": \"523\",\r\n                \"shortname\": \"SLP\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Sinaloa\",\r\n                \"internalId\": \"524\",\r\n                \"shortname\": \"SIN\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Sonora\",\r\n                \"internalId\": \"525\",\r\n                \"shortname\": \"SON\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Tabasco\",\r\n                \"internalId\": \"526\",\r\n                \"shortname\": \"TAB\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Tamaulipas\",\r\n                \"internalId\": \"527\",\r\n                \"shortname\": \"TAMPS\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Tlaxcala\",\r\n                \"internalId\": \"528\",\r\n                \"shortname\": \"TLAX\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Veracruz\",\r\n                \"internalId\": \"529\",\r\n                \"shortname\": \"VER\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Yucatán\",\r\n                \"internalId\": \"530\",\r\n                \"shortname\": \"YUC\"\r\n            },\r\n            {\r\n                \"country\": \"_mexico\",\r\n                \"fullName\": \"Zacatecas\",\r\n                \"internalId\": \"531\",\r\n                \"shortname\": \"ZAC\"\r\n            }\r\n        ],\r\n        \"_unitedKingdom\": [\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Aberdeenshire\",\r\n                \"internalId\": \"201\",\r\n                \"shortname\": \"Aberdeenshire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Angus\",\r\n                \"internalId\": \"202\",\r\n                \"shortname\": \"Angus\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Argyll\",\r\n                \"internalId\": \"203\",\r\n                \"shortname\": \"Argyll\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Avon\",\r\n                \"internalId\": \"204\",\r\n                \"shortname\": \"Avon\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Ayrshire\",\r\n                \"internalId\": \"205\",\r\n                \"shortname\": \"Ayrshire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Banffshire\",\r\n                \"internalId\": \"206\",\r\n                \"shortname\": \"Banffshire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Bedfordshire\",\r\n                \"internalId\": \"207\",\r\n                \"shortname\": \"Beds.\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Berkshire\",\r\n                \"internalId\": \"208\",\r\n                \"shortname\": \"Berks.\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Berwickshire\",\r\n                \"internalId\": \"209\",\r\n                \"shortname\": \"Berwickshire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Buckinghamshire\",\r\n                \"internalId\": \"210\",\r\n                \"shortname\": \"Bucks.\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Caithness\",\r\n                \"internalId\": \"211\",\r\n                \"shortname\": \"Caithness\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Cambridgeshire\",\r\n                \"internalId\": \"212\",\r\n                \"shortname\": \"Cambs.\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Cheshire\",\r\n                \"internalId\": \"213\",\r\n                \"shortname\": \"Ches.\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Clackmannanshire\",\r\n                \"internalId\": \"214\",\r\n                \"shortname\": \"Clackmannanshire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Cleveland\",\r\n                \"internalId\": \"215\",\r\n                \"shortname\": \"Cleveland\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Clwyd\",\r\n                \"internalId\": \"216\",\r\n                \"shortname\": \"Clwyd\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Cornwall\",\r\n                \"internalId\": \"217\",\r\n                \"shortname\": \"Cornwall\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"County Antrim\",\r\n                \"internalId\": \"218\",\r\n                \"shortname\": \"Co Antrim\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"County Armagh\",\r\n                \"internalId\": \"219\",\r\n                \"shortname\": \"Co Armagh\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"County Down\",\r\n                \"internalId\": \"220\",\r\n                \"shortname\": \"Co Down\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"County Fermanagh\",\r\n                \"internalId\": \"221\",\r\n                \"shortname\": \"Co Fermanagh\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"County Londonderry\",\r\n                \"internalId\": \"222\",\r\n                \"shortname\": \"Co Londonderry\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"County Tyrone\",\r\n                \"internalId\": \"223\",\r\n                \"shortname\": \"Co Tyrone\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Cumbria\",\r\n                \"internalId\": \"225\",\r\n                \"shortname\": \"Cumbria\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Derbyshire\",\r\n                \"internalId\": \"226\",\r\n                \"shortname\": \"Derbys.\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Devon\",\r\n                \"internalId\": \"227\",\r\n                \"shortname\": \"Devon\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Dorset\",\r\n                \"internalId\": \"228\",\r\n                \"shortname\": \"Dorset\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Dumfriesshire\",\r\n                \"internalId\": \"229\",\r\n                \"shortname\": \"Dumfriesshire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Dunbartonshire\",\r\n                \"internalId\": \"230\",\r\n                \"shortname\": \"Dunbartonshire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"County Durham\",\r\n                \"internalId\": \"231\",\r\n                \"shortname\": \"Durham\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Dyfed\",\r\n                \"internalId\": \"232\",\r\n                \"shortname\": \"Dyfed\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"East Sussex\",\r\n                \"internalId\": \"233\",\r\n                \"shortname\": \"E Sussex\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"East Lothian\",\r\n                \"internalId\": \"234\",\r\n                \"shortname\": \"E Lothian\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Essex\",\r\n                \"internalId\": \"235\",\r\n                \"shortname\": \"Essex\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Fife\",\r\n                \"internalId\": \"236\",\r\n                \"shortname\": \"Fife\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Gloucestershire\",\r\n                \"internalId\": \"237\",\r\n                \"shortname\": \"Gloucs.\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Greater London\",\r\n                \"internalId\": \"238\",\r\n                \"shortname\": \"London\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Gwent\",\r\n                \"internalId\": \"239\",\r\n                \"shortname\": \"Gwent\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Gwynedd\",\r\n                \"internalId\": \"240\",\r\n                \"shortname\": \"Gwynedd\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Hampshire\",\r\n                \"internalId\": \"241\",\r\n                \"shortname\": \"Hants.\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Herefordshire\",\r\n                \"internalId\": \"242\",\r\n                \"shortname\": \"Hereford\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Hertfordshire\",\r\n                \"internalId\": \"243\",\r\n                \"shortname\": \"Herts.\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Inverness-shire\",\r\n                \"internalId\": \"245\",\r\n                \"shortname\": \"Inverness-shire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Isle of Arran\",\r\n                \"internalId\": \"246\",\r\n                \"shortname\": \"Isle of Arran\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Isle of Barra\",\r\n                \"internalId\": \"247\",\r\n                \"shortname\": \"Isle of Barra\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Isle of Benbecula\",\r\n                \"internalId\": \"248\",\r\n                \"shortname\": \"Isle of Benbecula\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Isle of Bute\",\r\n                \"internalId\": \"249\",\r\n                \"shortname\": \"Isle of Bute\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Isle of Canna\",\r\n                \"internalId\": \"250\",\r\n                \"shortname\": \"Isle of Canna\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Isle of Coll\",\r\n                \"internalId\": \"251\",\r\n                \"shortname\": \"Isle of Coll\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Isle of Colonsay\",\r\n                \"internalId\": \"252\",\r\n                \"shortname\": \"Isle of Colonsay\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Isle of Cumbrae\",\r\n                \"internalId\": \"253\",\r\n                \"shortname\": \"Isle of Cumbrae\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Isle of Eigg\",\r\n                \"internalId\": \"254\",\r\n                \"shortname\": \"Isle of Eigg\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Isle of Gigha\",\r\n                \"internalId\": \"255\",\r\n                \"shortname\": \"Isle of Gigha\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Isle of Harris\",\r\n                \"internalId\": \"256\",\r\n                \"shortname\": \"Isle of Harris\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Isle of Islay\",\r\n                \"internalId\": \"257\",\r\n                \"shortname\": \"Isle of Islay\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Isle of Iona\",\r\n                \"internalId\": \"258\",\r\n                \"shortname\": \"Isle of Iona\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Isle of Jura\",\r\n                \"internalId\": \"259\",\r\n                \"shortname\": \"Isle of Jura\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Isle of Lewis\",\r\n                \"internalId\": \"260\",\r\n                \"shortname\": \"Isle of Lewis\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Isle of Mull\",\r\n                \"internalId\": \"261\",\r\n                \"shortname\": \"Isle of Mull\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Isle of North Uist\",\r\n                \"internalId\": \"262\",\r\n                \"shortname\": \"Isle of North Uist\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Isle of Rum\",\r\n                \"internalId\": \"263\",\r\n                \"shortname\": \"Isle of Rum\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Isle of Scalpay\",\r\n                \"internalId\": \"264\",\r\n                \"shortname\": \"Isle of Scalpay\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Isle of Skye\",\r\n                \"internalId\": \"265\",\r\n                \"shortname\": \"Isle of Skye\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Isle of South Uist\",\r\n                \"internalId\": \"266\",\r\n                \"shortname\": \"Isle of South Uist\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Isle of Tiree\",\r\n                \"internalId\": \"267\",\r\n                \"shortname\": \"Isle of Tiree\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Isle of Wight\",\r\n                \"internalId\": \"268\",\r\n                \"shortname\": \"Isle of Wight\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Kent\",\r\n                \"internalId\": \"269\",\r\n                \"shortname\": \"Kent\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Kincardineshire\",\r\n                \"internalId\": \"270\",\r\n                \"shortname\": \"Kincardineshire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Kinross-shire\",\r\n                \"internalId\": \"271\",\r\n                \"shortname\": \"Kinross-shire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Kirkcudbrightshire\",\r\n                \"internalId\": \"272\",\r\n                \"shortname\": \"Kirkcudbrightshire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Lanarkshire\",\r\n                \"internalId\": \"273\",\r\n                \"shortname\": \"Lanarkshire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Lancashire\",\r\n                \"internalId\": \"274\",\r\n                \"shortname\": \"Lancs.\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Leicestershire\",\r\n                \"internalId\": \"275\",\r\n                \"shortname\": \"Leics.\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Lincolnshire\",\r\n                \"internalId\": \"276\",\r\n                \"shortname\": \"Lincs.\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Merseyside\",\r\n                \"internalId\": \"277\",\r\n                \"shortname\": \"Merseyside\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Mid Glamorgan\",\r\n                \"internalId\": \"278\",\r\n                \"shortname\": \"M Glam\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Mid Lothian\",\r\n                \"internalId\": \"279\",\r\n                \"shortname\": \"Mid Lothian\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Middlesex\",\r\n                \"internalId\": \"280\",\r\n                \"shortname\": \"Middx.\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Morayshire\",\r\n                \"internalId\": \"281\",\r\n                \"shortname\": \"Morayshire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Nairnshire\",\r\n                \"internalId\": \"282\",\r\n                \"shortname\": \"Nairnshire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Norfolk\",\r\n                \"internalId\": \"283\",\r\n                \"shortname\": \"Norfolk\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"North Humberside\",\r\n                \"internalId\": \"284\",\r\n                \"shortname\": \"N Humberside\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"North Yorkshire\",\r\n                \"internalId\": \"285\",\r\n                \"shortname\": \"N Yorkshire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Northamptonshire\",\r\n                \"internalId\": \"286\",\r\n                \"shortname\": \"Northants.\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Northumberland\",\r\n                \"internalId\": \"287\",\r\n                \"shortname\": \"Northumberland\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Nottinghamshire\",\r\n                \"internalId\": \"288\",\r\n                \"shortname\": \"Notts.\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Oxfordshire\",\r\n                \"internalId\": \"289\",\r\n                \"shortname\": \"Oxon.\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Peeblesshire\",\r\n                \"internalId\": \"290\",\r\n                \"shortname\": \"Peeblesshire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Perthshire\",\r\n                \"internalId\": \"291\",\r\n                \"shortname\": \"Perthshire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Powys\",\r\n                \"internalId\": \"292\",\r\n                \"shortname\": \"Powys\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Renfrewshire\",\r\n                \"internalId\": \"293\",\r\n                \"shortname\": \"Renfrewshire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Ross-shire\",\r\n                \"internalId\": \"294\",\r\n                \"shortname\": \"Ross-shire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Roxburghshire\",\r\n                \"internalId\": \"295\",\r\n                \"shortname\": \"Roxburghshire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Shropshire\",\r\n                \"internalId\": \"297\",\r\n                \"shortname\": \"Shrops\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Selkirkshire\",\r\n                \"internalId\": \"298\",\r\n                \"shortname\": \"Selkirkshire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Somerset\",\r\n                \"internalId\": \"299\",\r\n                \"shortname\": \"Somt.\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"South Glamorgan\",\r\n                \"internalId\": \"300\",\r\n                \"shortname\": \"S Glam\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"South Humberside\",\r\n                \"internalId\": \"301\",\r\n                \"shortname\": \"S Humberside\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"South Yorkshire\",\r\n                \"internalId\": \"302\",\r\n                \"shortname\": \"S Yorkshire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Staffordshire\",\r\n                \"internalId\": \"303\",\r\n                \"shortname\": \"Staffs.\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Stirlingshire\",\r\n                \"internalId\": \"304\",\r\n                \"shortname\": \"Stirlingshire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Suffolk\",\r\n                \"internalId\": \"305\",\r\n                \"shortname\": \"Suffolk\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Surrey\",\r\n                \"internalId\": \"306\",\r\n                \"shortname\": \"Surrey\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Sutherland\",\r\n                \"internalId\": \"307\",\r\n                \"shortname\": \"Sutherland\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Tyne and Wear\",\r\n                \"internalId\": \"308\",\r\n                \"shortname\": \"Tyne & Wear\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Warwickshire\",\r\n                \"internalId\": \"309\",\r\n                \"shortname\": \"Warks\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"West Glamorgan\",\r\n                \"internalId\": \"310\",\r\n                \"shortname\": \"W Glam\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"West Lothian\",\r\n                \"internalId\": \"311\",\r\n                \"shortname\": \"W Lothian\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"West Midlands\",\r\n                \"internalId\": \"312\",\r\n                \"shortname\": \"W Midlands\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"West Sussex\",\r\n                \"internalId\": \"313\",\r\n                \"shortname\": \"W Sussex\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"West Yorkshire\",\r\n                \"internalId\": \"314\",\r\n                \"shortname\": \"W Yorkshire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Wigtownshire\",\r\n                \"internalId\": \"315\",\r\n                \"shortname\": \"Wigtownshire\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Wiltshire\",\r\n                \"internalId\": \"316\",\r\n                \"shortname\": \"Wilts\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedKingdom\",\r\n                \"fullName\": \"Worcestershire\",\r\n                \"internalId\": \"317\",\r\n                \"shortname\": \"Worcs\"\r\n            }\r\n        ],\r\n        \"_unitedStates\": [\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Alabama\",\r\n                \"internalId\": \"0\",\r\n                \"shortname\": \"AL\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Alaska\",\r\n                \"internalId\": \"1\",\r\n                \"shortname\": \"AK\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Arizona\",\r\n                \"internalId\": \"2\",\r\n                \"shortname\": \"AZ\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Arkansas\",\r\n                \"internalId\": \"3\",\r\n                \"shortname\": \"AR\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"California\",\r\n                \"internalId\": \"4\",\r\n                \"shortname\": \"CA\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Colorado\",\r\n                \"internalId\": \"5\",\r\n                \"shortname\": \"CO\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Connecticut\",\r\n                \"internalId\": \"6\",\r\n                \"shortname\": \"CT\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Delaware\",\r\n                \"internalId\": \"7\",\r\n                \"shortname\": \"DE\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"District of Columbia\",\r\n                \"internalId\": \"8\",\r\n                \"shortname\": \"DC\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Florida\",\r\n                \"internalId\": \"9\",\r\n                \"shortname\": \"FL\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Georgia\",\r\n                \"internalId\": \"10\",\r\n                \"shortname\": \"GA\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Hawaii\",\r\n                \"internalId\": \"11\",\r\n                \"shortname\": \"HI\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Idaho\",\r\n                \"internalId\": \"12\",\r\n                \"shortname\": \"ID\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Illinois\",\r\n                \"internalId\": \"13\",\r\n                \"shortname\": \"IL\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Indiana\",\r\n                \"internalId\": \"14\",\r\n                \"shortname\": \"IN\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Iowa\",\r\n                \"internalId\": \"15\",\r\n                \"shortname\": \"IA\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Kansas\",\r\n                \"internalId\": \"16\",\r\n                \"shortname\": \"KS\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Kentucky\",\r\n                \"internalId\": \"17\",\r\n                \"shortname\": \"KY\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Louisiana\",\r\n                \"internalId\": \"18\",\r\n                \"shortname\": \"LA\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Maine\",\r\n                \"internalId\": \"19\",\r\n                \"shortname\": \"ME\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Maryland\",\r\n                \"internalId\": \"20\",\r\n                \"shortname\": \"MD\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Massachusetts\",\r\n                \"internalId\": \"21\",\r\n                \"shortname\": \"MA\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Michigan\",\r\n                \"internalId\": \"22\",\r\n                \"shortname\": \"MI\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Minnesota\",\r\n                \"internalId\": \"23\",\r\n                \"shortname\": \"MN\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Mississippi\",\r\n                \"internalId\": \"24\",\r\n                \"shortname\": \"MS\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Missouri\",\r\n                \"internalId\": \"25\",\r\n                \"shortname\": \"MO\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Montana\",\r\n                \"internalId\": \"26\",\r\n                \"shortname\": \"MT\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Nebraska\",\r\n                \"internalId\": \"27\",\r\n                \"shortname\": \"NE\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Nevada\",\r\n                \"internalId\": \"28\",\r\n                \"shortname\": \"NV\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"New Hampshire\",\r\n                \"internalId\": \"29\",\r\n                \"shortname\": \"NH\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"New Jersey\",\r\n                \"internalId\": \"30\",\r\n                \"shortname\": \"NJ\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"New Mexico\",\r\n                \"internalId\": \"31\",\r\n                \"shortname\": \"NM\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"New York\",\r\n                \"internalId\": \"32\",\r\n                \"shortname\": \"NY\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"North Carolina\",\r\n                \"internalId\": \"33\",\r\n                \"shortname\": \"NC\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"North Dakota\",\r\n                \"internalId\": \"34\",\r\n                \"shortname\": \"ND\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Ohio\",\r\n                \"internalId\": \"35\",\r\n                \"shortname\": \"OH\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Oklahoma\",\r\n                \"internalId\": \"36\",\r\n                \"shortname\": \"OK\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Oregon\",\r\n                \"internalId\": \"37\",\r\n                \"shortname\": \"OR\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Pennsylvania\",\r\n                \"internalId\": \"38\",\r\n                \"shortname\": \"PA\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Puerto Rico\",\r\n                \"internalId\": \"39\",\r\n                \"shortname\": \"PR\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Rhode Island\",\r\n                \"internalId\": \"40\",\r\n                \"shortname\": \"RI\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"South Carolina\",\r\n                \"internalId\": \"41\",\r\n                \"shortname\": \"SC\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"South Dakota\",\r\n                \"internalId\": \"42\",\r\n                \"shortname\": \"SD\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Tennessee\",\r\n                \"internalId\": \"43\",\r\n                \"shortname\": \"TN\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Texas\",\r\n                \"internalId\": \"44\",\r\n                \"shortname\": \"TX\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Utah\",\r\n                \"internalId\": \"45\",\r\n                \"shortname\": \"UT\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Vermont\",\r\n                \"internalId\": \"46\",\r\n                \"shortname\": \"VT\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Virginia\",\r\n                \"internalId\": \"47\",\r\n                \"shortname\": \"VA\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Washington\",\r\n                \"internalId\": \"48\",\r\n                \"shortname\": \"WA\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"West Virginia\",\r\n                \"internalId\": \"49\",\r\n                \"shortname\": \"WV\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Wisconsin\",\r\n                \"internalId\": \"50\",\r\n                \"shortname\": \"WI\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Wyoming\",\r\n                \"internalId\": \"51\",\r\n                \"shortname\": \"WY\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Armed Forces Europe\",\r\n                \"internalId\": \"52\",\r\n                \"shortname\": \"AE\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Armed Forces Americas\",\r\n                \"internalId\": \"53\",\r\n                \"shortname\": \"AA\"\r\n            },\r\n            {\r\n                \"country\": \"_unitedStates\",\r\n                \"fullName\": \"Armed Forces Pacific\",\r\n                \"internalId\": \"54\",\r\n                \"shortname\": \"AP\"\r\n            }\r\n        ]\r\n    },\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalRecords\": 303\r\n}"}],"_postman_id":"b38ce6ec-954f-4f23-a684-961382def1e5"},{"name":"Retrieve State by ID","id":"11749286-4a00-405d-bd06-834bc2b5352f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/state?id=400","urlObject":{"protocol":"https","path":["netsuite","v0","state"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"400"}],"variable":[]}},"response":[{"id":"8eb5d77d-f371-4757-8114-c0d78641b37e","name":"Retrieve State Records","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/state?id=400","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","state"],"query":[{"key":"id","value":"400"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"country\": \"_australia\",\r\n                \"fullName\": \"Australian Capital Territory\",\r\n                \"internalId\": \"400\",\r\n                \"shortname\": \"ACT\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    }\r\n}"}],"_postman_id":"11749286-4a00-405d-bd06-834bc2b5352f"}],"id":"7115573f-7546-4f2e-9f3d-d3655bdb625f","_postman_id":"7115573f-7546-4f2e-9f3d-d3655bdb625f","description":""}],"id":"884ffbd4-bc1e-487f-9696-dcef4b781234","event":[{"listen":"prerequest","script":{"id":"6a8be1de-5a0c-436d-840b-24478caebd1b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c409be19-f5d3-45c8-9be2-6e5a8b7b3997","type":"text/javascript","exec":[""]}}],"_postman_id":"884ffbd4-bc1e-487f-9696-dcef4b781234","description":""},{"name":"Solution","item":[{"name":"GET","item":[{"name":"Retrieve solutions","id":"5a9aefb7-a9df-48e9-a171-0e1e27afe5c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/solution","urlObject":{"protocol":"https","path":["netsuite","v0","solution"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"276a6a43-52f0-4e27-a226-95bd6d368227","name":"Retrieve solutions","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/solution"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"createdDate\": 1593409125,\r\n        \"displayOnline\": false,\r\n        \"internalId\": \"7\",\r\n        \"isInactive\": false,\r\n        \"lastModifiedDate\": 1593409125,\r\n        \"longDescription\": \"Hi<BR><br>We have received your case, our team will start looking into it.<BR><br>thanks!<BR>NetSuite Team\",\r\n        \"message\": \"Hi<BR><br>We have received your case, our team will start looking into it.<BR><br>thanks!<BR>NetSuite Team\",\r\n        \"solutionCode\": \"1\",\r\n        \"status\": \"_approved\",\r\n        \"title\": \"Acknowledgement\",\r\n        \"topicsList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"topics\": [\r\n            {\r\n              \"topic\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Unassigned\"\r\n              }\r\n            }\r\n          ]\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_07012020182412570574388130_2908feb04\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 1,\r\n  \"totalRecords\": 1\r\n}"}],"_postman_id":"5a9aefb7-a9df-48e9-a171-0e1e27afe5c4"},{"name":"Retrieve solutions by search ID","id":"5027f0f3-d718-4b0e-bfb5-e220e4a00170","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/solution?searchId=WEBSERVICES_5333445_SB1_07012020182412570574388130_2908feb04&page=1","urlObject":{"protocol":"https","path":["netsuite","v0","solution"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_07012020182412570574388130_2908feb04"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"a740a17c-8d2e-4c38-8ac6-430792320621","name":"Retrieve solutions by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/solution?searchId=WEBSERVICES_5333445_SB1_07012020182412570574388130_2908feb04&page=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","solution"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_07012020182412570574388130_2908feb04"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:45:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173991"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"createdDate\": 1593409125,\r\n        \"displayOnline\": false,\r\n        \"internalId\": \"7\",\r\n        \"isInactive\": false,\r\n        \"lastModifiedDate\": 1593409125,\r\n        \"longDescription\": \"Hi<BR><br>We have received your case, our team will start looking into it.<BR><br>thanks!<BR>NetSuite Team\",\r\n        \"message\": \"Hi<BR><br>We have received your case, our team will start looking into it.<BR><br>thanks!<BR>NetSuite Team\",\r\n        \"solutionCode\": \"1\",\r\n        \"status\": \"_approved\",\r\n        \"title\": \"Acknowledgement\",\r\n        \"topicsList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"topics\": [\r\n            {\r\n              \"topic\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Unassigned\"\r\n              }\r\n            }\r\n          ]\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_07012020182412570574388130_2908feb04\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 1,\r\n  \"totalRecords\": 1\r\n}"}],"_postman_id":"5027f0f3-d718-4b0e-bfb5-e220e4a00170"},{"name":"Retrieve solutions by where","id":"d3b674f9-75dc-4d5a-9ad2-d321bff31301","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/solution?where=CreatedDate<1577664388","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreatedDate</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>true</td>\n<td>Used to Include the Active Status filter for the request.e.g., Active=true.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","solution"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"CreatedDate<1577664388"}],"variable":[]}},"response":[{"id":"01caa5e9-d919-439a-b98f-04721c74ee6a","name":"Retrieve solutions by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/solution?where=CreatedDate<1577664388","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","solution"],"query":[{"key":"where","value":"CreatedDate<1577664388"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": null,\r\n  \"pageSize\": null,\r\n  \"recordList\": null,\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_07012020182732402254646831_69ed1d0ab\",\r\n  \"searchRowList\": null,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 0,\r\n  \"totalRecords\": 0\r\n}"}],"_postman_id":"d3b674f9-75dc-4d5a-9ad2-d321bff31301"},{"name":"Retrieve solution by ID","id":"1d3e5022-f5ef-4fe5-81cc-617ff22c68d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/solution?id=7","urlObject":{"protocol":"https","path":["netsuite","v0","solution"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"7"}],"variable":[]}},"response":[{"id":"236067dc-7682-4b03-bd90-a5094ef5d032","name":"Retrieve solution by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/solution?id=7","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","solution"],"query":[{"key":"id","value":"7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"createdDate\": 1593409125,\r\n        \"displayOnline\": false,\r\n        \"internalId\": \"7\",\r\n        \"isInactive\": false,\r\n        \"lastModifiedDate\": 1593409125,\r\n        \"longDescription\": \"Hi<BR><br>We have received your case, our team will start looking into it.<BR><br>thanks!<BR>NetSuite Team\",\r\n        \"message\": \"Hi<BR><br>We have received your case, our team will start looking into it.<BR><br>thanks!<BR>NetSuite Team\",\r\n        \"solutionCode\": \"1\",\r\n        \"status\": \"_approved\",\r\n        \"title\": \"Acknowledgement\",\r\n        \"topicsList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"topics\": [\r\n            {\r\n              \"topic\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Unassigned\"\r\n              }\r\n            }\r\n          ]\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  }\r\n}"}],"_postman_id":"1d3e5022-f5ef-4fe5-81cc-617ff22c68d4"}],"id":"dce55b3c-095c-4ac0-b514-d62b69442774","event":[{"listen":"prerequest","script":{"id":"c185647a-5832-4556-b366-8a5acec42949","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"49ac1bee-9097-456a-948f-048dc33cc068","type":"text/javascript","exec":[""]}}],"_postman_id":"dce55b3c-095c-4ac0-b514-d62b69442774","description":""},{"name":"POST","item":[{"name":"Create solutions","id":"8ccbf127-eaa8-4d27-8c2b-0e2afc9248a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n        \"longDescription\": \"Hi<BR><br>We have received your case, we will start looking into it.<BR><br>thanks!<BR>NetSuite Team\",\r\n        \"message\": \"Hi<BR><br>We have received your case, we will start looking into it.<BR><br>thanks!<BR>NetSuite Team\",\r\n        \"status\": \"_approved\",\r\n        \"title\": \"Acknowledgement From Testing\",\r\n         \"topicsList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"topics\": [\r\n            {\r\n              \"topic\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Unassigned\"\r\n              }\r\n            }\r\n          ]\r\n        }\r\n  }"},"url":"https://api.prestructured.com/netsuite/v0/solution","urlObject":{"protocol":"https","path":["netsuite","v0","solution"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"852e1b04-e462-432a-ac8e-a6779796f180","name":"Create solutions","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"longDescription\": \"Hi<BR><br>We have received your case, we will start looking into it.<BR><br>thanks!<BR>NetSuite Team\",\r\n        \"message\": \"Hi<BR><br>We have received your case, we will start looking into it.<BR><br>thanks!<BR>NetSuite Team\",\r\n        \"status\": \"_approved\",\r\n        \"title\": \"Acknowledgement From Testing\",\r\n         \"topicsList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"topics\": [\r\n            {\r\n              \"topic\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Unassigned\"\r\n              }\r\n            }\r\n          ]\r\n        }\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/solution"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"409\",\r\n        \"name\": null,\r\n        \"type\": \"solution\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"8ccbf127-eaa8-4d27-8c2b-0e2afc9248a9"}],"id":"15f5719b-1be8-4667-9589-31134881af2d","event":[{"listen":"prerequest","script":{"id":"92b1cd39-20d0-483d-8fc4-068d391f0f24","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ed6cfcb0-9f19-4cd9-925e-a69a3492d3ac","type":"text/javascript","exec":[""]}}],"_postman_id":"15f5719b-1be8-4667-9589-31134881af2d","description":""},{"name":"PUT","item":[{"name":"Update solutions","id":"ab96e76d-8040-4875-a168-1b78ca32234c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n        \"longDescription\": \"Hi<BR><br>We have received your case, we will start looking into it.<BR><br>thanks!<BR>NetSuite Team\",\r\n        \"message\": \"Hi<BR><br>We have received your case, we will start looking into it.<BR><br>thanks!<BR>NetSuite Team\",\r\n        \"status\": \"_unapproved\",\r\n        \"internalId\" :\"409\",\r\n        \"title\": \"Acknowledgement From Testing\",\r\n         \"topicsList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"topics\": [\r\n            {\r\n              \"topic\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Unassigned\"\r\n              }\r\n            }\r\n          ]\r\n        }\r\n  }"},"url":"https://api.prestructured.com/netsuite/v0/solution","urlObject":{"protocol":"https","path":["netsuite","v0","solution"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"59e72c50-e739-4e65-8bdd-a0176ba5f3ff","name":"Update solutions","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"longDescription\": \"Hi<BR><br>We have received your case, we will start looking into it.<BR><br>thanks!<BR>NetSuite Team\",\r\n        \"message\": \"Hi<BR><br>We have received your case, we will start looking into it.<BR><br>thanks!<BR>NetSuite Team\",\r\n        \"status\": \"_unapproved\",\r\n        \"internalId\" :\"409\",\r\n        \"title\": \"Acknowledgement From Testing\",\r\n         \"topicsList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"topics\": [\r\n            {\r\n              \"topic\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"Unassigned\"\r\n              }\r\n            }\r\n          ]\r\n        }\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/solution"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"409\",\r\n        \"name\": null,\r\n        \"type\": \"solution\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"ab96e76d-8040-4875-a168-1b78ca32234c"}],"id":"2f8def58-9c7e-465b-b98e-63308a8c2ac8","event":[{"listen":"prerequest","script":{"id":"c0cfefd5-95be-4b2a-93b0-a1c90d968092","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"73b572ce-bedc-4106-9cd0-0e41729aff47","type":"text/javascript","exec":[""]}}],"_postman_id":"2f8def58-9c7e-465b-b98e-63308a8c2ac8","description":""},{"name":"DELETE","item":[{"name":"Delete solutions","id":"c3da75b9-080a-40b2-adee-75b6295047cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/solution?id=409","urlObject":{"protocol":"https","path":["netsuite","v0","solution"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"409"}],"variable":[]}},"response":[{"id":"cb8858b2-ca37-4d6d-b851-6438740ed4d7","name":"Delete solutions","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/solution?id=409","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","solution"],"query":[{"key":"id","value":"409"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"409\",\r\n        \"name\": null,\r\n        \"type\": \"solution\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"c3da75b9-080a-40b2-adee-75b6295047cf"}],"id":"4e8a5106-8acb-4cc0-8650-22c32ac850ee","event":[{"listen":"prerequest","script":{"id":"de254616-c31a-4d41-a90c-b293451e78a1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c422ac96-4c28-4bc8-817b-13296eac7205","type":"text/javascript","exec":[""]}}],"_postman_id":"4e8a5106-8acb-4cc0-8650-22c32ac850ee","description":""}],"id":"167060d1-5b68-443e-86a9-bb427c5deb4f","event":[{"listen":"prerequest","script":{"id":"25eb12da-25e5-4ae5-b23b-a4924b5a7c00","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"15ea919f-e753-4193-8711-c531a640e849","type":"text/javascript","exec":[""]}}],"_postman_id":"167060d1-5b68-443e-86a9-bb427c5deb4f","description":""},{"name":"Subscription","item":[{"name":"SuiteQL","item":[{"name":"Retrieve  subscription","id":"315921cc-d63e-4a82-bc2b-ed007ef0233b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscription","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","subscription"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"4e807400-7502-4c89-b160-51957074988f","name":"Retrieve subscription","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscription"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 11,\n    \"hasMore\": false,\n    \"items\": [\n        {\n            \"advancerenewalperiodnumber\": \"10\",\n            \"advancerenewalperiodunit\": \"DAYS\",\n            \"alignchargewithsub\": \"F\",\n            \"autorenewal\": \"T\",\n            \"billingaccount\": \"5\",\n            \"billingschedule\": \"12\",\n            \"billingschedulename\": \"Hotstar Billing Schedule\",\n            \"billingsubscriptionstatus\": \"ACTIVE\",\n            \"class\": \"4\",\n            \"currency\": \"1\",\n            \"customer\": \"2449\",\n            \"defaultrenewalmethod\": \"CREATE_NEW_SUBSCRIPTION\",\n            \"defaultrenewalplan\": \"353\",\n            \"defaultrenewalpricebook\": \"6\",\n            \"defaultrenewalterm\": \"-101\",\n            \"department\": \"2\",\n            \"estimatedrevrecenddate\": \"2024/11/30\",\n            \"frequency\": \"MONTHLY\",\n            \"generatemodificationelements\": \"F\",\n            \"id\": \"8\",\n            \"initialterm\": \"-102\",\n            \"lastmodifieddate\": \"2023/12/26\",\n            \"location\": \"15\",\n            \"name\": \"Amazon on AB NetSuite\",\n            \"nextbillcycledate\": \"2023/12/2\",\n            \"pricebook\": \"6\",\n            \"rootsubscription\": \"8\",\n            \"startdate\": \"2023/11/3\",\n            \"subscriptionplanname\": \"AB for NetSuite (Read-Only) demo\",\n            \"subscriptionrevision\": \"9\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingaccount\": \"2115\",\n            \"billingschedule\": \"12\",\n            \"billingschedulename\": \"Hotstar Billing Schedule\",\n            \"billingsubscriptionstatus\": \"NOT_INCLUDED\",\n            \"class\": \"5\",\n            \"currency\": \"1\",\n            \"customer\": \"2386\",\n            \"department\": \"6\",\n            \"frequency\": \"MONTHLY\",\n            \"generatemodificationelements\": \"F\",\n            \"id\": \"7631\",\n            \"initialterm\": \"-101\",\n            \"lastmodifieddate\": \"2023/12/21\",\n            \"location\": \"15\",\n            \"name\": \"AB NetSuite - 2023-12-22\",\n            \"nextbillcycledate\": \"2024/1/2\",\n            \"pricebook\": \"8\",\n            \"rootsubscription\": \"7631\",\n            \"startdate\": \"2023/12/22\",\n            \"subscriptionplanname\": \"AB NetSuite\",\n            \"subscriptionrevision\": \"0\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingaccount\": \"2115\",\n            \"billingschedule\": \"12\",\n            \"billingschedulename\": \"Hotstar Billing Schedule\",\n            \"billingsubscriptionstatus\": \"NOT_INCLUDED\",\n            \"class\": \"5\",\n            \"currency\": \"1\",\n            \"customer\": \"2386\",\n            \"department\": \"6\",\n            \"frequency\": \"MONTHLY\",\n            \"generatemodificationelements\": \"F\",\n            \"id\": \"7632\",\n            \"initialterm\": \"-101\",\n            \"lastmodifieddate\": \"2023/12/21\",\n            \"location\": \"15\",\n            \"name\": \"AB NetSuite - 2023-12-22 - 1\",\n            \"nextbillcycledate\": \"2024/1/2\",\n            \"pricebook\": \"8\",\n            \"rootsubscription\": \"7632\",\n            \"startdate\": \"2023/12/22\",\n            \"subscriptionplanname\": \"AB NetSuite\",\n            \"subscriptionrevision\": \"0\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingaccount\": \"2115\",\n            \"billingschedule\": \"12\",\n            \"billingschedulename\": \"Hotstar Billing Schedule\",\n            \"billingsubscriptionstatus\": \"NOT_INCLUDED\",\n            \"class\": \"5\",\n            \"currency\": \"1\",\n            \"customer\": \"2386\",\n            \"department\": \"6\",\n            \"frequency\": \"MONTHLY\",\n            \"generatemodificationelements\": \"F\",\n            \"id\": \"7731\",\n            \"initialterm\": \"-101\",\n            \"lastmodifieddate\": \"2023/12/21\",\n            \"location\": \"15\",\n            \"name\": \"AB NetSuite - 2023-12-22 - 2\",\n            \"nextbillcycledate\": \"2024/1/2\",\n            \"pricebook\": \"8\",\n            \"rootsubscription\": \"7731\",\n            \"startdate\": \"2023/12/22\",\n            \"subscriptionplanname\": \"AB NetSuite\",\n            \"subscriptionrevision\": \"0\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingaccount\": \"2115\",\n            \"billingschedule\": \"12\",\n            \"billingschedulename\": \"Hotstar Billing Schedule\",\n            \"billingsubscriptionstatus\": \"ACTIVE\",\n            \"class\": \"5\",\n            \"currency\": \"1\",\n            \"customer\": \"2386\",\n            \"department\": \"6\",\n            \"estimatedrevrecenddate\": \"2026/12/21\",\n            \"frequency\": \"MONTHLY\",\n            \"generatemodificationelements\": \"F\",\n            \"id\": \"7831\",\n            \"initialterm\": \"-101\",\n            \"lastmodifieddate\": \"2023/12/26\",\n            \"location\": \"15\",\n            \"name\": \"AB NetSuite - 2023-12-22 - 3\",\n            \"nextbillcycledate\": \"2024/1/2\",\n            \"pricebook\": \"8\",\n            \"rootsubscription\": \"7831\",\n            \"startdate\": \"2023/12/22\",\n            \"subscriptionplanname\": \"AB NetSuite\",\n            \"subscriptionrevision\": \"1\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingaccount\": \"2115\",\n            \"billingschedule\": \"12\",\n            \"billingschedulename\": \"Hotstar Billing Schedule\",\n            \"billingsubscriptionstatus\": \"ACTIVE\",\n            \"class\": \"5\",\n            \"currency\": \"1\",\n            \"customer\": \"2386\",\n            \"department\": \"6\",\n            \"estimatedrevrecenddate\": \"2026/12/21\",\n            \"frequency\": \"MONTHLY\",\n            \"generatemodificationelements\": \"F\",\n            \"id\": \"7732\",\n            \"initialterm\": \"-101\",\n            \"lastmodifieddate\": \"2023/12/26\",\n            \"location\": \"15\",\n            \"name\": \"AB NetSuite - 2023-12-22 - 4\",\n            \"nextbillcycledate\": \"2024/1/2\",\n            \"pricebook\": \"8\",\n            \"rootsubscription\": \"7732\",\n            \"startdate\": \"2023/12/22\",\n            \"subscriptionplanname\": \"AB NetSuite\",\n            \"subscriptionrevision\": \"1\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingaccount\": \"2115\",\n            \"billingschedule\": \"12\",\n            \"billingschedulename\": \"Hotstar Billing Schedule\",\n            \"billingsubscriptionstatus\": \"NOT_INCLUDED\",\n            \"class\": \"5\",\n            \"currency\": \"1\",\n            \"customer\": \"2386\",\n            \"department\": \"2\",\n            \"frequency\": \"MONTHLY\",\n            \"generatemodificationelements\": \"F\",\n            \"id\": \"7931\",\n            \"initialterm\": \"-101\",\n            \"lastmodifieddate\": \"2023/12/22\",\n            \"location\": \"15\",\n            \"name\": \"AB NetSuite - 2023-12-22 - 5\",\n            \"nextbillcycledate\": \"2024/1/2\",\n            \"pricebook\": \"8\",\n            \"rootsubscription\": \"7931\",\n            \"startdate\": \"2023/12/22\",\n            \"subscriptionplanname\": \"AB NetSuite\",\n            \"subscriptionrevision\": \"0\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingaccount\": \"2115\",\n            \"billingschedule\": \"12\",\n            \"billingschedulename\": \"Hotstar Billing Schedule\",\n            \"billingsubscriptionstatus\": \"ACTIVE\",\n            \"currency\": \"1\",\n            \"customer\": \"2386\",\n            \"estimatedrevrecenddate\": \"2026/12/21\",\n            \"frequency\": \"MONTHLY\",\n            \"generatemodificationelements\": \"F\",\n            \"id\": \"8235\",\n            \"initialterm\": \"-101\",\n            \"lastmodifieddate\": \"2023/12/26\",\n            \"name\": \"AB NetSuite - 2023-12-22 - 6\",\n            \"nextbillcycledate\": \"2024/1/2\",\n            \"pricebook\": \"8\",\n            \"rootsubscription\": \"8235\",\n            \"startdate\": \"2023/12/22\",\n            \"subscriptionplanname\": \"AB NetSuite\",\n            \"subscriptionrevision\": \"1\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingaccount\": \"2723\",\n            \"billingschedule\": \"11\",\n            \"billingschedulename\": \"New Billing Schedule\",\n            \"billingsubscriptionstatus\": \"ACTIVE\",\n            \"currency\": \"1\",\n            \"customer\": \"2386\",\n            \"estimatedrevrecenddate\": \"2026/12/21\",\n            \"frequency\": \"MONTHLY\",\n            \"generatemodificationelements\": \"F\",\n            \"id\": \"8236\",\n            \"initialterm\": \"-101\",\n            \"lastmodifieddate\": \"2023/12/26\",\n            \"name\": \"AB NetSuite - 2023-12-22 - 7\",\n            \"nextbillcycledate\": \"2024/6/2\",\n            \"pricebook\": \"8\",\n            \"rootsubscription\": \"8236\",\n            \"startdate\": \"2023/12/22\",\n            \"subscriptionplanname\": \"AB NetSuite\",\n            \"subscriptionrevision\": \"1\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingaccount\": \"2115\",\n            \"billingschedule\": \"12\",\n            \"billingschedulename\": \"Hotstar Billing Schedule\",\n            \"billingsubscriptionstatus\": \"ACTIVE\",\n            \"currency\": \"1\",\n            \"customer\": \"2386\",\n            \"estimatedrevrecenddate\": \"2026/12/25\",\n            \"frequency\": \"MONTHLY\",\n            \"generatemodificationelements\": \"F\",\n            \"id\": \"9443\",\n            \"initialterm\": \"-101\",\n            \"lastmodifieddate\": \"2023/12/26\",\n            \"name\": \"AB NetSuite - 2023-12-26\",\n            \"nextbillcycledate\": \"2024/1/2\",\n            \"pricebook\": \"8\",\n            \"rootsubscription\": \"9443\",\n            \"startdate\": \"2023/12/26\",\n            \"subscriptionplanname\": \"AB NetSuite\",\n            \"subscriptionrevision\": \"1\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingaccount\": \"2115\",\n            \"billingschedule\": \"12\",\n            \"billingschedulename\": \"Hotstar Billing Schedule\",\n            \"billingsubscriptionstatus\": \"ACTIVE\",\n            \"currency\": \"1\",\n            \"customer\": \"2386\",\n            \"estimatedrevrecenddate\": \"2026/12/25\",\n            \"frequency\": \"MONTHLY\",\n            \"generatemodificationelements\": \"F\",\n            \"id\": \"9444\",\n            \"initialterm\": \"-101\",\n            \"lastmodifieddate\": \"2023/12/26\",\n            \"name\": \"AB NetSuite - 2023-12-26 - 1\",\n            \"nextbillcycledate\": \"2024/1/2\",\n            \"pricebook\": \"8\",\n            \"rootsubscription\": \"9444\",\n            \"startdate\": \"2023/12/26\",\n            \"subscriptionplanname\": \"AB NetSuite\",\n            \"subscriptionrevision\": \"1\",\n            \"subsidiary\": \"11\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 11\n}"}],"_postman_id":"315921cc-d63e-4a82-bc2b-ed007ef0233b"},{"name":"Retrieve  subscription Limit and Offset","id":"ad75dcb6-d8b8-47b6-88c8-5f4b4ff5a365","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscription?limit=10&offset=0","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","subscription"],"host":["api","prestructured","com"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"d1acb4e1-1604-46c1-8457-704848e05454","name":"Retrieve subscription","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscription?limit=10&offset=0","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","subscription"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 10,\n    \"hasMore\": true,\n    \"items\": [\n        {\n            \"advancerenewalperiodnumber\": \"10\",\n            \"advancerenewalperiodunit\": \"DAYS\",\n            \"alignchargewithsub\": \"F\",\n            \"autorenewal\": \"T\",\n            \"billingaccount\": \"5\",\n            \"billingschedule\": \"12\",\n            \"billingschedulename\": \"Hotstar Billing Schedule\",\n            \"billingsubscriptionstatus\": \"ACTIVE\",\n            \"class\": \"4\",\n            \"currency\": \"1\",\n            \"customer\": \"2449\",\n            \"defaultrenewalmethod\": \"CREATE_NEW_SUBSCRIPTION\",\n            \"defaultrenewalplan\": \"353\",\n            \"defaultrenewalpricebook\": \"6\",\n            \"defaultrenewalterm\": \"-101\",\n            \"department\": \"2\",\n            \"estimatedrevrecenddate\": \"2024/11/30\",\n            \"frequency\": \"MONTHLY\",\n            \"generatemodificationelements\": \"F\",\n            \"id\": \"8\",\n            \"initialterm\": \"-102\",\n            \"lastmodifieddate\": \"2023/12/26\",\n            \"location\": \"15\",\n            \"name\": \"Amazon on BW NetSuite\",\n            \"nextbillcycledate\": \"2023/12/2\",\n            \"pricebook\": \"6\",\n            \"rootsubscription\": \"8\",\n            \"startdate\": \"2023/11/3\",\n            \"subscriptionplanname\": \"BW for NetSuite (Read-Only) test\",\n            \"subscriptionrevision\": \"9\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingaccount\": \"2115\",\n            \"billingschedule\": \"12\",\n            \"billingschedulename\": \"Hotstar Billing Schedule\",\n            \"billingsubscriptionstatus\": \"NOT_INCLUDED\",\n            \"class\": \"5\",\n            \"currency\": \"1\",\n            \"customer\": \"2386\",\n            \"department\": \"6\",\n            \"frequency\": \"MONTHLY\",\n            \"generatemodificationelements\": \"F\",\n            \"id\": \"7631\",\n            \"initialterm\": \"-101\",\n            \"lastmodifieddate\": \"2023/12/21\",\n            \"location\": \"15\",\n            \"name\": \"BW NetSuite - 2023-12-22\",\n            \"nextbillcycledate\": \"2024/1/2\",\n            \"pricebook\": \"8\",\n            \"rootsubscription\": \"7631\",\n            \"startdate\": \"2023/12/22\",\n            \"subscriptionplanname\": \"BW NetSuite\",\n            \"subscriptionrevision\": \"0\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingaccount\": \"2115\",\n            \"billingschedule\": \"12\",\n            \"billingschedulename\": \"Hotstar Billing Schedule\",\n            \"billingsubscriptionstatus\": \"NOT_INCLUDED\",\n            \"class\": \"5\",\n            \"currency\": \"1\",\n            \"customer\": \"2386\",\n            \"department\": \"6\",\n            \"frequency\": \"MONTHLY\",\n            \"generatemodificationelements\": \"F\",\n            \"id\": \"7632\",\n            \"initialterm\": \"-101\",\n            \"lastmodifieddate\": \"2023/12/21\",\n            \"location\": \"15\",\n            \"name\": \"BW NetSuite - 2023-12-22 - 1\",\n            \"nextbillcycledate\": \"2024/1/2\",\n            \"pricebook\": \"8\",\n            \"rootsubscription\": \"7632\",\n            \"startdate\": \"2023/12/22\",\n            \"subscriptionplanname\": \"BW NetSuite\",\n            \"subscriptionrevision\": \"0\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingaccount\": \"2115\",\n            \"billingschedule\": \"12\",\n            \"billingschedulename\": \"Hotstar Billing Schedule\",\n            \"billingsubscriptionstatus\": \"NOT_INCLUDED\",\n            \"class\": \"5\",\n            \"currency\": \"1\",\n            \"customer\": \"2386\",\n            \"department\": \"6\",\n            \"frequency\": \"MONTHLY\",\n            \"generatemodificationelements\": \"F\",\n            \"id\": \"7731\",\n            \"initialterm\": \"-101\",\n            \"lastmodifieddate\": \"2023/12/21\",\n            \"location\": \"15\",\n            \"name\": \"BW NetSuite - 2023-12-22 - 2\",\n            \"nextbillcycledate\": \"2024/1/2\",\n            \"pricebook\": \"8\",\n            \"rootsubscription\": \"7731\",\n            \"startdate\": \"2023/12/22\",\n            \"subscriptionplanname\": \"BW NetSuite\",\n            \"subscriptionrevision\": \"0\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingaccount\": \"2115\",\n            \"billingschedule\": \"12\",\n            \"billingschedulename\": \"Hotstar Billing Schedule\",\n            \"billingsubscriptionstatus\": \"ACTIVE\",\n            \"class\": \"5\",\n            \"currency\": \"1\",\n            \"customer\": \"2386\",\n            \"department\": \"6\",\n            \"estimatedrevrecenddate\": \"2026/12/21\",\n            \"frequency\": \"MONTHLY\",\n            \"generatemodificationelements\": \"F\",\n            \"id\": \"7831\",\n            \"initialterm\": \"-101\",\n            \"lastmodifieddate\": \"2023/12/26\",\n            \"location\": \"15\",\n            \"name\": \"BW NetSuite - 2023-12-22 - 3\",\n            \"nextbillcycledate\": \"2024/1/2\",\n            \"pricebook\": \"8\",\n            \"rootsubscription\": \"7831\",\n            \"startdate\": \"2023/12/22\",\n            \"subscriptionplanname\": \"BW NetSuite\",\n            \"subscriptionrevision\": \"1\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingaccount\": \"2115\",\n            \"billingschedule\": \"12\",\n            \"billingschedulename\": \"Hotstar Billing Schedule\",\n            \"billingsubscriptionstatus\": \"ACTIVE\",\n            \"class\": \"5\",\n            \"currency\": \"1\",\n            \"customer\": \"2386\",\n            \"department\": \"6\",\n            \"estimatedrevrecenddate\": \"2026/12/21\",\n            \"frequency\": \"MONTHLY\",\n            \"generatemodificationelements\": \"F\",\n            \"id\": \"7732\",\n            \"initialterm\": \"-101\",\n            \"lastmodifieddate\": \"2023/12/26\",\n            \"location\": \"15\",\n            \"name\": \"BW NetSuite - 2023-12-22 - 4\",\n            \"nextbillcycledate\": \"2024/1/2\",\n            \"pricebook\": \"8\",\n            \"rootsubscription\": \"7732\",\n            \"startdate\": \"2023/12/22\",\n            \"subscriptionplanname\": \"BW NetSuite\",\n            \"subscriptionrevision\": \"1\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingaccount\": \"2115\",\n            \"billingschedule\": \"12\",\n            \"billingschedulename\": \"Hotstar Billing Schedule\",\n            \"billingsubscriptionstatus\": \"NOT_INCLUDED\",\n            \"class\": \"5\",\n            \"currency\": \"1\",\n            \"customer\": \"2386\",\n            \"department\": \"2\",\n            \"frequency\": \"MONTHLY\",\n            \"generatemodificationelements\": \"F\",\n            \"id\": \"7931\",\n            \"initialterm\": \"-101\",\n            \"lastmodifieddate\": \"2023/12/22\",\n            \"location\": \"15\",\n            \"name\": \"BW NetSuite - 2023-12-22 - 5\",\n            \"nextbillcycledate\": \"2024/1/2\",\n            \"pricebook\": \"8\",\n            \"rootsubscription\": \"7931\",\n            \"startdate\": \"2023/12/22\",\n            \"subscriptionplanname\": \"BW NetSuite\",\n            \"subscriptionrevision\": \"0\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingaccount\": \"2115\",\n            \"billingschedule\": \"12\",\n            \"billingschedulename\": \"Hotstar Billing Schedule\",\n            \"billingsubscriptionstatus\": \"ACTIVE\",\n            \"currency\": \"1\",\n            \"customer\": \"2386\",\n            \"estimatedrevrecenddate\": \"2026/12/21\",\n            \"frequency\": \"MONTHLY\",\n            \"generatemodificationelements\": \"F\",\n            \"id\": \"8235\",\n            \"initialterm\": \"-101\",\n            \"lastmodifieddate\": \"2023/12/26\",\n            \"name\": \"BW NetSuite - 2023-12-22 - 6\",\n            \"nextbillcycledate\": \"2024/1/2\",\n            \"pricebook\": \"8\",\n            \"rootsubscription\": \"8235\",\n            \"startdate\": \"2023/12/22\",\n            \"subscriptionplanname\": \"BW NetSuite\",\n            \"subscriptionrevision\": \"1\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingaccount\": \"2723\",\n            \"billingschedule\": \"11\",\n            \"billingschedulename\": \"New Billing Schedule\",\n            \"billingsubscriptionstatus\": \"ACTIVE\",\n            \"currency\": \"1\",\n            \"customer\": \"2386\",\n            \"estimatedrevrecenddate\": \"2026/12/21\",\n            \"frequency\": \"MONTHLY\",\n            \"generatemodificationelements\": \"F\",\n            \"id\": \"8236\",\n            \"initialterm\": \"-101\",\n            \"lastmodifieddate\": \"2023/12/26\",\n            \"name\": \"BW NetSuite - 2023-12-22 - 7\",\n            \"nextbillcycledate\": \"2024/6/2\",\n            \"pricebook\": \"8\",\n            \"rootsubscription\": \"8236\",\n            \"startdate\": \"2023/12/22\",\n            \"subscriptionplanname\": \"BW NetSuite\",\n            \"subscriptionrevision\": \"1\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingaccount\": \"2115\",\n            \"billingschedule\": \"12\",\n            \"billingschedulename\": \"Hotstar Billing Schedule\",\n            \"billingsubscriptionstatus\": \"ACTIVE\",\n            \"currency\": \"1\",\n            \"customer\": \"2386\",\n            \"estimatedrevrecenddate\": \"2026/12/25\",\n            \"frequency\": \"MONTHLY\",\n            \"generatemodificationelements\": \"F\",\n            \"id\": \"9443\",\n            \"initialterm\": \"-101\",\n            \"lastmodifieddate\": \"2023/12/26\",\n            \"name\": \"BW NetSuite - 2023-12-26\",\n            \"nextbillcycledate\": \"2024/1/2\",\n            \"pricebook\": \"8\",\n            \"rootsubscription\": \"9443\",\n            \"startdate\": \"2023/12/26\",\n            \"subscriptionplanname\": \"BW NetSuite\",\n            \"subscriptionrevision\": \"1\",\n            \"subsidiary\": \"11\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 217\n}"}],"_postman_id":"ad75dcb6-d8b8-47b6-88c8-5f4b4ff5a365"},{"name":"Retrieve subscription by where","id":"3b4b6cb7-94c7-43bc-9df2-ee496ae5c7b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscription?where=Subsidiary=11+and+ID=8","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>1</td>\n<td>Used to Include the ID filter for the request. e.g., ID=1.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>11</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=11.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","subscription"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"Subsidiary=11+and+ID=8"}],"variable":[]}},"response":[{"id":"9690dc19-9e5d-4170-b13f-6047a156f4c4","name":"Retrieve subscription by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscription?where=Subsidiary=11+and+ID=8","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","subscription"],"query":[{"key":"where","value":"Subsidiary=11+and+ID=8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"count\": 1,\r\n    \"hasMore\": false,\r\n    \"items\": [\r\n        {\r\n            \"advancerenewalperiodnumber\": \"10\",\r\n            \"advancerenewalperiodunit\": \"DAYS\",\r\n            \"alignchargewithsub\": \"F\",\r\n            \"autorenewal\": \"T\",\r\n            \"billingaccount\": \"5\",\r\n            \"billingschedule\": \"12\",\r\n            \"billingschedulename\": \"Hotstar Billing Schedule\",\r\n            \"billingsubscriptionstatus\": \"ACTIVE\",\r\n            \"class\": \"4\",\r\n            \"currency\": \"1\",\r\n            \"customer\": \"2449\",\r\n            \"defaultrenewalmethod\": \"CREATE_NEW_SUBSCRIPTION\",\r\n            \"defaultrenewalplan\": \"353\",\r\n            \"defaultrenewalpricebook\": \"6\",\r\n            \"defaultrenewalterm\": \"-101\",\r\n            \"department\": \"2\",\r\n            \"estimatedrevrecenddate\": \"2024/11/30\",\r\n            \"frequency\": \"MONTHLY\",\r\n            \"generatemodificationelements\": \"F\",\r\n            \"id\": \"8\",\r\n            \"initialterm\": \"-102\",\r\n            \"lastmodifieddate\": \"2023/12/26\",\r\n            \"location\": \"15\",\r\n            \"name\": \"Amazon on BW NetSuite\",\r\n            \"nextbillcycledate\": \"2023/12/2\",\r\n            \"pricebook\": \"6\",\r\n            \"rootsubscription\": \"8\",\r\n            \"startdate\": \"2023/11/3\",\r\n            \"subscriptionplanname\": \"BW for NetSuite (Read-Only) test\",\r\n            \"subscriptionrevision\": \"9\",\r\n            \"subsidiary\": \"11\"\r\n        }\r\n    ],\r\n    \"offset\": 0,\r\n    \"totalResults\": 1\r\n}"}],"_postman_id":"3b4b6cb7-94c7-43bc-9df2-ee496ae5c7b4"}],"id":"daf7d865-33d8-4c92-ac7e-1f9203d30a61","_postman_id":"daf7d865-33d8-4c92-ac7e-1f9203d30a61","description":""},{"name":"REST","item":[{"name":"GET","item":[{"name":"Retrieve  subscription","id":"0b8dc2b0-0f5e-4891-85bf-01a6ec9855e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/rest/subscription","urlObject":{"protocol":"https","path":["netsuite","v0","rest","subscription"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"ef657839-5d70-4b6c-a116-116132010987","name":"Retrieve subscription","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/rest/subscription"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 215,\n    \"hasMore\": false,\n    \"items\": [\n        {\n            \"id\": \"8\"\n        },\n        {\n            \"id\": \"7631\"\n        },\n        {\n            \"id\": \"7632\"\n        },\n        {\n            \"id\": \"7731\"\n        },\n        {\n            \"id\": \"7831\"\n        },\n        {\n            \"id\": \"7732\"\n        },\n        {\n            \"id\": \"7931\"\n        },\n        {\n            \"id\": \"8235\"\n        },\n        {\n            \"id\": \"8236\"\n        },\n        {\n            \"id\": \"9443\"\n        },\n        {\n            \"id\": \"9444\"\n        },\n        {\n            \"id\": \"9542\"\n        },\n        {\n            \"id\": \"9543\"\n        },\n        {\n            \"id\": \"9544\"\n        },\n        {\n            \"id\": \"9636\"\n        },\n        {\n            \"id\": \"9637\"\n        },\n        {\n            \"id\": \"9638\"\n        },\n        {\n            \"id\": \"9639\"\n        },\n        {\n            \"id\": \"9640\"\n        },\n        {\n            \"id\": \"9836\"\n        },\n        {\n            \"id\": \"9445\"\n        },\n        {\n            \"id\": \"9446\"\n        },\n        {\n            \"id\": \"9447\"\n        },\n        {\n            \"id\": \"9536\"\n        },\n        {\n            \"id\": \"9537\"\n        },\n        {\n            \"id\": \"9538\"\n        },\n        {\n            \"id\": \"9539\"\n        },\n        {\n            \"id\": \"9541\"\n        },\n        {\n            \"id\": \"9736\"\n        },\n        {\n            \"id\": \"9643\"\n        },\n        {\n            \"id\": \"9936\"\n        },\n        {\n            \"id\": \"9937\"\n        },\n        {\n            \"id\": \"10137\"\n        },\n        {\n            \"id\": \"10138\"\n        },\n        {\n            \"id\": \"1914\"\n        },\n        {\n            \"id\": \"6030\"\n        },\n        {\n            \"id\": \"6031\"\n        },\n        {\n            \"id\": \"10237\"\n        },\n        {\n            \"id\": \"10238\"\n        },\n        {\n            \"id\": \"9441\"\n        },\n        {\n            \"id\": \"9442\"\n        },\n        {\n            \"id\": \"10\"\n        },\n        {\n            \"id\": \"9038\"\n        },\n        {\n            \"id\": \"9\"\n        },\n        {\n            \"id\": \"7232\"\n        },\n        {\n            \"id\": \"9045\"\n        },\n        {\n            \"id\": \"9437\"\n        },\n        {\n            \"id\": \"9642\"\n        },\n        {\n            \"id\": \"9645\"\n        },\n        {\n            \"id\": \"9837\"\n        },\n        {\n            \"id\": \"9644\"\n        },\n        {\n            \"id\": \"10036\"\n        },\n        {\n            \"id\": \"10136\"\n        },\n        {\n            \"id\": \"10339\"\n        },\n        {\n            \"id\": \"10340\"\n        },\n        {\n            \"id\": \"10342\"\n        },\n        {\n            \"id\": \"9641\"\n        },\n        {\n            \"id\": \"6530\"\n        },\n        {\n            \"id\": \"9241\"\n        },\n        {\n            \"id\": \"9233\"\n        },\n        {\n            \"id\": \"9540\"\n        },\n        {\n            \"id\": \"7\"\n        },\n        {\n            \"id\": \"6\"\n        },\n        {\n            \"id\": \"5933\"\n        },\n        {\n            \"id\": \"5935\"\n        },\n        {\n            \"id\": \"4432\"\n        },\n        {\n            \"id\": \"5329\"\n        },\n        {\n            \"id\": \"5330\"\n        },\n        {\n            \"id\": \"5429\"\n        },\n        {\n            \"id\": \"5331\"\n        },\n        {\n            \"id\": \"5731\"\n        },\n        {\n            \"id\": \"5632\"\n        },\n        {\n            \"id\": \"5633\"\n        },\n        {\n            \"id\": \"5634\"\n        },\n        {\n            \"id\": \"5829\"\n        },\n        {\n            \"id\": \"5830\"\n        },\n        {\n            \"id\": \"5831\"\n        },\n        {\n            \"id\": \"5929\"\n        },\n        {\n            \"id\": \"5931\"\n        },\n        {\n            \"id\": \"5936\"\n        },\n        {\n            \"id\": \"5937\"\n        },\n        {\n            \"id\": \"5940\"\n        },\n        {\n            \"id\": \"5938\"\n        },\n        {\n            \"id\": \"2718\"\n        },\n        {\n            \"id\": \"2420\"\n        },\n        {\n            \"id\": \"4431\"\n        },\n        {\n            \"id\": \"2919\"\n        },\n        {\n            \"id\": \"3018\"\n        },\n        {\n            \"id\": \"3020\"\n        },\n        {\n            \"id\": \"3021\"\n        },\n        {\n            \"id\": \"3023\"\n        },\n        {\n            \"id\": \"3120\"\n        },\n        {\n            \"id\": \"3320\"\n        },\n        {\n            \"id\": \"3220\"\n        },\n        {\n            \"id\": \"3121\"\n        },\n        {\n            \"id\": \"3219\"\n        },\n        {\n            \"id\": \"9237\"\n        },\n        {\n            \"id\": \"9336\"\n        },\n        {\n            \"id\": \"9032\"\n        },\n        {\n            \"id\": \"8843\"\n        },\n        {\n            \"id\": \"2221\"\n        },\n        {\n            \"id\": \"4327\"\n        },\n        {\n            \"id\": \"4628\"\n        },\n        {\n            \"id\": \"2319\"\n        },\n        {\n            \"id\": \"8332\"\n        },\n        {\n            \"id\": \"8532\"\n        },\n        {\n            \"id\": \"8533\"\n        },\n        {\n            \"id\": \"8831\"\n        },\n        {\n            \"id\": \"8931\"\n        },\n        {\n            \"id\": \"8832\"\n        },\n        {\n            \"id\": \"8333\"\n        },\n        {\n            \"id\": \"2222\"\n        },\n        {\n            \"id\": \"9238\"\n        },\n        {\n            \"id\": \"9240\"\n        },\n        {\n            \"id\": \"9239\"\n        },\n        {\n            \"id\": \"2223\"\n        },\n        {\n            \"id\": \"3420\"\n        },\n        {\n            \"id\": \"3521\"\n        },\n        {\n            \"id\": \"2318\"\n        },\n        {\n            \"id\": \"2419\"\n        },\n        {\n            \"id\": \"2219\"\n        },\n        {\n            \"id\": \"2320\"\n        },\n        {\n            \"id\": \"14\"\n        },\n        {\n            \"id\": \"214\"\n        },\n        {\n            \"id\": \"1014\"\n        },\n        {\n            \"id\": \"1214\"\n        },\n        {\n            \"id\": \"3218\"\n        },\n        {\n            \"id\": \"1714\"\n        },\n        {\n            \"id\": \"3727\"\n        },\n        {\n            \"id\": \"1814\"\n        },\n        {\n            \"id\": \"515\"\n        },\n        {\n            \"id\": \"516\"\n        },\n        {\n            \"id\": \"614\"\n        },\n        {\n            \"id\": \"615\"\n        },\n        {\n            \"id\": \"616\"\n        },\n        {\n            \"id\": \"714\"\n        },\n        {\n            \"id\": \"814\"\n        },\n        {\n            \"id\": \"517\"\n        },\n        {\n            \"id\": \"1415\"\n        },\n        {\n            \"id\": \"1515\"\n        },\n        {\n            \"id\": \"15\"\n        },\n        {\n            \"id\": \"414\"\n        },\n        {\n            \"id\": \"2818\"\n        },\n        {\n            \"id\": \"2819\"\n        },\n        {\n            \"id\": \"2821\"\n        },\n        {\n            \"id\": \"2823\"\n        },\n        {\n            \"id\": \"2918\"\n        },\n        {\n            \"id\": \"3118\"\n        },\n        {\n            \"id\": \"3624\"\n        },\n        {\n            \"id\": \"3724\"\n        },\n        {\n            \"id\": \"3726\"\n        },\n        {\n            \"id\": \"5028\"\n        },\n        {\n            \"id\": \"8538\"\n        },\n        {\n            \"id\": \"4228\"\n        },\n        {\n            \"id\": \"6230\"\n        },\n        {\n            \"id\": \"4527\"\n        },\n        {\n            \"id\": \"6430\"\n        },\n        {\n            \"id\": \"7031\"\n        },\n        {\n            \"id\": \"6931\"\n        },\n        {\n            \"id\": \"6531\"\n        },\n        {\n            \"id\": \"6831\"\n        },\n        {\n            \"id\": \"3625\"\n        },\n        {\n            \"id\": \"3626\"\n        },\n        {\n            \"id\": \"5229\"\n        },\n        {\n            \"id\": \"3628\"\n        },\n        {\n            \"id\": \"6631\"\n        },\n        {\n            \"id\": \"8631\"\n        },\n        {\n            \"id\": \"8537\"\n        },\n        {\n            \"id\": \"9033\"\n        },\n        {\n            \"id\": \"5033\"\n        },\n        {\n            \"id\": \"5030\"\n        },\n        {\n            \"id\": \"4830\"\n        },\n        {\n            \"id\": \"4831\"\n        },\n        {\n            \"id\": \"5029\"\n        },\n        {\n            \"id\": \"5031\"\n        },\n        {\n            \"id\": \"5032\"\n        },\n        {\n            \"id\": \"6731\"\n        },\n        {\n            \"id\": \"6732\"\n        },\n        {\n            \"id\": \"4727\"\n        },\n        {\n            \"id\": \"7932\"\n        },\n        {\n            \"id\": \"1915\"\n        },\n        {\n            \"id\": \"9438\"\n        },\n        {\n            \"id\": \"3621\"\n        },\n        {\n            \"id\": \"3622\"\n        },\n        {\n            \"id\": \"13\"\n        },\n        {\n            \"id\": \"8534\"\n        },\n        {\n            \"id\": \"8731\"\n        },\n        {\n            \"id\": \"8932\"\n        },\n        {\n            \"id\": \"8845\"\n        },\n        {\n            \"id\": \"9131\"\n        },\n        {\n            \"id\": \"9035\"\n        },\n        {\n            \"id\": \"9041\"\n        },\n        {\n            \"id\": \"9043\"\n        },\n        {\n            \"id\": \"9046\"\n        },\n        {\n            \"id\": \"9231\"\n        },\n        {\n            \"id\": \"9232\"\n        },\n        {\n            \"id\": \"10236\"\n        },\n        {\n            \"id\": \"10337\"\n        },\n        {\n            \"id\": \"6932\"\n        },\n        {\n            \"id\": \"2217\"\n        },\n        {\n            \"id\": \"1\"\n        },\n        {\n            \"id\": \"8844\"\n        },\n        {\n            \"id\": \"9047\"\n        },\n        {\n            \"id\": \"10336\"\n        },\n        {\n            \"id\": \"4\"\n        },\n        {\n            \"id\": \"3\"\n        },\n        {\n            \"id\": \"9436\"\n        },\n        {\n            \"id\": \"3725\"\n        },\n        {\n            \"id\": \"10439\"\n        },\n        {\n            \"id\": \"5\"\n        },\n        {\n            \"id\": \"10338\"\n        },\n        {\n            \"id\": \"7934\"\n        },\n        {\n            \"id\": \"3319\"\n        },\n        {\n            \"id\": \"3520\"\n        },\n        {\n            \"id\": \"6029\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 215\n}"}],"_postman_id":"0b8dc2b0-0f5e-4891-85bf-01a6ec9855e5"},{"name":"Retrieve subscription by ID","id":"6cb1ea93-98a9-432e-9f11-bed5ab650a0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/rest/subscription/8?expandSubResources=true","urlObject":{"protocol":"https","path":["netsuite","v0","rest","subscription","8"],"host":["api","prestructured","com"],"query":[{"key":"expandSubResources","value":"true"}],"variable":[]}},"response":[{"id":"18b8145b-163f-4776-b786-d1960200527b","name":"Retrieve subscriptionby ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/rest/subscription/8?expandSubResources=true","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","rest","subscription","8"],"query":[{"key":"expandSubResources","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"advanceRenewalPeriodNumber\": 10,\r\n    \"advanceRenewalPeriodUnit\": {\r\n        \"id\": \"DAYS\",\r\n        \"name\": \"Days\"\r\n    },\r\n    \"autoRenewal\": true,\r\n    \"billingAccount\": {\r\n        \"id\": \"5\",\r\n        \"name\": \"2310324: 5 AWS Billing Account\"\r\n    },\r\n    \"billingAccountStartDate\": \"2023-11-03\",\r\n    \"billingSchedule\": {\r\n        \"id\": \"12\",\r\n        \"name\": \"Hotstar Billing Schedule\"\r\n    },\r\n    \"billingSubscriptionStatus\": {\r\n        \"id\": \"ACTIVE\",\r\n        \"name\": \"Active\"\r\n    },\r\n    \"class\": {\r\n        \"id\": \"4\",\r\n        \"name\": \"Channel Sales\"\r\n    },\r\n    \"currency\": {\r\n        \"id\": \"1\",\r\n        \"name\": \"US Dollars\"\r\n    },\r\n    \"customForm\": {\r\n        \"id\": \"-10060\",\r\n        \"name\": \"Standard Subscription Form\"\r\n    },\r\n    \"customer\": {\r\n        \"id\": \"2449\",\r\n        \"name\": \"2310324 Green & Wood Media\"\r\n    },\r\n    \"defaultRenewalMethod\": {\r\n        \"id\": \"CREATE_NEW_SUBSCRIPTION\",\r\n        \"name\": \"Create New Subscription\"\r\n    },\r\n    \"defaultRenewalPlan\": {\r\n        \"id\": \"353\",\r\n        \"name\": \"AB for NetSuite (Read-Only) demo\"\r\n    },\r\n    \"defaultRenewalPriceBook\": {\r\n        \"id\": \"6\",\r\n        \"name\": \"AB Basic\"\r\n    },\r\n    \"defaultRenewalTerm\": {\r\n        \"id\": \"-101\",\r\n        \"name\": \"Evergreen Term\"\r\n    },\r\n    \"department\": {\r\n        \"id\": \"2\",\r\n        \"name\": \"Aftersales Care\"\r\n    },\r\n    \"estimatedRevRecEndDate\": \"2024-11-30\",\r\n    \"frequency\": {\r\n        \"id\": \"MONTHLY\",\r\n        \"name\": \"Monthly\"\r\n    },\r\n    \"id\": \"8\",\r\n    \"idNumber\": \"8\",\r\n    \"initialTerm\": {\r\n        \"id\": \"-102\",\r\n        \"name\": \"Custom Term\"\r\n    },\r\n    \"location\": {\r\n        \"id\": \"15\",\r\n        \"name\": \"East\"\r\n    },\r\n    \"name\": \"Amazon on AB NetSuite\",\r\n    \"nextBillCycleDate\": \"2023-12-02\",\r\n    \"priceBook\": {\r\n        \"id\": \"6\",\r\n        \"name\": \"AB Basic\"\r\n    },\r\n    \"priceInterval\": {\r\n        \"items\": [\r\n            {\r\n                \"catalogType\": {\r\n                    \"id\": \"OPTIONAL\",\r\n                    \"name\": \"Optional\"\r\n                },\r\n                \"chargeType\": {\r\n                    \"id\": \"2\",\r\n                    \"name\": \"Recurring\"\r\n                },\r\n                \"discount\": 12.0,\r\n                \"frequency\": {\r\n                    \"id\": \"ANNUALLY\",\r\n                    \"name\": \"Annually\"\r\n                },\r\n                \"id\": 1650,\r\n                \"item\": {\r\n                    \"id\": \"352\",\r\n                    \"name\": \"NetSuite Read-only\"\r\n                },\r\n                \"lineNumber\": 1,\r\n                \"pricePlan\": {\r\n                    \"id\": \"21\",\r\n                    \"name\": \"21\"\r\n                },\r\n                \"prorateBy\": {\r\n                    \"id\": \"MONTH\",\r\n                    \"name\": \"Month\"\r\n                },\r\n                \"proratebyoption\": {\r\n                    \"id\": \"2\",\r\n                    \"name\": \"2\"\r\n                },\r\n                \"quantity\": 4.0,\r\n                \"recurringAmount\": 1988.0,\r\n                \"repeatEvery\": 1,\r\n                \"startDate\": \"2023-11-16\",\r\n                \"startOffsetValue\": 1,\r\n                \"status\": {\r\n                    \"id\": \"ACTIVE\",\r\n                    \"name\": \"Active\"\r\n                },\r\n                \"subscriptionPlanLineNumber\": 1\r\n            },\r\n            {\r\n                \"catalogType\": {\r\n                    \"id\": \"OPTIONAL\",\r\n                    \"name\": \"Optional\"\r\n                },\r\n                \"chargeType\": {\r\n                    \"id\": \"2\",\r\n                    \"name\": \"Recurring\"\r\n                },\r\n                \"discount\": 12.0,\r\n                \"frequency\": {\r\n                    \"id\": \"ANNUALLY\",\r\n                    \"name\": \"Annually\"\r\n                },\r\n                \"id\": 3078,\r\n                \"item\": {\r\n                    \"id\": \"352\",\r\n                    \"name\": \"NetSuite Read-only\"\r\n                },\r\n                \"lineNumber\": 1,\r\n                \"pricePlan\": {\r\n                    \"id\": \"21\",\r\n                    \"name\": \"21\"\r\n                },\r\n                \"prorateBy\": {\r\n                    \"id\": \"MONTH\",\r\n                    \"name\": \"Month\"\r\n                },\r\n                \"proratebyoption\": {\r\n                    \"id\": \"2\",\r\n                    \"name\": \"2\"\r\n                },\r\n                \"quantity\": 5.0,\r\n                \"recurringAmount\": 1988.0,\r\n                \"repeatEvery\": 1,\r\n                \"startDate\": \"2023-12-04\",\r\n                \"startOffsetValue\": 1,\r\n                \"status\": {\r\n                    \"id\": \"ACTIVE\",\r\n                    \"name\": \"Active\"\r\n                },\r\n                \"subscriptionPlanLineNumber\": 1\r\n            },\r\n            {\r\n                \"catalogType\": {\r\n                    \"id\": \"ADD_ON\",\r\n                    \"name\": \"Add-On\"\r\n                },\r\n                \"chargeType\": {\r\n                    \"id\": \"2\",\r\n                    \"name\": \"Recurring\"\r\n                },\r\n                \"discount\": 12.35543554,\r\n                \"frequency\": {\r\n                    \"id\": \"MONTHLY\",\r\n                    \"name\": \"Monthly\"\r\n                },\r\n                \"id\": 1651,\r\n                \"item\": {\r\n                    \"id\": \"354\",\r\n                    \"name\": \"User Count\"\r\n                },\r\n                \"lineNumber\": 2,\r\n                \"pricePlan\": {\r\n                    \"id\": \"1754\",\r\n                    \"name\": \"1754\"\r\n                },\r\n                \"prorateBy\": {\r\n                    \"id\": \"DAY\",\r\n                    \"name\": \"Day\"\r\n                },\r\n                \"proratebyoption\": {\r\n                    \"id\": \"2\",\r\n                    \"name\": \"2\"\r\n                },\r\n                \"quantity\": 15.0,\r\n                \"recurringAmount\": 97.64,\r\n                \"repeatEvery\": 1,\r\n                \"startDate\": \"2023-11-16\",\r\n                \"startOffsetValue\": 1,\r\n                \"status\": {\r\n                    \"id\": \"ACTIVE\",\r\n                    \"name\": \"Active\"\r\n                },\r\n                \"subscriptionPlanLineNumber\": 2\r\n            },\r\n            {\r\n                \"catalogType\": {\r\n                    \"id\": \"ADD_ON\",\r\n                    \"name\": \"Add-On\"\r\n                },\r\n                \"chargeType\": {\r\n                    \"id\": \"1\",\r\n                    \"name\": \"One Time\"\r\n                },\r\n                \"frequency\": {\r\n                    \"id\": \"ONETIME\",\r\n                    \"name\": \"One Time\"\r\n                },\r\n                \"id\": 2872,\r\n                \"item\": {\r\n                    \"id\": \"5\",\r\n                    \"name\": \"5 Office Desks - 6 Months Hire\"\r\n                },\r\n                \"lineNumber\": 3,\r\n                \"pricePlan\": {\r\n                    \"id\": \"2880\",\r\n                    \"name\": \"2880\"\r\n                },\r\n                \"quantity\": 1.0,\r\n                \"repeatEvery\": 0,\r\n                \"startDate\": \"2023-11-03\",\r\n                \"startOffsetValue\": 1,\r\n                \"status\": {\r\n                    \"id\": \"NOT_INCLUDED\",\r\n                    \"name\": \"Not Included\"\r\n                },\r\n                \"subscriptionPlanLineNumber\": 3\r\n            }\r\n        ],\r\n        \"totalResults\": 4\r\n    },\r\n    \"startDate\": \"2023-11-03\",\r\n    \"subscriptionLine\": {\r\n        \"items\": [\r\n            {\r\n                \"billingMode\": {\r\n                    \"id\": \"IN_ADVANCE\",\r\n                    \"name\": \"In Advance\"\r\n                },\r\n                \"catalogType\": {\r\n                    \"id\": \"OPTIONAL\",\r\n                    \"name\": \"Optional\"\r\n                },\r\n                \"class\": {\r\n                    \"id\": \"4\",\r\n                    \"name\": \"Channel Sales\"\r\n                },\r\n                \"department\": {\r\n                    \"id\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"discount\": 12.0,\r\n                \"includeInRenewal\": true,\r\n                \"isIncluded\": true,\r\n                \"isRequired\": false,\r\n                \"item\": {\r\n                    \"id\": \"352\",\r\n                    \"name\": \"NetSuite Read-only\"\r\n                },\r\n                \"lineNumber\": 1,\r\n                \"location\": {\r\n                    \"id\": \"15\",\r\n                    \"name\": \"East\"\r\n                },\r\n                \"planItem\": 42,\r\n                \"prorateEndDate\": true,\r\n                \"prorateStartDate\": true,\r\n                \"quantity\": 5.0,\r\n                \"recurrenceStartDate\": \"2023-12-02\",\r\n                \"revRecOption\": {\r\n                    \"id\": \"OVER_TERM\",\r\n                    \"name\": \"Over subscription term\"\r\n                },\r\n                \"startDate\": \"2023-11-16\",\r\n                \"status\": {\r\n                    \"id\": \"ACTIVE\",\r\n                    \"name\": \"Active\"\r\n                },\r\n                \"subscriptionLine\": 11,\r\n                \"subscriptionLineType\": {\r\n                    \"id\": \"2\",\r\n                    \"name\": \"Recurring\"\r\n                }\r\n            },\r\n            {\r\n                \"billingMode\": {\r\n                    \"id\": \"IN_ADVANCE\",\r\n                    \"name\": \"In Advance\"\r\n                },\r\n                \"catalogType\": {\r\n                    \"id\": \"ADD_ON\",\r\n                    \"name\": \"Add-On\"\r\n                },\r\n                \"discount\": 12.35543554,\r\n                \"includeInRenewal\": true,\r\n                \"isIncluded\": true,\r\n                \"isRequired\": false,\r\n                \"item\": {\r\n                    \"id\": \"354\",\r\n                    \"name\": \"User Count\"\r\n                },\r\n                \"lineNumber\": 2,\r\n                \"prorateEndDate\": true,\r\n                \"prorateStartDate\": true,\r\n                \"quantity\": 15.0,\r\n                \"recurrenceStartDate\": \"2023-12-02\",\r\n                \"revRecOption\": {\r\n                    \"id\": \"OVER_TERM\",\r\n                    \"name\": \"Over subscription term\"\r\n                },\r\n                \"startDate\": \"2023-11-16\",\r\n                \"status\": {\r\n                    \"id\": \"ACTIVE\",\r\n                    \"name\": \"Active\"\r\n                },\r\n                \"subscriptionLine\": 12,\r\n                \"subscriptionLineType\": {\r\n                    \"id\": \"2\",\r\n                    \"name\": \"Recurring\"\r\n                }\r\n            },\r\n            {\r\n                \"billingMode\": {\r\n                    \"id\": \"IN_ADVANCE\",\r\n                    \"name\": \"In Advance\"\r\n                },\r\n                \"catalogType\": {\r\n                    \"id\": \"ADD_ON\",\r\n                    \"name\": \"Add-On\"\r\n                },\r\n                \"department\": {\r\n                    \"id\": \"7\",\r\n                    \"name\": \"Office Furniture\"\r\n                },\r\n                \"discount\": 0.0,\r\n                \"endDate\": \"2023-11-03\",\r\n                \"includeInRenewal\": false,\r\n                \"isIncluded\": false,\r\n                \"isRequired\": false,\r\n                \"item\": {\r\n                    \"id\": \"5\",\r\n                    \"name\": \"5 Office Desks - 6 Months Hire\"\r\n                },\r\n                \"lineNumber\": 3,\r\n                \"prorateEndDate\": false,\r\n                \"prorateStartDate\": false,\r\n                \"quantity\": 1.0,\r\n                \"revRecOption\": {\r\n                    \"id\": \"ONE_TIME\",\r\n                    \"name\": \"One Time\"\r\n                },\r\n                \"startDate\": \"2023-11-03\",\r\n                \"status\": {\r\n                    \"id\": \"NOT_INCLUDED\",\r\n                    \"name\": \"Not Included\"\r\n                },\r\n                \"subscriptionLine\": 2748,\r\n                \"subscriptionLineType\": {\r\n                    \"id\": \"1\",\r\n                    \"name\": \"One Time\"\r\n                }\r\n            }\r\n        ],\r\n        \"totalResults\": 3\r\n    },\r\n    \"subscriptionPlan\": {\r\n        \"id\": \"353\",\r\n        \"name\": \"AB for NetSuite (Read-Only) demo\"\r\n    },\r\n    \"subscriptionPlanName\": \"AB for NetSuite (Read-Only) demo\",\r\n    \"subscriptionRevision\": 9,\r\n    \"subsidiary\": {\r\n        \"id\": \"11\",\r\n        \"name\": \"HEADQUARTERS\"\r\n    }\r\n}"}],"_postman_id":"6cb1ea93-98a9-432e-9f11-bed5ab650a0d"}],"id":"66e75621-922a-46cb-b660-9e743658f305","event":[{"listen":"prerequest","script":{"id":"e26df1d1-e001-408d-85a7-bdc0c44d1388","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"faed8218-06e1-4ff0-87eb-93000f8a58c6","type":"text/javascript","exec":[""]}}],"_postman_id":"66e75621-922a-46cb-b660-9e743658f305","description":""},{"name":"POST","item":[{"name":"Create subscription","id":"2428bf81-0028-4884-8aac-e6e67691e092","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"name\": \"Main-Subscription\",\r\n\"customer\": 2449,\r\n\"billingAccount\": 5,\r\n\"subscriptionPlan\": 353,\r\n\"priceBook\": 6,\r\n\"initialTerm\": {\r\n\"id\": -102\r\n},\r\n\"startDate\": \"2023-11-3\",\r\n\"billingSchedule\": 12,\r\n\"billingFrequency\": \"MONTHLY\",\r\n\"endDate\": \"2023-12-3\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/rest/subscription","urlObject":{"protocol":"https","path":["netsuite","v0","rest","subscription"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"f5d538dc-31d6-45ab-b4bb-84da8f584098","name":"Create subscription","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"name\": \"Main-Subscription\",\r\n\"customer\": 2449,\r\n\"billingAccount\": 5,\r\n\"subscriptionPlan\": 353,\r\n\"priceBook\": 6,\r\n\"initialTerm\": {\r\n\"id\": -102\r\n},\r\n\"startDate\": \"2023-11-3\",\r\n\"billingSchedule\": 12,\r\n\"billingFrequency\": \"MONTHLY\",\r\n\"endDate\": \"2023-12-3\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/rest/subscription"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n\"info\": \"Record Created Successfully\",\r\n\"internalId\": \"8432\",\r\n\"isSuccess\": true\r\n}"}],"_postman_id":"2428bf81-0028-4884-8aac-e6e67691e092"}],"id":"3ae964a4-d5b3-4d03-9ac7-9be80f74af9b","event":[{"listen":"prerequest","script":{"id":"d49dbcc3-2174-4fd1-8d41-71a02b4f4a3d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e084c0dc-5be1-4ad3-8ee2-a90782bc92f4","type":"text/javascript","exec":[""]}}],"_postman_id":"3ae964a4-d5b3-4d03-9ac7-9be80f74af9b","description":""},{"name":"PATCH","item":[{"name":"Update subscription","id":"77849e36-2efe-46ec-a46b-2286fd7a890b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"name\": \"Secondary-Subscription\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/rest/subscription/8432","urlObject":{"protocol":"https","path":["netsuite","v0","rest","subscription","8432"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"54e7f474-9b4a-4825-8821-f8a8fe11b6fb","name":"Update subscription","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"name\": \"Secondary-Subscription\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/rest/subscription/8432"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n\"info\": \"Record updated Successfully\",\r\n\"isSuccess\": true\r\n}\r\n"}],"_postman_id":"77849e36-2efe-46ec-a46b-2286fd7a890b"}],"id":"f3b01d4c-766e-41f6-b20f-8f8e60ccb081","event":[{"listen":"prerequest","script":{"id":"0d14675c-c83f-4690-9227-c79b6005549e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"22941783-bcab-423e-b250-9199b5f38745","type":"text/javascript","exec":[""]}}],"_postman_id":"f3b01d4c-766e-41f6-b20f-8f8e60ccb081","description":""},{"name":"DELETE","item":[{"name":"Delete subscription","id":"35aaa6b0-0d27-436d-ad21-640be2768e22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/rest/subscription/8432","urlObject":{"protocol":"https","path":["netsuite","v0","rest","subscription","8432"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"75f93432-2eed-4811-8f4d-ae487e3e04b5","name":"Delete subscription","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/rest/subscription/8432"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n\"info\": \"Record Deleted Successfully\",\r\n\"isSuccess\": true\r\n}"}],"_postman_id":"35aaa6b0-0d27-436d-ad21-640be2768e22"}],"id":"97dc2745-081b-4c9a-859b-ce1f9770663b","event":[{"listen":"prerequest","script":{"id":"9efb8c8f-74c5-4ad0-a6aa-e98fed0d0191","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f4eb32c5-22ed-40a1-b2e7-dbe00aec8bd0","type":"text/javascript","exec":[""]}}],"_postman_id":"97dc2745-081b-4c9a-859b-ce1f9770663b","description":""}],"id":"cce31621-530f-4e74-b82e-46c380298517","_postman_id":"cce31621-530f-4e74-b82e-46c380298517","description":""}],"id":"7ed2e5b3-910a-4ff8-9312-e4c9c63ac086","_postman_id":"7ed2e5b3-910a-4ff8-9312-e4c9c63ac086","description":""},{"name":"SubscriptionChangeOrder","item":[{"name":"REST","item":[{"name":"GET","item":[{"name":"Retrieve subscriptionChangeOrder","id":"b8713563-4650-4305-a8e8-36c42d4b264e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/rest/subscriptionChangeOrder","urlObject":{"protocol":"https","path":["netsuite","v0","rest","subscriptionChangeOrder"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"0e4424d9-c8f8-43f5-91af-bc7976b72d65","name":"Retrieve subscriptionChangeOrder","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/rest/subscriptionChangeOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 13,\n    \"hasMore\": false,\n    \"items\": [\n        {\n            \"id\": \"1\"\n        },\n        {\n            \"id\": \"503\"\n        },\n        {\n            \"id\": \"603\"\n        },\n        {\n            \"id\": \"903\"\n        },\n        {\n            \"id\": \"1003\"\n        },\n        {\n            \"id\": \"101\"\n        },\n        {\n            \"id\": \"201\"\n        },\n        {\n            \"id\": \"202\"\n        },\n        {\n            \"id\": \"203\"\n        },\n        {\n            \"id\": \"301\"\n        },\n        {\n            \"id\": \"401\"\n        },\n        {\n            \"id\": \"402\"\n        },\n        {\n            \"id\": \"403\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 13\n}"}],"_postman_id":"b8713563-4650-4305-a8e8-36c42d4b264e"},{"name":"Retrieve subscriptionChangeOrder by ID","id":"9438cc32-e833-48ff-b99e-ed3efefa3f8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/rest/subscriptionChangeOrder/403?expandSubResources=true","urlObject":{"protocol":"https","path":["netsuite","v0","rest","subscriptionChangeOrder","403"],"host":["api","prestructured","com"],"query":[{"key":"expandSubResources","value":"true"}],"variable":[]}},"response":[{"id":"285d635d-7bc7-4e01-9130-685f0dc5c06a","name":"Retrieve subscriptionChangeOrder ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/rest/subscriptionChangeOrder/403?expandSubResources=true","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","rest","subscriptionChangeOrder","403"],"query":[{"key":"expandSubResources","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"action\": {\r\n        \"id\": \"ACTIVATE\",\r\n        \"name\": \"Activate\"\r\n    },\r\n    \"approvalStatus\": {\r\n        \"id\": \"APPROVED\",\r\n        \"name\": \"Approved\"\r\n    },\r\n    \"billingAccount\": {\r\n        \"id\": \"207\",\r\n        \"name\": \"Test Billing Account 2\"\r\n    },\r\n    \"changeOrderLine\": {\r\n        \"items\": [],\r\n        \"totalResults\": 0\r\n    },\r\n    \"createdBy\": \"Praveena Usurupati\",\r\n    \"customForm\": {\r\n        \"id\": \"-10951\",\r\n        \"name\": \"Standard Subscription Change Order Form\"\r\n    },\r\n    \"customer\": {\r\n        \"id\": \"1768\",\r\n        \"name\": \"Test Customer 2\"\r\n    },\r\n    \"dateCreated\": \"2024-01-03T08:07:00Z\",\r\n    \"effectiveDate\": \"2024-01-03\",\r\n    \"id\": \"403\",\r\n    \"idNumber\": \"9\",\r\n    \"modificationType\": {\r\n        \"id\": \"NEW_CHURN\",\r\n        \"name\": \"New or Churn\"\r\n    },\r\n    \"requestOffCycleInvoice\": true,\r\n    \"requestor\": {\r\n        \"id\": \"1660\",\r\n        \"name\": \"Praveena Usurupati\"\r\n    },\r\n    \"subLine\": {\r\n        \"items\": [\r\n            {\r\n                \"apply\": true,\r\n                \"billingMode\": \"IN_ADVANCE\",\r\n                \"includeInRenewal\": true,\r\n                \"item\": 328,\r\n                \"pricePlan\": 916,\r\n                \"quantity\": 1.0,\r\n                \"recurringAmount\": 100.0,\r\n                \"sequence\": \"1\",\r\n                \"startDate\": \"2024-01-03\",\r\n                \"status\": \"PENDING_ACTIVATION\",\r\n                \"statusNew\": {\r\n                    \"id\": \"ACTIVE\",\r\n                    \"name\": \"Active\"\r\n                },\r\n                \"subscriptionLine\": 509\r\n            }\r\n        ],\r\n        \"totalResults\": 1\r\n    },\r\n    \"subscription\": {\r\n        \"id\": \"513\",\r\n        \"name\": \"Test Subscription plan 1 - 2024-01-03 - 1\"\r\n    },\r\n    \"subscriptionChangeOrderStatus\": {\r\n        \"id\": \"ACTIVE\",\r\n        \"name\": \"Active\"\r\n    },\r\n    \"subscriptionPlan\": {\r\n        \"id\": \"339\",\r\n        \"name\": \"Test Subscription plan 1\"\r\n    },\r\n    \"subsidiary\": {\r\n        \"id\": \"11\",\r\n        \"name\": \"HEADQUARTERS\"\r\n    }\r\n}"}],"_postman_id":"9438cc32-e833-48ff-b99e-ed3efefa3f8a"}],"id":"1e251f2d-c81b-42ae-90cd-6a2d13acd40e","event":[{"listen":"prerequest","script":{"id":"e26df1d1-e001-408d-85a7-bdc0c44d1388","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"faed8218-06e1-4ff0-87eb-93000f8a58c6","type":"text/javascript","exec":[""]}}],"_postman_id":"1e251f2d-c81b-42ae-90cd-6a2d13acd40e","description":""},{"name":"POST","item":[{"name":"Create subscriptionChangeOrder","id":"7cafc4f1-0f2e-4e0e-9fa3-646a4a89c8c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"action\": \"ACTIVATE\",\r\n    \"subscription\": 509,\r\n    \"customer\": 1768,\r\n    \"billingAccount\": 207,\r\n    \"subline\": {\r\n        \"items\": [\r\n            {\r\n            \"apply\": true,\r\n            \"sequence\": 1\r\n            }\r\n        ]\r\n    }\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/rest/subscriptionChangeOrder","urlObject":{"protocol":"https","path":["netsuite","v0","rest","subscriptionChangeOrder"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"59e309d1-6c29-4081-af3f-3893516c2781","name":"Create subscriptionChangeOrder","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"action\": \"ACTIVATE\",\r\n    \"subscription\": 509,\r\n    \"customer\": 1768,\r\n    \"billingAccount\": 207,\r\n    \"subline\": {\r\n        \"items\": [\r\n            {\r\n            \"apply\": true,\r\n            \"sequence\": 1\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/rest/subscriptionChangeOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n\"info\": \"Record Created Successfully\",\r\n\"internalId\": \"1204\",\r\n\"isSuccess\": true\r\n}"}],"_postman_id":"7cafc4f1-0f2e-4e0e-9fa3-646a4a89c8c4"}],"id":"4a35364e-562b-41ff-99b1-4e3b594bb1dd","event":[{"listen":"prerequest","script":{"id":"d49dbcc3-2174-4fd1-8d41-71a02b4f4a3d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e084c0dc-5be1-4ad3-8ee2-a90782bc92f4","type":"text/javascript","exec":[""]}}],"_postman_id":"4a35364e-562b-41ff-99b1-4e3b594bb1dd","description":""},{"name":"PATCH","item":[{"name":"Update subscriptionChangeOrder","id":"1c97f29d-5125-4342-8daa-b821ab7beb05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"priceplannew\": 4623\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/rest/subscriptionChangeOrder/1204","urlObject":{"protocol":"https","path":["netsuite","v0","rest","subscriptionChangeOrder","1204"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"3e6b6c85-6938-4865-820f-d6a3d45ac9f9","name":"Update subscriptionChangeOrder","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"priceplannew\": 4623\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/rest/subscriptionChangeOrder/1204"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"info\": \"Record updated Successfully\",\r\n    \"isSuccess\": true\r\n}"}],"_postman_id":"1c97f29d-5125-4342-8daa-b821ab7beb05"}],"id":"ad067aab-2401-41b2-834b-49f862a864b3","event":[{"listen":"prerequest","script":{"id":"0d14675c-c83f-4690-9227-c79b6005549e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"22941783-bcab-423e-b250-9199b5f38745","type":"text/javascript","exec":[""]}}],"_postman_id":"ad067aab-2401-41b2-834b-49f862a864b3","description":""},{"name":"DELETE","item":[{"name":"Delete subscriptionChangeOrder","id":"639670a4-cd82-4b26-919f-f40e278288dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/rest/subscriptionChangeOrder/1204","urlObject":{"protocol":"https","path":["netsuite","v0","rest","subscriptionChangeOrder","1204"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"0debfa01-e5aa-4642-b9c0-d124ab262d33","name":"Delete subscriptionChangeOrder","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/rest/subscriptionChangeOrder/1204"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n\"info\": \"Record Deleted Successfully\",\r\n\"isSuccess\": true\r\n}"}],"_postman_id":"639670a4-cd82-4b26-919f-f40e278288dc"}],"id":"3dab5bbd-63a9-4a0e-9e92-23f60f970cca","event":[{"listen":"prerequest","script":{"id":"9efb8c8f-74c5-4ad0-a6aa-e98fed0d0191","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f4eb32c5-22ed-40a1-b2e7-dbe00aec8bd0","type":"text/javascript","exec":[""]}}],"_postman_id":"3dab5bbd-63a9-4a0e-9e92-23f60f970cca","description":""}],"id":"f022f216-857e-4340-9181-178fcd578c07","_postman_id":"f022f216-857e-4340-9181-178fcd578c07","description":""}],"id":"e27b114c-9747-4bce-b8b9-f32d54199aab","_postman_id":"e27b114c-9747-4bce-b8b9-f32d54199aab","description":""},{"name":"SubscriptionPlan","item":[{"name":"SuiteQL","item":[{"name":"Retrieve subscriptionPlan","id":"1ac844e7-172c-44f6-bcda-6efab7d5fa10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionPlan","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","subscriptionPlan"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"34d1bd02-7b71-44d2-afb9-399ad4bb00ea","name":"Retrieve subscriptionPlan","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionPlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 21,\n    \"hasMore\": false,\n    \"items\": [\n        {\n            \"createddate\": \"2023/11/3\",\n            \"fullname\": \"BW NetSuite\",\n            \"id\": \"356\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"-101\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"BW NetSuite\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/11/3\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"createddate\": \"2023/11/8\",\n            \"displayname\": \"BW Subscription (2 Lines)\",\n            \"fullname\": \"BW Subscription (2 Lines)\",\n            \"id\": \"365\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"-101\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"BW Subscription (2 Lines)\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/12/26\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"createddate\": \"2023/11/3\",\n            \"fullname\": \"BW for NetSuite (Read-Only) test\",\n            \"id\": \"353\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"-101\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"BW for NetSuite (Read-Only) test\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/11/16\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"createddate\": \"2023/11/7\",\n            \"fullname\": \"Default Placeholder\",\n            \"id\": \"361\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"-101\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"Default Placeholder\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/11/7\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"autorenewal\": \"F\",\n            \"createddate\": \"2023/11/2\",\n            \"defaultrenewalterm\": \"1\",\n            \"fullname\": \"Hotstar - Subscription Plan\",\n            \"id\": \"351\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"1\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"Hotstar - Subscription Plan\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/11/27\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"autorenewal\": \"F\",\n            \"createddate\": \"2023/12/25\",\n            \"defaultrenewalterm\": \"1\",\n            \"displayname\": \"Hotstar HD\",\n            \"fullname\": \"Hotstar HD only\",\n            \"id\": \"582\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"1\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"Hotstar HD only\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/12/27\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"autorenewal\": \"F\",\n            \"createddate\": \"2023/11/15\",\n            \"defaultrenewalterm\": \"2\",\n            \"fullname\": \"Initech Plan\",\n            \"id\": \"370\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"2\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"Initech Plan\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/11/15\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"autorenewal\": \"F\",\n            \"createddate\": \"2023/11/24\",\n            \"defaultrenewalterm\": \"2\",\n            \"fullname\": \"Multi NS Org\",\n            \"id\": \"375\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"2\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"Multi NS Org\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/11/24\",\n            \"subsidiary\": \"11, 12, 16\"\n        },\n        {\n            \"autorenewal\": \"F\",\n            \"createddate\": \"2023/12/19\",\n            \"defaultrenewalterm\": \"1\",\n            \"fullname\": \"NotRested-2\",\n            \"id\": \"483\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"1\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"NotRested-2\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/12/19\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"autorenewal\": \"F\",\n            \"createddate\": \"2023/12/14\",\n            \"defaultrenewalterm\": \"1\",\n            \"displayname\": \"Plan (3 Member Lines)\",\n            \"fullname\": \"Plan (3 Member Lines)\",\n            \"id\": \"380\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"1\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"Plan (3 Member Lines)\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/12/26\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"createddate\": \"2023/11/6\",\n            \"fullname\": \"Plan (4 Member Lines)\",\n            \"id\": \"359\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"-101\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"Plan (4 Member Lines)\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/12/6\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"createddate\": \"2023/11/20\",\n            \"fullname\": \"Subscription Required Field\",\n            \"id\": \"372\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"-101\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"Subscription Required Field\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/11/20\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"createddate\": \"2023/12/4\",\n            \"fullname\": \"Test Pricing\",\n            \"id\": \"378\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"-101\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"Test Pricing\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/12/4\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"autorenewal\": \"F\",\n            \"createddate\": \"2023/11/15\",\n            \"defaultrenewalterm\": \"2\",\n            \"displayname\": \"BW Apps\",\n            \"fullname\": \"Test Subscription BW\",\n            \"id\": \"369\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"2\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"Test Subscription BW\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/11/15\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"class\": \"1\",\n            \"createddate\": \"2023/11/1\",\n            \"department\": \"4\",\n            \"fullname\": \"Test Subscription Plan\",\n            \"id\": \"348\",\n            \"includechildren\": \"T\",\n            \"initialterm\": \"-101\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"Test Subscription Plan\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/11/1\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"class\": \"4\",\n            \"createddate\": \"2023/11/1\",\n            \"department\": \"4\",\n            \"fullname\": \"Test Subscription Plan 2\",\n            \"id\": \"349\",\n            \"includechildren\": \"T\",\n            \"initialterm\": \"-101\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"Test Subscription Plan 2\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/11/1\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"createddate\": \"2023/11/20\",\n            \"fullname\": \"Test links\",\n            \"id\": \"371\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"-101\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"Test links\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/11/20\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"createddate\": \"2023/11/7\",\n            \"fullname\": \"Test multiple\",\n            \"id\": \"362\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"-101\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"Test multiple\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/11/7\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"createddate\": \"2023/11/2\",\n            \"fullname\": \"Testing\",\n            \"id\": \"350\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"-101\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"Testing\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/11/2\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"createddate\": \"2023/10/27\",\n            \"fullname\": \"test\",\n            \"id\": \"345\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"-101\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"test\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/10/27\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"createddate\": \"2023/11/1\",\n            \"fullname\": \"test subscription\",\n            \"id\": \"346\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"-101\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"test subscription\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/11/1\",\n            \"subsidiary\": \"11\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 21\n}"}],"_postman_id":"1ac844e7-172c-44f6-bcda-6efab7d5fa10"},{"name":"Retrieve subscriptionPlan Limit and Offset","id":"7a3dd44d-f45a-4bed-97c1-530eacb19525","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionPlan?limit=10&offset=0","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","subscriptionPlan"],"host":["api","prestructured","com"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"e8e10549-37e7-47df-a6b1-6bbcc7f7b3b1","name":"Retrieve subscriptionPlan Limit and Offset","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionPlan?limit=10&offset=0","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","subscriptionPlan"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 10,\n    \"hasMore\": true,\n    \"items\": [\n        {\n            \"createddate\": \"2023/11/3\",\n            \"fullname\": \"BW NetSuite\",\n            \"id\": \"356\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"-101\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"BW NetSuite\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/11/3\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"createddate\": \"2023/11/8\",\n            \"displayname\": \"BW Subscription (2 Lines)\",\n            \"fullname\": \"BW Subscription (2 Lines)\",\n            \"id\": \"365\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"-101\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"BW Subscription (2 Lines)\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/12/26\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"createddate\": \"2023/11/3\",\n            \"fullname\": \"BW for NetSuite (Read-Only) test\",\n            \"id\": \"353\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"-101\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"BW for NetSuite (Read-Only) test\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/11/16\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"createddate\": \"2023/11/7\",\n            \"fullname\": \"Default Placeholder\",\n            \"id\": \"361\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"-101\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"Default Placeholder\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/11/7\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"autorenewal\": \"F\",\n            \"createddate\": \"2023/11/2\",\n            \"defaultrenewalterm\": \"1\",\n            \"fullname\": \"Hotstar - Subscription Plan\",\n            \"id\": \"351\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"1\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"Hotstar - Subscription Plan\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/11/27\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"autorenewal\": \"F\",\n            \"createddate\": \"2023/12/25\",\n            \"defaultrenewalterm\": \"1\",\n            \"displayname\": \"Hotstar HD\",\n            \"fullname\": \"Hotstar HD only\",\n            \"id\": \"582\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"1\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"Hotstar HD only\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/12/27\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"autorenewal\": \"F\",\n            \"createddate\": \"2023/11/15\",\n            \"defaultrenewalterm\": \"2\",\n            \"fullname\": \"Initech Plan\",\n            \"id\": \"370\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"2\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"Initech Plan\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/11/15\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"autorenewal\": \"F\",\n            \"createddate\": \"2023/11/24\",\n            \"defaultrenewalterm\": \"2\",\n            \"fullname\": \"Multi NS Org\",\n            \"id\": \"375\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"2\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"Multi NS Org\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/11/24\",\n            \"subsidiary\": \"11, 12, 16\"\n        },\n        {\n            \"autorenewal\": \"F\",\n            \"createddate\": \"2023/12/19\",\n            \"defaultrenewalterm\": \"1\",\n            \"fullname\": \"NotRested-2\",\n            \"id\": \"483\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"1\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"NotRested-2\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/12/19\",\n            \"subsidiary\": \"11\"\n        },\n        {\n            \"autorenewal\": \"F\",\n            \"createddate\": \"2023/12/14\",\n            \"defaultrenewalterm\": \"1\",\n            \"displayname\": \"Plan (3 Member Lines)\",\n            \"fullname\": \"Plan (3 Member Lines)\",\n            \"id\": \"380\",\n            \"includechildren\": \"F\",\n            \"initialterm\": \"1\",\n            \"isinactive\": \"F\",\n            \"itemid\": \"Plan (3 Member Lines)\",\n            \"itemtype\": \"SubscriPlan\",\n            \"lastmodifieddate\": \"2023/12/26\",\n            \"subsidiary\": \"11\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 21\n}"}],"_postman_id":"7a3dd44d-f45a-4bed-97c1-530eacb19525"},{"name":"Retrieve subscriptionPlan by where","id":"7b5f8bc2-5450-4fcc-85de-7814ae58c133","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionPlan?where=itemtype=SubscriPlan+and+ID=356","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>1</td>\n<td>Used to Include the ID filter for the request. e.g., ID=1.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>11</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=11.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","subscriptionPlan"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"itemtype=SubscriPlan+and+ID=356"}],"variable":[]}},"response":[{"id":"dcb486d0-5e4d-4b10-91e0-95a76b962f56","name":"Retrieve subscriptionPlan by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionPlan?where=itemtype=SubscriPlan+and+ID=356","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","subscriptionPlan"],"query":[{"key":"where","value":"itemtype=SubscriPlan+and+ID=356"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"count\": 1,\r\n    \"hasMore\": false,\r\n    \"items\": [\r\n        {\r\n            \"createddate\": \"2023/11/3\",\r\n            \"fullname\": \"BW NetSuite\",\r\n            \"id\": \"356\",\r\n            \"includechildren\": \"F\",\r\n            \"initialterm\": \"-101\",\r\n            \"isinactive\": \"F\",\r\n            \"itemid\": \"BW NetSuite\",\r\n            \"itemtype\": \"SubscriPlan\",\r\n            \"lastmodifieddate\": \"2023/11/3\",\r\n            \"subsidiary\": \"11\"\r\n        }\r\n    ],\r\n    \"offset\": 0,\r\n    \"totalResults\": 1\r\n}"}],"_postman_id":"7b5f8bc2-5450-4fcc-85de-7814ae58c133"}],"id":"8f90d02a-1237-4068-b858-13794e3a425a","_postman_id":"8f90d02a-1237-4068-b858-13794e3a425a","description":""},{"name":"REST","item":[{"name":"GET","item":[{"name":"Retrieve subscriptionPlan","id":"e2d5cc63-3902-48b2-8e1f-a7333f61fd6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/rest/subscriptionPlan","urlObject":{"protocol":"https","path":["netsuite","v0","rest","subscriptionPlan"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"9f1478e4-4277-48d0-8b92-1cf04fd6172a","name":"Retrieve subscriptionPlan","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/rest/subscriptionPlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 21,\n    \"hasMore\": false,\n    \"items\": [\n        {\n            \"id\": \"356\"\n        },\n        {\n            \"id\": \"365\"\n        },\n        {\n            \"id\": \"353\"\n        },\n        {\n            \"id\": \"361\"\n        },\n        {\n            \"id\": \"351\"\n        },\n        {\n            \"id\": \"582\"\n        },\n        {\n            \"id\": \"370\"\n        },\n        {\n            \"id\": \"375\"\n        },\n        {\n            \"id\": \"483\"\n        },\n        {\n            \"id\": \"380\"\n        },\n        {\n            \"id\": \"359\"\n        },\n        {\n            \"id\": \"372\"\n        },\n        {\n            \"id\": \"378\"\n        },\n        {\n            \"id\": \"369\"\n        },\n        {\n            \"id\": \"348\"\n        },\n        {\n            \"id\": \"349\"\n        },\n        {\n            \"id\": \"371\"\n        },\n        {\n            \"id\": \"362\"\n        },\n        {\n            \"id\": \"350\"\n        },\n        {\n            \"id\": \"345\"\n        },\n        {\n            \"id\": \"346\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 21\n}"}],"_postman_id":"e2d5cc63-3902-48b2-8e1f-a7333f61fd6d"},{"name":"Retrieve subscriptionPlan by ID","id":"f46efe49-cdee-449b-8ce5-5a74975bee73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/rest/subscriptionPlan/356?expandSubResources=true","urlObject":{"protocol":"https","path":["netsuite","v0","rest","subscriptionPlan","356"],"host":["api","prestructured","com"],"query":[{"key":"expandSubResources","value":"true"}],"variable":[]}},"response":[{"id":"7f673d89-8d6a-4816-b9b9-46a0d5d409f8","name":"Retrieve subscriptionby ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/rest/subscriptionPlan/356?expandSubResources=true","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","rest","subscriptionPlan","356"],"query":[{"key":"expandSubResources","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"autoRenewal\": false,\r\n    \"createdDate\": \"2023-11-03T17:25:00Z\",\r\n    \"customForm\": {\r\n        \"id\": \"-950\",\r\n        \"name\": \"Standard Subscription Plan Form\"\r\n    },\r\n    \"id\": \"356\",\r\n    \"includeChildren\": false,\r\n    \"incomeAccount\": {\r\n        \"id\": \"56\",\r\n        \"name\": \"Revenue\"\r\n    },\r\n    \"initialTerm\": {\r\n        \"id\": \"-101\",\r\n        \"name\": \"Evergreen Term\"\r\n    },\r\n    \"isInactive\": false,\r\n    \"itemId\": \"BW NetSuite\",\r\n    \"itemType\": {\r\n        \"id\": \"SubscriPlan\",\r\n        \"name\": \"SubscriPlan\"\r\n    },\r\n    \"lastModifiedDate\": \"2023-11-03T17:25:00Z\",\r\n    \"member\": {\r\n        \"items\": [\r\n            {\r\n                \"billingMode\": {\r\n                    \"id\": \"IN_ADVANCE\",\r\n                    \"name\": \"In Advance\"\r\n                },\r\n                \"isRequired\": false,\r\n                \"item\": {\r\n                    \"id\": \"355\",\r\n                    \"name\": \"BW for NetSuite (Read/Write)\"\r\n                },\r\n                \"lineNumber\": 1,\r\n                \"prorateEndDate\": true,\r\n                \"prorateStartDate\": true,\r\n                \"renewalOption\": {\r\n                    \"id\": \"ALWAYS\",\r\n                    \"name\": \"Always\"\r\n                },\r\n                \"revRecOption\": {\r\n                    \"id\": \"OVER_TERM\",\r\n                    \"name\": \"Over subscription term\"\r\n                },\r\n                \"subscriptionLineType\": {\r\n                    \"id\": \"2\",\r\n                    \"name\": \"Recurring\"\r\n                }\r\n            }\r\n        ],\r\n        \"totalResults\": 1\r\n    },\r\n    \"subsidiary\": {\r\n        \"count\": 1,\r\n        \"hasMore\": false,\r\n        \"items\": [\r\n            {\r\n                \"id\": \"11\",\r\n                \"name\": \"HEADQUARTERS\"\r\n            }\r\n        ],\r\n        \"offset\": 0,\r\n        \"totalResults\": 1\r\n    }\r\n}"}],"_postman_id":"f46efe49-cdee-449b-8ce5-5a74975bee73"}],"id":"feb1b7e2-09f7-48d0-9ebe-f3229d8d2c97","event":[{"listen":"prerequest","script":{"id":"e26df1d1-e001-408d-85a7-bdc0c44d1388","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"faed8218-06e1-4ff0-87eb-93000f8a58c6","type":"text/javascript","exec":[""]}}],"_postman_id":"feb1b7e2-09f7-48d0-9ebe-f3229d8d2c97","description":""},{"name":"POST","item":[{"name":"Create subscriptionPlan","id":"b33a1969-9e24-4a74-a991-566e2a7419fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"name\": \"Main-Subscription\",\r\n\"customer\": 2449,\r\n\"billingAccount\": 5,\r\n\"subscriptionPlan\": 353,\r\n\"priceBook\": 6,\r\n\"initialTerm\": {\r\n\"id\": -102\r\n},\r\n\"startDate\": \"2023-11-3\",\r\n\"billingSchedule\": 12,\r\n\"billingFrequency\": \"MONTHLY\",\r\n\"endDate\": \"2023-12-3\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/rest/subscriptionPlan","urlObject":{"protocol":"https","path":["netsuite","v0","rest","subscriptionPlan"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"ba6ef91c-90c0-4aee-9070-64806e838e7b","name":"Create subscriptionPlan","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"itemid\": \"Main Subscription plan\",\r\n  \"initialterm\" : {\"id\" : 1},\r\n  \"member\": {\r\n    \"items\": [\r\n      {\r\n        \"item\": {\"id\": 5 },\r\n        \"isrequired\": true,\r\n        \"subscriptionlinetype\": \"2\",\r\n        \"renewaloption\": \"DIFFERENT_PLAN\"\r\n      }\r\n    ]\r\n  }\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/rest/subscriptionPlan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n\"info\": \"Record Created Successfully\",\r\n\"internalId\": \"583\",\r\n\"isSuccess\": true\r\n}"}],"_postman_id":"b33a1969-9e24-4a74-a991-566e2a7419fa"}],"id":"384e599b-4aaa-4987-9719-78abd917b9c2","event":[{"listen":"prerequest","script":{"id":"d49dbcc3-2174-4fd1-8d41-71a02b4f4a3d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e084c0dc-5be1-4ad3-8ee2-a90782bc92f4","type":"text/javascript","exec":[""]}}],"_postman_id":"384e599b-4aaa-4987-9719-78abd917b9c2","description":""},{"name":"PATCH","item":[{"name":"Update subscriptionPlan","id":"a05461de-8c80-4b85-86df-d726529d2e5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\"name\": \"Secondary-Subscription\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/rest/subscriptionPlan/583","urlObject":{"protocol":"https","path":["netsuite","v0","rest","subscriptionPlan","583"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"57b3e9c7-a14c-44d3-818a-57486186bfcf","name":"Update subscriptionPlan","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"name\": \"Secondary-SubscriptionPlan-New-Name\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/rest/subscriptionPlan/583"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"info\": \"Record updated Successfully\",\r\n    \"isSuccess\": true\r\n}"}],"_postman_id":"a05461de-8c80-4b85-86df-d726529d2e5a"}],"id":"e69a3656-c102-4567-9449-da7d192b8a03","event":[{"listen":"prerequest","script":{"id":"0d14675c-c83f-4690-9227-c79b6005549e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"22941783-bcab-423e-b250-9199b5f38745","type":"text/javascript","exec":[""]}}],"_postman_id":"e69a3656-c102-4567-9449-da7d192b8a03","description":""},{"name":"DELETE","item":[{"name":"Delete subscriptionPlan","id":"b26851e6-0723-4a32-9952-2196fe25a01d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/rest/subscriptionPlan/356","urlObject":{"protocol":"https","path":["netsuite","v0","rest","subscriptionPlan","356"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"7e0427d9-c072-4cec-8e23-210d1436f194","name":"Delete subscriptionPlan","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/rest/subscriptionPlan/356"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n\"info\": \"Record Deleted Successfully\",\r\n\"isSuccess\": true\r\n}"}],"_postman_id":"b26851e6-0723-4a32-9952-2196fe25a01d"}],"id":"bfcd6b6b-f2b9-4b32-b534-8a32b39b2844","event":[{"listen":"prerequest","script":{"id":"9efb8c8f-74c5-4ad0-a6aa-e98fed0d0191","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f4eb32c5-22ed-40a1-b2e7-dbe00aec8bd0","type":"text/javascript","exec":[""]}}],"_postman_id":"bfcd6b6b-f2b9-4b32-b534-8a32b39b2844","description":""}],"id":"49525a2f-4436-4fd4-bf10-18ca7b1825ce","_postman_id":"49525a2f-4436-4fd4-bf10-18ca7b1825ce","description":""}],"id":"268f87d7-0fcc-4825-93f8-875427ee0684","_postman_id":"268f87d7-0fcc-4825-93f8-875427ee0684","description":""},{"name":"SubscriptionTerm","item":[{"name":"SuiteQL","item":[{"name":"Retrieve subscriptionTerm","id":"97e81e6a-7fcf-4a2c-bd0d-12980340298b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionTerm","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","subscriptionTerm"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"61f7f822-9ce5-4f63-8bca-fcc95c581aa4","name":"Retrieve subscriptionTerm","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionTerm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 5,\n    \"hasMore\": false,\n    \"items\": [\n        {\n            \"id\": \"1\",\n            \"isinactive\": \"F\",\n            \"name\": \"Basic\",\n            \"subscriptiontermduration\": \"1\",\n            \"subscriptiontermtype\": \"STANDARD\",\n            \"subscriptiontermunit\": \"MONTHS\"\n        },\n        {\n            \"id\": \"-102\",\n            \"isinactive\": \"T\",\n            \"name\": \"Custom Term\",\n            \"subscriptiontermtype\": \"CUSTOM\"\n        },\n        {\n            \"id\": \"-101\",\n            \"isinactive\": \"F\",\n            \"name\": \"Evergreen Term\",\n            \"subscriptiontermtype\": \"EVERGREEN\"\n        },\n        {\n            \"id\": \"2\",\n            \"isinactive\": \"F\",\n            \"name\": \"Midrange\",\n            \"subscriptiontermduration\": \"1\",\n            \"subscriptiontermtype\": \"STANDARD\",\n            \"subscriptiontermunit\": \"MONTHS\"\n        },\n        {\n            \"id\": \"3\",\n            \"isinactive\": \"F\",\n            \"name\": \"Premium\",\n            \"subscriptiontermduration\": \"1\",\n            \"subscriptiontermtype\": \"STANDARD\",\n            \"subscriptiontermunit\": \"MONTHS\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 5\n}"}],"_postman_id":"97e81e6a-7fcf-4a2c-bd0d-12980340298b"},{"name":"Retrieve subscriptionTerm Limit and Offset","id":"2a93a2b2-34de-4b38-89b7-35f66d72dee1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionTerm?limit=10&offset=0","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","subscriptionTerm"],"host":["api","prestructured","com"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"4e2ce4df-2a83-4d25-bc41-748f497f4eac","name":"Retrieve subscriptionTerm","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionTerm?limit=10&offset=0","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","subscriptionTerm"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 5,\n    \"hasMore\": false,\n    \"items\": [\n        {\n            \"id\": \"1\",\n            \"isinactive\": \"F\",\n            \"name\": \"Basic\",\n            \"subscriptiontermduration\": \"1\",\n            \"subscriptiontermtype\": \"STANDARD\",\n            \"subscriptiontermunit\": \"MONTHS\"\n        },\n        {\n            \"id\": \"-102\",\n            \"isinactive\": \"T\",\n            \"name\": \"Custom Term\",\n            \"subscriptiontermtype\": \"CUSTOM\"\n        },\n        {\n            \"id\": \"-101\",\n            \"isinactive\": \"F\",\n            \"name\": \"Evergreen Term\",\n            \"subscriptiontermtype\": \"EVERGREEN\"\n        },\n        {\n            \"id\": \"2\",\n            \"isinactive\": \"F\",\n            \"name\": \"Midrange\",\n            \"subscriptiontermduration\": \"1\",\n            \"subscriptiontermtype\": \"STANDARD\",\n            \"subscriptiontermunit\": \"MONTHS\"\n        },\n        {\n            \"id\": \"3\",\n            \"isinactive\": \"F\",\n            \"name\": \"Premium\",\n            \"subscriptiontermduration\": \"1\",\n            \"subscriptiontermtype\": \"STANDARD\",\n            \"subscriptiontermunit\": \"MONTHS\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 5\n}"}],"_postman_id":"2a93a2b2-34de-4b38-89b7-35f66d72dee1"},{"name":"Retrieve subscriptionTerm by where","id":"1d76fd37-e47d-4e2e-915b-4c17f77b3f46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionTerm?where=name=Basic+and+ID=1","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>priceplan</td>\n<td>114</td>\n<td>Used to Include the priceplan filter for the request. e.g., priceplan=114.</td>\n</tr>\n<tr>\n<td>value</td>\n<td>50</td>\n<td>Used to Include the value filter for the request. e.g., value=50.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","subscriptionTerm"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"name=Basic+and+ID=1"}],"variable":[]}},"response":[{"id":"243183bf-eaa1-4c75-8133-d47e2441d9c4","name":"Retrieve subscriptionTerm by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionTerm?where=name=Basic+and+ID=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","subscriptionTerm"],"query":[{"key":"where","value":"name=Basic+and+ID=1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"count\": 1,\r\n    \"hasMore\": false,\r\n    \"items\": [\r\n        {\r\n            \"id\": \"1\",\r\n            \"isinactive\": \"F\",\r\n            \"name\": \"Basic\",\r\n            \"subscriptiontermduration\": \"1\",\r\n            \"subscriptiontermtype\": \"STANDARD\",\r\n            \"subscriptiontermunit\": \"MONTHS\"\r\n        }\r\n    ],\r\n    \"offset\": 0,\r\n    \"totalResults\": 1\r\n}"}],"_postman_id":"1d76fd37-e47d-4e2e-915b-4c17f77b3f46"}],"id":"c795af7e-44ea-4e4c-89e6-6b485c3322db","_postman_id":"c795af7e-44ea-4e4c-89e6-6b485c3322db","description":""}],"id":"0df42278-fa8f-4341-bdba-e708df66c673","_postman_id":"0df42278-fa8f-4341-bdba-e708df66c673","description":""},{"name":"SubscriptionPlanMember","item":[{"name":"SuiteQL","item":[{"name":"Retrieve  subscriptionPlanMember","id":"549a7e43-c60f-4377-8c9e-37e493b3b85e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionPlanMember","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","subscriptionPlanMember"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"acf4691f-8eaf-4be3-9270-fdecf4d4ca70","name":"Retrieve subscriptionPlanMember","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionPlanMember"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 8,\n    \"hasMore\": false,\n    \"items\": [\n        {\n            \"billingmode\": \"IN_ADVANCE\",\n            \"id\": \"36\",\n            \"isrequired\": \"F\",\n            \"item\": \"328\",\n            \"linenumber\": \"1\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"T\",\n            \"renewaloption\": \"ALWAYS\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"subscriptionplan\": \"329\"\n        },\n        {\n            \"billingmode\": \"IN_ADVANCE\",\n            \"id\": \"37\",\n            \"isrequired\": \"F\",\n            \"item\": \"20\",\n            \"linenumber\": \"2\",\n            \"prorateenddate\": \"F\",\n            \"proratestartdate\": \"F\",\n            \"renewaloption\": \"DIFFERENT_PLAN\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"subscriptionlinetype\": \"1\",\n            \"subscriptionlinetypename\": \"One Time\",\n            \"subscriptionplan\": \"329\"\n        },\n        {\n            \"billingmode\": \"IN_ADVANCE\",\n            \"id\": \"39\",\n            \"isrequired\": \"F\",\n            \"item\": \"20\",\n            \"linenumber\": \"1\",\n            \"prorateenddate\": \"F\",\n            \"proratestartdate\": \"F\",\n            \"renewaloption\": \"SAME_PLAN\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"subscriptionlinetype\": \"1\",\n            \"subscriptionlinetypename\": \"One Time\",\n            \"subscriptionplan\": \"331\"\n        },\n        {\n            \"billingmode\": \"IN_ADVANCE\",\n            \"id\": \"40\",\n            \"isrequired\": \"F\",\n            \"item\": \"328\",\n            \"linenumber\": \"1\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"T\",\n            \"renewaloption\": \"ALWAYS\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"subscriptionplan\": \"338\"\n        },\n        {\n            \"billingmode\": \"IN_ADVANCE\",\n            \"id\": \"41\",\n            \"isrequired\": \"F\",\n            \"item\": \"328\",\n            \"linenumber\": \"1\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"T\",\n            \"renewaloption\": \"ALWAYS\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"subscriptionplan\": \"339\"\n        },\n        {\n            \"billingmode\": \"IN_ADVANCE\",\n            \"id\": \"42\",\n            \"isrequired\": \"F\",\n            \"item\": \"341\",\n            \"linenumber\": \"1\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"T\",\n            \"renewaloption\": \"ALWAYS\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"subscriptionplan\": \"344\"\n        },\n        {\n            \"billingmode\": \"IN_ARREARS\",\n            \"id\": \"44\",\n            \"isrequired\": \"T\",\n            \"item\": \"340\",\n            \"linenumber\": \"1\",\n            \"prorateenddate\": \"F\",\n            \"proratestartdate\": \"F\",\n            \"renewaloption\": \"DIFFERENT_PLAN\",\n            \"revrecoption\": \"ONE_TIME\",\n            \"subscriptionlinetype\": \"1\",\n            \"subscriptionlinetypename\": \"One Time\",\n            \"subscriptionplan\": \"347\"\n        },\n        {\n            \"billingmode\": \"IN_ADVANCE\",\n            \"id\": \"45\",\n            \"isrequired\": \"F\",\n            \"item\": \"342\",\n            \"linenumber\": \"1\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"T\",\n            \"renewaloption\": \"ALWAYS\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"subscriptionplan\": \"348\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 8\n}"}],"_postman_id":"549a7e43-c60f-4377-8c9e-37e493b3b85e"},{"name":"Retrieve  subscriptionPlanMember Limit and Offset","id":"66b25278-e13f-449c-a623-eab276a2bc32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionPlanMember?limit=10&offset=0","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","subscriptionPlanMember"],"host":["api","prestructured","com"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"294120fd-6be0-45ad-b7c5-625e6025cf8d","name":"Retrieve subscriptionPlanMember","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionPlanMember?limit=10&offset=0","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","subscriptionPlanMember"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 8,\n    \"hasMore\": false,\n    \"items\": [\n        {\n            \"billingmode\": \"IN_ADVANCE\",\n            \"id\": \"36\",\n            \"isrequired\": \"F\",\n            \"item\": \"328\",\n            \"linenumber\": \"1\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"T\",\n            \"renewaloption\": \"ALWAYS\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"subscriptionplan\": \"329\"\n        },\n        {\n            \"billingmode\": \"IN_ADVANCE\",\n            \"id\": \"37\",\n            \"isrequired\": \"F\",\n            \"item\": \"20\",\n            \"linenumber\": \"2\",\n            \"prorateenddate\": \"F\",\n            \"proratestartdate\": \"F\",\n            \"renewaloption\": \"DIFFERENT_PLAN\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"subscriptionlinetype\": \"1\",\n            \"subscriptionlinetypename\": \"One Time\",\n            \"subscriptionplan\": \"329\"\n        },\n        {\n            \"billingmode\": \"IN_ADVANCE\",\n            \"id\": \"39\",\n            \"isrequired\": \"F\",\n            \"item\": \"20\",\n            \"linenumber\": \"1\",\n            \"prorateenddate\": \"F\",\n            \"proratestartdate\": \"F\",\n            \"renewaloption\": \"SAME_PLAN\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"subscriptionlinetype\": \"1\",\n            \"subscriptionlinetypename\": \"One Time\",\n            \"subscriptionplan\": \"331\"\n        },\n        {\n            \"billingmode\": \"IN_ADVANCE\",\n            \"id\": \"40\",\n            \"isrequired\": \"F\",\n            \"item\": \"328\",\n            \"linenumber\": \"1\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"T\",\n            \"renewaloption\": \"ALWAYS\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"subscriptionplan\": \"338\"\n        },\n        {\n            \"billingmode\": \"IN_ADVANCE\",\n            \"id\": \"41\",\n            \"isrequired\": \"F\",\n            \"item\": \"328\",\n            \"linenumber\": \"1\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"T\",\n            \"renewaloption\": \"ALWAYS\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"subscriptionplan\": \"339\"\n        },\n        {\n            \"billingmode\": \"IN_ADVANCE\",\n            \"id\": \"42\",\n            \"isrequired\": \"F\",\n            \"item\": \"341\",\n            \"linenumber\": \"1\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"T\",\n            \"renewaloption\": \"ALWAYS\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"subscriptionplan\": \"344\"\n        },\n        {\n            \"billingmode\": \"IN_ARREARS\",\n            \"id\": \"44\",\n            \"isrequired\": \"T\",\n            \"item\": \"340\",\n            \"linenumber\": \"1\",\n            \"prorateenddate\": \"F\",\n            \"proratestartdate\": \"F\",\n            \"renewaloption\": \"DIFFERENT_PLAN\",\n            \"revrecoption\": \"ONE_TIME\",\n            \"subscriptionlinetype\": \"1\",\n            \"subscriptionlinetypename\": \"One Time\",\n            \"subscriptionplan\": \"347\"\n        },\n        {\n            \"billingmode\": \"IN_ADVANCE\",\n            \"id\": \"45\",\n            \"isrequired\": \"F\",\n            \"item\": \"342\",\n            \"linenumber\": \"1\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"T\",\n            \"renewaloption\": \"ALWAYS\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"subscriptionplan\": \"348\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 8\n}"}],"_postman_id":"66b25278-e13f-449c-a623-eab276a2bc32"},{"name":"Retrieve subscriptionPlanMember by where","id":"26e96789-e838-4eb7-b215-245f8e92028e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionPlanMember?where=subscriptionplan=329+and+ID=36","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>36</td>\n<td>Used to Include the ID filter for the request. e.g., ID=1.</td>\n</tr>\n<tr>\n<td>subscriptionplan</td>\n<td>329</td>\n<td>Used to Include the subscriptionplan filter for the request. e.g., subscriptionplan=329.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","subscriptionPlanMember"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"subscriptionplan=329+and+ID=36"}],"variable":[]}},"response":[{"id":"64186e56-ec3f-4f5d-ade9-c84a6bea0e9b","name":"Retrieve subscriptionPlanMember by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionPlanMember?where=subscriptionplan=329+and+ID=36","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","subscriptionPlanMember"],"query":[{"key":"where","value":"subscriptionplan=329+and+ID=36"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"count\": 1,\r\n    \"hasMore\": false,\r\n    \"items\": [\r\n        {\r\n            \"billingmode\": \"IN_ADVANCE\",\r\n            \"id\": \"36\",\r\n            \"isrequired\": \"F\",\r\n            \"item\": \"328\",\r\n            \"linenumber\": \"1\",\r\n            \"prorateenddate\": \"T\",\r\n            \"proratestartdate\": \"T\",\r\n            \"renewaloption\": \"ALWAYS\",\r\n            \"revrecoption\": \"OVER_TERM\",\r\n            \"subscriptionlinetype\": \"2\",\r\n            \"subscriptionlinetypename\": \"Recurring\",\r\n            \"subscriptionplan\": \"329\"\r\n        }\r\n    ],\r\n    \"offset\": 0,\r\n    \"totalResults\": 1\r\n}"}],"_postman_id":"26e96789-e838-4eb7-b215-245f8e92028e"}],"id":"c0ec6fd0-7cab-4fec-ad73-9cdb959cb4a0","_postman_id":"c0ec6fd0-7cab-4fec-ad73-9cdb959cb4a0","description":""}],"id":"9a454e1e-5b15-491a-a4cf-0084f4c2cb60","_postman_id":"9a454e1e-5b15-491a-a4cf-0084f4c2cb60","description":""},{"name":"SubscriptionPriceInterval","item":[{"name":"SuiteQL","item":[{"name":"Retrieve  subscriptionPriceInterval","id":"c3609a0f-3bc1-4568-9fc7-389f0162f97c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionPriceInterval","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","subscriptionPriceInterval"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"db7928e6-c60e-4797-b5ba-d882498e040e","name":"Retrieve subscriptionPriceInterval","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionPriceInterval"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 9,\n    \"hasMore\": true,\n    \"items\": [\n        {\n            \"catalogtype\": \"OPTIONAL\",\n            \"chargetype\": \"1\",\n            \"chargetypename\": \"One Time\",\n            \"discount\": \"0\",\n            \"discountamount\": \"0\",\n            \"enddate\": \"2023/11/2\",\n            \"frequency\": \"ONETIME\",\n            \"id\": \"2\",\n            \"item\": \"347\",\n            \"linenumber\": \"1\",\n            \"priceplan\": \"2\",\n            \"proratebyoption\": \"2\",\n            \"proratebyoptionname\": \"Ignore Feb 29\",\n            \"quantity\": \"1\",\n            \"repeatevery\": \"0\",\n            \"startdate\": \"2023/11/1\",\n            \"startoffsetvalue\": \"1\",\n            \"status\": \"ACTIVE\",\n            \"subscription\": \"1\",\n            \"totalintervalvalue\": \"10\"\n        },\n        {\n            \"catalogtype\": \"OPTIONAL\",\n            \"chargetype\": \"1\",\n            \"chargetypename\": \"One Time\",\n            \"discount\": \"0\",\n            \"discountamount\": \"0\",\n            \"enddate\": \"2023/11/3\",\n            \"frequency\": \"ONETIME\",\n            \"id\": \"5\",\n            \"item\": \"347\",\n            \"linenumber\": \"1\",\n            \"priceplan\": \"5\",\n            \"proratebyoption\": \"2\",\n            \"proratebyoptionname\": \"Ignore Feb 29\",\n            \"quantity\": \"1\",\n            \"repeatevery\": \"0\",\n            \"startdate\": \"2023/11/2\",\n            \"startoffsetvalue\": \"1\",\n            \"status\": \"ACTIVE\",\n            \"subscription\": \"3\",\n            \"totalintervalvalue\": \"100\"\n        },\n        {\n            \"catalogtype\": \"OPTIONAL\",\n            \"chargetype\": \"1\",\n            \"chargetypename\": \"One Time\",\n            \"discount\": \"0\",\n            \"discountamount\": \"0\",\n            \"enddate\": \"2023/11/3\",\n            \"frequency\": \"ONETIME\",\n            \"id\": \"6\",\n            \"item\": \"347\",\n            \"linenumber\": \"1\",\n            \"priceplan\": \"7\",\n            \"proratebyoption\": \"2\",\n            \"proratebyoptionname\": \"Ignore Feb 29\",\n            \"quantity\": \"10\",\n            \"repeatevery\": \"0\",\n            \"startdate\": \"2023/11/2\",\n            \"startoffsetvalue\": \"1\",\n            \"status\": \"ACTIVE\",\n            \"subscription\": \"4\",\n            \"totalintervalvalue\": \"1000\"\n        },\n        {\n            \"catalogtype\": \"OPTIONAL\",\n            \"chargetype\": \"2\",\n            \"chargetypename\": \"Recurring\",\n            \"discount\": \"0\",\n            \"discountamount\": \"0\",\n            \"enddate\": \"2024/4/7\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"8\",\n            \"item\": \"347\",\n            \"linenumber\": \"1\",\n            \"priceplan\": \"9\",\n            \"prorateby\": \"DAY\",\n            \"proratebyoption\": \"2\",\n            \"proratebyoptionname\": \"Ignore Feb 29\",\n            \"quantity\": \"1\",\n            \"recurringamount\": \"10\",\n            \"repeatevery\": \"1\",\n            \"startdate\": \"2023/11/2\",\n            \"startoffsetvalue\": \"1\",\n            \"status\": \"ACTIVE\",\n            \"subscription\": \"5\",\n            \"totalintervalvalue\": \"51.6666667\"\n        },\n        {\n            \"catalogtype\": \"ADD_ON\",\n            \"chargetype\": \"3\",\n            \"chargetypename\": \"Usage\",\n            \"enddate\": \"9999/12/31\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"9\",\n            \"linenumber\": \"2\",\n            \"priceplan\": \"10\",\n            \"proratebyoption\": \"2\",\n            \"proratebyoptionname\": \"Ignore Feb 29\",\n            \"repeatevery\": \"1\",\n            \"startdate\": \"2023/11/2\",\n            \"startoffsetvalue\": \"1\",\n            \"status\": \"PENDING_ACTIVATION\",\n            \"subscription\": \"5\"\n        },\n        {\n            \"catalogtype\": \"OPTIONAL\",\n            \"chargetype\": \"2\",\n            \"chargetypename\": \"Recurring\",\n            \"discount\": \"500\",\n            \"discountamount\": \"500\",\n            \"enddate\": \"2023/11/16\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"11\",\n            \"item\": \"347\",\n            \"linenumber\": \"1\",\n            \"priceplan\": \"13\",\n            \"prorateby\": \"DAY\",\n            \"proratebyoption\": \"2\",\n            \"proratebyoptionname\": \"Ignore Feb 29\",\n            \"quantity\": \"1\",\n            \"recurringamount\": \"500\",\n            \"repeatevery\": \"1\",\n            \"startdate\": \"2023/11/2\",\n            \"startoffsetvalue\": \"1\",\n            \"status\": \"ACTIVE\",\n            \"subscription\": \"6\",\n            \"totalintervalvalue\": \"233.333335\"\n        },\n        {\n            \"catalogtype\": \"ADD_ON\",\n            \"chargetype\": \"3\",\n            \"chargetypename\": \"Usage\",\n            \"discount\": \"0\",\n            \"discountamount\": \"0\",\n            \"enddate\": \"2024/11/2\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"12\",\n            \"includedquantity\": \"50\",\n            \"linenumber\": \"2\",\n            \"priceplan\": \"12\",\n            \"proratebyoption\": \"2\",\n            \"proratebyoptionname\": \"Ignore Feb 29\",\n            \"repeatevery\": \"1\",\n            \"startdate\": \"2023/11/30\",\n            \"startoffsetvalue\": \"1\",\n            \"status\": \"ACTIVE\",\n            \"subscription\": \"6\"\n        },\n        {\n            \"catalogtype\": \"OPTIONAL\",\n            \"chargetype\": \"2\",\n            \"chargetypename\": \"Recurring\",\n            \"discount\": \"500\",\n            \"discountamount\": \"500\",\n            \"enddate\": \"2023/11/16\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"13\",\n            \"item\": \"347\",\n            \"linenumber\": \"1\",\n            \"priceplan\": \"15\",\n            \"prorateby\": \"DAY\",\n            \"proratebyoption\": \"2\",\n            \"proratebyoptionname\": \"Ignore Feb 29\",\n            \"quantity\": \"10\",\n            \"recurringamount\": \"9500\",\n            \"repeatevery\": \"1\",\n            \"startdate\": \"2023/11/2\",\n            \"startoffsetvalue\": \"1\",\n            \"status\": \"ACTIVE\",\n            \"subscription\": \"7\",\n            \"totalintervalvalue\": \"4433.333365\"\n        },\n        {\n            \"catalogtype\": \"ADD_ON\",\n            \"chargetype\": \"2\",\n            \"chargetypename\": \"Recurring\",\n            \"discount\": \"0\",\n            \"discountamount\": \"0\",\n            \"enddate\": \"2023/11/16\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"14\",\n            \"linenumber\": \"2\",\n            \"priceplan\": \"14\",\n            \"proratebyoption\": \"2\",\n            \"proratebyoptionname\": \"Ignore Feb 29\",\n            \"quantity\": \"10\",\n            \"recurringamount\": \"4000\",\n            \"repeatevery\": \"1\",\n            \"startdate\": \"2023/11/2\",\n            \"startoffsetvalue\": \"1\",\n            \"status\": \"ACTIVE\",\n            \"subscription\": \"7\",\n            \"totalintervalvalue\": \"1866.66668\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 9\n}"}],"_postman_id":"c3609a0f-3bc1-4568-9fc7-389f0162f97c"},{"name":"Retrieve  subscriptionPriceInterval","id":"c4583602-8145-4923-9c9a-3de11e148ea7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionPriceInterval?limit=10&offset=0","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","subscriptionPriceInterval"],"host":["api","prestructured","com"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"319dd141-91a1-4986-a25f-8b33d27d1847","name":"Retrieve subscriptionPriceInterval","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionPriceInterval?limit=10&offset=0","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","subscriptionPriceInterval"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 10,\n    \"hasMore\": true,\n    \"items\": [\n        {\n            \"catalogtype\": \"OPTIONAL\",\n            \"chargetype\": \"1\",\n            \"chargetypename\": \"One Time\",\n            \"discount\": \"0\",\n            \"discountamount\": \"0\",\n            \"enddate\": \"2023/11/2\",\n            \"frequency\": \"ONETIME\",\n            \"id\": \"2\",\n            \"item\": \"347\",\n            \"linenumber\": \"1\",\n            \"priceplan\": \"2\",\n            \"proratebyoption\": \"2\",\n            \"proratebyoptionname\": \"Ignore Feb 29\",\n            \"quantity\": \"1\",\n            \"repeatevery\": \"0\",\n            \"startdate\": \"2023/11/1\",\n            \"startoffsetvalue\": \"1\",\n            \"status\": \"ACTIVE\",\n            \"subscription\": \"1\",\n            \"totalintervalvalue\": \"10\"\n        },\n        {\n            \"catalogtype\": \"OPTIONAL\",\n            \"chargetype\": \"1\",\n            \"chargetypename\": \"One Time\",\n            \"discount\": \"0\",\n            \"discountamount\": \"0\",\n            \"enddate\": \"2023/11/3\",\n            \"frequency\": \"ONETIME\",\n            \"id\": \"5\",\n            \"item\": \"347\",\n            \"linenumber\": \"1\",\n            \"priceplan\": \"5\",\n            \"proratebyoption\": \"2\",\n            \"proratebyoptionname\": \"Ignore Feb 29\",\n            \"quantity\": \"1\",\n            \"repeatevery\": \"0\",\n            \"startdate\": \"2023/11/2\",\n            \"startoffsetvalue\": \"1\",\n            \"status\": \"ACTIVE\",\n            \"subscription\": \"3\",\n            \"totalintervalvalue\": \"100\"\n        },\n        {\n            \"catalogtype\": \"OPTIONAL\",\n            \"chargetype\": \"1\",\n            \"chargetypename\": \"One Time\",\n            \"discount\": \"0\",\n            \"discountamount\": \"0\",\n            \"enddate\": \"2023/11/3\",\n            \"frequency\": \"ONETIME\",\n            \"id\": \"6\",\n            \"item\": \"347\",\n            \"linenumber\": \"1\",\n            \"priceplan\": \"7\",\n            \"proratebyoption\": \"2\",\n            \"proratebyoptionname\": \"Ignore Feb 29\",\n            \"quantity\": \"10\",\n            \"repeatevery\": \"0\",\n            \"startdate\": \"2023/11/2\",\n            \"startoffsetvalue\": \"1\",\n            \"status\": \"ACTIVE\",\n            \"subscription\": \"4\",\n            \"totalintervalvalue\": \"1000\"\n        },\n        {\n            \"catalogtype\": \"OPTIONAL\",\n            \"chargetype\": \"2\",\n            \"chargetypename\": \"Recurring\",\n            \"discount\": \"0\",\n            \"discountamount\": \"0\",\n            \"enddate\": \"2024/4/7\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"8\",\n            \"item\": \"347\",\n            \"linenumber\": \"1\",\n            \"priceplan\": \"9\",\n            \"prorateby\": \"DAY\",\n            \"proratebyoption\": \"2\",\n            \"proratebyoptionname\": \"Ignore Feb 29\",\n            \"quantity\": \"1\",\n            \"recurringamount\": \"10\",\n            \"repeatevery\": \"1\",\n            \"startdate\": \"2023/11/2\",\n            \"startoffsetvalue\": \"1\",\n            \"status\": \"ACTIVE\",\n            \"subscription\": \"5\",\n            \"totalintervalvalue\": \"51.6666667\"\n        },\n        {\n            \"catalogtype\": \"ADD_ON\",\n            \"chargetype\": \"3\",\n            \"chargetypename\": \"Usage\",\n            \"enddate\": \"9999/12/31\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"9\",\n            \"linenumber\": \"2\",\n            \"priceplan\": \"10\",\n            \"proratebyoption\": \"2\",\n            \"proratebyoptionname\": \"Ignore Feb 29\",\n            \"repeatevery\": \"1\",\n            \"startdate\": \"2023/11/2\",\n            \"startoffsetvalue\": \"1\",\n            \"status\": \"PENDING_ACTIVATION\",\n            \"subscription\": \"5\"\n        },\n        {\n            \"catalogtype\": \"OPTIONAL\",\n            \"chargetype\": \"2\",\n            \"chargetypename\": \"Recurring\",\n            \"discount\": \"500\",\n            \"discountamount\": \"500\",\n            \"enddate\": \"2023/11/16\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"11\",\n            \"item\": \"347\",\n            \"linenumber\": \"1\",\n            \"priceplan\": \"13\",\n            \"prorateby\": \"DAY\",\n            \"proratebyoption\": \"2\",\n            \"proratebyoptionname\": \"Ignore Feb 29\",\n            \"quantity\": \"1\",\n            \"recurringamount\": \"500\",\n            \"repeatevery\": \"1\",\n            \"startdate\": \"2023/11/2\",\n            \"startoffsetvalue\": \"1\",\n            \"status\": \"ACTIVE\",\n            \"subscription\": \"6\",\n            \"totalintervalvalue\": \"233.333335\"\n        },\n        {\n            \"catalogtype\": \"ADD_ON\",\n            \"chargetype\": \"3\",\n            \"chargetypename\": \"Usage\",\n            \"discount\": \"0\",\n            \"discountamount\": \"0\",\n            \"enddate\": \"2024/11/2\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"12\",\n            \"includedquantity\": \"50\",\n            \"linenumber\": \"2\",\n            \"priceplan\": \"12\",\n            \"proratebyoption\": \"2\",\n            \"proratebyoptionname\": \"Ignore Feb 29\",\n            \"repeatevery\": \"1\",\n            \"startdate\": \"2023/11/30\",\n            \"startoffsetvalue\": \"1\",\n            \"status\": \"ACTIVE\",\n            \"subscription\": \"6\"\n        },\n        {\n            \"catalogtype\": \"OPTIONAL\",\n            \"chargetype\": \"2\",\n            \"chargetypename\": \"Recurring\",\n            \"discount\": \"500\",\n            \"discountamount\": \"500\",\n            \"enddate\": \"2023/11/16\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"13\",\n            \"item\": \"347\",\n            \"linenumber\": \"1\",\n            \"priceplan\": \"15\",\n            \"prorateby\": \"DAY\",\n            \"proratebyoption\": \"2\",\n            \"proratebyoptionname\": \"Ignore Feb 29\",\n            \"quantity\": \"10\",\n            \"recurringamount\": \"9500\",\n            \"repeatevery\": \"1\",\n            \"startdate\": \"2023/11/2\",\n            \"startoffsetvalue\": \"1\",\n            \"status\": \"ACTIVE\",\n            \"subscription\": \"7\",\n            \"totalintervalvalue\": \"4433.333365\"\n        },\n        {\n            \"catalogtype\": \"ADD_ON\",\n            \"chargetype\": \"2\",\n            \"chargetypename\": \"Recurring\",\n            \"discount\": \"0\",\n            \"discountamount\": \"0\",\n            \"enddate\": \"2023/11/16\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"14\",\n            \"linenumber\": \"2\",\n            \"priceplan\": \"14\",\n            \"proratebyoption\": \"2\",\n            \"proratebyoptionname\": \"Ignore Feb 29\",\n            \"quantity\": \"10\",\n            \"recurringamount\": \"4000\",\n            \"repeatevery\": \"1\",\n            \"startdate\": \"2023/11/2\",\n            \"startoffsetvalue\": \"1\",\n            \"status\": \"ACTIVE\",\n            \"subscription\": \"7\",\n            \"totalintervalvalue\": \"1866.66668\"\n        },\n        {\n            \"catalogtype\": \"ADD_ON\",\n            \"chargetype\": \"2\",\n            \"chargetypename\": \"Recurring\",\n            \"discount\": \"0\",\n            \"discountamount\": \"0\",\n            \"enddate\": \"9999/12/31\",\n            \"frequency\": \"MONTHLY\",\n            \"id\": \"24\",\n            \"linenumber\": \"2\",\n            \"priceplan\": \"26\",\n            \"proratebyoption\": \"2\",\n            \"proratebyoptionname\": \"Ignore Feb 29\",\n            \"quantity\": \"30\",\n            \"recurringamount\": \"200\",\n            \"repeatevery\": \"1\",\n            \"startdate\": \"2023/11/6\",\n            \"startoffsetvalue\": \"1\",\n            \"status\": \"ACTIVE\",\n            \"subscription\": \"10\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 311\n}"}],"_postman_id":"c4583602-8145-4923-9c9a-3de11e148ea7"},{"name":"Retrieve subscriptionPriceInterval by where","id":"df27097c-6f0b-49c5-8eee-873ad6b9e809","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscription/subscriptionPriceInterval?where=subscription=1+and+ID=2","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>1</td>\n<td>Used to Include the ID filter for the request. e.g., ID=1.</td>\n</tr>\n<tr>\n<td>subscription</td>\n<td>11</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=11.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","subscription","subscriptionPriceInterval"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"subscription=1+and+ID=2"}],"variable":[]}},"response":[{"id":"6dad2bc3-a8a8-430f-9648-52fbf6e5b83b","name":"Retrieve subscriptionPriceInterval by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionPriceInterval?where=subscription=1+and+id=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","subscriptionPriceInterval"],"query":[{"key":"where","value":"subscription=1+and+id=2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"count\": 1,\r\n    \"hasMore\": false,\r\n    \"items\": [\r\n        {\r\n            \"advancerenewalperiodnumber\": \"10\",\r\n            \"advancerenewalperiodunit\": \"DAYS\",\r\n            \"alignchargewithsub\": \"F\",\r\n            \"autorenewal\": \"T\",\r\n            \"billingaccount\": \"5\",\r\n            \"billingschedule\": \"12\",\r\n            \"billingschedulename\": \"Hotstar Billing Schedule\",\r\n            \"billingsubscriptionstatus\": \"ACTIVE\",\r\n            \"class\": \"4\",\r\n            \"currency\": \"1\",\r\n            \"customer\": \"2449\",\r\n            \"defaultrenewalmethod\": \"CREATE_NEW_SUBSCRIPTION\",\r\n            \"defaultrenewalplan\": \"353\",\r\n            \"defaultrenewalpricebook\": \"6\",\r\n            \"defaultrenewalterm\": \"-101\",\r\n            \"department\": \"2\",\r\n            \"estimatedrevrecenddate\": \"2024/11/30\",\r\n            \"frequency\": \"MONTHLY\",\r\n            \"generatemodificationelements\": \"F\",\r\n            \"id\": \"8\",\r\n            \"initialterm\": \"-102\",\r\n            \"lastmodifieddate\": \"2023/12/26\",\r\n            \"location\": \"15\",\r\n            \"name\": \"Amazon on BW NetSuite\",\r\n            \"nextbillcycledate\": \"2023/12/2\",\r\n            \"pricebook\": \"6\",\r\n            \"rootsubscription\": \"8\",\r\n            \"startdate\": \"2023/11/3\",\r\n            \"subscriptionplanname\": \"BW for NetSuite (Read-Only) test\",\r\n            \"subscriptionrevision\": \"9\",\r\n            \"subsidiary\": \"11\"\r\n        }\r\n    ],\r\n    \"offset\": 0,\r\n    \"totalResults\": 1\r\n}"}],"_postman_id":"df27097c-6f0b-49c5-8eee-873ad6b9e809"}],"id":"a870f750-eb02-4178-a360-f98848731803","_postman_id":"a870f750-eb02-4178-a360-f98848731803","description":""}],"id":"18ef091b-85ff-4932-977d-ebb9dec2a906","_postman_id":"18ef091b-85ff-4932-977d-ebb9dec2a906","description":""},{"name":"SubscriptionLine","item":[{"name":"SuiteQL","item":[{"name":"Retrieve  subscriptionLine","id":"34c7b06d-0c52-459b-86bf-01e01f91b2ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionLine","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","subscriptionLine"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"a07185d6-00fc-4ad8-88d3-ec608779b96b","name":"Retrieve subscription","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionLine"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 8,\n    \"hasMore\": false,\n    \"items\": [\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingmode\": \"IN_ADVANCE\",\n            \"catalogtype\": \"ADD_ON\",\n            \"department\": \"7\",\n            \"enddate\": \"2023/11/3\",\n            \"id\": \"2748\",\n            \"includeinrenewal\": \"F\",\n            \"isincluded\": \"F\",\n            \"item\": \"5\",\n            \"lastmodifieddate\": \"2023/11/29\",\n            \"linenumber\": \"3\",\n            \"prorateenddate\": \"F\",\n            \"proratestartdate\": \"F\",\n            \"quantity\": \"1\",\n            \"revrecoption\": \"ONE_TIME\",\n            \"startdate\": \"2023/11/3\",\n            \"subscription\": \"8\",\n            \"subscriptionlinestatus\": \"NOT_INCLUDED\",\n            \"subscriptionlinetype\": \"1\",\n            \"subscriptionlinetypename\": \"One Time\",\n            \"total\": \"0\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingmode\": \"IN_ADVANCE\",\n            \"catalogtype\": \"ADD_ON\",\n            \"department\": \"7\",\n            \"id\": \"2956\",\n            \"includeinrenewal\": \"T\",\n            \"isincluded\": \"T\",\n            \"item\": \"12\",\n            \"lastmodifieddate\": \"2023/12/4\",\n            \"linenumber\": \"2\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"T\",\n            \"quantity\": \"1\",\n            \"recurrencestartdate\": \"2024/1/2\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"startdate\": \"2023/12/4\",\n            \"subscription\": \"3724\",\n            \"subscriptionlinestatus\": \"DRAFT\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"total\": \"72064.52\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingmode\": \"IN_ADVANCE\",\n            \"catalogtype\": \"ADD_ON\",\n            \"department\": \"7\",\n            \"id\": \"2963\",\n            \"includeinrenewal\": \"T\",\n            \"isincluded\": \"T\",\n            \"item\": \"12\",\n            \"lastmodifieddate\": \"2023/12/5\",\n            \"linenumber\": \"3\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"T\",\n            \"quantity\": \"1\",\n            \"recurrencestartdate\": \"2024/1/2\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"startdate\": \"2023/12/4\",\n            \"subscription\": \"3726\",\n            \"subscriptionlinestatus\": \"DRAFT\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"total\": \"601.1\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingmode\": \"IN_ARREARS\",\n            \"catalogtype\": \"OPTIONAL\",\n            \"class\": \"4\",\n            \"department\": \"5\",\n            \"enddate\": \"2024/11/20\",\n            \"id\": \"4777\",\n            \"includeinrenewal\": \"T\",\n            \"isincluded\": \"F\",\n            \"item\": \"329\",\n            \"lastmodifieddate\": \"2023/12/18\",\n            \"linenumber\": \"3\",\n            \"location\": \"3\",\n            \"prorateenddate\": \"F\",\n            \"proratestartdate\": \"F\",\n            \"recurrencestartdate\": \"2023/12/2\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"startdate\": \"2023/11/21\",\n            \"subscription\": \"5831\",\n            \"subscriptionlinestatus\": \"NOT_INCLUDED\",\n            \"subscriptionlinetype\": \"3\",\n            \"subscriptionlinetypename\": \"Usage\",\n            \"subscriptionplan\": \"380\",\n            \"subscriptionplanline\": \"64\",\n            \"total\": \"0\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingmode\": \"IN_ADVANCE\",\n            \"catalogtype\": \"OPTIONAL\",\n            \"estimatedrevrecenddate\": \"2026/12/25\",\n            \"id\": \"7695\",\n            \"includeinrenewal\": \"F\",\n            \"isincluded\": \"F\",\n            \"item\": \"329\",\n            \"lastmodifieddate\": \"2023/12/26\",\n            \"linenumber\": \"2\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"T\",\n            \"quantity\": \"1\",\n            \"recurrencestartdate\": \"2024/1/2\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"startdate\": \"2023/12/26\",\n            \"subscription\": \"9540\",\n            \"subscriptionlinestatus\": \"NOT_INCLUDED\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"subscriptionplan\": \"365\",\n            \"subscriptionplanline\": \"52\",\n            \"total\": \"0\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingmode\": \"IN_ADVANCE\",\n            \"catalogtype\": \"ADD_ON\",\n            \"id\": \"2543\",\n            \"includeinrenewal\": \"T\",\n            \"isincluded\": \"T\",\n            \"item\": \"329\",\n            \"lastmodifieddate\": \"2023/11/24\",\n            \"linenumber\": \"2\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"T\",\n            \"quantity\": \"1\",\n            \"recurrencestartdate\": \"2023/12/2\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"startdate\": \"2023/11/24\",\n            \"subscription\": \"3319\",\n            \"subscriptionlinestatus\": \"DRAFT\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"total\": \"7206.67\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingmode\": \"IN_ADVANCE\",\n            \"catalogtype\": \"OPTIONAL\",\n            \"class\": \"4\",\n            \"department\": \"5\",\n            \"enddate\": \"2024/11/20\",\n            \"id\": \"4470\",\n            \"includeinrenewal\": \"T\",\n            \"isincluded\": \"F\",\n            \"item\": \"329\",\n            \"lastmodifieddate\": \"2023/12/13\",\n            \"linenumber\": \"3\",\n            \"location\": \"3\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"F\",\n            \"quantity\": \"15\",\n            \"recurrencestartdate\": \"2023/12/2\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"startdate\": \"2023/11/21\",\n            \"subscription\": \"5429\",\n            \"subscriptionlinestatus\": \"NOT_INCLUDED\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"subscriptionplan\": \"359\",\n            \"subscriptionplanline\": \"44\",\n            \"total\": \"0\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingmode\": \"IN_ADVANCE\",\n            \"catalogtype\": \"ADD_ON\",\n            \"class\": \"4\",\n            \"department\": \"5\",\n            \"enddate\": \"2024/11/20\",\n            \"id\": \"3671\",\n            \"includeinrenewal\": \"T\",\n            \"isincluded\": \"F\",\n            \"item\": \"329\",\n            \"lastmodifieddate\": \"2023/12/13\",\n            \"linenumber\": \"2\",\n            \"location\": \"3\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"F\",\n            \"quantity\": \"5\",\n            \"recurrencestartdate\": \"2023/12/2\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"startdate\": \"2023/11/21\",\n            \"subscription\": \"4432\",\n            \"subscriptionlinestatus\": \"NOT_INCLUDED\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"total\": \"0\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 8\n}"}],"_postman_id":"34c7b06d-0c52-459b-86bf-01e01f91b2ff"},{"name":"Retrieve  subscriptionLine Limit and Offset","id":"5c171c57-996f-4bf6-9d2e-7dfc07931963","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionLine?limit=10&offset=0","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","subscriptionLine"],"host":["api","prestructured","com"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"e89bd2b8-425d-4bbe-ac3c-8f289e9e7c22","name":"Retrieve subscription","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionLine?limit=10&offset=0","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","subscriptionLine"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 10,\n    \"hasMore\": true,\n    \"items\": [\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingmode\": \"IN_ADVANCE\",\n            \"catalogtype\": \"ADD_ON\",\n            \"department\": \"7\",\n            \"enddate\": \"2023/11/3\",\n            \"id\": \"2748\",\n            \"includeinrenewal\": \"F\",\n            \"isincluded\": \"F\",\n            \"item\": \"5\",\n            \"lastmodifieddate\": \"2023/11/29\",\n            \"linenumber\": \"3\",\n            \"prorateenddate\": \"F\",\n            \"proratestartdate\": \"F\",\n            \"quantity\": \"1\",\n            \"revrecoption\": \"ONE_TIME\",\n            \"startdate\": \"2023/11/3\",\n            \"subscription\": \"8\",\n            \"subscriptionlinestatus\": \"NOT_INCLUDED\",\n            \"subscriptionlinetype\": \"1\",\n            \"subscriptionlinetypename\": \"One Time\",\n            \"total\": \"0\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingmode\": \"IN_ADVANCE\",\n            \"catalogtype\": \"ADD_ON\",\n            \"department\": \"7\",\n            \"id\": \"2963\",\n            \"includeinrenewal\": \"T\",\n            \"isincluded\": \"T\",\n            \"item\": \"12\",\n            \"lastmodifieddate\": \"2023/12/5\",\n            \"linenumber\": \"3\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"T\",\n            \"quantity\": \"1\",\n            \"recurrencestartdate\": \"2024/1/2\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"startdate\": \"2023/12/4\",\n            \"subscription\": \"3726\",\n            \"subscriptionlinestatus\": \"DRAFT\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"total\": \"601.1\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingmode\": \"IN_ADVANCE\",\n            \"catalogtype\": \"ADD_ON\",\n            \"department\": \"7\",\n            \"id\": \"2956\",\n            \"includeinrenewal\": \"T\",\n            \"isincluded\": \"T\",\n            \"item\": \"12\",\n            \"lastmodifieddate\": \"2023/12/4\",\n            \"linenumber\": \"2\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"T\",\n            \"quantity\": \"1\",\n            \"recurrencestartdate\": \"2024/1/2\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"startdate\": \"2023/12/4\",\n            \"subscription\": \"3724\",\n            \"subscriptionlinestatus\": \"DRAFT\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"total\": \"72064.52\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingmode\": \"IN_ARREARS\",\n            \"catalogtype\": \"OPTIONAL\",\n            \"class\": \"4\",\n            \"department\": \"5\",\n            \"enddate\": \"2024/11/20\",\n            \"id\": \"4777\",\n            \"includeinrenewal\": \"T\",\n            \"isincluded\": \"F\",\n            \"item\": \"329\",\n            \"lastmodifieddate\": \"2023/12/18\",\n            \"linenumber\": \"3\",\n            \"location\": \"3\",\n            \"prorateenddate\": \"F\",\n            \"proratestartdate\": \"F\",\n            \"recurrencestartdate\": \"2023/12/2\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"startdate\": \"2023/11/21\",\n            \"subscription\": \"5831\",\n            \"subscriptionlinestatus\": \"NOT_INCLUDED\",\n            \"subscriptionlinetype\": \"3\",\n            \"subscriptionlinetypename\": \"Usage\",\n            \"subscriptionplan\": \"380\",\n            \"subscriptionplanline\": \"64\",\n            \"total\": \"0\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingmode\": \"IN_ADVANCE\",\n            \"catalogtype\": \"OPTIONAL\",\n            \"estimatedrevrecenddate\": \"2026/12/25\",\n            \"id\": \"7695\",\n            \"includeinrenewal\": \"F\",\n            \"isincluded\": \"F\",\n            \"item\": \"329\",\n            \"lastmodifieddate\": \"2023/12/26\",\n            \"linenumber\": \"2\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"T\",\n            \"quantity\": \"1\",\n            \"recurrencestartdate\": \"2024/1/2\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"startdate\": \"2023/12/26\",\n            \"subscription\": \"9540\",\n            \"subscriptionlinestatus\": \"NOT_INCLUDED\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"subscriptionplan\": \"365\",\n            \"subscriptionplanline\": \"52\",\n            \"total\": \"0\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingmode\": \"IN_ADVANCE\",\n            \"catalogtype\": \"ADD_ON\",\n            \"id\": \"2543\",\n            \"includeinrenewal\": \"T\",\n            \"isincluded\": \"T\",\n            \"item\": \"329\",\n            \"lastmodifieddate\": \"2023/11/24\",\n            \"linenumber\": \"2\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"T\",\n            \"quantity\": \"1\",\n            \"recurrencestartdate\": \"2023/12/2\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"startdate\": \"2023/11/24\",\n            \"subscription\": \"3319\",\n            \"subscriptionlinestatus\": \"DRAFT\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"total\": \"7206.67\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingmode\": \"IN_ADVANCE\",\n            \"catalogtype\": \"OPTIONAL\",\n            \"class\": \"4\",\n            \"department\": \"5\",\n            \"enddate\": \"2024/11/20\",\n            \"id\": \"4470\",\n            \"includeinrenewal\": \"T\",\n            \"isincluded\": \"F\",\n            \"item\": \"329\",\n            \"lastmodifieddate\": \"2023/12/13\",\n            \"linenumber\": \"3\",\n            \"location\": \"3\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"F\",\n            \"quantity\": \"15\",\n            \"recurrencestartdate\": \"2023/12/2\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"startdate\": \"2023/11/21\",\n            \"subscription\": \"5429\",\n            \"subscriptionlinestatus\": \"NOT_INCLUDED\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"subscriptionplan\": \"359\",\n            \"subscriptionplanline\": \"44\",\n            \"total\": \"0\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingmode\": \"IN_ADVANCE\",\n            \"catalogtype\": \"ADD_ON\",\n            \"class\": \"4\",\n            \"department\": \"5\",\n            \"enddate\": \"2024/11/20\",\n            \"id\": \"3671\",\n            \"includeinrenewal\": \"T\",\n            \"isincluded\": \"F\",\n            \"item\": \"329\",\n            \"lastmodifieddate\": \"2023/12/13\",\n            \"linenumber\": \"2\",\n            \"location\": \"3\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"F\",\n            \"quantity\": \"5\",\n            \"recurrencestartdate\": \"2023/12/2\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"startdate\": \"2023/11/21\",\n            \"subscription\": \"4432\",\n            \"subscriptionlinestatus\": \"NOT_INCLUDED\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"total\": \"0\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingmode\": \"IN_ADVANCE\",\n            \"catalogtype\": \"OPTIONAL\",\n            \"class\": \"4\",\n            \"department\": \"5\",\n            \"enddate\": \"2024/11/20\",\n            \"id\": \"4374\",\n            \"includeinrenewal\": \"T\",\n            \"isincluded\": \"F\",\n            \"item\": \"329\",\n            \"lastmodifieddate\": \"2023/12/13\",\n            \"linenumber\": \"3\",\n            \"location\": \"3\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"F\",\n            \"quantity\": \"15\",\n            \"recurrencestartdate\": \"2023/12/2\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"startdate\": \"2023/11/21\",\n            \"subscription\": \"5330\",\n            \"subscriptionlinestatus\": \"NOT_INCLUDED\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"subscriptionplan\": \"359\",\n            \"subscriptionplanline\": \"44\",\n            \"total\": \"0\"\n        },\n        {\n            \"alignchargewithsub\": \"F\",\n            \"billingmode\": \"IN_ADVANCE\",\n            \"catalogtype\": \"OPTIONAL\",\n            \"estimatedrevrecenddate\": \"2026/11/29\",\n            \"id\": \"2850\",\n            \"includeinrenewal\": \"T\",\n            \"isincluded\": \"T\",\n            \"item\": \"329\",\n            \"lastmodifieddate\": \"2023/12/26\",\n            \"linenumber\": \"2\",\n            \"prorateenddate\": \"T\",\n            \"proratestartdate\": \"T\",\n            \"quantity\": \"1\",\n            \"recurrencestartdate\": \"2024/1/2\",\n            \"revrecoption\": \"OVER_TERM\",\n            \"startdate\": \"2023/12/26\",\n            \"subscription\": \"3621\",\n            \"subscriptionlinestatus\": \"ACTIVE\",\n            \"subscriptionlinetype\": \"2\",\n            \"subscriptionlinetypename\": \"Recurring\",\n            \"subscriptionplan\": \"365\",\n            \"subscriptionplanline\": \"52\",\n            \"total\": \"351.59\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 303\n}"}],"_postman_id":"5c171c57-996f-4bf6-9d2e-7dfc07931963"},{"name":"Retrieve subscriptionLine by where","id":"b9a2407d-0584-4e47-8ac7-9b96c3b161a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionLine?where=quantity=1+and+ID=8392","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID</td>\n<td>1</td>\n<td>Used to Include the ID filter for the request. e.g., ID=1.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>11</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=11.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","customsuiteql","subscriptionLine"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"quantity=1+and+ID=8392"}],"variable":[]}},"response":[{"id":"4a295d05-789d-476c-9f77-c7b7e11be03c","name":"Retrieve subscriptionLine by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/customsuiteql/subscriptionLine?where=quantity=1+and+id=8392","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","customsuiteql","subscriptionLine"],"query":[{"key":"where","value":"quantity=1+and+id=8392"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"count\": 1,\r\n    \"hasMore\": false,\r\n    \"items\": [\r\n        {\r\n            \"alignchargewithsub\": \"F\",\r\n            \"billingmode\": \"IN_ADVANCE\",\r\n            \"catalogtype\": \"OPTIONAL\",\r\n            \"id\": \"8392\",\r\n            \"includeinrenewal\": \"F\",\r\n            \"isincluded\": \"T\",\r\n            \"item\": \"355\",\r\n            \"lastmodifieddate\": \"2023/12/27\",\r\n            \"linenumber\": \"1\",\r\n            \"prorateenddate\": \"T\",\r\n            \"proratestartdate\": \"T\",\r\n            \"quantity\": \"1\",\r\n            \"recurrencestartdate\": \"2024/1/2\",\r\n            \"revrecoption\": \"OVER_TERM\",\r\n            \"startdate\": \"2023/12/19\",\r\n            \"subscription\": \"10238\",\r\n            \"subscriptionlinestatus\": \"PENDING_ACTIVATION\",\r\n            \"subscriptionlinetype\": \"2\",\r\n            \"subscriptionlinetypename\": \"Recurring\",\r\n            \"subscriptionplan\": \"356\",\r\n            \"subscriptionplanline\": \"43\",\r\n            \"total\": \"3009.07\"\r\n        }\r\n    ],\r\n    \"offset\": 0,\r\n    \"totalResults\": 1\r\n}"}],"_postman_id":"b9a2407d-0584-4e47-8ac7-9b96c3b161a6"}],"id":"cd0d24b7-0779-46d7-a407-505f8169fb79","_postman_id":"cd0d24b7-0779-46d7-a407-505f8169fb79","description":""}],"id":"4641e1c6-cf78-4358-91c8-858916457917","_postman_id":"4641e1c6-cf78-4358-91c8-858916457917","description":""},{"name":"Subsidiaries","item":[{"name":"GET","item":[{"name":"Retrieve subsidiaries","id":"935331f7-7f43-4412-800e-e5378ceed83e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/subsidiary","urlObject":{"protocol":"https","path":["netsuite","v0","subsidiary"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"0acd0034-a363-4ac1-b893-2c9e1ae49282","name":"401 : Retrieve subsidiaries","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=2c159b871510348b8779f17cc60f5eee8594c92951aa87ba4d7c321fd7c3c003&consumersecret=abbe597e39cb16b301691ca57f5f097d76dcd96eef153325c91c2822d0bb77fb&tokenid=597ad65f7eee7034d1519544f92c2029a8c953c058b43a510ef76da3a9b5e67f&tokensecret=45571f944a289e5bf7527ac28f4178f2e73ce69436e3abb5c837104bdc060cd8&account=5333445_SB1","disabled":true},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/subsidiary"},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 17:02:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"43"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid NetSuite Authorization\"\n}"},{"id":"2d365463-a13f-45e0-80ad-9ab70b2152cb","name":"200 : Retrieve subsidiaries","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/subsidiary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 17:01:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"20844"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_india\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"XX\",\n                \"email\": \"sunilk@dhruvsoft.com\",\n                \"externalId\": null,\n                \"fax\": null,\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"1\",\n                \"isElimination\": false,\n                \"isInactive\": false,\n                \"legalName\": \"Dhruvsoft Services Private Limited\",\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": \"#108, 7th Main Rd, 2nd Block, Jaya Nagar East\",\n                    \"addr2\": \"Jayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"#108, 7th Main Rd, 2nd Block, Jaya Nagar East<br>Jayanagar<br>BANGALORE KARNATAKA 560011<br>India\",\n                    \"addressee\": null,\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"1\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"name\": \"Parent Company\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"IN\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"India \",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"93\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"parent\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": \"Telangana\",\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": \"www.dhruvsoft.com\"\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_unitedStates\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"US\",\n                \"email\": \"navaneeth@dhruvsoft.com\",\n                \"externalId\": null,\n                \"fax\": null,\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"4\",\n                \"isElimination\": false,\n                \"isInactive\": false,\n                \"legalName\": \"Dhruvsoft in Us\",\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"US<br>United States\",\n                    \"addressee\": \"US\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"9\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": null\n                },\n                \"name\": \"US Company\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"US\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"MT\",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": \"MT\",\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": \"http://dhruvsoft.com\"\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_unitedStates\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"US\",\n                \"email\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"7\",\n                \"isElimination\": false,\n                \"isInactive\": true,\n                \"legalName\": \"Dhruvsoft in North Dakota(Us)\",\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Noth Dakota<br>ND <br>United States\",\n                    \"addressee\": \"Noth Dakota\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"12\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ND\",\n                    \"zip\": null\n                },\n                \"name\": \"Noth Dakota\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"US\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"ND\",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"Parent Company : US Company\",\n                    \"type\": null\n                },\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": \"ND\",\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_india\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"XX\",\n                \"email\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"12\",\n                \"isElimination\": false,\n                \"isInactive\": true,\n                \"legalName\": null,\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"UK<br>India\",\n                    \"addressee\": \"UK\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"638\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": null\n                },\n                \"name\": \"UK Company\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"IN\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"India \",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": null,\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_unitedStates\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"US\",\n                \"email\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"21\",\n                \"isElimination\": false,\n                \"isInactive\": true,\n                \"legalName\": null,\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Alaska<br>AK <br>United States\",\n                    \"addressee\": \"Alaska\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"1047\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"AK\",\n                    \"zip\": null\n                },\n                \"name\": \"Alaska\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"US\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"8\",\n                                \"name\": \"AK\",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"Parent Company : US Company\",\n                    \"type\": null\n                },\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": \"AK\",\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_unitedStates\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"US\",\n                \"email\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"22\",\n                \"isElimination\": false,\n                \"isInactive\": true,\n                \"legalName\": null,\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"California<br>CA <br>United States\",\n                    \"addressee\": \"California\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"1048\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"CA\",\n                    \"zip\": null\n                },\n                \"name\": \"California\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"US\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"9\",\n                                \"name\": \"CA\",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"Parent Company : US Company\",\n                    \"type\": null\n                },\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": \"CA\",\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_india\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"US\",\n                \"email\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"24\",\n                \"isElimination\": false,\n                \"isInactive\": true,\n                \"legalName\": null,\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Texas<br>TX <br>India\",\n                    \"addressee\": \"Texas\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"1050\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"TX\",\n                    \"zip\": null\n                },\n                \"name\": \"Texas New\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"IN\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"India \",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": \"TX\",\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_unitedStates\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"US\",\n                \"email\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"25\",\n                \"isElimination\": false,\n                \"isInactive\": true,\n                \"legalName\": null,\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"New Mexico<br>NM <br>United States\",\n                    \"addressee\": \"New Mexico\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"1051\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"NM\",\n                    \"zip\": null\n                },\n                \"name\": \"New Mexico\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"US\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"11\",\n                                \"name\": \"NM\",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"Parent Company : US Company : Noth Dakota\",\n                    \"type\": null\n                },\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": \"NM\",\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_unitedStates\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"US\",\n                \"email\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"26\",\n                \"isElimination\": false,\n                \"isInactive\": true,\n                \"legalName\": null,\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"New York<br>NY <br>United States\",\n                    \"addressee\": \"New York\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"1052\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"NY\",\n                    \"zip\": null\n                },\n                \"name\": \"New York\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"US\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"12\",\n                                \"name\": \"NY\",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"Parent Company : US Company : Noth Dakota\",\n                    \"type\": null\n                },\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": \"NY\",\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_india\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"XX\",\n                \"email\": \"praveena@dhruvsoft.com\",\n                \"externalId\": null,\n                \"fax\": \"23243454\",\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"27\",\n                \"isElimination\": false,\n                \"isInactive\": false,\n                \"legalName\": \"Dhruvsoft  Mumbai\",\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Mumbai corp<br>Maharashtra <br>India\",\n                    \"addressee\": \"Mumbai corp\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"1253\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Maharashtra\",\n                    \"zip\": null\n                },\n                \"name\": \"Mumbai Company\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"IN\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"India \",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": \"Maharashtra\",\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": \"http://www.sforce.com\"\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_india\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"XX\",\n                \"email\": \"kalpana@dhruvsoft.com\",\n                \"externalId\": null,\n                \"fax\": \"56656575\",\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"28\",\n                \"isElimination\": false,\n                \"isInactive\": true,\n                \"legalName\": \"Dhruvsoft  AP\",\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"AP Company<br>Andhra Pradesh <br>India\",\n                    \"addressee\": \"AP Company\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"1254\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Andhra Pradesh\",\n                    \"zip\": null\n                },\n                \"name\": \"AP Company\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"IN\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"India \",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"27\",\n                    \"name\": \"Parent Company : Mumbai Company\",\n                    \"type\": null\n                },\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": \"Andhra Pradesh\",\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": \"http://www.sforce.com\"\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_india\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"XX\",\n                \"email\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"34\",\n                \"isElimination\": false,\n                \"isInactive\": true,\n                \"legalName\": null,\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"India\",\n                    \"addressee\": null,\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"3207\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": null\n                },\n                \"name\": \"Nerul Branch\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"IN\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"India \",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"27\",\n                    \"name\": \"Parent Company : Mumbai Company\",\n                    \"type\": null\n                },\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": \"Maharashtra\",\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": null\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_10232019107927312660392825_c411357b3\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 12\n}"}],"_postman_id":"935331f7-7f43-4412-800e-e5378ceed83e"},{"name":"Retrieve subsidiaries by search ID","id":"5cf30ad8-a8cc-49a6-b475-68052b2e864b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/subsidiary?searchId=WEBSERVICES_5333445_SB1_102320191078155791927764428_fcdd4330&page=10","urlObject":{"protocol":"https","path":["netsuite","v0","subsidiary"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_102320191078155791927764428_fcdd4330"},{"key":"page","value":"10"}],"variable":[]}},"response":[{"id":"0593fa96-5f9e-4e41-924c-c9e0958ab915","name":"200 : Retrieve subsidiaries by search ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/subsidiary?searchId=WEBSERVICES_5333445_SB1_102320191078155791927764428_fcdd4330&page=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","subsidiary"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_102320191078155791927764428_fcdd4330"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 17:03:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"20844"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_india\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"XX\",\n                \"email\": \"sunilk@dhruvsoft.com\",\n                \"externalId\": null,\n                \"fax\": null,\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"1\",\n                \"isElimination\": false,\n                \"isInactive\": false,\n                \"legalName\": \"Dhruvsoft Services Private Limited\",\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": \"#108, 7th Main Rd, 2nd Block, Jaya Nagar East\",\n                    \"addr2\": \"Jayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"#108, 7th Main Rd, 2nd Block, Jaya Nagar East<br>Jayanagar<br>BANGALORE KARNATAKA 560011<br>India\",\n                    \"addressee\": null,\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"1\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"name\": \"Parent Company\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"IN\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"India \",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": {\n                    \"externalId\": null,\n                    \"internalId\": \"93\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"parent\": null,\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": \"Telangana\",\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": \"www.dhruvsoft.com\"\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_unitedStates\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"US\",\n                \"email\": \"navaneeth@dhruvsoft.com\",\n                \"externalId\": null,\n                \"fax\": null,\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"4\",\n                \"isElimination\": false,\n                \"isInactive\": false,\n                \"legalName\": \"Dhruvsoft in Us\",\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"US<br>United States\",\n                    \"addressee\": \"US\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"9\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": null\n                },\n                \"name\": \"US Company\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"US\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"MT\",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": \"MT\",\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": \"http://dhruvsoft.com\"\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_unitedStates\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"US\",\n                \"email\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"7\",\n                \"isElimination\": false,\n                \"isInactive\": true,\n                \"legalName\": \"Dhruvsoft in North Dakota(Us)\",\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Noth Dakota<br>ND <br>United States\",\n                    \"addressee\": \"Noth Dakota\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"12\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"ND\",\n                    \"zip\": null\n                },\n                \"name\": \"Noth Dakota\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"US\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"ND\",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"Parent Company : US Company\",\n                    \"type\": null\n                },\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": \"ND\",\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_india\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"XX\",\n                \"email\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"12\",\n                \"isElimination\": false,\n                \"isInactive\": true,\n                \"legalName\": null,\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"UK<br>India\",\n                    \"addressee\": \"UK\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"638\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": null\n                },\n                \"name\": \"UK Company\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"IN\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"India \",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": null,\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_unitedStates\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"US\",\n                \"email\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"21\",\n                \"isElimination\": false,\n                \"isInactive\": true,\n                \"legalName\": null,\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Alaska<br>AK <br>United States\",\n                    \"addressee\": \"Alaska\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"1047\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"AK\",\n                    \"zip\": null\n                },\n                \"name\": \"Alaska\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"US\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"8\",\n                                \"name\": \"AK\",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"Parent Company : US Company\",\n                    \"type\": null\n                },\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": \"AK\",\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_unitedStates\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"US\",\n                \"email\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"22\",\n                \"isElimination\": false,\n                \"isInactive\": true,\n                \"legalName\": null,\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"California<br>CA <br>United States\",\n                    \"addressee\": \"California\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"1048\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"CA\",\n                    \"zip\": null\n                },\n                \"name\": \"California\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"US\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"9\",\n                                \"name\": \"CA\",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"Parent Company : US Company\",\n                    \"type\": null\n                },\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": \"CA\",\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_india\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"US\",\n                \"email\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"24\",\n                \"isElimination\": false,\n                \"isInactive\": true,\n                \"legalName\": null,\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Texas<br>TX <br>India\",\n                    \"addressee\": \"Texas\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"1050\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"TX\",\n                    \"zip\": null\n                },\n                \"name\": \"Texas New\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"IN\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"India \",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": \"TX\",\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_unitedStates\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"US\",\n                \"email\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"25\",\n                \"isElimination\": false,\n                \"isInactive\": true,\n                \"legalName\": null,\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"New Mexico<br>NM <br>United States\",\n                    \"addressee\": \"New Mexico\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"1051\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"NM\",\n                    \"zip\": null\n                },\n                \"name\": \"New Mexico\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"US\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"11\",\n                                \"name\": \"NM\",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"Parent Company : US Company : Noth Dakota\",\n                    \"type\": null\n                },\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": \"NM\",\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_unitedStates\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"US\",\n                \"email\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"26\",\n                \"isElimination\": false,\n                \"isInactive\": true,\n                \"legalName\": null,\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"New York<br>NY <br>United States\",\n                    \"addressee\": \"New York\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"1052\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"NY\",\n                    \"zip\": null\n                },\n                \"name\": \"New York\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"US\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"12\",\n                                \"name\": \"NY\",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"7\",\n                    \"name\": \"Parent Company : US Company : Noth Dakota\",\n                    \"type\": null\n                },\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": \"NY\",\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": null\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_india\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"XX\",\n                \"email\": \"praveena@dhruvsoft.com\",\n                \"externalId\": null,\n                \"fax\": \"23243454\",\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"27\",\n                \"isElimination\": false,\n                \"isInactive\": false,\n                \"legalName\": \"Dhruvsoft  Mumbai\",\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Mumbai corp<br>Maharashtra <br>India\",\n                    \"addressee\": \"Mumbai corp\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"1253\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Maharashtra\",\n                    \"zip\": null\n                },\n                \"name\": \"Mumbai Company\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"IN\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"India \",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": \"Maharashtra\",\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": \"http://www.sforce.com\"\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_india\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"XX\",\n                \"email\": \"kalpana@dhruvsoft.com\",\n                \"externalId\": null,\n                \"fax\": \"56656575\",\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"28\",\n                \"isElimination\": false,\n                \"isInactive\": true,\n                \"legalName\": \"Dhruvsoft  AP\",\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"AP Company<br>Andhra Pradesh <br>India\",\n                    \"addressee\": \"AP Company\",\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"1254\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Andhra Pradesh\",\n                    \"zip\": null\n                },\n                \"name\": \"AP Company\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"IN\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"India \",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"27\",\n                    \"name\": \"Parent Company : Mumbai Company\",\n                    \"type\": null\n                },\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": \"Andhra Pradesh\",\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": \"http://www.sforce.com\"\n            }\n        },\n        {\n            \"record\": {\n                \"accountingBookDetailList\": null,\n                \"addrLanguage\": null,\n                \"allowPayroll\": null,\n                \"checkLayout\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\",\n                    \"type\": null\n                },\n                \"classTranslationList\": null,\n                \"consol\": null,\n                \"country\": \"_india\",\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"IND\",\n                    \"name\": null,\n                    \"type\": null\n                },\n                \"customFieldList\": null,\n                \"edition\": \"XX\",\n                \"email\": null,\n                \"externalId\": null,\n                \"fax\": null,\n                \"federalIdNumber\": null,\n                \"fiscalCalendar\": null,\n                \"inboundEmail\": null,\n                \"interCoAccount\": null,\n                \"internalId\": \"34\",\n                \"isElimination\": false,\n                \"isInactive\": true,\n                \"legalName\": null,\n                \"logo\": null,\n                \"mainAddress\": {\n                    \"addr1\": null,\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"India\",\n                    \"addressee\": null,\n                    \"attention\": null,\n                    \"city\": null,\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"3207\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": null\n                },\n                \"name\": \"Nerul Branch\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"IN\",\n                            \"nexusId\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"India \",\n                                \"type\": null\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"nonConsol\": null,\n                \"nullFieldList\": null,\n                \"pageLogo\": null,\n                \"parent\": {\n                    \"externalId\": null,\n                    \"internalId\": \"27\",\n                    \"name\": \"Parent Company : Mumbai Company\",\n                    \"type\": null\n                },\n                \"purchaseOrderAmount\": null,\n                \"purchaseOrderQuantity\": null,\n                \"purchaseOrderQuantityDiff\": null,\n                \"receiptAmount\": null,\n                \"receiptQuantity\": null,\n                \"receiptQuantityDiff\": null,\n                \"returnAddress\": null,\n                \"shippingAddress\": null,\n                \"showSubsidiaryName\": false,\n                \"ssnOrTin\": null,\n                \"state\": \"Maharashtra\",\n                \"state1TaxNumber\": null,\n                \"taxFiscalCalendar\": null,\n                \"taxRegistrationList\": null,\n                \"tranPrefix\": null,\n                \"url\": null\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_102320191078155791927764428_fcdd4330\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 12\n}"},{"id":"2de63406-63d3-4c1a-a27a-554f39f76434","name":"400 : Retrieve subsidiaries by search ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/subsidiary?searchId=WEBSERVICES_5333445_SB1_102320191078155791927764428_fcdd4330&page=10","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","subsidiary"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_102320191078155791927764428_fcdd4330"},{"key":"page","value":"10"}]}},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 17:04:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"162"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": false,\n    \"statusDetail\": [\n        {\n            \"afterSubmitFailed\": null,\n            \"code\": \"INVALID_SEARCH_PAGE_INDEX\",\n            \"message\": \"Invalid search page index.\",\n            \"type\": \"ERROR\"\n        }\n    ]\n}"}],"_postman_id":"5cf30ad8-a8cc-49a6-b475-68052b2e864b"},{"name":"Retrieve subsidiaries by where","id":"e9aa037a-0ba0-41eb-97f7-2102493b5598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/subsidiary?where=Active=true","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Active</td>\n<td>true</td>\n<td>Used to Include the Active Status filter for the request.e.g., Active=true.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","subsidiary"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"Active=true"}],"variable":[]}},"response":[{"id":"8bbf4895-694b-4ce1-bd38-78987ecd944f","name":"200 : Retrieve subsidiaries by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/subsidiary?where=Active=true","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","subsidiary"],"query":[{"key":"where","value":"Active=true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 17:01:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"20844"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"checkLayout\": {\n                    \"internalId\": \"51\",\n                    \"name\": \"Standard 10(3)L Cheque Layout\"\n                },\n                \"classTranslationList\": {\n                    \"classTranslation\": [\n                        {\n                            \"language\": \"Danish\"\n                        },\n                        {\n                            \"language\": \"German\"\n                        },\n                        {\n                            \"language\": \"English (International)\"\n                        },\n                        {\n                            \"language\": \"Japanese\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"country\": \"_unitedKingdom\",\n                \"currency\": {\n                    \"internalId\": \"GBP\"\n                },\n                \"edition\": \"UK\",\n                \"federalIdNumber\": \"GB\",\n                \"interCoAccount\": {\n                    \"internalId\": \"214\",\n                    \"name\": \"Intercompany Payable/Receivable GBP\"\n                },\n                \"internalId\": \"3\",\n                \"isElimination\": false,\n                \"isInactive\": false,\n                \"mainAddress\": {\n                    \"addrText\": \"EMEA<br>United Kingdom (GB)\",\n                    \"addressee\": \"EMEA\",\n                    \"country\": \"_unitedKingdom\",\n                    \"internalId\": \"30\",\n                    \"override\": false\n                },\n                \"name\": \"EMEA\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"GB\",\n                            \"nexusId\": {\n                                \"internalId\": \"3\",\n                                \"name\": \"United Kingdom (GB)\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"parent\": {\n                    \"internalId\": \"11\",\n                    \"name\": \"HEADQUARTERS\"\n                },\n                \"showSubsidiaryName\": false\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"checkLayout\": {\n                    \"internalId\": \"52\",\n                    \"name\": \"Standard 10(3)L Voucher Cheque Layout\"\n                },\n                \"classTranslationList\": {\n                    \"classTranslation\": [\n                        {\n                            \"language\": \"Danish\"\n                        },\n                        {\n                            \"language\": \"German\"\n                        },\n                        {\n                            \"language\": \"English (International)\"\n                        },\n                        {\n                            \"language\": \"Japanese\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"country\": \"_unitedKingdom\",\n                \"currency\": {\n                    \"internalId\": \"GBP\"\n                },\n                \"edition\": \"UK\",\n                \"federalIdNumber\": \"GB\",\n                \"interCoAccount\": {\n                    \"internalId\": \"214\",\n                    \"name\": \"Intercompany Payable/Receivable GBP\"\n                },\n                \"internalId\": \"4\",\n                \"isElimination\": false,\n                \"isInactive\": false,\n                \"mainAddress\": {\n                    \"addrText\": \"UK<br>United Kingdom (GB)\",\n                    \"addressee\": \"United Kingdom\",\n                    \"country\": \"_unitedKingdom\",\n                    \"internalId\": \"40\",\n                    \"override\": false\n                },\n                \"name\": \"United Kingdom\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"GB\",\n                            \"nexusId\": {\n                                \"internalId\": \"3\",\n                                \"name\": \"United Kingdom (GB)\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"parent\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"HEADQUARTERS : EMEA\"\n                },\n                \"showSubsidiaryName\": false\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"checkLayout\": {\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Check Layout\"\n                },\n                \"classTranslationList\": {\n                    \"classTranslation\": [\n                        {\n                            \"language\": \"Danish\"\n                        },\n                        {\n                            \"language\": \"German\"\n                        },\n                        {\n                            \"language\": \"English (International)\"\n                        },\n                        {\n                            \"language\": \"Japanese\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"country\": \"_unitedStates\",\n                \"currency\": {\n                    \"internalId\": \"USA\"\n                },\n                \"edition\": \"US\",\n                \"email\": \"demoexcellence@netsuite.com\",\n                \"interCoAccount\": {\n                    \"internalId\": \"217\",\n                    \"name\": \"Intercompany Payable/Receivable USD\"\n                },\n                \"internalId\": \"11\",\n                \"isElimination\": false,\n                \"isInactive\": false,\n                \"legalName\": \"McGeever SW OW CR/ARR OneWorld\",\n                \"mainAddress\": {\n                    \"addr1\": \"50 Washington St\",\n                    \"addrPhone\": \"415-555-9000\",\n                    \"addrText\": \"50 Washington St<br>San Francisco CA 94109<br>United States\",\n                    \"addressee\": \"McGeever Software OneWorld RR/CR - V2013.1\",\n                    \"city\": \"San Francisco\",\n                    \"country\": \"_unitedStates\",\n                    \"internalId\": \"715\",\n                    \"override\": false,\n                    \"state\": \"CA\",\n                    \"zip\": \"94109\"\n                },\n                \"name\": \"HEADQUARTERS\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"US\",\n                            \"nexusId\": {\n                                \"internalId\": \"9\",\n                                \"name\": \"AL\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"returnAddress\": {\n                    \"addrText\": \"United States\",\n                    \"country\": \"_unitedStates\",\n                    \"internalId\": \"717\",\n                    \"override\": false\n                },\n                \"shippingAddress\": {\n                    \"addrText\": \"United States\",\n                    \"country\": \"_unitedStates\",\n                    \"internalId\": \"716\",\n                    \"override\": false\n                },\n                \"showSubsidiaryName\": false,\n                \"state\": \"CA\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"checkLayout\": {\n                    \"internalId\": \"52\",\n                    \"name\": \"Standard 10(3)L Voucher Cheque Layout\"\n                },\n                \"classTranslationList\": {\n                    \"classTranslation\": [\n                        {\n                            \"language\": \"Danish\"\n                        },\n                        {\n                            \"language\": \"German\"\n                        },\n                        {\n                            \"language\": \"English (International)\"\n                        },\n                        {\n                            \"language\": \"Japanese\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"country\": \"_unitedKingdom\",\n                \"currency\": {\n                    \"internalId\": \"GBP\"\n                },\n                \"edition\": \"UK\",\n                \"federalIdNumber\": \"GB\",\n                \"interCoAccount\": {\n                    \"internalId\": \"214\",\n                    \"name\": \"Intercompany Payable/Receivable GBP\"\n                },\n                \"internalId\": \"15\",\n                \"isElimination\": false,\n                \"isInactive\": false,\n                \"mainAddress\": {\n                    \"addrText\": \"Elimination - EMEA<br>United Kingdom (GB)\",\n                    \"addressee\": \"xElimination - EMEA\",\n                    \"country\": \"_unitedKingdom\",\n                    \"internalId\": \"150\",\n                    \"override\": false\n                },\n                \"name\": \"xElimination - EMEA\",\n                \"nexusList\": {\n                    \"nexus\": [\n                        {\n                            \"country\": \"GB\",\n                            \"nexusId\": {\n                                \"internalId\": \"3\",\n                                \"name\": \"United Kingdom (GB)\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"parent\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"HEADQUARTERS : EMEA\"\n                },\n                \"showSubsidiaryName\": false\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TSTDRV2119874_062620202416060271869208734_a2b9f7\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 4\n}"}],"_postman_id":"e9aa037a-0ba0-41eb-97f7-2102493b5598"}],"id":"9615ab68-0264-488d-aec6-b297df0c11f5","event":[{"listen":"prerequest","script":{"id":"0b839e6a-f923-425f-9d0b-e7655dacf9fb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cb43a7f8-5e9a-489d-8356-d30218632576","type":"text/javascript","exec":[""]}}],"_postman_id":"9615ab68-0264-488d-aec6-b297df0c11f5","description":""}],"id":"4c0c608b-4ecf-4de2-89f9-387b336fdd54","event":[{"listen":"prerequest","script":{"id":"9fd92f4f-ec1a-4060-8e67-638e25b8b799","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ab15526f-5541-4692-be96-99be1a2be57c","type":"text/javascript","exec":[""]}}],"_postman_id":"4c0c608b-4ecf-4de2-89f9-387b336fdd54","description":""},{"name":"Support Case","item":[{"name":"GET","item":[{"name":"Retrieve supportCase","id":"f040a50b-5468-4b83-92db-a3bd011227a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"Value contains invalid newline characters.","key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"5","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/supportCase","urlObject":{"protocol":"https","path":["netsuite","v0","supportCase"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"547c4671-4bde-44ca-823f-a8fbb7d69947","name":"200 : Retrieve support case","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"5","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/supportCase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 07:36:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"9365"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"434\",\n                    \"name\": \"Tatiana Zolayva\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC01\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"348\",\n                    \"name\": \"C28 Kate Winters\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1542676534,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": null,\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": 1542676534,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": null,\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": \"I received the laptop and its now working. It does not have power\",\n                \"insertSolution\": null,\n                \"internalId\": \"13\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Product Issue\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": 1543540534,\n                \"lastModifiedDate\": 1542676534,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"E-mail\",\n                    \"type\": null\n                },\n                \"outgoingMessage\": null,\n                \"phone\": \"070 6846 6723\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1539303240,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"laptop not working\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"533\",\n                    \"name\": \"Julian  Glover\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC02\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Concern\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"334\",\n                    \"name\": \"C14 Downey and Sweezer Electric Group\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1542676673,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"buy@downeyandsweezer.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": null,\n                \"escalateToList\": {\n                    \"escalateTo\": [\n                        {\n                            \"email\": null,\n                            \"escalatee\": {\n                                \"externalId\": null,\n                                \"internalId\": \"530\",\n                                \"name\": \"Frank Garner\",\n                                \"type\": null\n                            },\n                            \"phone\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"escalationMessage\": null,\n                \"externalId\": null,\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": \"I'd like to return the jacket as I dont  like the design\",\n                \"insertSolution\": null,\n                \"internalId\": \"14\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Return or Exchange Request\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": 1543540673,\n                \"lastModifiedDate\": 1541089907,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"E-mail\",\n                    \"type\": null\n                },\n                \"outgoingMessage\": null,\n                \"phone\": \"077 6241 8531\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1538352960,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Escalated\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"dont like the design\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"434\",\n                    \"name\": \"Tatiana Zolayva\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC03\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"348\",\n                    \"name\": \"C28 Kate Winters\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1542677140,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"kwinter@mill.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": null,\n                \"escalateToList\": {\n                    \"escalateTo\": [\n                        {\n                            \"email\": \"navaneeth@dhruvsoft.com\",\n                            \"escalatee\": {\n                                \"externalId\": null,\n                                \"internalId\": \"434\",\n                                \"name\": \"Tatiana Zolayva\",\n                                \"type\": null\n                            },\n                            \"phone\": \"1901 655 1119\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"escalationMessage\": null,\n                \"externalId\": null,\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": \"received the package with dent and the table with scratches\",\n                \"insertSolution\": null,\n                \"internalId\": \"15\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Delivery Issue\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": 1543541140,\n                \"lastModifiedDate\": 1542776430,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Phone\",\n                    \"type\": null\n                },\n                \"outgoingMessage\": null,\n                \"phone\": \"070 6846 6723\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"High\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1539303780,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Escalated\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"dent on the package\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"434\",\n                    \"name\": \"Tatiana Zolayva\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC04\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Concern\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"337\",\n                    \"name\": \"C17 Getronics UK\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1542677508,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"procure@getronics.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": null,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": null,\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": \"I receive the invoice in our email but its not the items we purchased\",\n                \"insertSolution\": null,\n                \"internalId\": \"16\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"Billing Question\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": 1543541508,\n                \"lastModifiedDate\": 1542677508,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"E-mail\",\n                    \"type\": null\n                },\n                \"outgoingMessage\": null,\n                \"phone\": \"077 0956 5469\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Low\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1539390600,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"In Progress\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"Receive wrong invoice\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"434\",\n                    \"name\": \"Tatiana Zolayva\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC05\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Question\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"425\",\n                    \"name\": \"C63 FX Group\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1542677627,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"info@fxgroup.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": 1542677627,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": null,\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": \"I'd like to return the jacket as I dont need it aymore. How can I do that?\",\n                \"insertSolution\": null,\n                \"internalId\": \"17\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Return or Exchange Request\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": 1543541627,\n                \"lastModifiedDate\": 1542677627,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"E-mail\",\n                    \"type\": null\n                },\n                \"outgoingMessage\": null,\n                \"phone\": \"(866) 577-0001\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1539563520,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"How to return\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_01262020437365034767350671_4314d0c\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 6,\n    \"totalRecords\": 28\n}"}],"_postman_id":"f040a50b-5468-4b83-92db-a3bd011227a0"},{"name":"Retrieve supportCase by search ID","id":"0ee60a93-9313-4405-bd05-ad606bb59697","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/supportCase?searchid=WEBSERVICES_TSTDRV2039248_01262020437365034767350671_4314d0c","urlObject":{"protocol":"https","path":["netsuite","v0","supportCase"],"host":["api","prestructured","com"],"query":[{"key":"searchid","value":"WEBSERVICES_TSTDRV2039248_01262020437365034767350671_4314d0c"}],"variable":[]}},"response":[{"id":"cbd7effd-b784-488f-b524-124c576b15d3","name":"200 : Retrieve supportCase by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/supportCase?searchid=WEBSERVICES_TSTDRV2039248_01262020437365034767350671_4314d0c","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","supportCase"],"query":[{"key":"searchid","value":"WEBSERVICES_TSTDRV2039248_01262020437365034767350671_4314d0c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 07:40:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47764"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"434\",\n                    \"name\": \"Tatiana Zolayva\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC01\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"348\",\n                    \"name\": \"C28 Kate Winters\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1542676534,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": null,\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": 1542676534,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": null,\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": \"I received the laptop and its now working. It does not have power\",\n                \"insertSolution\": null,\n                \"internalId\": \"13\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Product Issue\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": 1543540534,\n                \"lastModifiedDate\": 1542676534,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"E-mail\",\n                    \"type\": null\n                },\n                \"outgoingMessage\": null,\n                \"phone\": \"070 6846 6723\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1539303240,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"laptop not working\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"533\",\n                    \"name\": \"Julian  Glover\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC02\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Concern\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"334\",\n                    \"name\": \"C14 Downey and Sweezer Electric Group\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1542676673,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"buy@downeyandsweezer.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": null,\n                \"escalateToList\": {\n                    \"escalateTo\": [\n                        {\n                            \"email\": null,\n                            \"escalatee\": {\n                                \"externalId\": null,\n                                \"internalId\": \"530\",\n                                \"name\": \"Frank Garner\",\n                                \"type\": null\n                            },\n                            \"phone\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"escalationMessage\": null,\n                \"externalId\": null,\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": \"I'd like to return the jacket as I dont  like the design\",\n                \"insertSolution\": null,\n                \"internalId\": \"14\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Return or Exchange Request\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": 1543540673,\n                \"lastModifiedDate\": 1541089907,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"E-mail\",\n                    \"type\": null\n                },\n                \"outgoingMessage\": null,\n                \"phone\": \"077 6241 8531\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1538352960,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Escalated\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"dont like the design\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"434\",\n                    \"name\": \"Tatiana Zolayva\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC03\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"348\",\n                    \"name\": \"C28 Kate Winters\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1542677140,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"kwinter@mill.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": null,\n                \"escalateToList\": {\n                    \"escalateTo\": [\n                        {\n                            \"email\": \"navaneeth@dhruvsoft.com\",\n                            \"escalatee\": {\n                                \"externalId\": null,\n                                \"internalId\": \"434\",\n                                \"name\": \"Tatiana Zolayva\",\n                                \"type\": null\n                            },\n                            \"phone\": \"1901 655 1119\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"escalationMessage\": null,\n                \"externalId\": null,\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": \"received the package with dent and the table with scratches\",\n                \"insertSolution\": null,\n                \"internalId\": \"15\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Delivery Issue\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": 1543541140,\n                \"lastModifiedDate\": 1542776430,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Phone\",\n                    \"type\": null\n                },\n                \"outgoingMessage\": null,\n                \"phone\": \"070 6846 6723\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"High\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1539303780,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Escalated\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"dent on the package\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"434\",\n                    \"name\": \"Tatiana Zolayva\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC04\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Concern\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"337\",\n                    \"name\": \"C17 Getronics UK\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1542677508,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"procure@getronics.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": null,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": null,\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": \"I receive the invoice in our email but its not the items we purchased\",\n                \"insertSolution\": null,\n                \"internalId\": \"16\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"Billing Question\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": 1543541508,\n                \"lastModifiedDate\": 1542677508,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"E-mail\",\n                    \"type\": null\n                },\n                \"outgoingMessage\": null,\n                \"phone\": \"077 0956 5469\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Low\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1539390600,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"In Progress\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"Receive wrong invoice\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"434\",\n                    \"name\": \"Tatiana Zolayva\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC05\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Question\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"425\",\n                    \"name\": \"C63 FX Group\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1542677627,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"info@fxgroup.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": 1542677627,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": null,\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": \"I'd like to return the jacket as I dont need it aymore. How can I do that?\",\n                \"insertSolution\": null,\n                \"internalId\": \"17\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Return or Exchange Request\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": 1543541627,\n                \"lastModifiedDate\": 1542677627,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"E-mail\",\n                    \"type\": null\n                },\n                \"outgoingMessage\": null,\n                \"phone\": \"(866) 577-0001\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1539563520,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"How to return\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"434\",\n                    \"name\": \"Tatiana Zolayva\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC06\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"380\",\n                    \"name\": \"C60 Ruth Lambert\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1542677789,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": null,\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": null,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": null,\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": \"I'd like to return the laptop.Its the second time I return this and still not working properly\",\n                \"insertSolution\": null,\n                \"internalId\": \"18\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Product Issue\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": 1543541789,\n                \"lastModifiedDate\": 1542677789,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"E-mail\",\n                    \"type\": null\n                },\n                \"outgoingMessage\": null,\n                \"phone\": \"01 8732233\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"High\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1539995640,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"Re-Opened\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"defective laptop\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"434\",\n                    \"name\": \"Tatiana Zolayva\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC07\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"346\",\n                    \"name\": \"C26 Lisa Freeman\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1542678152,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"lfreeman@billabill.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": null,\n                \"escalateToList\": {\n                    \"escalateTo\": [\n                        {\n                            \"email\": \"navaneeth@dhruvsoft.com\",\n                            \"escalatee\": {\n                                \"externalId\": null,\n                                \"internalId\": \"434\",\n                                \"name\": \"Tatiana Zolayva\",\n                                \"type\": null\n                            },\n                            \"phone\": \"1901 655 1119\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"escalationMessage\": null,\n                \"externalId\": null,\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": \"I was promised the next day delivery. I received my order 3 days after.\",\n                \"insertSolution\": null,\n                \"internalId\": \"19\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Delivery Issue\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": 1543542152,\n                \"lastModifiedDate\": 1542776577,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"E-mail\",\n                    \"type\": null\n                },\n                \"outgoingMessage\": null,\n                \"phone\": \"079 1952 1359\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"High\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1540690800,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Escalated\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"late delivery\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"434\",\n                    \"name\": \"Tatiana Zolayva\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC08\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"326\",\n                    \"name\": \"C6 All World Produce\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1542678904,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"pur@allworld.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": 1541155815,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": null,\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": \"until now I have not received my orders yet but I received an email that items have been shipped\",\n                \"insertSolution\": null,\n                \"internalId\": \"20\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Delivery Issue\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": 1543542904,\n                \"lastModifiedDate\": 1541155815,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"E-mail\",\n                    \"type\": null\n                },\n                \"outgoingMessage\": null,\n                \"phone\": \"070 5948 2687\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"High\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1541728140,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"have not received the order\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"434\",\n                    \"name\": \"Tatiana Zolayva\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC09\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Concern\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"327\",\n                    \"name\": \"C7 Anderson Boughton Inc.\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1542679078,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"buyers@andersonboughton.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": 1541155780,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": null,\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": \"I'd like to return the chair\",\n                \"insertSolution\": null,\n                \"internalId\": \"21\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Return or Exchange Request\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": 1543543078,\n                \"lastModifiedDate\": 1541155780,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Phone\",\n                    \"type\": null\n                },\n                \"outgoingMessage\": null,\n                \"phone\": \"070 2044 0047\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Low\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1541728560,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"Return the chari\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"434\",\n                    \"name\": \"Tatiana Zolayva\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC10\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Concern\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"352\",\n                    \"name\": \"C32 Juan Martin\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1542679181,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"jmartin@giggles.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": null,\n                \"escalateToList\": {\n                    \"escalateTo\": [\n                        {\n                            \"email\": \"navaneeth@dhruvsoft.com\",\n                            \"escalatee\": {\n                                \"externalId\": null,\n                                \"internalId\": \"434\",\n                                \"name\": \"Tatiana Zolayva\",\n                                \"type\": null\n                            },\n                            \"phone\": \"1901 655 1119\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"escalationMessage\": null,\n                \"externalId\": null,\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": \"I already paid my order but received another invoice with the same items. I did not reorder\",\n                \"insertSolution\": null,\n                \"internalId\": \"22\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"Billing Question\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": 1543543181,\n                \"lastModifiedDate\": 1542776615,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"E-mail\",\n                    \"type\": null\n                },\n                \"outgoingMessage\": null,\n                \"phone\": \"070 3627 5247\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"High\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1542679080,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Escalated\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"Doubled invoice\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"434\",\n                    \"name\": \"Tatiana Zolayva\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC11\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"349\",\n                    \"name\": \"C29 Karen Gibson\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1542682875,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": null,\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": null,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": null,\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": \"I received small jacket instead of large\",\n                \"insertSolution\": null,\n                \"internalId\": \"23\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Delivery Issue\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": 1543546875,\n                \"lastModifiedDate\": 1542682875,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Phone\",\n                    \"type\": null\n                },\n                \"outgoingMessage\": null,\n                \"phone\": \"078 0548 6366\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1542682800,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"In Progress\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"Received wrong item\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"533\",\n                    \"name\": \"Julian  Glover\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC12\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Concern\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"345\",\n                    \"name\": \"C25 Louis Hall\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1542683013,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"jglover@demonetsuite.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": null,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": null,\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": \"I have not received my order until now\",\n                \"insertSolution\": null,\n                \"internalId\": \"24\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Delivery Issue\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": 1543547013,\n                \"lastModifiedDate\": 1541093328,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Phone\",\n                    \"type\": null\n                },\n                \"outgoingMessage\": null,\n                \"phone\": \"077 1801 8520\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Low\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1542682920,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"In Progress\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"Order not receive\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"434\",\n                    \"name\": \"Tatiana Zolayva\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC13\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"347\",\n                    \"name\": \"C27 Kevin Johnston\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1542683190,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": null,\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": null,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": null,\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": \"I have not received an email that my order has been shipped.when can I expect it\",\n                \"insertSolution\": null,\n                \"internalId\": \"25\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Delivery Issue\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": 1543547190,\n                \"lastModifiedDate\": 1542683190,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"E-mail\",\n                    \"type\": null\n                },\n                \"outgoingMessage\": null,\n                \"phone\": \"077 4109 3876\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1542683100,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"In Progress\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"no orders yet\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"533\",\n                    \"name\": \"Julian  Glover\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC14\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Concern\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"332\",\n                    \"name\": \"C12 Cotterman Software Company\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1542683287,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"pur@cotterman.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": 1542683287,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": null,\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": \"I did not receive the invoice yet\",\n                \"insertSolution\": null,\n                \"internalId\": \"26\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"Billing Question\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": 1543547287,\n                \"lastModifiedDate\": 1541093353,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"E-mail\",\n                    \"type\": null\n                },\n                \"outgoingMessage\": null,\n                \"phone\": \"079 6431 6528\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Low\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1542251220,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"no invoice\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"434\",\n                    \"name\": \"Tatiana Zolayva\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC15\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Question\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"352\",\n                    \"name\": \"C32 Juan Martin\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1542683386,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": null,\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": null,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": null,\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": \"When will my orders be shipped\",\n                \"insertSolution\": null,\n                \"internalId\": \"27\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Delivery Issue\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": 1543547386,\n                \"lastModifiedDate\": 1542683386,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"E-mail\",\n                    \"type\": null\n                },\n                \"outgoingMessage\": null,\n                \"phone\": \"070 3627 5247\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1542683280,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"In Progress\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"when will my orders be shipped\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"533\",\n                    \"name\": \"Julian  Glover\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC16\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Question\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"349\",\n                    \"name\": \"C29 Karen Gibson\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1541863520,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"kareng@mymaiil.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": 1541863520,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": null,\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": \"advise customer item was shipped same day\",\n                \"insertSolution\": null,\n                \"internalId\": \"40\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Delivery Issue\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": 1542554720,\n                \"lastModifiedDate\": 1541093367,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Phone\",\n                    \"type\": null\n                },\n                \"outgoingMessage\": null,\n                \"phone\": \"078 0548 6366\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1534256460,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"item delivery\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"532\",\n                    \"name\": \"Lena Headey\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC17\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Concern\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"376\",\n                    \"name\": \"C56 MICAD Machining\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1541091725,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"buy@MICAD.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": null,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": \"SC100001\",\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": null,\n                \"insertSolution\": null,\n                \"internalId\": \"44\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Product Issue\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": null,\n                \"lastModifiedDate\": 1541091725,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": null,\n                \"outgoingMessage\": null,\n                \"phone\": \"01 4783711\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1541030400,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"In Progress\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"Incorrect Logo\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"534\",\n                    \"name\": \"Lucas De Jong\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC18\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"C44 Imtech\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1541091725,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"procurement@Imtech.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": null,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": \"SC100002\",\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": null,\n                \"insertSolution\": null,\n                \"internalId\": \"45\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": null,\n                \"item\": null,\n                \"lastMessageDate\": null,\n                \"lastModifiedDate\": 1541091725,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": null,\n                \"outgoingMessage\": null,\n                \"phone\": \"06-65174368\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"High\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1540681200,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Escalated\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"9\",\n                    \"name\": \"Netherlands\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"Issue with USB Port\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"533\",\n                    \"name\": \"Julian  Glover\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC19\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Question\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"323\",\n                    \"name\": \"C3 ACM Group\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1541091725,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"purchasing@ACM.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": 1541155787,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": \"SC100003\",\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": null,\n                \"insertSolution\": null,\n                \"internalId\": \"46\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": null,\n                \"item\": null,\n                \"lastMessageDate\": null,\n                \"lastModifiedDate\": 1541155787,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": null,\n                \"outgoingMessage\": null,\n                \"phone\": \"070 1462 9852\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Low\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1539298800,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"Invoice Format\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"535\",\n                    \"name\": \"Daniel  Portman\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC20\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"478\",\n                    \"name\": \"C94 Dooney Burks\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1541091725,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"purch@DB.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": null,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": \"SC100004\",\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": null,\n                \"insertSolution\": null,\n                \"internalId\": \"47\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": null,\n                \"item\": null,\n                \"lastMessageDate\": null,\n                \"lastModifiedDate\": 1541091725,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": null,\n                \"outgoingMessage\": null,\n                \"phone\": null,\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"High\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1536706800,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"Re-Opened\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"United States\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"My computer is too slow\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"533\",\n                    \"name\": \"Julian  Glover\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC21\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"323\",\n                    \"name\": \"C3 ACM Group\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1541091725,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"purchasing@ACM.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": null,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": \"SC100005\",\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": null,\n                \"insertSolution\": null,\n                \"internalId\": \"48\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": null,\n                \"item\": null,\n                \"lastMessageDate\": null,\n                \"lastModifiedDate\": 1541091725,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": null,\n                \"outgoingMessage\": null,\n                \"phone\": \"070 1462 9852\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"High\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1534201200,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Escalated\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"My machine keeps restarting\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"532\",\n                    \"name\": \"Lena Headey\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC22\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Question\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"376\",\n                    \"name\": \"C56 MICAD Machining\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1541091726,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"buy@MICAD.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": null,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": \"SC100006\",\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": null,\n                \"insertSolution\": null,\n                \"internalId\": \"49\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": null,\n                \"item\": null,\n                \"lastMessageDate\": null,\n                \"lastModifiedDate\": 1541091726,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": null,\n                \"outgoingMessage\": null,\n                \"phone\": \"01 4783711\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"High\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1541030400,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"In Progress\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"13\",\n                    \"name\": \"Ireland\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"Pop-up ads are appearing on my desktop\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"534\",\n                    \"name\": \"Lucas De Jong\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC23\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"364\",\n                    \"name\": \"C44 Imtech\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1541091726,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"procurement@Imtech.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": null,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": \"SC100007\",\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": null,\n                \"insertSolution\": null,\n                \"internalId\": \"50\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": null,\n                \"item\": null,\n                \"lastMessageDate\": null,\n                \"lastModifiedDate\": 1541091726,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": null,\n                \"outgoingMessage\": null,\n                \"phone\": \"06-65174368\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Low\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1540944000,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"In Progress\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"9\",\n                    \"name\": \"Netherlands\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"My Wi-Fi keeps disconnecting\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"533\",\n                    \"name\": \"Julian  Glover\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC24\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"330\",\n                    \"name\": \"C10 Byrnes Ltd\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1541091726,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"purch@byrnes.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": null,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": \"SC100008\",\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": null,\n                \"insertSolution\": null,\n                \"internalId\": \"51\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": null,\n                \"item\": null,\n                \"lastMessageDate\": null,\n                \"lastModifiedDate\": 1541091726,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": null,\n                \"outgoingMessage\": null,\n                \"phone\": \"079 8538 3378\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"High\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1539558000,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Escalated\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"I keep seeing ÔThere is a problem with this websiteÕs security certificateÕ\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"533\",\n                    \"name\": \"Julian  Glover\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC25\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"330\",\n                    \"name\": \"C10 Byrnes Ltd\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1541091726,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"purch@byrnes.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": 1541155794,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": \"SC100009\",\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": null,\n                \"insertSolution\": null,\n                \"internalId\": \"52\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": null,\n                \"item\": null,\n                \"lastMessageDate\": null,\n                \"lastModifiedDate\": 1541155794,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": null,\n                \"outgoingMessage\": null,\n                \"phone\": \"079 8538 3378\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1537225200,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"I canÕt open email attachments\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"533\",\n                    \"name\": \"Julian  Glover\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC26\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Concern\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"330\",\n                    \"name\": \"C10 Byrnes Ltd\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1541091726,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"purch@byrnes.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": null,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": \"SC100010\",\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": null,\n                \"insertSolution\": null,\n                \"internalId\": \"53\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Delivery Issue\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": null,\n                \"lastModifiedDate\": 1541091726,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": null,\n                \"outgoingMessage\": null,\n                \"phone\": \"079 8538 3378\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1535151600,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"In Progress\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"Items not received\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"533\",\n                    \"name\": \"Julian  Glover\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC27\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Concern\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"333\",\n                    \"name\": \"C13 Dolfi Software Group\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1541091726,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"buyers@dolfi.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": null,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": \"SC100011\",\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": null,\n                \"insertSolution\": null,\n                \"internalId\": \"54\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": null,\n                \"item\": null,\n                \"lastMessageDate\": null,\n                \"lastModifiedDate\": 1541091726,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": null,\n                \"outgoingMessage\": null,\n                \"phone\": \"079 6880 5209\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Low\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1540771200,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"In Progress\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"Date format issue\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"533\",\n                    \"name\": \"Julian  Glover\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC28\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Question\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"333\",\n                    \"name\": \"C13 Dolfi Software Group\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1541091726,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": \"buyers@dolfi.com\",\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": null,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": \"SC100012\",\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": null,\n                \"insertSolution\": null,\n                \"internalId\": \"55\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"4\",\n                    \"name\": \"Billing Question\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": null,\n                \"lastModifiedDate\": 1541091726,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": null,\n                \"outgoingMessage\": null,\n                \"phone\": \"079 6880 5209\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1540857600,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"In Progress\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"Inaccuracy Billing\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_012620204371367141772202112_3b29b6\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 28\n}"}],"_postman_id":"0ee60a93-9313-4405-bd05-ad606bb59697"},{"name":"Retrieve supportCase by where","id":"f879b0af-0910-4d6f-9bcd-a2112d1d65f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","warning":"Value contains invalid newline characters."},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"5"}],"url":"https://api.prestructured.com/netsuite/v0/supportCase?where=Active=true","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreatedDate</td>\n<td>1578456812</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>MessageDate</td>\n<td>1578785624</td>\n<td>Used to Include the message date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>6</td>\n<td>Used to Include the Customer filter for the request. e.g., Customer=6.</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>true</td>\n<td>Used to Include the Active Status filter for the request.e.g., Active=true.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","supportCase"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"Active=true"}],"variable":[]}},"response":[{"id":"8b6d2fc7-0ef5-46d2-bb16-41e120284d2a","name":"200 : Retrieve support case by where","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"5","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/supportCase?where=Active=true","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","supportCase"],"query":[{"key":"where","value":"Active=true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 07:36:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"9365"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"15\",\n                    \"name\": \"Aubrey Pober\"\n                },\n                \"caseNumber\": \"1\",\n                \"category\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\"\n                },\n                \"company\": {\n                    \"internalId\": \"38\",\n                    \"name\": \"PRJ0006 Bay Media Research : Auction\"\n                },\n                \"createdDate\": 1539183487,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"2\",\n                                \"name\": \"Gold\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"auction@research.com\",\n                \"emailForm\": true,\n                \"helpDesk\": false,\n                \"incomingMessage\": \"The minimum increments per auction, it allows an increment of $0.00 so the next bidder can bid the surrent high bid and swipe it away from the curent bid leader\",\n                \"internalId\": \"3\",\n                \"internalOnly\": false,\n                \"lastMessageDate\": 1560208800,\n                \"lastModifiedDate\": 1552661170,\n                \"priority\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"timeItemList\": {\n                    \"replaceAll\": \"true\",\n                    \"timeItem\": [\n                        {\n                            \"department\": {\n                                \"internalId\": \"2\",\n                                \"name\": \"Operations : Customer Support\"\n                            },\n                            \"employee\": {\n                                \"internalId\": \"15\",\n                                \"name\": \"Aubrey Pober\"\n                            },\n                            \"hours\": {\n                                \"timeSpan\": 3.0,\n                                \"unit\": \"hour\"\n                            },\n                            \"id\": 234,\n                            \"isBillable\": true,\n                            \"item\": {\n                                \"internalId\": \"17\",\n                                \"name\": \"Support : Telephone Support\"\n                            },\n                            \"overrideRate\": false,\n                            \"rate\": 45.0,\n                            \"tranDate\": 1554879600\n                        }\n                    ]\n                },\n                \"title\": \"Minimum Increments not working\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Larry Nelson\"\n                },\n                \"caseNumber\": \"2\",\n                \"category\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\"\n                },\n                \"company\": {\n                    \"internalId\": \"24\",\n                    \"name\": \"Jupiter Technolgy\"\n                },\n                \"contact\": {\n                    \"internalId\": \"51\",\n                    \"name\": \"Jupiter Technolgy : Tom Ajax\"\n                },\n                \"createdDate\": 1543491723,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"2\",\n                                \"name\": \"Gold\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"tajax@sbc123.net\",\n                \"emailForm\": true,\n                \"helpDesk\": false,\n                \"incomingMessage\": \"The Jupiter System is creating incomplete parts list.  When items do not have sufficient inventory they are dropped from the parts list but they should be included with an asterisk.\",\n                \"internalId\": \"5\",\n                \"internalOnly\": false,\n                \"issue\": {\n                    \"internalId\": \"7\",\n                    \"name\": \"Enhancement Request\"\n                },\n                \"lastMessageDate\": 1558968672,\n                \"lastModifiedDate\": 1544717048,\n                \"origin\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Web\"\n                },\n                \"phone\": \"409-895-4678\",\n                \"priority\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"Jupiter Inventory Application\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"15\",\n                    \"name\": \"Aubrey Pober\"\n                },\n                \"caseNumber\": \"3\",\n                \"company\": {\n                    \"internalId\": \"22\",\n                    \"name\": \"Bay Media Research\"\n                },\n                \"contact\": {\n                    \"internalId\": \"52\",\n                    \"name\": \"Bay Media Research : Mary Contreau\"\n                },\n                \"createdDate\": 1543496119,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"2\",\n                                \"name\": \"Gold\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"maryc@baymedia.com\",\n                \"emailForm\": true,\n                \"helpDesk\": false,\n                \"incomingMessage\": \"The original message was received at Thu Apr 29 19:55:21 GMT 2004 from cases.PROFSERV.6_incoming.27f0d571286c86e95536@cases.netsuite.com ---- The following addresses had permanent fatal errors ---- maryc@baymedia.com ---- Transcript of session follows ---- ... while talking to baymedia.com: >>> RCPT To: maryc@baymedia.com <<< 550 Bad recipient 550 maryc@baymedia.com... User unknown ---- Original message follows ---- From dsinor@netsuite.com Thu Apr 29 19:55:20 2004 Return-Path: <dsinor@netsuite.com> Delivered-To: maryc@baymedia.com Received: (qmail 75882 invoked by uid 18854); 29 Apr 2004 19:55:20 -0000 Received: from unknown (HELO nmail0.svale.netledger.com) ([63.209.28.176]) (envelope-sender <dsinor@netsuite.com>) by 192.220.73.166 (qmail-ldap-1.03) with SMTP for <maryc@baymedia.com>; 29 Apr 2004 19:55:20 -0000 Received: from acct-java013.svale.netledger.com (acct-java013.svale.netledger.com [172.17.43.115]) by nmail0.svale.netledger.com (8.11.6/8.11.6) with ESMTP id i3TJtKa27279 for <maryc@baymedia.com>; Thu, 29 Apr 2004 12:55:20 -0700 Message-ID: <16088915.1083268520128.JavaMail.root@acct-java013.svale.netledger.com> Date: Thu, 29 Apr 2004 12:55:20 -0700 (PDT) From: \\\"Sullivan Consulting, Inc.\\\" <dsinor@netsuite.com> Reply-To: \\\"Sullivan Consulting, Inc.\\\" <cases.PROFSERV.6_incoming.27f0d571286c86e95536@cases.netsuite.com> To: maryc@baymedia.com Subject: Case #3 Auctions going to the penultimate MIME-Version: 1.0 Content-Type: text/html Content-Transfer-Encoding: quoted-printable <BODY style=3D\\\"font-family: Verdana,Arial,Helvetica,sans-serif; font-= size: 10pt;\\\"><font style=3D\\\"font-family: Verdana,Arial,Helvetica,sans-serif= ; font-weight: bold; font-size: 10pt;\\\">Thank you for contacting Customer Su= pport\\n\\nYour e-mail request for assistance has been received. A= member of our customer care team will respond to your case as soon as poss= ible.\\n\\nYour Customer Care Case # is 3.<font style=3D\\\"f= ont-family:Verdana,Arial,Helvetica,sans-serif; font-size:9pt\\\">\\nTo reply = to this message either click reply in your e-mail application or click here to acces= s the Case through the online case form.\\n\\nThank you for bringi= ng this to our attention.\\n\\n\",\n                \"internalId\": \"6\",\n                \"internalOnly\": false,\n                \"lastMessageDate\": 1564602937,\n                \"lastModifiedDate\": 1547819630,\n                \"origin\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Web\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"Auctions going to the penultimate\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"14\",\n                    \"name\": \"Cameron Murdock\"\n                },\n                \"caseNumber\": \"4\",\n                \"company\": {\n                    \"internalId\": \"29\",\n                    \"name\": \"Fabre Technology\"\n                },\n                \"contact\": {\n                    \"internalId\": \"53\",\n                    \"name\": \"Fabre Technology : Pat Parsons\"\n                },\n                \"createdDate\": 1543496211,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"2\",\n                                \"name\": \"Gold\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"fabreart@galleries.com\",\n                \"emailForm\": true,\n                \"helpDesk\": false,\n                \"incomingMessage\": \"The shipping costs are incorrect when the packages are for export.\",\n                \"internalId\": \"7\",\n                \"internalOnly\": false,\n                \"issue\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Patches\"\n                },\n                \"lastMessageDate\": 1556904909,\n                \"lastModifiedDate\": 1550574245,\n                \"origin\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Web\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"shipping costs calculation error\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"16\",\n                    \"name\": \"Edwin Goldwasser\"\n                },\n                \"caseNumber\": \"5\",\n                \"category\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\"\n                },\n                \"company\": {\n                    \"internalId\": \"55\",\n                    \"name\": \"Progressive Inc.\"\n                },\n                \"contact\": {\n                    \"internalId\": \"56\",\n                    \"name\": \"Progressive Inc. : Luke Jenning\"\n                },\n                \"createdDate\": 1543496370,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"2\",\n                                \"name\": \"Gold\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"dj@financial.com\",\n                \"emailForm\": true,\n                \"helpDesk\": false,\n                \"incomingMessage\": \"There is a divide by zero problem the loans are calculated for 1 day.  1 day loans are made with no interest calculation necessary.\",\n                \"internalId\": \"8\",\n                \"internalOnly\": false,\n                \"issue\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Patches\"\n                },\n                \"lastMessageDate\": 1556904148,\n                \"lastModifiedDate\": 1547820082,\n                \"origin\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Web\"\n                },\n                \"priority\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"rates calculation\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Larry Nelson\"\n                },\n                \"caseNumber\": \"6\",\n                \"category\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Concern\"\n                },\n                \"company\": {\n                    \"internalId\": \"37\",\n                    \"name\": \"Foster Software\"\n                },\n                \"contact\": {\n                    \"internalId\": \"57\",\n                    \"name\": \"Foster Software : Chris Foster\"\n                },\n                \"createdDate\": 1543496481,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"2\",\n                                \"name\": \"Gold\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"cfoster@farmers.com\",\n                \"emailForm\": true,\n                \"escalateToList\": {\n                    \"escalateTo\": [\n                        {\n                            \"email\": \"shamili@dhruvsoft.com\",\n                            \"escalatee\": {\n                                \"internalId\": \"-5\",\n                                \"name\": \"Larry Nelson\"\n                            },\n                            \"phone\": \"650-627-3465\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"helpDesk\": false,\n                \"incomingMessage\": \"The egg inventory is scrabling the data between the white and the brown.\",\n                \"internalId\": \"9\",\n                \"internalOnly\": false,\n                \"issue\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Maintenance\"\n                },\n                \"lastMessageDate\": 1564603282,\n                \"lastModifiedDate\": 1552656416,\n                \"origin\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Web\"\n                },\n                \"priority\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"High\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"Scrambled Screen Output\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Larry Nelson\"\n                },\n                \"caseNumber\": \"7\",\n                \"category\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\"\n                },\n                \"company\": {\n                    \"internalId\": \"22\",\n                    \"name\": \"Bay Media Research\"\n                },\n                \"contact\": {\n                    \"internalId\": \"52\",\n                    \"name\": \"Bay Media Research : Mary Contreau\"\n                },\n                \"createdDate\": 1538043861,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"2\",\n                                \"name\": \"Gold\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"maryc@baymedia.com\",\n                \"emailForm\": true,\n                \"escalateToList\": {\n                    \"escalateTo\": [\n                        {\n                            \"email\": \"shamili@dhruvsoft.com\",\n                            \"escalatee\": {\n                                \"internalId\": \"-5\",\n                                \"name\": \"Larry Nelson\"\n                            },\n                            \"phone\": \"650-627-3465\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"helpDesk\": false,\n                \"incomingMessage\": \"The CD package shipped out to us is for the MAC. We need the IBM format.\",\n                \"internalId\": \"16\",\n                \"internalOnly\": false,\n                \"issue\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Installation\"\n                },\n                \"lastMessageDate\": 1559323461,\n                \"lastModifiedDate\": 1552661211,\n                \"origin\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Web\"\n                },\n                \"phone\": \"831 777-1212\",\n                \"priority\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"High\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"Incorrect Platform Installation Disks\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"14\",\n                    \"name\": \"Cameron Murdock\"\n                },\n                \"caseNumber\": \"8\",\n                \"category\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Question\"\n                },\n                \"company\": {\n                    \"internalId\": \"100\",\n                    \"name\": \"Venture Capital Inc.\"\n                },\n                \"contact\": {\n                    \"internalId\": \"162\",\n                    \"name\": \"Venture Capital Inc. : Terry Joyson\"\n                },\n                \"createdDate\": 1538138008,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"2\",\n                                \"name\": \"Gold\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"TJ@JV.com\",\n                \"emailForm\": true,\n                \"escalateToList\": {\n                    \"escalateTo\": [\n                        {\n                            \"email\": \"shamili@dhruvsoft.com\",\n                            \"escalatee\": {\n                                \"internalId\": \"-5\",\n                                \"name\": \"Larry Nelson\"\n                            },\n                            \"phone\": \"650-627-3465\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"helpDesk\": false,\n                \"incomingMessage\": \"Access to the Manager client service does not seem to allow the viewing of the organization chart - does this have to be turned on somewhere?\",\n                \"internalId\": \"17\",\n                \"internalOnly\": false,\n                \"issue\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Patches\"\n                },\n                \"lastMessageDate\": 1556904721,\n                \"lastModifiedDate\": 1568331101,\n                \"origin\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Phone\"\n                },\n                \"priority\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"Access to Manager Self Service\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"14\",\n                    \"name\": \"Cameron Murdock\"\n                },\n                \"caseNumber\": \"9\",\n                \"category\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Concern\"\n                },\n                \"company\": {\n                    \"internalId\": \"129\",\n                    \"name\": \"Phillips Supply\"\n                },\n                \"contact\": {\n                    \"internalId\": \"163\",\n                    \"name\": \"Phillips Supply : May Caplan\"\n                },\n                \"createdDate\": 1538476166,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"2\",\n                                \"name\": \"Gold\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"dmartinello@phillips.com\",\n                \"emailForm\": true,\n                \"helpDesk\": false,\n                \"incomingMessage\": \"We are looking for a section in the payables section on billing receivables  if they are part of an assembly - can we consolidate the two?\",\n                \"internalId\": \"19\",\n                \"internalOnly\": false,\n                \"issue\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Documentation\"\n                },\n                \"lastMessageDate\": 1556904568,\n                \"lastModifiedDate\": 1544717049,\n                \"origin\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Web\"\n                },\n                \"phone\": \"1-800-950-4578\",\n                \"priority\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"Missing Documentation\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"15\",\n                    \"name\": \"Aubrey Pober\"\n                },\n                \"caseNumber\": \"10\",\n                \"category\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Question\"\n                },\n                \"company\": {\n                    \"internalId\": \"126\",\n                    \"name\": \"Hoover Supply\"\n                },\n                \"contact\": {\n                    \"internalId\": \"164\",\n                    \"name\": \"Hoover Supply : Randy Cloud\"\n                },\n                \"createdDate\": 1538476652,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"rthompson@hoover.com\",\n                \"emailForm\": true,\n                \"helpDesk\": false,\n                \"incomingMessage\": \"How do I receive the latest software updates?\",\n                \"internalId\": \"20\",\n                \"internalOnly\": false,\n                \"issue\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Upgrades\"\n                },\n                \"lastMessageDate\": 1556905052,\n                \"lastModifiedDate\": 1548242592,\n                \"origin\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"E-mail\"\n                },\n                \"phone\": \"707-235-9600\",\n                \"priority\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"Software updates\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"15\",\n                    \"name\": \"Aubrey Pober\"\n                },\n                \"caseNumber\": \"11\",\n                \"category\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Question\"\n                },\n                \"company\": {\n                    \"internalId\": \"22\",\n                    \"name\": \"Bay Media Research\"\n                },\n                \"contact\": {\n                    \"internalId\": \"52\",\n                    \"name\": \"Bay Media Research : Mary Contreau\"\n                },\n                \"createdDate\": 1538476764,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"maryc@baymedia.com\",\n                \"emailForm\": true,\n                \"helpDesk\": false,\n                \"incomingMessage\": \"How can I find out what patches are available?\\n\",\n                \"internalId\": \"21\",\n                \"internalOnly\": false,\n                \"issue\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Patches\"\n                },\n                \"lastMessageDate\": 1556905164,\n                \"lastModifiedDate\": 1542377515,\n                \"origin\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Web\"\n                },\n                \"phone\": \"831 777-1212\",\n                \"priority\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Low\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"Patch availability\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Larry Nelson\"\n                },\n                \"caseNumber\": \"12\",\n                \"category\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Question\"\n                },\n                \"company\": {\n                    \"internalId\": \"24\",\n                    \"name\": \"Jupiter Technolgy\"\n                },\n                \"contact\": {\n                    \"internalId\": \"51\",\n                    \"name\": \"Jupiter Technolgy : Tom Ajax\"\n                },\n                \"createdDate\": 1538476862,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"Platinum\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"tajax@sbc123.net\",\n                \"emailForm\": true,\n                \"helpDesk\": false,\n                \"incomingMessage\": \"What is the HP OpenView product version obsolescence policy?\\n\",\n                \"internalId\": \"22\",\n                \"internalOnly\": false,\n                \"issue\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Maintenance\"\n                },\n                \"lastMessageDate\": 1556905262,\n                \"lastModifiedDate\": 1544717051,\n                \"origin\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Web\"\n                },\n                \"phone\": \"415 444-1212\",\n                \"priority\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"Openview Product Question\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"16\",\n                    \"name\": \"Edwin Goldwasser\"\n                },\n                \"caseNumber\": \"13\",\n                \"category\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Question\"\n                },\n                \"company\": {\n                    \"internalId\": \"159\",\n                    \"name\": \"Altima Technology\"\n                },\n                \"contact\": {\n                    \"internalId\": \"179\",\n                    \"name\": \"Altima Technology : Ron Jensen\"\n                },\n                \"createdDate\": 1538507420,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"Platinum\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"rjensen@altima.com\",\n                \"emailForm\": true,\n                \"helpDesk\": false,\n                \"incomingMessage\": \"Please let me know how I can create an online lead form.\\nThanks!\\nRon\",\n                \"internalId\": \"28\",\n                \"internalOnly\": false,\n                \"lastMessageDate\": 1556939421,\n                \"lastModifiedDate\": 1544717055,\n                \"phone\": \"518-230-9600\",\n                \"priority\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"How do I create an online lead form\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"16\",\n                    \"name\": \"Edwin Goldwasser\"\n                },\n                \"caseNumber\": \"14\",\n                \"category\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Question\"\n                },\n                \"company\": {\n                    \"internalId\": \"121\",\n                    \"name\": \"Rona\"\n                },\n                \"contact\": {\n                    \"internalId\": \"220\",\n                    \"name\": \"Rona : Barry Walker\"\n                },\n                \"createdDate\": 1539192436,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"Platinum\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"bwalker@rona.com\",\n                \"emailForm\": true,\n                \"helpDesk\": false,\n                \"incomingMessage\": \"4 New Staff members have been added. We would like to have them in a classroom training session to learn the system.  \",\n                \"internalId\": \"40\",\n                \"internalOnly\": false,\n                \"issue\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"Documentation\"\n                },\n                \"lastMessageDate\": 1557620837,\n                \"lastModifiedDate\": 1547820022,\n                \"origin\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Fax\"\n                },\n                \"phone\": \"650-120-9600\",\n                \"priority\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"timeItemList\": {\n                    \"replaceAll\": \"true\",\n                    \"timeItem\": [\n                        {\n                            \"department\": {\n                                \"internalId\": \"3\",\n                                \"name\": \"Sales\"\n                            },\n                            \"employee\": {\n                                \"internalId\": \"172\",\n                                \"name\": \"Imane Murphy\"\n                            },\n                            \"hours\": {\n                                \"timeSpan\": 2.45,\n                                \"unit\": \"hour\"\n                            },\n                            \"id\": 376,\n                            \"isBillable\": true,\n                            \"item\": {\n                                \"internalId\": \"17\",\n                                \"name\": \"Support : Telephone Support\"\n                            },\n                            \"overrideRate\": false,\n                            \"rate\": 45.0,\n                            \"tranDate\": 1557558000\n                        }\n                    ]\n                },\n                \"title\": \"Additional Training Required\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"14\",\n                    \"name\": \"Cameron Murdock\"\n                },\n                \"caseNumber\": \"15\",\n                \"category\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Question\"\n                },\n                \"company\": {\n                    \"internalId\": \"174\",\n                    \"name\": \"Custom Enterprise\"\n                },\n                \"contact\": {\n                    \"internalId\": \"223\",\n                    \"name\": \"Custom Enterprise : Susan Adams\"\n                },\n                \"createdDate\": 1539237118,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"Platinum\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"jdalton@custom.com\",\n                \"emailForm\": true,\n                \"helpDesk\": false,\n                \"incomingMessage\": \"Does the Import/Export functionality need to to be turned on to be used in reporting? We cannot find the button to perform this. Please advise. \",\n                \"internalId\": \"43\",\n                \"internalOnly\": false,\n                \"lastMessageDate\": 1557665638,\n                \"lastModifiedDate\": 1544717067,\n                \"origin\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"E-mail\"\n                },\n                \"phone\": \"316-541-2900\",\n                \"priority\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"timeItemList\": {\n                    \"replaceAll\": \"true\",\n                    \"timeItem\": [\n                        {\n                            \"employee\": {\n                                \"internalId\": \"108\",\n                                \"name\": \"Wes Brown\"\n                            },\n                            \"hours\": {\n                                \"timeSpan\": 5.0,\n                                \"unit\": \"hour\"\n                            },\n                            \"id\": 377,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"internalId\": \"17\",\n                                \"name\": \"Support : Telephone Support\"\n                            },\n                            \"overrideRate\": false,\n                            \"rate\": 45.0,\n                            \"tranDate\": 1557644400\n                        }\n                    ]\n                },\n                \"title\": \"Import/Export\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Larry Nelson\"\n                },\n                \"caseNumber\": \"16\",\n                \"category\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\"\n                },\n                \"company\": {\n                    \"internalId\": \"136\",\n                    \"name\": \"The Golf Company\"\n                },\n                \"contact\": {\n                    \"internalId\": \"224\",\n                    \"name\": \"The Golf Company : Kim Yeu\"\n                },\n                \"createdDate\": 1539237827,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"2\",\n                                \"name\": \"Gold\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"kchalmers@golf.com\",\n                \"emailForm\": true,\n                \"escalateToList\": {\n                    \"escalateTo\": [\n                        {\n                            \"email\": \"shamili@dhruvsoft.com\",\n                            \"escalatee\": {\n                                \"internalId\": \"-5\",\n                                \"name\": \"Larry Nelson\"\n                            },\n                            \"phone\": \"650-627-3465\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"helpDesk\": false,\n                \"incomingMessage\": \"I am experiencing various errors with IE when performing various functions. I called someone yesterday and they mentioned that may have to re-install IE. Is this the only course of action I can take? Please let me know as this will cause in extensive down time for us. \",\n                \"internalId\": \"45\",\n                \"internalOnly\": false,\n                \"issue\": {\n                    \"internalId\": \"7\",\n                    \"name\": \"Enhancement Request\"\n                },\n                \"lastMessageDate\": 1557666228,\n                \"lastModifiedDate\": 1555337021,\n                \"origin\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"E-mail\"\n                },\n                \"phone\": \"517-230-8900\",\n                \"priority\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"High\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"Problem with Internet Explorer\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"15\",\n                    \"name\": \"Aubrey Pober\"\n                },\n                \"caseNumber\": \"17\",\n                \"category\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\"\n                },\n                \"company\": {\n                    \"internalId\": \"32\",\n                    \"name\": \"McGurk Prospect Mining\"\n                },\n                \"contact\": {\n                    \"internalId\": \"225\",\n                    \"name\": \"McGurk Prospect Mining : Rosalind Wander\"\n                },\n                \"createdDate\": 1539238476,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"2\",\n                                \"name\": \"Gold\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"r.want@mcgurk.com\",\n                \"emailForm\": true,\n                \"escalateToList\": {\n                    \"escalateTo\": [\n                        {\n                            \"email\": \"shamili@dhruvsoft.com\",\n                            \"escalatee\": {\n                                \"internalId\": \"-5\",\n                                \"name\": \"Larry Nelson\"\n                            },\n                            \"phone\": \"650-627-3465\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"helpDesk\": false,\n                \"incomingMessage\": \"I am experiencing a time out within the last 3 result lines and I am forced to re-boot.\",\n                \"internalId\": \"46\",\n                \"internalOnly\": false,\n                \"lastMessageDate\": 1557666876,\n                \"lastModifiedDate\": 1548242523,\n                \"origin\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"E-mail\"\n                },\n                \"phone\": \"1-555-8787\",\n                \"priority\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"High\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"System Freezing /Timing Out\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"16\",\n                    \"name\": \"Edwin Goldwasser\"\n                },\n                \"caseNumber\": \"18\",\n                \"category\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Concern\"\n                },\n                \"company\": {\n                    \"internalId\": \"79\",\n                    \"name\": \"Rockaway Design\"\n                },\n                \"contact\": {\n                    \"internalId\": \"80\",\n                    \"name\": \"Rockaway Design : Deb Harris\"\n                },\n                \"createdDate\": 1539238911,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"Platinum\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"deb.harris@rockaway.com\",\n                \"emailForm\": true,\n                \"escalateToList\": {\n                    \"escalateTo\": [\n                        {\n                            \"email\": \"apober@software.com\",\n                            \"escalatee\": {\n                                \"internalId\": \"15\",\n                                \"name\": \"Aubrey Pober\"\n                            }\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"helpDesk\": false,\n                \"incomingMessage\": \"I need to enter more than one employee in a Grid type spreadsheet. This was said to be coming up in the next release when the user group got together. Please confirm when this will be available as there was a unanimous decision that it was a required product enhancement\",\n                \"internalId\": \"47\",\n                \"internalOnly\": false,\n                \"issue\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Upgrades\"\n                },\n                \"lastMessageDate\": 1557667311,\n                \"lastModifiedDate\": 1550574260,\n                \"origin\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Web\"\n                },\n                \"phone\": \"1-635-7845\",\n                \"priority\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"Enhancement to Time Input Form\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"14\",\n                    \"name\": \"Cameron Murdock\"\n                },\n                \"caseNumber\": \"19\",\n                \"category\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Question\"\n                },\n                \"company\": {\n                    \"internalId\": \"113\",\n                    \"name\": \"The Kent Group\"\n                },\n                \"contact\": {\n                    \"internalId\": \"226\",\n                    \"name\": \"The Kent Group : Jim Kent\"\n                },\n                \"createdDate\": 1539239148,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"Platinum\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"jkent@group.com\",\n                \"emailForm\": true,\n                \"helpDesk\": false,\n                \"internalId\": \"48\",\n                \"internalOnly\": false,\n                \"issue\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Implementation\"\n                },\n                \"lastMessageDate\": 1557667548,\n                \"lastModifiedDate\": 1544717060,\n                \"origin\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Fax\"\n                },\n                \"phone\": \"650-342-5400\",\n                \"priority\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"Changing Your Federal ID Number (Box b) on Form W-3\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Larry Nelson\"\n                },\n                \"caseNumber\": \"20\",\n                \"category\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Concern\"\n                },\n                \"company\": {\n                    \"internalId\": \"140\",\n                    \"name\": \"Custom Solutions\"\n                },\n                \"contact\": {\n                    \"internalId\": \"227\",\n                    \"name\": \"Custom Solutions : Monty Gordon\"\n                },\n                \"createdDate\": 1539268971,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"Platinum\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"mgordon@custom.com\",\n                \"emailForm\": true,\n                \"helpDesk\": false,\n                \"incomingMessage\": \"We haven't been contacted yet to upgrade our Version 5.0 Systems in our European Offices. Can we get someone to call us as soon as possible. We need to all be functioning on the same platform.\",\n                \"internalId\": \"52\",\n                \"internalOnly\": false,\n                \"issue\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"Upgrades\"\n                },\n                \"lastMessageDate\": 1557697371,\n                \"lastModifiedDate\": 1544717057,\n                \"origin\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Other\"\n                },\n                \"phone\": \"975-219-8532\",\n                \"priority\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"Software Upgrade\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Larry Nelson\"\n                },\n                \"caseNumber\": \"21\",\n                \"category\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\"\n                },\n                \"company\": {\n                    \"internalId\": \"159\",\n                    \"name\": \"Altima Technology\"\n                },\n                \"contact\": {\n                    \"internalId\": \"234\",\n                    \"name\": \"Altima Technology : Chris Nelson\"\n                },\n                \"createdDate\": 1539352226,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"Platinum\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"cnelson@altima.com\",\n                \"emailForm\": true,\n                \"helpDesk\": false,\n                \"incomingMessage\": \"Software configuration prolems\",\n                \"internalId\": \"53\",\n                \"internalOnly\": false,\n                \"issue\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Implementation\"\n                },\n                \"lastMessageDate\": 1557781139,\n                \"lastModifiedDate\": 1552656391,\n                \"origin\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Web\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"Config Problem\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Larry Nelson\"\n                },\n                \"caseNumber\": \"22\",\n                \"company\": {\n                    \"internalId\": \"159\",\n                    \"name\": \"Altima Technology\"\n                },\n                \"contact\": {\n                    \"internalId\": \"234\",\n                    \"name\": \"Altima Technology : Chris Nelson\"\n                },\n                \"createdDate\": 1539601106,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"Platinum\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"cnelson@altima.com\",\n                \"emailForm\": true,\n                \"helpDesk\": false,\n                \"incomingMessage\": \"Installation Issue\",\n                \"internalId\": \"54\",\n                \"internalOnly\": false,\n                \"lastMessageDate\": 1558030192,\n                \"lastModifiedDate\": 1541333577,\n                \"origin\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Web\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"Installation\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Larry Nelson\"\n                },\n                \"caseNumber\": \"23\",\n                \"company\": {\n                    \"internalId\": \"100\",\n                    \"name\": \"Venture Capital Inc.\"\n                },\n                \"contact\": {\n                    \"internalId\": \"244\",\n                    \"name\": \"Venture Capital Inc. : Terry  Joyson\"\n                },\n                \"createdDate\": 1539962731,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"Platinum\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"tp@venture.com\",\n                \"emailForm\": true,\n                \"helpDesk\": false,\n                \"incomingMessage\": \"Please contact me \",\n                \"internalId\": \"59\",\n                \"internalOnly\": false,\n                \"lastMessageDate\": 1558391180,\n                \"lastModifiedDate\": 1544717069,\n                \"origin\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Web\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"Maintenance Question\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Larry Nelson\"\n                },\n                \"caseNumber\": \"26\",\n                \"company\": {\n                    \"internalId\": \"119\",\n                    \"name\": \"Best Buy Software\"\n                },\n                \"contact\": {\n                    \"internalId\": \"246\",\n                    \"name\": \"Best Buy Software : Kelly Sharpe\"\n                },\n                \"createdDate\": 1540221992,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"3\",\n                                \"name\": \"Silver\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"ksharpe@bestbuy.com\",\n                \"emailForm\": true,\n                \"helpDesk\": false,\n                \"incomingMessage\": \"Installation Problem\",\n                \"internalId\": \"62\",\n                \"internalOnly\": false,\n                \"lastMessageDate\": 1558650392,\n                \"lastModifiedDate\": 1550574026,\n                \"origin\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Web\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"Installation Problem\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Larry Nelson\"\n                },\n                \"caseNumber\": \"28\",\n                \"company\": {\n                    \"internalId\": \"62\",\n                    \"name\": \"Monrovia Database\"\n                },\n                \"contact\": {\n                    \"internalId\": \"63\",\n                    \"name\": \"Monrovia Database : Jenny Gariepy\"\n                },\n                \"createdDate\": 1540288378,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"3\",\n                                \"name\": \"Silver\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"jg@monrovia.com\",\n                \"emailForm\": true,\n                \"helpDesk\": false,\n                \"incomingMessage\": \"We need help!\",\n                \"internalId\": \"64\",\n                \"internalOnly\": false,\n                \"lastMessageDate\": 1558716778,\n                \"lastModifiedDate\": 1542377534,\n                \"origin\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Web\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"Technical Support\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Larry Nelson\"\n                },\n                \"caseNumber\": \"30\",\n                \"category\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\"\n                },\n                \"company\": {\n                    \"internalId\": \"89\",\n                    \"name\": \"Global Information\"\n                },\n                \"contact\": {\n                    \"internalId\": \"90\",\n                    \"name\": \"Global Information : Kim McDonald\"\n                },\n                \"createdDate\": 1540294001,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"3\",\n                                \"name\": \"Silver\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"km@gi.com\",\n                \"emailForm\": true,\n                \"escalateToList\": {\n                    \"escalateTo\": [\n                        {\n                            \"email\": \"shamili@dhruvsoft.com\",\n                            \"escalatee\": {\n                                \"internalId\": \"-5\",\n                                \"name\": \"Larry Nelson\"\n                            },\n                            \"phone\": \"650-627-3465\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"helpDesk\": false,\n                \"incomingMessage\": \"Errors when trying to install - please contact \",\n                \"internalId\": \"66\",\n                \"internalOnly\": false,\n                \"issue\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Installation\"\n                },\n                \"lastMessageDate\": 1558723104,\n                \"lastModifiedDate\": 1548242656,\n                \"origin\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Web\"\n                },\n                \"priority\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"High\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"Data Configuration Problem\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"14\",\n                    \"name\": \"Cameron Murdock\"\n                },\n                \"caseNumber\": \"32\",\n                \"company\": {\n                    \"internalId\": \"131\",\n                    \"name\": \"Acme Control\"\n                },\n                \"createdDate\": 1544029770,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"3\",\n                                \"name\": \"Silver\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"hmohan@netsuite.com\",\n                \"emailForm\": true,\n                \"helpDesk\": false,\n                \"internalId\": \"74\",\n                \"internalOnly\": false,\n                \"issue\": {\n                    \"internalId\": \"7\",\n                    \"name\": \"Enhancement Request\"\n                },\n                \"lastMessageDate\": 1559261371,\n                \"lastModifiedDate\": 1555405635,\n                \"phone\": \"519-541-7600\",\n                \"priority\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"Need Quick Edit Funtionality\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Larry Nelson\"\n                },\n                \"caseNumber\": \"33\",\n                \"category\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\"\n                },\n                \"company\": {\n                    \"internalId\": \"159\",\n                    \"name\": \"Altima Technology\"\n                },\n                \"contact\": {\n                    \"internalId\": \"170\",\n                    \"name\": \"Altima Technology : Henry Moore\"\n                },\n                \"createdDate\": 1542108545,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"Platinum\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"hmoore@altima.com\",\n                \"emailForm\": true,\n                \"escalateToList\": {\n                    \"escalateTo\": [\n                        {\n                            \"email\": \"apober@software.com\",\n                            \"escalatee\": {\n                                \"internalId\": \"15\",\n                                \"name\": \"Aubrey Pober\"\n                            }\n                        },\n                        {\n                            \"email\": \"shamili@dhruvsoft.com\",\n                            \"escalatee\": {\n                                \"internalId\": \"-5\",\n                                \"name\": \"Larry Nelson\"\n                            },\n                            \"phone\": \"650-627-3465\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"helpDesk\": false,\n                \"incomingMessage\": \"message...\",\n                \"internalId\": \"75\",\n                \"internalOnly\": false,\n                \"issue\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Installation\"\n                },\n                \"lastMessageDate\": 1556994545,\n                \"lastModifiedDate\": 1566963086,\n                \"origin\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Web\"\n                },\n                \"phone\": \"415-230-9600\",\n                \"priority\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"login page is throwing errors\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Larry Nelson\"\n                },\n                \"caseNumber\": \"34\",\n                \"category\": {\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\"\n                },\n                \"company\": {\n                    \"internalId\": \"159\",\n                    \"name\": \"Altima Technology\"\n                },\n                \"contact\": {\n                    \"internalId\": \"170\",\n                    \"name\": \"Altima Technology : Henry Moore\"\n                },\n                \"createdDate\": 1542108697,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"Platinum\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"hmoore@altima.com\",\n                \"emailForm\": true,\n                \"escalateToList\": {\n                    \"escalateTo\": [\n                        {\n                            \"email\": \"shamili@dhruvsoft.com\",\n                            \"escalatee\": {\n                                \"internalId\": \"-5\",\n                                \"name\": \"Larry Nelson\"\n                            },\n                            \"phone\": \"650-627-3465\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"helpDesk\": false,\n                \"incomingMessage\": \"Dear Support:\\n\\nI have included the import file in the filing cabinet of this trouble ticket.\\n\\nPlease let me know what the status is.\\n\\nThanks,\\nHenry\",\n                \"internalId\": \"76\",\n                \"internalOnly\": false,\n                \"issue\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Implementation\"\n                },\n                \"lastMessageDate\": 1557941951,\n                \"lastModifiedDate\": 1552656243,\n                \"origin\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Web\"\n                },\n                \"phone\": \"415-230-9600\",\n                \"priority\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"High\"\n                },\n                \"product\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Enterprise\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"Can't import price levels in csv\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        },\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Larry Nelson\"\n                },\n                \"caseNumber\": \"35\",\n                \"category\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Question\"\n                },\n                \"company\": {\n                    \"internalId\": \"159\",\n                    \"name\": \"Altima Technology\"\n                },\n                \"contact\": {\n                    \"internalId\": \"252\",\n                    \"name\": \"Altima Technology : James Jones\"\n                },\n                \"createdDate\": 1542108886,\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"58\",\n                            \"scriptId\": \"custevent1\",\n                            \"value\": {\n                                \"internalId\": \"1\",\n                                \"name\": \"Platinum\",\n                                \"typeId\": \"13\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"62\",\n                            \"scriptId\": \"custevent5\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"internalId\": \"17\",\n                    \"name\": \"McGeever Case Form\"\n                },\n                \"email\": \"hmohan@altimatech.com\",\n                \"emailForm\": true,\n                \"helpDesk\": false,\n                \"internalId\": \"77\",\n                \"internalOnly\": false,\n                \"issue\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"Installation\"\n                },\n                \"lastModifiedDate\": 1542377556,\n                \"origin\": {\n                    \"internalId\": \"-5\",\n                    \"name\": \"Web\"\n                },\n                \"phone\": \"415-230-9612\",\n                \"priority\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\"\n                },\n                \"profile\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"status\": {\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                },\n                \"title\": \"cannot access CRM module\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TSTDRV2119874_06262020241511393238939795_823942e\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 5,\n    \"totalRecords\": 137\n}"}],"_postman_id":"f879b0af-0910-4d6f-9bcd-a2112d1d65f3"},{"name":"Retrieve supportCase by ID","id":"8a3ffdbf-6c44-4db5-a05a-604430382a96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/supportCase?id=13","urlObject":{"protocol":"https","path":["netsuite","v0","supportCase"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"13"}],"variable":[]}},"response":[{"id":"21173544-8ba0-48c3-8f3c-bc47e3c74ce0","name":"200 :  Retrieve supportCase by ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/supportCase?id=13","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","supportCase"],"query":[{"key":"id","value":"13"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 08:10:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1826"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"assigned\": {\n                    \"externalId\": null,\n                    \"internalId\": \"434\",\n                    \"name\": \"Tatiana Zolayva\",\n                    \"type\": null\n                },\n                \"caseNumber\": \"SC01\",\n                \"category\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Problem\",\n                    \"type\": null\n                },\n                \"company\": {\n                    \"externalId\": null,\n                    \"internalId\": \"348\",\n                    \"name\": \"C28 Kate Winters\",\n                    \"type\": null\n                },\n                \"contact\": null,\n                \"createdDate\": 1542676534,\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"email\": null,\n                \"emailEmployeesList\": null,\n                \"emailForm\": true,\n                \"endDate\": 1542676534,\n                \"escalateToList\": null,\n                \"escalationMessage\": null,\n                \"externalId\": null,\n                \"helpDesk\": null,\n                \"inboundEmail\": null,\n                \"incomingMessage\": \"I received the laptop and its now working. It does not have power\",\n                \"insertSolution\": null,\n                \"internalId\": \"13\",\n                \"internalOnly\": false,\n                \"isInactive\": false,\n                \"issue\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Product Issue\",\n                    \"type\": null\n                },\n                \"item\": null,\n                \"lastMessageDate\": 1543540534,\n                \"lastModifiedDate\": 1542676534,\n                \"lastReopenedDate\": null,\n                \"module\": null,\n                \"newSolutionFromMsg\": null,\n                \"nullFieldList\": null,\n                \"origin\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"E-mail\",\n                    \"type\": null\n                },\n                \"outgoingMessage\": null,\n                \"phone\": \"070 6846 6723\",\n                \"priority\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Medium\",\n                    \"type\": null\n                },\n                \"product\": null,\n                \"profile\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"searchSolution\": null,\n                \"serialNumber\": null,\n                \"solutionsList\": null,\n                \"startDate\": 1539303240,\n                \"status\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"Closed\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"timeItemList\": null,\n                \"title\": \"laptop not working\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    }\n}"}],"_postman_id":"8a3ffdbf-6c44-4db5-a05a-604430382a96"}],"id":"f9da1a7c-2d88-4008-965d-e2c9edcc1a4e","_postman_id":"f9da1a7c-2d88-4008-965d-e2c9edcc1a4e","description":""}],"id":"5fb37f52-6dbd-4de1-a07b-5590e57e8c5b","_postman_id":"5fb37f52-6dbd-4de1-a07b-5590e57e8c5b","description":""},{"name":"Task","item":[{"name":"GET","item":[{"name":"Retrieve tasks","id":"e0cc3433-061e-4075-a49d-655fb72eb0d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/task","urlObject":{"protocol":"https","path":["netsuite","v0","task"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"ae635b25-6051-433f-9b43-bf543d20561f","name":"Retrieve tasks","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/task"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"accessLevel\": false,\r\n        \"assigned\": {\r\n          \"internalId\": \"12\",\r\n          \"name\": \"Lavanya B\"\r\n        },\r\n        \"createdDate\": 1545314636,\r\n        \"dueDate\": 1545330600,\r\n        \"endDate\": 1545244200,\r\n        \"internalId\": \"3\",\r\n        \"lastModifiedDate\": 1545376393,\r\n        \"owner\": {\r\n          \"internalId\": \"3\",\r\n          \"name\": \"B Shamili\"\r\n        },\r\n        \"percentTimeComplete\": 0.0,\r\n        \"priority\": \"_medium\",\r\n        \"sendEmail\": false,\r\n        \"startDate\": 1545244200,\r\n        \"status\": \"_notStarted\",\r\n        \"timeRemaining\": {\r\n          \"timeSpan\": 0.0,\r\n          \"unit\": \"hour\"\r\n        },\r\n        \"timedEvent\": false,\r\n        \"title\": \"Sample Task for Test\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accessLevel\": false,\r\n        \"assigned\": {\r\n          \"internalId\": \"7\",\r\n          \"name\": \"Imtiaz Ansari\"\r\n        },\r\n        \"company\": {\r\n          \"internalId\": \"50\",\r\n          \"name\": \"14 Imtiaz ansari\"\r\n        },\r\n        \"contactList\": {\r\n          \"contact\": [\r\n            {\r\n              \"company\": {\r\n                \"internalId\": \"50\",\r\n                \"name\": \"14 Imtiaz ansari\"\r\n              }\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"createdDate\": 1549019163,\r\n        \"dueDate\": 1548959400,\r\n        \"endDate\": 1548959400,\r\n        \"internalId\": \"4\",\r\n        \"lastModifiedDate\": 1549128320,\r\n        \"owner\": {\r\n          \"internalId\": \"7\",\r\n          \"name\": \"Imtiaz Ansari\"\r\n        },\r\n        \"percentTimeComplete\": 0.0,\r\n        \"priority\": \"_high\",\r\n        \"sendEmail\": false,\r\n        \"startDate\": 1548959400,\r\n        \"status\": \"_notStarted\",\r\n        \"timeRemaining\": {\r\n          \"timeSpan\": 0.0,\r\n          \"unit\": \"hour\"\r\n        },\r\n        \"timedEvent\": false,\r\n        \"title\": \"follow up on 5th Feb 2019\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accessLevel\": false,\r\n        \"assigned\": {\r\n          \"internalId\": \"-5\",\r\n          \"name\": \"Sunil Khanna Sunil Khanna\"\r\n        },\r\n        \"createdDate\": 1554267781,\r\n        \"dueDate\": 1554229800,\r\n        \"endDate\": 1554229800,\r\n        \"internalId\": \"6\",\r\n        \"lastModifiedDate\": 1554267781,\r\n        \"owner\": {\r\n          \"internalId\": \"-5\",\r\n          \"name\": \"Sunil Khanna\"\r\n        },\r\n        \"percentTimeComplete\": 0.0,\r\n        \"priority\": \"_medium\",\r\n        \"sendEmail\": false,\r\n        \"startDate\": 1554229800,\r\n        \"status\": \"_notStarted\",\r\n        \"timeRemaining\": {\r\n          \"timeSpan\": 0.0,\r\n          \"unit\": \"hour\"\r\n        },\r\n        \"timedEvent\": false,\r\n        \"title\": \"Send Quote\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accessLevel\": false,\r\n        \"assigned\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\"\r\n        },\r\n        \"createdDate\": 1593604826,\r\n        \"dueDate\": 1593541800,\r\n        \"endDate\": 1545244200,\r\n        \"internalId\": \"9\",\r\n        \"lastModifiedDate\": 1593604826,\r\n        \"owner\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\"\r\n        },\r\n        \"percentTimeComplete\": 0.0,\r\n        \"priority\": \"_medium\",\r\n        \"sendEmail\": false,\r\n        \"startDate\": 1545244200,\r\n        \"status\": \"_notStarted\",\r\n        \"timeRemaining\": {\r\n          \"timeSpan\": 0.0,\r\n          \"unit\": \"hour\"\r\n        },\r\n        \"timedEvent\": false,\r\n        \"title\": \"Sample Task for Test\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accessLevel\": false,\r\n        \"assigned\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\"\r\n        },\r\n        \"createdDate\": 1593604916,\r\n        \"dueDate\": 1593541800,\r\n        \"endDate\": 1545244200,\r\n        \"internalId\": \"109\",\r\n        \"lastModifiedDate\": 1593604916,\r\n        \"owner\": {\r\n          \"internalId\": \"7\",\r\n          \"name\": \"Imtiaz Ansari\"\r\n        },\r\n        \"percentTimeComplete\": 0.0,\r\n        \"priority\": \"_medium\",\r\n        \"sendEmail\": false,\r\n        \"startDate\": 1545244200,\r\n        \"status\": \"_notStarted\",\r\n        \"timeRemaining\": {\r\n          \"timeSpan\": 0.0,\r\n          \"unit\": \"hour\"\r\n        },\r\n        \"timedEvent\": false,\r\n        \"title\": \"Sample Task for Test with Owner\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accessLevel\": false,\r\n        \"assigned\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\"\r\n        },\r\n        \"createdDate\": 1593604975,\r\n        \"dueDate\": 1593541800,\r\n        \"endDate\": 1593541800,\r\n        \"internalId\": \"209\",\r\n        \"lastModifiedDate\": 1593604975,\r\n        \"owner\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\"\r\n        },\r\n        \"percentTimeComplete\": 0.0,\r\n        \"priority\": \"_medium\",\r\n        \"sendEmail\": false,\r\n        \"startDate\": 1593541800,\r\n        \"status\": \"_notStarted\",\r\n        \"timeRemaining\": {\r\n          \"timeSpan\": 0.0,\r\n          \"unit\": \"hour\"\r\n        },\r\n        \"timedEvent\": false,\r\n        \"title\": \"Sample Task for Test with title only\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accessLevel\": false,\r\n        \"assigned\": {\r\n          \"internalId\": \"7\",\r\n          \"name\": \"Imtiaz Ansari\"\r\n        },\r\n        \"createdDate\": 1593605193,\r\n        \"dueDate\": 1593541800,\r\n        \"endDate\": 1545244200,\r\n        \"internalId\": \"309\",\r\n        \"lastModifiedDate\": 1593605193,\r\n        \"owner\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\"\r\n        },\r\n        \"percentTimeComplete\": 0.0,\r\n        \"priority\": \"_medium\",\r\n        \"sendEmail\": false,\r\n        \"startDate\": 1545244200,\r\n        \"status\": \"_notStarted\",\r\n        \"timeRemaining\": {\r\n          \"timeSpan\": 0.0,\r\n          \"unit\": \"hour\"\r\n        },\r\n        \"timedEvent\": false,\r\n        \"title\": \"Sample Task for Test with assigned user\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_070120201725621191080018958_9f817737\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 1,\r\n  \"totalRecords\": 7\r\n}"}],"_postman_id":"e0cc3433-061e-4075-a49d-655fb72eb0d9"},{"name":"Retrieve tasks by search ID","id":"43f632e9-8b8e-48fe-ba67-a00f32abf280","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/task?searchId=WEBSERVICES_5333445_SB1_07012020172646538805801227_80b8ed70c&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","task"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_07012020172646538805801227_80b8ed70c"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"448652dd-1177-46cf-9136-f13eafc688f6","name":"Retrieve tasks by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/task?searchId=WEBSERVICES_5333445_SB1_07012020172646538805801227_80b8ed70c&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","task"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_07012020172646538805801227_80b8ed70c"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:45:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173991"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 2,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"accessLevel\": false,\r\n        \"assigned\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Anthony Doe\"\r\n        },\r\n        \"createdDate\": 1593604975,\r\n        \"dueDate\": 1593541800,\r\n        \"endDate\": 1593541800,\r\n        \"internalId\": \"209\",\r\n        \"lastModifiedDate\": 1593604975,\r\n        \"owner\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Anthony Doe\"\r\n        },\r\n        \"percentTimeComplete\": 0.0,\r\n        \"priority\": \"_medium\",\r\n        \"sendEmail\": false,\r\n        \"startDate\": 1593541800,\r\n        \"status\": \"_notStarted\",\r\n        \"timeRemaining\": {\r\n          \"timeSpan\": 0.0,\r\n          \"unit\": \"hour\"\r\n        },\r\n        \"timedEvent\": false,\r\n        \"title\": \"Sample Task with title only\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accessLevel\": false,\r\n        \"assigned\": {\r\n          \"internalId\": \"7\",\r\n          \"name\": \"David Smith\"\r\n        },\r\n        \"createdDate\": 1593605193,\r\n        \"dueDate\": 1593541800,\r\n        \"endDate\": 1545244200,\r\n        \"internalId\": \"309\",\r\n        \"lastModifiedDate\": 1593605193,\r\n        \"owner\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Anthony Doe\"\r\n        },\r\n        \"percentTimeComplete\": 0.0,\r\n        \"priority\": \"_medium\",\r\n        \"sendEmail\": false,\r\n        \"startDate\": 1545244200,\r\n        \"status\": \"_notStarted\",\r\n        \"timeRemaining\": {\r\n          \"timeSpan\": 0.0,\r\n          \"unit\": \"hour\"\r\n        },\r\n        \"timedEvent\": false,\r\n        \"title\": \"Sample Task with assigned user\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_07012020172646538805801227_80b8ed70c\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 2,\r\n  \"totalRecords\": 7\r\n}"}],"_postman_id":"43f632e9-8b8e-48fe-ba67-a00f32abf280"},{"name":"Retrieve tasks by where","id":"4caf8bb3-1871-4212-a4c3-04ae662cf669","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/task?where=CreatedDate>1577664388","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreatedDate</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>true</td>\n<td>Used to Include the Active Status filter for the request.e.g., Active=true.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","task"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"CreatedDate>1577664388"}],"variable":[]}},"response":[{"id":"fd8abc37-ac05-4439-8003-202daae99173","name":"Retrieve tasks by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/vendor?where=CreatedDate>1577664388","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","vendor"],"query":[{"key":"where","value":"CreatedDate>1577664388"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"accessLevel\": false,\r\n        \"assigned\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Anthony Doe\"\r\n        },\r\n        \"createdDate\": 1593604826,\r\n        \"dueDate\": 1593541800,\r\n        \"endDate\": 1545244200,\r\n        \"internalId\": \"9\",\r\n        \"lastModifiedDate\": 1593604826,\r\n        \"owner\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\"\r\n        },\r\n        \"percentTimeComplete\": 0.0,\r\n        \"priority\": \"_medium\",\r\n        \"sendEmail\": false,\r\n        \"startDate\": 1545244200,\r\n        \"status\": \"_notStarted\",\r\n        \"timeRemaining\": {\r\n          \"timeSpan\": 0.0,\r\n          \"unit\": \"hour\"\r\n        },\r\n        \"timedEvent\": false,\r\n        \"title\": \"Sample Task for Test\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accessLevel\": false,\r\n        \"assigned\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\"\r\n        },\r\n        \"createdDate\": 1593604916,\r\n        \"dueDate\": 1593541800,\r\n        \"endDate\": 1545244200,\r\n        \"internalId\": \"109\",\r\n        \"lastModifiedDate\": 1593604916,\r\n        \"owner\": {\r\n          \"internalId\": \"7\",\r\n          \"name\": \"Imtiaz Ansari\"\r\n        },\r\n        \"percentTimeComplete\": 0.0,\r\n        \"priority\": \"_medium\",\r\n        \"sendEmail\": false,\r\n        \"startDate\": 1545244200,\r\n        \"status\": \"_notStarted\",\r\n        \"timeRemaining\": {\r\n          \"timeSpan\": 0.0,\r\n          \"unit\": \"hour\"\r\n        },\r\n        \"timedEvent\": false,\r\n        \"title\": \"Sample Task for Test with Owner\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accessLevel\": false,\r\n        \"assigned\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\"\r\n        },\r\n        \"createdDate\": 1593604975,\r\n        \"dueDate\": 1593541800,\r\n        \"endDate\": 1593541800,\r\n        \"internalId\": \"209\",\r\n        \"lastModifiedDate\": 1593604975,\r\n        \"owner\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\"\r\n        },\r\n        \"percentTimeComplete\": 0.0,\r\n        \"priority\": \"_medium\",\r\n        \"sendEmail\": false,\r\n        \"startDate\": 1593541800,\r\n        \"status\": \"_notStarted\",\r\n        \"timeRemaining\": {\r\n          \"timeSpan\": 0.0,\r\n          \"unit\": \"hour\"\r\n        },\r\n        \"timedEvent\": false,\r\n        \"title\": \"Sample Task for Test with title only\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"accessLevel\": false,\r\n        \"assigned\": {\r\n          \"internalId\": \"7\",\r\n          \"name\": \"Imtiaz Ansari\"\r\n        },\r\n        \"createdDate\": 1593605193,\r\n        \"dueDate\": 1593541800,\r\n        \"endDate\": 1545244200,\r\n        \"internalId\": \"309\",\r\n        \"lastModifiedDate\": 1593605193,\r\n        \"owner\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\"\r\n        },\r\n        \"percentTimeComplete\": 0.0,\r\n        \"priority\": \"_medium\",\r\n        \"sendEmail\": false,\r\n        \"startDate\": 1545244200,\r\n        \"status\": \"_notStarted\",\r\n        \"timeRemaining\": {\r\n          \"timeSpan\": 0.0,\r\n          \"unit\": \"hour\"\r\n        },\r\n        \"timedEvent\": false,\r\n        \"title\": \"Sample Task for Test with assigned user\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_0701202017395714768443758_3408fa34f9\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 1,\r\n  \"totalRecords\": 4\r\n}"}],"_postman_id":"4caf8bb3-1871-4212-a4c3-04ae662cf669"},{"name":"Retrieve task by ID","id":"7c9fb520-87dc-42cf-adfa-360823c490d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/task?id=9","urlObject":{"protocol":"https","path":["netsuite","v0","task"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"9"}],"variable":[]}},"response":[{"id":"c2bdecae-0b7f-4c0b-84a7-6c9ac2f8bfee","name":"Retrieve task by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/task?id=9","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","task"],"query":[{"key":"id","value":"9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"accessLevel\": false,\r\n        \"assigned\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Anthony Doe\"\r\n        },\r\n        \"createdDate\": 1593604826,\r\n        \"dueDate\": 1593541800,\r\n        \"endDate\": 1545244200,\r\n        \"internalId\": \"9\",\r\n        \"lastModifiedDate\": 1593604826,\r\n        \"owner\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Navaneeth.D\"\r\n        },\r\n        \"percentTimeComplete\": 0.0,\r\n        \"priority\": \"_medium\",\r\n        \"sendEmail\": false,\r\n        \"startDate\": 1545244200,\r\n        \"status\": \"_notStarted\",\r\n        \"timeRemaining\": {\r\n          \"timeSpan\": 0.0,\r\n          \"unit\": \"hour\"\r\n        },\r\n        \"timedEvent\": false,\r\n        \"title\": \"Sample Task\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  }\r\n}"}],"_postman_id":"7c9fb520-87dc-42cf-adfa-360823c490d4"}],"id":"d71c1764-19b7-4e97-a78e-41cb90f47557","event":[{"listen":"prerequest","script":{"id":"9c31ddc7-8db1-4036-af1a-601c60ffe825","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2026bba0-bff6-4b72-a354-f71144f6f07d","type":"text/javascript","exec":[""]}}],"_postman_id":"d71c1764-19b7-4e97-a78e-41cb90f47557","description":""},{"name":"POST","item":[{"name":"Create tasks","id":"154da384-1947-4827-aed4-832a49b8ee38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"[{\r\n        \"assigned\": {\r\n          \"internalId\": \"7\"\r\n        },\r\n        \"priority\": \"_medium\",\r\n        \"startDate\": 1545244200,\r\n        \"title\": \"Sample Task for assigned user\"\r\n  }]"},"url":"https://api.prestructured.com/netsuite/v0/task","urlObject":{"protocol":"https","path":["netsuite","v0","task"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"dbbc8f41-ceb4-4b5e-bebc-ce768208da11","name":"Create tasks","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n        \"assigned\": {\r\n          \"internalId\": \"7\"\r\n        },\r\n        \"priority\": \"_medium\",\r\n        \"startDate\": 1545244200,\r\n        \"title\": \"Sample Task for assigned user\"\r\n  }]","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/task"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"210\",\r\n        \"name\": null,\r\n        \"type\": \"task\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"154da384-1947-4827-aed4-832a49b8ee38"}],"id":"cdaba31a-d846-4802-a8e6-6b544695d053","event":[{"listen":"prerequest","script":{"id":"f1325eae-1ab6-4c55-833e-56186146f181","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"800dc757-ce07-461d-9a30-dcd366201433","type":"text/javascript","exec":[""]}}],"_postman_id":"cdaba31a-d846-4802-a8e6-6b544695d053","description":""},{"name":"PUT","item":[{"name":"Update tasks","id":"a22abdb3-219e-4e0d-8b93-f79ef949ae11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"[{\r\n        \"assigned\": {\r\n          \"internalId\": \"7\"\r\n        },\r\n        \"priority\": \"_high\",\r\n        \"startDate\": 1545244200,\r\n\t\t\t\t\"internalId\":\"210\",\r\n        \"title\": \"Sample Task for assigned user\"\r\n  }]"},"url":"https://api.prestructured.com/netsuite/v0/task","urlObject":{"protocol":"https","path":["netsuite","v0","task"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"0f2839cf-2af8-41e9-8733-c0fb0262a8ec","name":"Update tasks","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n        \"assigned\": {\r\n          \"internalId\": \"7\"\r\n        },\r\n        \"priority\": \"_high\",\r\n        \"startDate\": 1545244200,\r\n\t\t\t\t\"internalId\":\"210\",\r\n        \"title\": \"Sample Task for assigned user\"\r\n  }]","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/task"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"210\",\r\n        \"name\": null,\r\n        \"type\": \"task\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"a22abdb3-219e-4e0d-8b93-f79ef949ae11"}],"id":"9443eb19-3060-4733-af9b-98702280b75a","event":[{"listen":"prerequest","script":{"id":"2da92ecf-d8c2-4ea3-b5af-e70e0efefd33","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5e605c88-b001-4564-af8a-8ab438ebeffe","type":"text/javascript","exec":[""]}}],"_postman_id":"9443eb19-3060-4733-af9b-98702280b75a","description":""},{"name":"DELETE","item":[{"name":"Delete tasks","id":"2acfc1e9-c23d-4da4-8250-16ecc48b334f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/task?id=210","urlObject":{"protocol":"https","path":["netsuite","v0","task"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"210"}],"variable":[]}},"response":[{"id":"c4ef52f4-1fd8-450e-8769-43ce6de4c906","name":"Delete tasks","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/task?id=210","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","task"],"query":[{"key":"id","value":"210"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"210\",\r\n        \"name\": null,\r\n        \"type\": \"task\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"2acfc1e9-c23d-4da4-8250-16ecc48b334f"}],"id":"2bf17c09-267e-41e7-b19b-e5a332273027","event":[{"listen":"prerequest","script":{"id":"8addcf06-94fd-472e-8e1e-ea79cfa861d2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3ca7cc93-6451-4db6-8d76-1298863bedc6","type":"text/javascript","exec":[""]}}],"_postman_id":"2bf17c09-267e-41e7-b19b-e5a332273027","description":""}],"id":"af7d7498-7d99-4c63-bb27-3ef30ead05ea","event":[{"listen":"prerequest","script":{"id":"6c52bc60-9767-4492-a7d8-77a5f3629590","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"af39242f-bb63-4b09-9782-cfe10bd751ef","type":"text/javascript","exec":[""]}}],"_postman_id":"af7d7498-7d99-4c63-bb27-3ef30ead05ea","description":""},{"name":"Time Bill","item":[{"name":"GET","item":[{"name":"Retrieve timeBill","id":"7fb5355d-d2e3-4d34-b121-af85d2b99b5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"5"}],"url":"https://api.prestructured.com/netsuite/v0/timeBill","urlObject":{"protocol":"https","path":["netsuite","v0","timeBill"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"a83d4f43-3919-4f4e-9c09-88709a85265a","name":"200 : Retrieve timeBill","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"pagesize","type":"text","value":"5","disabled":true},{"warning":"Value contains invalid newline characters.","key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/timeBill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 10:17:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"262"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": null,\n    \"pageSize\": null,\n    \"recordList\": null,\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_01272020427691135660746789_1090710\",\n    \"searchRowList\": null,\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 0,\n    \"totalRecords\": 0\n}"}],"_postman_id":"7fb5355d-d2e3-4d34-b121-af85d2b99b5b"},{"name":"Retrieve timeBill by search ID","id":"8da9bee4-eb7b-4d32-984b-c91b2efc5787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/supportCase?searchid=WEBSERVICES_TSTDRV2039248_01262020437365034767350671_4314d0c","urlObject":{"protocol":"https","path":["netsuite","v0","supportCase"],"host":["api","prestructured","com"],"query":[{"key":"searchid","value":"WEBSERVICES_TSTDRV2039248_01262020437365034767350671_4314d0c"}],"variable":[]}},"response":[{"id":"f88828cd-28af-4b79-83e6-f24d19f48321","name":"200 : Retrieve timeBill by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/timeBill?searchid=WEBSERVICES_TSTDRV2039248_01272020427691135660746789_1090710","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","timeBill"],"query":[{"key":"searchid","value":"WEBSERVICES_TSTDRV2039248_01272020427691135660746789_1090710"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 07:40:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47764"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": null,\n    \"pageSize\": null,\n    \"recordList\": null,\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_01272020427691135660746789_1090710\",\n    \"searchRowList\": null,\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 0,\n    \"totalRecords\": 0\n}"}],"_postman_id":"8da9bee4-eb7b-4d32-984b-c91b2efc5787"},{"name":"Retrieve timeBill by where","id":"b80dc360-d067-42e0-b511-3b26f49a0536","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"5"}],"url":"https://api.prestructured.com/netsuite/v0/timeBill?where=Customer=6","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>6</td>\n<td>Used to Include the Customer filter for the request. e.g., Customer=6.</td>\n</tr>\n<tr>\n<td>Employee</td>\n<td>4</td>\n<td>Used to Include the Employee filter for the request. e.g., Employee=4.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","timeBill"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"Customer=6"}],"variable":[]}},"response":[{"id":"50f7c89e-6f85-4559-ae19-b7668dbbbac1","name":"200 : Retrieve timeBill by where","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"pagesize","type":"text","value":"5","disabled":true},{"warning":"Value contains invalid newline characters.","key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/timeBill?where=Customer=6","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","timeBill"],"query":[{"key":"where","value":"Customer=6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 10:17:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"262"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": null,\n    \"pageSize\": null,\n    \"recordList\": null,\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_01272020427691135660746789_1090710\",\n    \"searchRowList\": null,\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 0,\n    \"totalRecords\": 0\n}"}],"_postman_id":"b80dc360-d067-42e0-b511-3b26f49a0536"},{"name":"Retrieve timeBill by ID","id":"30155442-9a42-4ff5-b918-16fb21ca2077","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/timeBill?id=1","urlObject":{"protocol":"https","path":["netsuite","v0","timeBill"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"1"}],"variable":[]}},"response":[{"id":"2ea1c160-0652-4764-a8aa-95fbb0011556","name":"200 : Retrieve timeBill by ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/timeBill?id=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","timeBill"],"query":[{"key":"id","value":"1"}]}},"status":"UNAUTHORIZED","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 10:21:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"33"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": null,\n    \"pageSize\": null,\n    \"recordList\": null,\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_01272020427691135660746789_1090710\",\n    \"searchRowList\": null,\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 0,\n    \"totalRecords\": 0\n}"}],"_postman_id":"30155442-9a42-4ff5-b918-16fb21ca2077"}],"id":"229ba985-2bc5-40d1-b090-1df2b3b80510","_postman_id":"229ba985-2bc5-40d1-b090-1df2b3b80510","description":""}],"id":"6dd854eb-1ad9-4978-a4a2-06b10244ef14","event":[{"listen":"prerequest","script":{"id":"0941343b-4995-4412-9c77-7834b3b9bf54","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2f79488a-2bfd-4dbe-82ce-bf6f01c9e4c8","type":"text/javascript","exec":[""]}}],"_postman_id":"6dd854eb-1ad9-4978-a4a2-06b10244ef14","description":""},{"name":"Transfer Order","item":[{"name":"GET","item":[{"name":"Retrieve transferOrders","id":"edc05ec3-c1c3-485d-a075-b740418f0fee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/transferOrder","urlObject":{"protocol":"https","path":["netsuite","v0","transferOrder"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"6d72fbee-130e-4fa3-a936-6923f4e3296c","name":"Retrieve transferOrders","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/transferOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1740645976,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44009\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 25.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 25.0,\r\n                            \"quantityPacked\": 25.0,\r\n                            \"quantityPicked\": 25.0,\r\n                            \"quantityReceived\": 25.0,\r\n                            \"rate\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740646312,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740643200,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 0.0,\r\n                \"tranDate\": 1740643200,\r\n                \"tranId\": \"2\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1740649771,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44012\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 5.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 5.0,\r\n                            \"quantityPacked\": 5.0,\r\n                            \"quantityPicked\": 5.0,\r\n                            \"quantityReceived\": 5.0,\r\n                            \"rate\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740984960,\r\n                \"location\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740643200,\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"233 Princes Hwy\",\r\n                    \"addrPhone\": \"02 9557 8121\",\r\n                    \"addrText\": \"Australia Warehouse<br>233 Princes Hwy<br>St Peters NSW 2044<br>Australia\",\r\n                    \"addressee\": \"Australia Warehouse\",\r\n                    \"city\": \"St Peters\",\r\n                    \"country\": \"_australia\",\r\n                    \"internalId\": \"188\",\r\n                    \"override\": false,\r\n                    \"state\": \"NSW\",\r\n                    \"zip\": \"2044\"\r\n                },\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 0.0,\r\n                \"tranDate\": 1740643200,\r\n                \"tranId\": \"3\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1740724844,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44015\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740724844,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740643200,\r\n                \"shipIsResidential\": false,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Approval\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 0.0,\r\n                \"tranDate\": 1740643200,\r\n                \"tranId\": \"4\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Channel Sales : Renewal\"\r\n                },\r\n                \"createdDate\": 1740730889,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"539\",\r\n                            \"scriptId\": \"csegregion\",\r\n                            \"value\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"Hyderabad\",\r\n                                \"typeId\": \"108\"\r\n                            }\r\n                        },\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Design & Manufacture\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"15\",\r\n                    \"name\": \"Aubrey Pober\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"EXW\"\r\n                },\r\n                \"internalId\": \"44115\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"customFieldList\": {\r\n                                \"customField\": [\r\n                                    {\r\n                                        \"internalId\": \"539\",\r\n                                        \"scriptId\": \"csegregion\",\r\n                                        \"value\": {\r\n                                            \"internalId\": \"3\",\r\n                                            \"name\": \"Pune\",\r\n                                            \"typeId\": \"108\"\r\n                                        }\r\n                                    }\r\n                                ]\r\n                            },\r\n                            \"description\": \"transfer heaters\",\r\n                            \"expectedReceiptDate\": 1741590000,\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"6856\",\r\n                                \"name\": \"Orient Electric Heater\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740731496,\r\n                \"location\": {\r\n                    \"internalId\": \"17\",\r\n                    \"name\": \"Australia Warehouse : Dharamshala\"\r\n                },\r\n                \"memo\": \"transfer inventory #1\",\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1741161600,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1741161600,\r\n                \"tranId\": \"5\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"18\",\r\n                    \"name\": \"Location 1 : Hyderabad\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740739301,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44118\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 3.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"6856\",\r\n                                \"name\": \"Orient Electric Heater\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 3.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740746069,\r\n                \"location\": {\r\n                    \"internalId\": \"17\",\r\n                    \"name\": \"Australia Warehouse : Dharamshala\"\r\n                },\r\n                \"memo\": \"test\",\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740816000,\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addrText\": \"Test Regular Department 1<br>United States\",\r\n                    \"addressee\": \"Test Regular Department 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"19434\",\r\n                    \"override\": false\r\n                },\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 3.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"6\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"Test Regular Department 1\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1740742349,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44218\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740745282,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740729600,\r\n                \"shipIsResidential\": false,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 0.0,\r\n                \"tranDate\": 1740729600,\r\n                \"tranId\": \"7\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740752929,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44520\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 3.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 2\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 3.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741001540,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: Create TO #002\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"SR Complex, Madhapur\",\r\n                    \"addrPhone\": \"9192939495\",\r\n                    \"addrText\": \"AttentionTest<br>Hitech city<br>SR Complex, Madhapur<br>Hyderabad Telangana 500082<br>India\",\r\n                    \"addressee\": \"Hitech city\",\r\n                    \"attention\": \"AttentionTest\",\r\n                    \"city\": \"Hyderabad\",\r\n                    \"country\": \"_india\",\r\n                    \"internalId\": \"32642\",\r\n                    \"override\": false,\r\n                    \"state\": \"Telangana\",\r\n                    \"zip\": \"500082\"\r\n                },\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 3.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-001\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740762554,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44620\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 3.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"customFieldList\": {\r\n                                \"customField\": [\r\n                                    {\r\n                                        \"internalId\": \"589\",\r\n                                        \"scriptId\": \"custcol1\",\r\n                                        \"value\": \"test657\"\r\n                                    }\r\n                                ]\r\n                            },\r\n                            \"description\": \"GAPI BW: Test Item 1\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 3.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741104031,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: Create TransferOrder #003\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 3.0,\r\n                \"tranDate\": 1740902400,\r\n                \"tranId\": \"TO-GAPI-003\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740831136,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44720\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 3.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 4\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 3.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740986219,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: Create TO #004\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 3.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-001\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740841384,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44820\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 3.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 5\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 3.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740841384,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: #005\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 3.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-005\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740842205,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44920\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 3.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 6\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 3.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740842205,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: #006\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 3.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-006\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740847070,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45020\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 3.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 7\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 3.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740847070,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: #007\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 3.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-007\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740847243,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45021\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 8\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740999785,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #008\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-008\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740848278,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45022\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 10\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741001640,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0010\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-0010\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740847941,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45120\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 9\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741108691,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #009\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-009\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740848545,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45121\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: line item: 2025-03-01 17:02:24\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741004745,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0011\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Receipt\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-0011\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740848685,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45220\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: line item: 2025-03-01 17:04:43\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740848685,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0012\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-0012\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740851276,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45320\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: line item: 2025-03-01 17:47:54\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740999550,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0013\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-0013\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740851927,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45321\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: line item: 2025-03-01 17:58:45\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740851927,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0013\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-0013\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740973909,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45420\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 6.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: line item 15: 2025-03-03 03:51:47\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"orderPriority\": 1.0,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740973909,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0015\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 6.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-0015\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740978118,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45520\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 6.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: line item 16: 2025-03-03 05:01:55\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"orderPriority\": 1.0,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740978118,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0016\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 6.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-0016\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1741008260,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45829\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 100.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"Rock Fountain\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7766\",\r\n                                \"name\": \"Rock Fountain\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 10.0,\r\n                            \"quantityBackOrdered\": 9.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 10.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741008300,\r\n                \"location\": {\r\n                    \"internalId\": \"15\",\r\n                    \"name\": \"Test Regular Location 1\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740988800,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Pending Receipt/Partially Fulfilled\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 100.0,\r\n                \"tranDate\": 1740988800,\r\n                \"tranId\": \"8\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"18\",\r\n                    \"name\": \"Location 1 : Hyderabad\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1741008397,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"974\",\r\n                    \"name\": \"APAC User\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45831\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 10.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"For the busy executive, the high back chair gives you support when and where you need it most. Fits into any office environment.\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"289\",\r\n                                \"name\": \"OFFICE FURNITURE : High Back Chair\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 10.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 10.0,\r\n                            \"quantityPacked\": 10.0,\r\n                            \"quantityPicked\": 10.0,\r\n                            \"quantityReceived\": 3.0,\r\n                            \"rate\": 1.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741008457,\r\n                \"location\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"Test Regular Department 1\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740988800,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Pending Receipt\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 10.0,\r\n                \"tranDate\": 1740988800,\r\n                \"tranId\": \"9\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"18\",\r\n                    \"name\": \"Location 1 : Hyderabad\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1741008976,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45834\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 20.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"6857\",\r\n                                \"name\": \"Good Day Cookies\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 10.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 10.0,\r\n                            \"quantityPacked\": 10.0,\r\n                            \"quantityPicked\": 10.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 2.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741009024,\r\n                \"location\": {\r\n                    \"internalId\": \"15\",\r\n                    \"name\": \"Test Regular Location 1\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740988800,\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addrText\": \"Test Regular Department 1<br>United States\",\r\n                    \"addressee\": \"Test Regular Department 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"19434\",\r\n                    \"override\": false\r\n                },\r\n                \"status\": \"Pending Receipt\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 20.0,\r\n                \"tranDate\": 1740988800,\r\n                \"tranId\": \"10\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"Test Regular Department 1\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1741015756,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45836\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 10.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"Rock Fountain\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7766\",\r\n                                \"name\": \"Rock Fountain\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 10.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 10.0,\r\n                            \"quantityPacked\": 10.0,\r\n                            \"quantityPicked\": 10.0,\r\n                            \"quantityReceived\": 3.0,\r\n                            \"rate\": 1.0\r\n                        },\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"With it's dark color finish and simple lines, this cocktail table provides functional storage and modern style.\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"255\",\r\n                                \"name\": \"TABLES : Low Cocktail Table\"\r\n                            },\r\n                            \"line\": 4,\r\n                            \"quantity\": 5.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 5.0,\r\n                            \"quantityPacked\": 5.0,\r\n                            \"quantityPicked\": 5.0,\r\n                            \"quantityReceived\": 2.0,\r\n                            \"rate\": 1.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741016035,\r\n                \"location\": {\r\n                    \"internalId\": \"15\",\r\n                    \"name\": \"Test Regular Location 1\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740988800,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Pending Receipt\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 15.0,\r\n                \"tranDate\": 1740988800,\r\n                \"tranId\": \"11\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"17\",\r\n                    \"name\": \"Australia Warehouse : Dharamshala\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1741016194,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45938\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 20.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"5756\",\r\n                                \"name\": \"1 Test Itemqaeaq\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 20.0,\r\n                            \"quantityBackOrdered\": 7.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 13.0,\r\n                            \"quantityPacked\": 13.0,\r\n                            \"quantityPicked\": 13.0,\r\n                            \"quantityReceived\": 13.0,\r\n                            \"rate\": 1.0\r\n                        },\r\n                        {\r\n                            \"amount\": 15.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"With its unique handcrafted design, this bed is an elegant addition to any bedroom.\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"252\",\r\n                                \"name\": \"BEDROOM : Handcrafted Queen Bed\"\r\n                            },\r\n                            \"line\": 4,\r\n                            \"quantity\": 15.0,\r\n                            \"quantityBackOrdered\": 4.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 11.0,\r\n                            \"quantityPacked\": 11.0,\r\n                            \"quantityPicked\": 11.0,\r\n                            \"quantityReceived\": 11.0,\r\n                            \"rate\": 1.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741016819,\r\n                \"location\": {\r\n                    \"internalId\": \"15\",\r\n                    \"name\": \"Test Regular Location 1\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740988800,\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addrText\": \"Test Regular Department 1<br>United States\",\r\n                    \"addressee\": \"Test Regular Department 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"19434\",\r\n                    \"override\": false\r\n                },\r\n                \"status\": \"Partially Fulfilled\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 35.0,\r\n                \"tranDate\": 1740988800,\r\n                \"tranId\": \"12\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"Test Regular Department 1\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Channel Sales\"\r\n                },\r\n                \"createdDate\": 1741077425,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"539\",\r\n                            \"scriptId\": \"csegregion\",\r\n                            \"value\": {\r\n                                \"internalId\": \"2\",\r\n                                \"name\": \"Mumbai\",\r\n                                \"typeId\": \"108\"\r\n                            }\r\n                        },\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"Jeff Shen\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"46141\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"test 5 with 10\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"751\",\r\n                                \"name\": \"eZPwjZI13111\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 5.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 5.0,\r\n                            \"quantityPacked\": 5.0,\r\n                            \"quantityPicked\": 5.0,\r\n                            \"quantityReceived\": 3.0,\r\n                            \"rate\": 1.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741078037,\r\n                \"location\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"Test Regular Department 1\"\r\n                },\r\n                \"memo\": \"quantity 5 and then increase to 10\",\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1741075200,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Pending Receipt\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1741075200,\r\n                \"tranId\": \"13\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"18\",\r\n                    \"name\": \"Location 1 : Hyderabad\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1741096818,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"46243\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 10.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"ets\",\r\n                            \"isClosed\": true,\r\n                            \"item\": {\r\n                                \"internalId\": \"7870\",\r\n                                \"name\": \"Item - nventory 9911\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 10.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 1.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741097095,\r\n                \"location\": {\r\n                    \"internalId\": \"15\",\r\n                    \"name\": \"Test Regular Location 1\"\r\n                },\r\n                \"memo\": \"jwehd\",\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1741075200,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Closed\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 10.0,\r\n                \"tranDate\": 1741075200,\r\n                \"tranId\": \"14\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"17\",\r\n                    \"name\": \"Australia Warehouse : Dharamshala\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1741097176,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"46244\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 12.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7869\",\r\n                                \"name\": \"Item - Inventory 8923\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 6.0,\r\n                            \"quantityBackOrdered\": 1.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 5.0,\r\n                            \"quantityPacked\": 5.0,\r\n                            \"quantityPicked\": 5.0,\r\n                            \"quantityReceived\": 5.0,\r\n                            \"rate\": 2.0\r\n                        },\r\n                        {\r\n                            \"amount\": 4.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"5756\",\r\n                                \"name\": \"1 Test Itemqaeaq\"\r\n                            },\r\n                            \"line\": 4,\r\n                            \"quantity\": 4.0,\r\n                            \"quantityBackOrdered\": 2.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 2.0,\r\n                            \"quantityPacked\": 2.0,\r\n                            \"quantityPicked\": 2.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 1.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741097765,\r\n                \"location\": {\r\n                    \"internalId\": \"15\",\r\n                    \"name\": \"Test Regular Location 1\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1741075200,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Pending Receipt/Partially Fulfilled\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 16.0,\r\n                \"tranDate\": 1741075200,\r\n                \"tranId\": \"15\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"18\",\r\n                    \"name\": \"Location 1 : Hyderabad\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1741099736,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"46348\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 6.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: line item 18: 2025-03-04 14:48:52\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"orderPriority\": 1.0,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741099736,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0018\",\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740988800,\r\n                \"shipIsResidential\": false,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 6.0,\r\n                \"tranDate\": 1740988800,\r\n                \"tranId\": \"TO-GAPI-0018\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_TD2876965_0309202521187979991484582748_16b634725\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 2,\r\n    \"totalRecords\": 47\r\n}"}],"_postman_id":"edc05ec3-c1c3-485d-a075-b740418f0fee"},{"name":"Retrieve transferOrders by search ID","id":"8cac4c88-c32f-458f-b5cd-a9a9d6b9c33f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/transferOrder?searchId=WEBSERVICES_TD2876965_030920252118430805526692980_281018a6ab&page=1","urlObject":{"protocol":"https","path":["netsuite","v0","transferOrder"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_TD2876965_030920252118430805526692980_281018a6ab"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"0f0e5785-1035-44d5-84e9-92491314dedd","name":"Retrieve transferOrders by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/transferOrder?searchId=WEBSERVICES_TD2876965_030920252118430805526692980_281018a6ab&page=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","transferOrder"],"query":[{"key":"searchId","value":"WEBSERVICES_TD2876965_030920252118430805526692980_281018a6ab"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:45:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173991"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1740645976,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44009\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 25.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 25.0,\r\n                            \"quantityPacked\": 25.0,\r\n                            \"quantityPicked\": 25.0,\r\n                            \"quantityReceived\": 25.0,\r\n                            \"rate\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740646312,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740643200,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 0.0,\r\n                \"tranDate\": 1740643200,\r\n                \"tranId\": \"2\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1740649771,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44012\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 5.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 5.0,\r\n                            \"quantityPacked\": 5.0,\r\n                            \"quantityPicked\": 5.0,\r\n                            \"quantityReceived\": 5.0,\r\n                            \"rate\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740984960,\r\n                \"location\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740643200,\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"233 Princes Hwy\",\r\n                    \"addrPhone\": \"02 9557 8121\",\r\n                    \"addrText\": \"Australia Warehouse<br>233 Princes Hwy<br>St Peters NSW 2044<br>Australia\",\r\n                    \"addressee\": \"Australia Warehouse\",\r\n                    \"city\": \"St Peters\",\r\n                    \"country\": \"_australia\",\r\n                    \"internalId\": \"188\",\r\n                    \"override\": false,\r\n                    \"state\": \"NSW\",\r\n                    \"zip\": \"2044\"\r\n                },\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 0.0,\r\n                \"tranDate\": 1740643200,\r\n                \"tranId\": \"3\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1740724844,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44015\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740724844,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740643200,\r\n                \"shipIsResidential\": false,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Approval\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 0.0,\r\n                \"tranDate\": 1740643200,\r\n                \"tranId\": \"4\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Channel Sales : Renewal\"\r\n                },\r\n                \"createdDate\": 1740730889,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"539\",\r\n                            \"scriptId\": \"csegregion\",\r\n                            \"value\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"Hyderabad\",\r\n                                \"typeId\": \"108\"\r\n                            }\r\n                        },\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Design & Manufacture\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"15\",\r\n                    \"name\": \"Aubrey Pober\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"EXW\"\r\n                },\r\n                \"internalId\": \"44115\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"customFieldList\": {\r\n                                \"customField\": [\r\n                                    {\r\n                                        \"internalId\": \"539\",\r\n                                        \"scriptId\": \"csegregion\",\r\n                                        \"value\": {\r\n                                            \"internalId\": \"3\",\r\n                                            \"name\": \"Pune\",\r\n                                            \"typeId\": \"108\"\r\n                                        }\r\n                                    }\r\n                                ]\r\n                            },\r\n                            \"description\": \"transfer heaters\",\r\n                            \"expectedReceiptDate\": 1741590000,\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"6856\",\r\n                                \"name\": \"Orient Electric Heater\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740731496,\r\n                \"location\": {\r\n                    \"internalId\": \"17\",\r\n                    \"name\": \"Australia Warehouse : Dharamshala\"\r\n                },\r\n                \"memo\": \"transfer inventory #1\",\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1741161600,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1741161600,\r\n                \"tranId\": \"5\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"18\",\r\n                    \"name\": \"Location 1 : Hyderabad\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740739301,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44118\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 3.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"6856\",\r\n                                \"name\": \"Orient Electric Heater\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 3.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740746069,\r\n                \"location\": {\r\n                    \"internalId\": \"17\",\r\n                    \"name\": \"Australia Warehouse : Dharamshala\"\r\n                },\r\n                \"memo\": \"test\",\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740816000,\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addrText\": \"Test Regular Department 1<br>United States\",\r\n                    \"addressee\": \"Test Regular Department 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"19434\",\r\n                    \"override\": false\r\n                },\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 3.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"6\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"Test Regular Department 1\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1740742349,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44218\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740745282,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740729600,\r\n                \"shipIsResidential\": false,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 0.0,\r\n                \"tranDate\": 1740729600,\r\n                \"tranId\": \"7\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740752929,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44520\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 3.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 2\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 3.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741001540,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: Create TO #002\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"SR Complex, Madhapur\",\r\n                    \"addrPhone\": \"9192939495\",\r\n                    \"addrText\": \"AttentionTest<br>Hitech city<br>SR Complex, Madhapur<br>Hyderabad Telangana 500082<br>India\",\r\n                    \"addressee\": \"Hitech city\",\r\n                    \"attention\": \"AttentionTest\",\r\n                    \"city\": \"Hyderabad\",\r\n                    \"country\": \"_india\",\r\n                    \"internalId\": \"32642\",\r\n                    \"override\": false,\r\n                    \"state\": \"Telangana\",\r\n                    \"zip\": \"500082\"\r\n                },\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 3.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-001\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740762554,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44620\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 3.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"customFieldList\": {\r\n                                \"customField\": [\r\n                                    {\r\n                                        \"internalId\": \"589\",\r\n                                        \"scriptId\": \"custcol1\",\r\n                                        \"value\": \"test657\"\r\n                                    }\r\n                                ]\r\n                            },\r\n                            \"description\": \"GAPI BW: Test Item 1\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 3.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741104031,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: Create TransferOrder #003\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 3.0,\r\n                \"tranDate\": 1740902400,\r\n                \"tranId\": \"TO-GAPI-003\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740831136,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44720\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 3.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 4\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 3.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740986219,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: Create TO #004\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 3.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-001\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740841384,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44820\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 3.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 5\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 3.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740841384,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: #005\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 3.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-005\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740842205,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44920\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 3.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 6\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 3.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740842205,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: #006\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 3.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-006\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740847070,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45020\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 3.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 7\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 3.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740847070,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: #007\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 3.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-007\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740847243,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45021\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 8\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740999785,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #008\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-008\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740848278,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45022\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 10\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741001640,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0010\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-0010\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740847941,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45120\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 9\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741108691,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #009\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-009\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740848545,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45121\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: line item: 2025-03-01 17:02:24\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741004745,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0011\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Receipt\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-0011\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740848685,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45220\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: line item: 2025-03-01 17:04:43\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740848685,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0012\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-0012\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740851276,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45320\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: line item: 2025-03-01 17:47:54\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740999550,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0013\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-0013\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740851927,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45321\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: line item: 2025-03-01 17:58:45\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740851927,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0013\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-0013\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740973909,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45420\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 6.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: line item 15: 2025-03-03 03:51:47\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"orderPriority\": 1.0,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740973909,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0015\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 6.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-0015\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740978118,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45520\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 6.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: line item 16: 2025-03-03 05:01:55\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"orderPriority\": 1.0,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740978118,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0016\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 6.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-0016\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1741008260,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45829\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 100.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"Rock Fountain\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7766\",\r\n                                \"name\": \"Rock Fountain\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 10.0,\r\n                            \"quantityBackOrdered\": 9.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 10.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741008300,\r\n                \"location\": {\r\n                    \"internalId\": \"15\",\r\n                    \"name\": \"Test Regular Location 1\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740988800,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Pending Receipt/Partially Fulfilled\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 100.0,\r\n                \"tranDate\": 1740988800,\r\n                \"tranId\": \"8\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"18\",\r\n                    \"name\": \"Location 1 : Hyderabad\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1741008397,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"974\",\r\n                    \"name\": \"APAC User\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45831\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 10.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"For the busy executive, the high back chair gives you support when and where you need it most. Fits into any office environment.\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"289\",\r\n                                \"name\": \"OFFICE FURNITURE : High Back Chair\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 10.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 10.0,\r\n                            \"quantityPacked\": 10.0,\r\n                            \"quantityPicked\": 10.0,\r\n                            \"quantityReceived\": 3.0,\r\n                            \"rate\": 1.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741008457,\r\n                \"location\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"Test Regular Department 1\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740988800,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Pending Receipt\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 10.0,\r\n                \"tranDate\": 1740988800,\r\n                \"tranId\": \"9\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"18\",\r\n                    \"name\": \"Location 1 : Hyderabad\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1741008976,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45834\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 20.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"6857\",\r\n                                \"name\": \"Good Day Cookies\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 10.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 10.0,\r\n                            \"quantityPacked\": 10.0,\r\n                            \"quantityPicked\": 10.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 2.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741009024,\r\n                \"location\": {\r\n                    \"internalId\": \"15\",\r\n                    \"name\": \"Test Regular Location 1\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740988800,\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addrText\": \"Test Regular Department 1<br>United States\",\r\n                    \"addressee\": \"Test Regular Department 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"19434\",\r\n                    \"override\": false\r\n                },\r\n                \"status\": \"Pending Receipt\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 20.0,\r\n                \"tranDate\": 1740988800,\r\n                \"tranId\": \"10\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"Test Regular Department 1\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1741015756,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45836\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 10.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"Rock Fountain\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7766\",\r\n                                \"name\": \"Rock Fountain\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 10.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 10.0,\r\n                            \"quantityPacked\": 10.0,\r\n                            \"quantityPicked\": 10.0,\r\n                            \"quantityReceived\": 3.0,\r\n                            \"rate\": 1.0\r\n                        },\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"With it's dark color finish and simple lines, this cocktail table provides functional storage and modern style.\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"255\",\r\n                                \"name\": \"TABLES : Low Cocktail Table\"\r\n                            },\r\n                            \"line\": 4,\r\n                            \"quantity\": 5.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 5.0,\r\n                            \"quantityPacked\": 5.0,\r\n                            \"quantityPicked\": 5.0,\r\n                            \"quantityReceived\": 2.0,\r\n                            \"rate\": 1.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741016035,\r\n                \"location\": {\r\n                    \"internalId\": \"15\",\r\n                    \"name\": \"Test Regular Location 1\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740988800,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Pending Receipt\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 15.0,\r\n                \"tranDate\": 1740988800,\r\n                \"tranId\": \"11\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"17\",\r\n                    \"name\": \"Australia Warehouse : Dharamshala\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1741016194,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45938\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 20.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"5756\",\r\n                                \"name\": \"1 Test Itemqaeaq\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 20.0,\r\n                            \"quantityBackOrdered\": 7.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 13.0,\r\n                            \"quantityPacked\": 13.0,\r\n                            \"quantityPicked\": 13.0,\r\n                            \"quantityReceived\": 13.0,\r\n                            \"rate\": 1.0\r\n                        },\r\n                        {\r\n                            \"amount\": 15.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"With its unique handcrafted design, this bed is an elegant addition to any bedroom.\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"252\",\r\n                                \"name\": \"BEDROOM : Handcrafted Queen Bed\"\r\n                            },\r\n                            \"line\": 4,\r\n                            \"quantity\": 15.0,\r\n                            \"quantityBackOrdered\": 4.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 11.0,\r\n                            \"quantityPacked\": 11.0,\r\n                            \"quantityPicked\": 11.0,\r\n                            \"quantityReceived\": 11.0,\r\n                            \"rate\": 1.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741016819,\r\n                \"location\": {\r\n                    \"internalId\": \"15\",\r\n                    \"name\": \"Test Regular Location 1\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740988800,\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addrText\": \"Test Regular Department 1<br>United States\",\r\n                    \"addressee\": \"Test Regular Department 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"19434\",\r\n                    \"override\": false\r\n                },\r\n                \"status\": \"Partially Fulfilled\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 35.0,\r\n                \"tranDate\": 1740988800,\r\n                \"tranId\": \"12\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"Test Regular Department 1\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Channel Sales\"\r\n                },\r\n                \"createdDate\": 1741077425,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"539\",\r\n                            \"scriptId\": \"csegregion\",\r\n                            \"value\": {\r\n                                \"internalId\": \"2\",\r\n                                \"name\": \"Mumbai\",\r\n                                \"typeId\": \"108\"\r\n                            }\r\n                        },\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"Jeff Shen\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"46141\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"test 5 with 10\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"751\",\r\n                                \"name\": \"eZPwjZI13111\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 5.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 5.0,\r\n                            \"quantityPacked\": 5.0,\r\n                            \"quantityPicked\": 5.0,\r\n                            \"quantityReceived\": 3.0,\r\n                            \"rate\": 1.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741078037,\r\n                \"location\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"Test Regular Department 1\"\r\n                },\r\n                \"memo\": \"quantity 5 and then increase to 10\",\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1741075200,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Pending Receipt\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1741075200,\r\n                \"tranId\": \"13\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"18\",\r\n                    \"name\": \"Location 1 : Hyderabad\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1741096818,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"46243\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 10.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"ets\",\r\n                            \"isClosed\": true,\r\n                            \"item\": {\r\n                                \"internalId\": \"7870\",\r\n                                \"name\": \"Item - nventory 9911\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 10.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 1.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741097095,\r\n                \"location\": {\r\n                    \"internalId\": \"15\",\r\n                    \"name\": \"Test Regular Location 1\"\r\n                },\r\n                \"memo\": \"jwehd\",\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1741075200,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Closed\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 10.0,\r\n                \"tranDate\": 1741075200,\r\n                \"tranId\": \"14\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"17\",\r\n                    \"name\": \"Australia Warehouse : Dharamshala\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1741097176,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"46244\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 12.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7869\",\r\n                                \"name\": \"Item - Inventory 8923\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 6.0,\r\n                            \"quantityBackOrdered\": 1.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 5.0,\r\n                            \"quantityPacked\": 5.0,\r\n                            \"quantityPicked\": 5.0,\r\n                            \"quantityReceived\": 5.0,\r\n                            \"rate\": 2.0\r\n                        },\r\n                        {\r\n                            \"amount\": 4.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"5756\",\r\n                                \"name\": \"1 Test Itemqaeaq\"\r\n                            },\r\n                            \"line\": 4,\r\n                            \"quantity\": 4.0,\r\n                            \"quantityBackOrdered\": 2.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 2.0,\r\n                            \"quantityPacked\": 2.0,\r\n                            \"quantityPicked\": 2.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 1.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741097765,\r\n                \"location\": {\r\n                    \"internalId\": \"15\",\r\n                    \"name\": \"Test Regular Location 1\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1741075200,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Pending Receipt/Partially Fulfilled\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 16.0,\r\n                \"tranDate\": 1741075200,\r\n                \"tranId\": \"15\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"18\",\r\n                    \"name\": \"Location 1 : Hyderabad\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1741099736,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"46348\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 6.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: line item 18: 2025-03-04 14:48:52\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"orderPriority\": 1.0,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741099736,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0018\",\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740988800,\r\n                \"shipIsResidential\": false,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 6.0,\r\n                \"tranDate\": 1740988800,\r\n                \"tranId\": \"TO-GAPI-0018\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_TD2876965_0309202521187182801568771948_77847682b\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 2,\r\n    \"totalRecords\": 47\r\n}"}],"_postman_id":"8cac4c88-c32f-458f-b5cd-a9a9d6b9c33f"},{"name":"Retrieve transferOrders by where","id":"dc853ac6-a7d3-4932-ae31-1ffb7c7d27db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/transferOrder?where=LastModifiedDate>1573731930","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateCreated</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>8</td>\n<td>Subsidiary 8 Used to Include the Subsidiary filter for the request. e.g., Subsidiary=8.</td>\n</tr>\n<tr>\n<td>Employee</td>\n<td>15</td>\n<td>Used to Include the Employee filter for the request. e.g., Employee=15.</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>5</td>\n<td>Used to Include the Location filter for the request. e.g., Location=5.</td>\n</tr>\n<tr>\n<td>TranDate</td>\n<td>1578954123</td>\n<td>Used to Include the transaction date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","transferOrder"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"LastModifiedDate>1573731930"}],"variable":[]}},"response":[{"id":"f7abd1dc-07e4-46ca-916a-712ae1eabcef","name":"Retrieve transferOrders by where","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","description":"Please generate above mentioned credentials from netsuite.com","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/transferOrder?where=LastModifiedDate>1573731930","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","transferOrder"],"query":[{"key":"where","value":"LastModifiedDate>1573731930"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1740645976,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44009\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 25.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 25.0,\r\n                            \"quantityPacked\": 25.0,\r\n                            \"quantityPicked\": 25.0,\r\n                            \"quantityReceived\": 25.0,\r\n                            \"rate\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740646312,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740643200,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 0.0,\r\n                \"tranDate\": 1740643200,\r\n                \"tranId\": \"2\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1740649771,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44012\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 5.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 5.0,\r\n                            \"quantityPacked\": 5.0,\r\n                            \"quantityPicked\": 5.0,\r\n                            \"quantityReceived\": 5.0,\r\n                            \"rate\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740984960,\r\n                \"location\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740643200,\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"233 Princes Hwy\",\r\n                    \"addrPhone\": \"02 9557 8121\",\r\n                    \"addrText\": \"Australia Warehouse<br>233 Princes Hwy<br>St Peters NSW 2044<br>Australia\",\r\n                    \"addressee\": \"Australia Warehouse\",\r\n                    \"city\": \"St Peters\",\r\n                    \"country\": \"_australia\",\r\n                    \"internalId\": \"188\",\r\n                    \"override\": false,\r\n                    \"state\": \"NSW\",\r\n                    \"zip\": \"2044\"\r\n                },\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 0.0,\r\n                \"tranDate\": 1740643200,\r\n                \"tranId\": \"3\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1740724844,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44015\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740724844,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740643200,\r\n                \"shipIsResidential\": false,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Approval\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 0.0,\r\n                \"tranDate\": 1740643200,\r\n                \"tranId\": \"4\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Channel Sales : Renewal\"\r\n                },\r\n                \"createdDate\": 1740730889,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"539\",\r\n                            \"scriptId\": \"csegregion\",\r\n                            \"value\": {\r\n                                \"internalId\": \"1\",\r\n                                \"name\": \"Hyderabad\",\r\n                                \"typeId\": \"108\"\r\n                            }\r\n                        },\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Design & Manufacture\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"15\",\r\n                    \"name\": \"Aubrey Pober\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"EXW\"\r\n                },\r\n                \"internalId\": \"44115\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"customFieldList\": {\r\n                                \"customField\": [\r\n                                    {\r\n                                        \"internalId\": \"539\",\r\n                                        \"scriptId\": \"csegregion\",\r\n                                        \"value\": {\r\n                                            \"internalId\": \"3\",\r\n                                            \"name\": \"Pune\",\r\n                                            \"typeId\": \"108\"\r\n                                        }\r\n                                    }\r\n                                ]\r\n                            },\r\n                            \"description\": \"transfer heaters\",\r\n                            \"expectedReceiptDate\": 1741590000,\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"6856\",\r\n                                \"name\": \"Orient Electric Heater\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740731496,\r\n                \"location\": {\r\n                    \"internalId\": \"17\",\r\n                    \"name\": \"Australia Warehouse : Dharamshala\"\r\n                },\r\n                \"memo\": \"transfer inventory #1\",\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1741161600,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1741161600,\r\n                \"tranId\": \"5\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"18\",\r\n                    \"name\": \"Location 1 : Hyderabad\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740739301,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44118\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 3.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"6856\",\r\n                                \"name\": \"Orient Electric Heater\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 3.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740746069,\r\n                \"location\": {\r\n                    \"internalId\": \"17\",\r\n                    \"name\": \"Australia Warehouse : Dharamshala\"\r\n                },\r\n                \"memo\": \"test\",\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740816000,\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addrText\": \"Test Regular Department 1<br>United States\",\r\n                    \"addressee\": \"Test Regular Department 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"19434\",\r\n                    \"override\": false\r\n                },\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 3.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"6\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"Test Regular Department 1\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1740742349,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44218\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740745282,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740729600,\r\n                \"shipIsResidential\": false,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 0.0,\r\n                \"tranDate\": 1740729600,\r\n                \"tranId\": \"7\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740752929,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44520\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 3.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 2\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 3.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741001540,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: Create TO #002\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addr1\": \"SR Complex, Madhapur\",\r\n                    \"addrPhone\": \"9192939495\",\r\n                    \"addrText\": \"AttentionTest<br>Hitech city<br>SR Complex, Madhapur<br>Hyderabad Telangana 500082<br>India\",\r\n                    \"addressee\": \"Hitech city\",\r\n                    \"attention\": \"AttentionTest\",\r\n                    \"city\": \"Hyderabad\",\r\n                    \"country\": \"_india\",\r\n                    \"internalId\": \"32642\",\r\n                    \"override\": false,\r\n                    \"state\": \"Telangana\",\r\n                    \"zip\": \"500082\"\r\n                },\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 3.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-001\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740762554,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44620\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 3.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"customFieldList\": {\r\n                                \"customField\": [\r\n                                    {\r\n                                        \"internalId\": \"589\",\r\n                                        \"scriptId\": \"custcol1\",\r\n                                        \"value\": \"test657\"\r\n                                    }\r\n                                ]\r\n                            },\r\n                            \"description\": \"GAPI BW: Test Item 1\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 3.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741104031,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: Create TransferOrder #003\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 3.0,\r\n                \"tranDate\": 1740902400,\r\n                \"tranId\": \"TO-GAPI-003\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740831136,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44720\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 3.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 4\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 3.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740986219,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: Create TO #004\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 3.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-001\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740841384,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44820\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 3.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 5\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 3.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740841384,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: #005\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 3.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-005\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740842205,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44920\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 3.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 6\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 3.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740842205,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: #006\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 3.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-006\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740847070,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45020\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 3.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 7\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 3.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740847070,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: #007\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 3.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-007\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740847243,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45021\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 8\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740999785,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #008\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-008\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740848278,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45022\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 10\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741001640,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0010\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-0010\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740847941,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45120\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: created line item 9\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741108691,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #009\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-009\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740848545,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45121\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: line item: 2025-03-01 17:02:24\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741004745,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0011\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Receipt\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-0011\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740848685,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45220\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: line item: 2025-03-01 17:04:43\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740848685,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0012\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-0012\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740851276,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45320\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: line item: 2025-03-01 17:47:54\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740999550,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0013\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-0013\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740851927,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45321\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: line item: 2025-03-01 17:58:45\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740851927,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0013\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-0013\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740973909,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45420\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 6.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: line item 15: 2025-03-03 03:51:47\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"orderPriority\": 1.0,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740973909,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0015\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 6.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-0015\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1740978118,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45520\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 6.0,\r\n                            \"averageCost\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: line item 16: 2025-03-03 05:01:55\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"lastPurchasePrice\": 0.0,\r\n                            \"line\": 1,\r\n                            \"orderPriority\": 1.0,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityAvailable\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityOnHand\": 18.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740978118,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0016\",\r\n                \"shipComplete\": true,\r\n                \"shipDate\": 1742713200,\r\n                \"shipIsResidential\": true,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 6.0,\r\n                \"tranDate\": 1740816000,\r\n                \"tranId\": \"TO-GAPI-0016\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1741008260,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45829\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 100.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"Rock Fountain\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7766\",\r\n                                \"name\": \"Rock Fountain\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 10.0,\r\n                            \"quantityBackOrdered\": 9.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 1.0,\r\n                            \"quantityPacked\": 1.0,\r\n                            \"quantityPicked\": 1.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 10.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741008300,\r\n                \"location\": {\r\n                    \"internalId\": \"15\",\r\n                    \"name\": \"Test Regular Location 1\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740988800,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Pending Receipt/Partially Fulfilled\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 100.0,\r\n                \"tranDate\": 1740988800,\r\n                \"tranId\": \"8\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"18\",\r\n                    \"name\": \"Location 1 : Hyderabad\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1741008397,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"974\",\r\n                    \"name\": \"APAC User\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45831\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 10.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"For the busy executive, the high back chair gives you support when and where you need it most. Fits into any office environment.\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"289\",\r\n                                \"name\": \"OFFICE FURNITURE : High Back Chair\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 10.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 10.0,\r\n                            \"quantityPacked\": 10.0,\r\n                            \"quantityPicked\": 10.0,\r\n                            \"quantityReceived\": 3.0,\r\n                            \"rate\": 1.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741008457,\r\n                \"location\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"Test Regular Department 1\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740988800,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Pending Receipt\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 10.0,\r\n                \"tranDate\": 1740988800,\r\n                \"tranId\": \"9\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"18\",\r\n                    \"name\": \"Location 1 : Hyderabad\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1741008976,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45834\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 20.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"6857\",\r\n                                \"name\": \"Good Day Cookies\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 10.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 10.0,\r\n                            \"quantityPacked\": 10.0,\r\n                            \"quantityPicked\": 10.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 2.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741009024,\r\n                \"location\": {\r\n                    \"internalId\": \"15\",\r\n                    \"name\": \"Test Regular Location 1\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740988800,\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addrText\": \"Test Regular Department 1<br>United States\",\r\n                    \"addressee\": \"Test Regular Department 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"19434\",\r\n                    \"override\": false\r\n                },\r\n                \"status\": \"Pending Receipt\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 20.0,\r\n                \"tranDate\": 1740988800,\r\n                \"tranId\": \"10\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"Test Regular Department 1\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1741015756,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45836\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 10.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"Rock Fountain\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7766\",\r\n                                \"name\": \"Rock Fountain\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 10.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 10.0,\r\n                            \"quantityPacked\": 10.0,\r\n                            \"quantityPicked\": 10.0,\r\n                            \"quantityReceived\": 3.0,\r\n                            \"rate\": 1.0\r\n                        },\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"With it's dark color finish and simple lines, this cocktail table provides functional storage and modern style.\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"255\",\r\n                                \"name\": \"TABLES : Low Cocktail Table\"\r\n                            },\r\n                            \"line\": 4,\r\n                            \"quantity\": 5.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 5.0,\r\n                            \"quantityPacked\": 5.0,\r\n                            \"quantityPicked\": 5.0,\r\n                            \"quantityReceived\": 2.0,\r\n                            \"rate\": 1.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741016035,\r\n                \"location\": {\r\n                    \"internalId\": \"15\",\r\n                    \"name\": \"Test Regular Location 1\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740988800,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Pending Receipt\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 15.0,\r\n                \"tranDate\": 1740988800,\r\n                \"tranId\": \"11\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"17\",\r\n                    \"name\": \"Australia Warehouse : Dharamshala\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1741016194,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"45938\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 20.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"5756\",\r\n                                \"name\": \"1 Test Itemqaeaq\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 20.0,\r\n                            \"quantityBackOrdered\": 7.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 13.0,\r\n                            \"quantityPacked\": 13.0,\r\n                            \"quantityPicked\": 13.0,\r\n                            \"quantityReceived\": 13.0,\r\n                            \"rate\": 1.0\r\n                        },\r\n                        {\r\n                            \"amount\": 15.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"With its unique handcrafted design, this bed is an elegant addition to any bedroom.\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"252\",\r\n                                \"name\": \"BEDROOM : Handcrafted Queen Bed\"\r\n                            },\r\n                            \"line\": 4,\r\n                            \"quantity\": 15.0,\r\n                            \"quantityBackOrdered\": 4.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 11.0,\r\n                            \"quantityPacked\": 11.0,\r\n                            \"quantityPicked\": 11.0,\r\n                            \"quantityReceived\": 11.0,\r\n                            \"rate\": 1.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741016819,\r\n                \"location\": {\r\n                    \"internalId\": \"15\",\r\n                    \"name\": \"Test Regular Location 1\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740988800,\r\n                \"shipIsResidential\": false,\r\n                \"shippingAddress\": {\r\n                    \"addrText\": \"Test Regular Department 1<br>United States\",\r\n                    \"addressee\": \"Test Regular Department 1\",\r\n                    \"country\": \"_unitedStates\",\r\n                    \"internalId\": \"19434\",\r\n                    \"override\": false\r\n                },\r\n                \"status\": \"Partially Fulfilled\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 35.0,\r\n                \"tranDate\": 1740988800,\r\n                \"tranId\": \"12\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"Test Regular Department 1\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"Channel Sales\"\r\n                },\r\n                \"createdDate\": 1741077425,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"539\",\r\n                            \"scriptId\": \"csegregion\",\r\n                            \"value\": {\r\n                                \"internalId\": \"2\",\r\n                                \"name\": \"Mumbai\",\r\n                                \"typeId\": \"108\"\r\n                            }\r\n                        },\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"Jeff Shen\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"46141\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 5.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"test 5 with 10\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"751\",\r\n                                \"name\": \"eZPwjZI13111\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 5.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 5.0,\r\n                            \"quantityPacked\": 5.0,\r\n                            \"quantityPicked\": 5.0,\r\n                            \"quantityReceived\": 3.0,\r\n                            \"rate\": 1.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741078037,\r\n                \"location\": {\r\n                    \"internalId\": \"13\",\r\n                    \"name\": \"Test Regular Department 1\"\r\n                },\r\n                \"memo\": \"quantity 5 and then increase to 10\",\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1741075200,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Pending Receipt\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 5.0,\r\n                \"tranDate\": 1741075200,\r\n                \"tranId\": \"13\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"18\",\r\n                    \"name\": \"Location 1 : Hyderabad\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1741096818,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"46243\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 10.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"ets\",\r\n                            \"isClosed\": true,\r\n                            \"item\": {\r\n                                \"internalId\": \"7870\",\r\n                                \"name\": \"Item - nventory 9911\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 10.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 1.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741097095,\r\n                \"location\": {\r\n                    \"internalId\": \"15\",\r\n                    \"name\": \"Test Regular Location 1\"\r\n                },\r\n                \"memo\": \"jwehd\",\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1741075200,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Closed\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 10.0,\r\n                \"tranDate\": 1741075200,\r\n                \"tranId\": \"14\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"17\",\r\n                    \"name\": \"Australia Warehouse : Dharamshala\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1741097176,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"46244\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 12.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7869\",\r\n                                \"name\": \"Item - Inventory 8923\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 6.0,\r\n                            \"quantityBackOrdered\": 1.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 5.0,\r\n                            \"quantityPacked\": 5.0,\r\n                            \"quantityPicked\": 5.0,\r\n                            \"quantityReceived\": 5.0,\r\n                            \"rate\": 2.0\r\n                        },\r\n                        {\r\n                            \"amount\": 4.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"5756\",\r\n                                \"name\": \"1 Test Itemqaeaq\"\r\n                            },\r\n                            \"line\": 4,\r\n                            \"quantity\": 4.0,\r\n                            \"quantityBackOrdered\": 2.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 2.0,\r\n                            \"quantityPacked\": 2.0,\r\n                            \"quantityPicked\": 2.0,\r\n                            \"quantityReceived\": 1.0,\r\n                            \"rate\": 1.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741097765,\r\n                \"location\": {\r\n                    \"internalId\": \"15\",\r\n                    \"name\": \"Test Regular Location 1\"\r\n                },\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1741075200,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Pending Receipt/Partially Fulfilled\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"11\",\r\n                    \"name\": \"HEADQUARTERS\"\r\n                },\r\n                \"total\": 16.0,\r\n                \"tranDate\": 1741075200,\r\n                \"tranId\": \"15\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"18\",\r\n                    \"name\": \"Location 1 : Hyderabad\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"class\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Channel Sales : New Business\"\r\n                },\r\n                \"createdDate\": 1741099736,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"department\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"Aftersales Care\"\r\n                },\r\n                \"employee\": {\r\n                    \"internalId\": \"637\",\r\n                    \"name\": \"Allan Webber\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"46348\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 6.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"description\": \"GAPI BW: line item 18: 2025-03-04 14:48:52\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"orderPriority\": 1.0,\r\n                            \"quantity\": 1.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 1.0,\r\n                            \"quantityFulfilled\": 0.0,\r\n                            \"quantityPacked\": 0.0,\r\n                            \"quantityPicked\": 0.0,\r\n                            \"quantityReceived\": 0.0,\r\n                            \"rate\": 5.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1741099736,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"memo\": \"BW GAPI: TO #0018\",\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740988800,\r\n                \"shipIsResidential\": false,\r\n                \"source\": \"Web Services\",\r\n                \"status\": \"Pending Fulfillment\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 6.0,\r\n                \"tranDate\": 1740988800,\r\n                \"tranId\": \"TO-GAPI-0018\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": false\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_TD2876965_030920252118930234134403822_130e0046dd\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 2,\r\n    \"totalRecords\": 47\r\n}"}],"_postman_id":"dc853ac6-a7d3-4932-ae31-1ffb7c7d27db"},{"name":"Retrieve transferOrder by ID","id":"c7973ac6-fba1-436c-96b0-886b4f99eee3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/transferOrder?id=44009","urlObject":{"protocol":"https","path":["netsuite","v0","transferOrder"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"44009"}],"variable":[]}},"response":[{"id":"6f0ce8b5-8f9d-4b95-ab21-e1c6437d1ede","name":"Retrieve transferOrder by ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248","description":"Please generate above mentioned credentials from netsuite.com","type":"text"},{"key":"prestructured-token","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/transferOrder?id=44009","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","transferOrder"],"query":[{"key":"id","value":"44009"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"createdDate\": 1740645976,\r\n                \"customFieldList\": {\r\n                    \"customField\": [\r\n                        {\r\n                            \"internalId\": \"584\",\r\n                            \"scriptId\": \"custbody9\",\r\n                            \"value\": false\r\n                        }\r\n                    ]\r\n                },\r\n                \"customForm\": {\r\n                    \"internalId\": \"57\",\r\n                    \"name\": \"Standard Transfer Order\"\r\n                },\r\n                \"firmed\": true,\r\n                \"incoterm\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"DAP\"\r\n                },\r\n                \"internalId\": \"44009\",\r\n                \"itemList\": {\r\n                    \"item\": [\r\n                        {\r\n                            \"amount\": 0.0,\r\n                            \"commitInventory\": \"_availableQty\",\r\n                            \"isClosed\": false,\r\n                            \"item\": {\r\n                                \"internalId\": \"7867\",\r\n                                \"name\": \"BW Test Product\"\r\n                            },\r\n                            \"line\": 1,\r\n                            \"quantity\": 25.0,\r\n                            \"quantityBackOrdered\": 0.0,\r\n                            \"quantityCommitted\": 0.0,\r\n                            \"quantityFulfilled\": 25.0,\r\n                            \"quantityReceived\": 25.0,\r\n                            \"rate\": 0.0\r\n                        }\r\n                    ]\r\n                },\r\n                \"lastModifiedDate\": 1740646312,\r\n                \"location\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"Australia Warehouse\"\r\n                },\r\n                \"orderStatus\": \"_received\",\r\n                \"shipComplete\": false,\r\n                \"shipDate\": 1740643200,\r\n                \"shipIsResidential\": false,\r\n                \"status\": \"Received\",\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                },\r\n                \"total\": 0.0,\r\n                \"tranDate\": 1740643200,\r\n                \"tranId\": \"2\",\r\n                \"transferLocation\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"AUS Warehouse2\"\r\n                },\r\n                \"useItemCostAsTransferCost\": true\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    }\r\n}"}],"_postman_id":"c7973ac6-fba1-436c-96b0-886b4f99eee3"}],"id":"f9499890-1154-4d6d-85eb-0b19cdc15289","event":[{"listen":"prerequest","script":{"id":"9c31ddc7-8db1-4036-af1a-601c60ffe825","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2026bba0-bff6-4b72-a354-f71144f6f07d","type":"text/javascript","exec":[""]}}],"_postman_id":"f9499890-1154-4d6d-85eb-0b19cdc15289","description":""},{"name":"POST","item":[{"name":"Create transferOrders","id":"beb495e5-fdb7-4545-91ec-863fcc20c7c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"subsidiary\":{\r\n            \"internalId\":\"8\"\r\n        },\r\n        \"location\": {\r\n            \"internalId\": \"6\"\r\n        },\r\n        \"transferLocation\": {\r\n            \"internalId\": \"16\"\r\n        },\r\n        \"itemList\": {\r\n            \"item\": [\r\n                {\r\n                    \"item\": {\r\n                        \"internalId\": \"7867\"\r\n                    },\r\n                    \"quantity\": 1.0\r\n                }\r\n            ]\r\n        }\r\n    }"},"url":"https://api.prestructured.com/netsuite/v0/transferOrder","urlObject":{"protocol":"https","path":["netsuite","v0","transferOrder"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"12a3ee41-530b-4b84-a504-b8d05143e649","name":"Create transferOrders","originalRequest":{"method":"POST","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","description":"Please generate above mentioned credentials from netsuite.com","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n        \"assigned\": {\r\n          \"internalId\": \"7\"\r\n        },\r\n        \"priority\": \"_medium\",\r\n        \"startDate\": 1545244200,\r\n        \"title\": \"Sample Task for assigned user\"\r\n  }]","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/transferOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"47754\",\r\n                \"name\": null,\r\n                \"type\": \"transferOrder\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": [\r\n                    {\r\n                        \"afterSubmitFailed\": false,\r\n                        \"code\": null,\r\n                        \"message\": null,\r\n                        \"type\": \"ERROR\"\r\n                    },\r\n                    {\r\n                        \"afterSubmitFailed\": null,\r\n                        \"code\": \"WARNING\",\r\n                        \"message\": \"BW Test Product: You have only 0 available for commitment at this location (2 back ordered, 0 on order).\",\r\n                        \"type\": \"WARN\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"beb495e5-fdb7-4545-91ec-863fcc20c7c1"}],"id":"c037028e-1891-47ab-a7aa-2e4541fff740","event":[{"listen":"prerequest","script":{"id":"f1325eae-1ab6-4c55-833e-56186146f181","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"800dc757-ce07-461d-9a30-dcd366201433","type":"text/javascript","exec":[""]}}],"_postman_id":"c037028e-1891-47ab-a7aa-2e4541fff740","description":""},{"name":"PUT","item":[{"name":"Update transferOrders","id":"6c6c4745-ce6c-4da0-a924-32f2bb42f856","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n            \"internalId\":\"47754\",\r\n            \"memo\":\"testing\"\r\n    }"},"url":"https://api.prestructured.com/netsuite/v0/transferOrder","urlObject":{"protocol":"https","path":["netsuite","v0","transferOrder"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"e9daf4e0-68a9-4ac2-bc5b-86d3d5d75b99","name":"Update transferOrders","originalRequest":{"method":"POST","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","description":"Please generate above mentioned credentials from netsuite.com","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n        \"assigned\": {\r\n          \"internalId\": \"7\"\r\n        },\r\n        \"priority\": \"_high\",\r\n        \"startDate\": 1545244200,\r\n\t\t\t\t\"internalId\":\"210\",\r\n        \"title\": \"Sample Task for assigned user\"\r\n  }]","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/transferOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"47754\",\r\n                \"name\": null,\r\n                \"type\": \"transferOrder\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": [\r\n                    {\r\n                        \"afterSubmitFailed\": false,\r\n                        \"code\": null,\r\n                        \"message\": null,\r\n                        \"type\": \"ERROR\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"6c6c4745-ce6c-4da0-a924-32f2bb42f856"}],"id":"3d74e63a-a4a6-4851-a540-be185f9b8264","event":[{"listen":"prerequest","script":{"id":"2da92ecf-d8c2-4ea3-b5af-e70e0efefd33","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5e605c88-b001-4564-af8a-8ab438ebeffe","type":"text/javascript","exec":[""]}}],"_postman_id":"3d74e63a-a4a6-4851-a540-be185f9b8264","description":""}],"id":"9127eb96-66b9-43ef-a335-6935614fab29","event":[{"listen":"prerequest","script":{"id":"6c52bc60-9767-4492-a7d8-77a5f3629590","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"af39242f-bb63-4b09-9782-cfe10bd751ef","type":"text/javascript","exec":[""]}}],"_postman_id":"9127eb96-66b9-43ef-a335-6935614fab29","description":""},{"name":"Vendor","item":[{"name":"GET","item":[{"name":"Retrieve vendors","id":"f076b109-8644-4e47-b375-a738d834d506","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/vendor","urlObject":{"protocol":"https","path":["netsuite","v0","vendor"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"01f3aef7-e355-4655-9b91-4bda26760577","name":"Retrieve vendors","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pageSize","value":"30","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/vendor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Dec 2019 07:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12463"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"balancePrimary\": 0.0,\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"vendorCurrency\": [\r\n            {\r\n              \"balance\": 0.0,\r\n              \"currency\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\"\r\n              },\r\n              \"unbilledOrders\": 0.0\r\n            }\r\n          ]\r\n        },\r\n        \"dateCreated\": 1542086911,\r\n        \"emailPreference\": \"_default\",\r\n        \"emailTransactions\": false,\r\n        \"entityId\": \"-Accountant-\",\r\n        \"faxTransactions\": false,\r\n        \"internalId\": \"-3\",\r\n        \"isInactive\": false,\r\n        \"isJobResourceVend\": false,\r\n        \"isPerson\": false,\r\n        \"lastModifiedDate\": 1542086912,\r\n        \"printTransactions\": false,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"unbilledOrdersPrimary\": 0.0\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"balancePrimary\": 0.0,\r\n        \"category\": {\r\n          \"internalId\": \"3\",\r\n          \"name\": \"Tax agency\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"vendorCurrency\": [\r\n            {\r\n              \"balance\": 0.0,\r\n              \"currency\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\"\r\n              },\r\n              \"unbilledOrders\": 0.0\r\n            }\r\n          ]\r\n        },\r\n        \"dateCreated\": 1542086925,\r\n        \"emailPreference\": \"_default\",\r\n        \"emailTransactions\": false,\r\n        \"entityId\": \"Default Tax Agency IN\",\r\n        \"faxTransactions\": false,\r\n        \"internalId\": \"2\",\r\n        \"isInactive\": false,\r\n        \"isJobResourceVend\": false,\r\n        \"isPerson\": false,\r\n        \"lastModifiedDate\": 1542086926,\r\n        \"printTransactions\": false,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"unbilledOrdersPrimary\": 0.0\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"balancePrimary\": 0.0,\r\n        \"category\": {\r\n          \"internalId\": \"3\",\r\n          \"name\": \"Tax agency\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"vendorCurrency\": [\r\n            {\r\n              \"balance\": 0.0,\r\n              \"currency\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\"\r\n              },\r\n              \"unbilledOrders\": 0.0\r\n            }\r\n          ]\r\n        },\r\n        \"dateCreated\": 1546250268,\r\n        \"emailPreference\": \"_default\",\r\n        \"emailTransactions\": false,\r\n        \"entityId\": \"HM Revenue & Customs\",\r\n        \"faxTransactions\": false,\r\n        \"internalId\": \"35\",\r\n        \"isInactive\": false,\r\n        \"isJobResourceVend\": false,\r\n        \"isPerson\": false,\r\n        \"lastModifiedDate\": 1546250269,\r\n        \"printTransactions\": false,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"3\",\r\n          \"name\": \"UK Company\"\r\n        },\r\n        \"unbilledOrdersPrimary\": 0.0\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"balancePrimary\": 0.0,\r\n        \"category\": {\r\n          \"internalId\": \"3\",\r\n          \"name\": \"Tax agency\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"vendorCurrency\": [\r\n            {\r\n              \"balance\": 0.0,\r\n              \"currency\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\"\r\n              },\r\n              \"unbilledOrders\": 250.0\r\n            }\r\n          ]\r\n        },\r\n        \"dateCreated\": 1546250367,\r\n        \"emailPreference\": \"_default\",\r\n        \"emailTransactions\": false,\r\n        \"entityId\": \"Tax Agency MT\",\r\n        \"faxTransactions\": false,\r\n        \"internalId\": \"36\",\r\n        \"isInactive\": false,\r\n        \"isJobResourceVend\": false,\r\n        \"isPerson\": false,\r\n        \"lastModifiedDate\": 1546250367,\r\n        \"printTransactions\": false,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"US Company\"\r\n        },\r\n        \"unbilledOrdersPrimary\": 250.0\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"balancePrimary\": 0.0,\r\n        \"category\": {\r\n          \"internalId\": \"3\",\r\n          \"name\": \"Tax agency\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"vendorCurrency\": [\r\n            {\r\n              \"balance\": 0.0,\r\n              \"currency\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\"\r\n              },\r\n              \"unbilledOrders\": 0.0\r\n            }\r\n          ]\r\n        },\r\n        \"dateCreated\": 1546252139,\r\n        \"emailPreference\": \"_default\",\r\n        \"emailTransactions\": false,\r\n        \"entityId\": \"Tax Agency ND\",\r\n        \"faxTransactions\": false,\r\n        \"internalId\": \"39\",\r\n        \"isInactive\": false,\r\n        \"isJobResourceVend\": false,\r\n        \"isPerson\": false,\r\n        \"lastModifiedDate\": 1546252139,\r\n        \"printTransactions\": false,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"7\",\r\n          \"name\": \"North Dakota\"\r\n        },\r\n        \"unbilledOrdersPrimary\": 0.0\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_070120201761116091483208224_1dab042e\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 4,\r\n  \"totalRecords\": 19\r\n}"}],"_postman_id":"f076b109-8644-4e47-b375-a738d834d506"},{"name":"Retrieve vendors by search ID","id":"9a978429-9fac-4933-ae87-70a5890f0487","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/vendor?searchId=WEBSERVICES_5333445_SB1_070120201761116091483208224_1dab042e&page=2","urlObject":{"protocol":"https","path":["netsuite","v0","vendor"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_070120201761116091483208224_1dab042e"},{"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"c8c611a0-81aa-45ce-97e8-146e9cff3fc0","name":"Retrieve vendors by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/vendor?searchId=WEBSERVICES_5333445_SB1_070120201761116091483208224_1dab042e&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","vendor"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_070120201761116091483208224_1dab042e"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:45:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173991"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 2,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"balancePrimary\": 0.0,\r\n        \"category\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Supplies\"\r\n        },\r\n        \"companyName\": \"XYZVendor\",\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"vendorCurrency\": [\r\n            {\r\n              \"balance\": 0.0,\r\n              \"currency\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\"\r\n              },\r\n              \"unbilledOrders\": 1000.0\r\n            }\r\n          ]\r\n        },\r\n        \"dateCreated\": 1548064549,\r\n        \"email\": \"anthonyvendor@xyzlimited.com\",\r\n        \"emailPreference\": \"_default\",\r\n        \"emailTransactions\": false,\r\n        \"entityId\": \"XYZVendor\",\r\n        \"faxTransactions\": false,\r\n        \"internalId\": \"48\",\r\n        \"isInactive\": true,\r\n        \"isJobResourceVend\": false,\r\n        \"isPerson\": false,\r\n        \"lastModifiedDate\": 1553666026,\r\n        \"printTransactions\": false,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"unbilledOrdersPrimary\": 1000.0\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"balancePrimary\": 0.0,\r\n        \"category\": {\r\n          \"internalId\": \"3\",\r\n          \"name\": \"Tax agency\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"vendorCurrency\": [\r\n            {\r\n              \"balance\": 0.0,\r\n              \"currency\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\"\r\n              },\r\n              \"unbilledOrders\": 5000.0\r\n            }\r\n          ]\r\n        },\r\n        \"dateCreated\": 1550842108,\r\n        \"email\": \"testvendor@test.com\",\r\n        \"emailPreference\": \"_default\",\r\n        \"emailTransactions\": false,\r\n        \"entityId\": \"Anthony DS Vendor 1\",\r\n        \"faxTransactions\": false,\r\n        \"firstName\": \"DS Vendor\",\r\n        \"internalId\": \"259\",\r\n        \"isInactive\": true,\r\n        \"isJobResourceVend\": false,\r\n        \"isPerson\": true,\r\n        \"lastModifiedDate\": 1553666026,\r\n        \"lastName\": \"1\",\r\n        \"printTransactions\": false,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"terms\": {\r\n          \"internalId\": \"5\",\r\n          \"name\": \"1% 10 Net 30\"\r\n        },\r\n        \"unbilledOrdersPrimary\": 5000.0,\r\n        \"workCalendar\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Default Work Calendar\"\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"addressbookList\": {\r\n          \"addressbook\": [\r\n            {\r\n              \"addressbookAddress\": {\r\n                \"addr1\": \"No.194, 4th Cross,\",\r\n                \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\r\n                \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\r\n                \"addressee\": \"Bajaj Clothing Pvt Ltd\",\r\n                \"city\": \"BANGALORE\",\r\n                \"country\": \"_india\",\r\n                \"override\": false,\r\n                \"state\": \"KARNATAKA\",\r\n                \"zip\": \"560027\"\r\n              },\r\n              \"defaultBilling\": true,\r\n              \"defaultShipping\": false,\r\n              \"internalId\": \"215\",\r\n              \"label\": \"No.194, 4th Cross,\"\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"balancePrimary\": 190092.1,\r\n        \"companyName\": \"Bajaj Clothing Pvt Ltd\",\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"vendorCurrency\": [\r\n            {\r\n              \"balance\": 190092.1,\r\n              \"currency\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\"\r\n              },\r\n              \"unbilledOrders\": 1593885.62\r\n            }\r\n          ]\r\n        },\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"148\",\r\n              \"scriptId\": \"custentity4\",\r\n              \"value\": 15.0\r\n            }\r\n          ]\r\n        },\r\n        \"dateCreated\": 1553238454,\r\n        \"defaultAddress\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\r\n        \"email\": \"pavan@dhruvsoft.com\",\r\n        \"emailPreference\": \"_default\",\r\n        \"emailTransactions\": false,\r\n        \"entityId\": \"Bajaj Clothing Pvt Ltd\",\r\n        \"faxTransactions\": false,\r\n        \"internalId\": \"369\",\r\n        \"isInactive\": false,\r\n        \"isJobResourceVend\": false,\r\n        \"isPerson\": false,\r\n        \"lastModifiedDate\": 1554728704,\r\n        \"printTransactions\": false,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"terms\": {\r\n          \"internalId\": \"3\",\r\n          \"name\": \"Net 60\"\r\n        },\r\n        \"unbilledOrdersPrimary\": 1593885.62,\r\n        \"workCalendar\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Default Work Calendar\"\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"addressbookList\": {\r\n          \"addressbook\": [\r\n            {\r\n              \"addressbookAddress\": {\r\n                \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\r\n                \"addr2\": \"Jaya Nagar East\\tJayanagar\",\r\n                \"addrText\": \"Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\r\n                \"addressee\": \"Anuvarthh Apparels Pvt Ltd\",\r\n                \"city\": \"BANGALORE\",\r\n                \"country\": \"_india\",\r\n                \"override\": false,\r\n                \"state\": \"KARNATAKA\",\r\n                \"zip\": \"560011\"\r\n              },\r\n              \"defaultBilling\": true,\r\n              \"defaultShipping\": true,\r\n              \"internalId\": \"216\",\r\n              \"label\": \"#, 108, 7th Main Rd, 2nd Block,\"\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"balancePrimary\": 134139.55,\r\n        \"companyName\": \"Anuvarthh Apparels Pvt Ltd\",\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"vendorCurrency\": [\r\n            {\r\n              \"balance\": 134139.55,\r\n              \"currency\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\"\r\n              },\r\n              \"unbilledOrders\": 2063254.66\r\n            }\r\n          ]\r\n        },\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"148\",\r\n              \"scriptId\": \"custentity4\",\r\n              \"value\": 10.0\r\n            }\r\n          ]\r\n        },\r\n        \"dateCreated\": 1553238770,\r\n        \"defaultAddress\": \"Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\r\n        \"email\": \"sk@dhruvsoft.com\",\r\n        \"emailPreference\": \"_default\",\r\n        \"emailTransactions\": false,\r\n        \"entityId\": \"Anuvarthh Apparels Pvt Ltd\",\r\n        \"faxTransactions\": false,\r\n        \"internalId\": \"371\",\r\n        \"isInactive\": false,\r\n        \"isJobResourceVend\": false,\r\n        \"isPerson\": false,\r\n        \"lastModifiedDate\": 1554496745,\r\n        \"printTransactions\": false,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"unbilledOrdersPrimary\": 2063254.66,\r\n        \"workCalendar\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Default Work Calendar\"\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"balancePrimary\": 0.0,\r\n        \"companyName\": \"Vendor234\",\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"vendorCurrency\": [\r\n            {\r\n              \"balance\": 0.0,\r\n              \"currency\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\"\r\n              },\r\n              \"unbilledOrders\": 0.0\r\n            }\r\n          ]\r\n        },\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"136\",\r\n              \"scriptId\": \"custentity3\",\r\n              \"value\": [\r\n                {\r\n                  \"internalId\": \"1\",\r\n                  \"name\": \"BAJAJ\",\r\n                  \"typeId\": \"11\"\r\n                },\r\n                {\r\n                  \"internalId\": \"2\",\r\n                  \"name\": \"BLUE MONKEY\",\r\n                  \"typeId\": \"11\"\r\n                },\r\n                {\r\n                  \"internalId\": \"3\",\r\n                  \"name\": \"HM Clothing Brand\",\r\n                  \"typeId\": \"11\"\r\n                }\r\n              ]\r\n            }\r\n          ]\r\n        },\r\n        \"dateCreated\": 1553407096,\r\n        \"emailPreference\": \"_default\",\r\n        \"emailTransactions\": false,\r\n        \"entityId\": \"Vendor234\",\r\n        \"faxTransactions\": false,\r\n        \"internalId\": \"377\",\r\n        \"isInactive\": true,\r\n        \"isJobResourceVend\": false,\r\n        \"isPerson\": false,\r\n        \"lastModifiedDate\": 1553666026,\r\n        \"printTransactions\": false,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"unbilledOrdersPrimary\": 0.0,\r\n        \"workCalendar\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Default Work Calendar\"\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_070120201761116091483208224_1dab042e\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 4,\r\n  \"totalRecords\": 19\r\n}"}],"_postman_id":"9a978429-9fac-4933-ae87-70a5890f0487"},{"name":"Retrieve vendors by where","id":"02cc8168-fd28-4004-b137-ffbc4d90c2ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/vendor?where=cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateCreated</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>true</td>\n<td>Used to Include the Active Status filter for the request.e.g., Active=true.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","vendor"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false"}],"variable":[]}},"response":[{"id":"6aa586e2-5b0f-45fd-8620-a0ff9325cb33","name":"Retrieve vendors by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/vendor?where=cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","vendor"],"query":[{"key":"where","value":"cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:47:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31391"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"balancePrimary\": 0.0,\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyList\": {\r\n          \"vendorCurrency\": [\r\n            {\r\n              \"balance\": 0.0,\r\n              \"currency\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\"\r\n              },\r\n              \"unbilledOrders\": 0.0\r\n            }\r\n          ]\r\n        },\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"504\",\r\n              \"scriptId\": \"custentity_breadwinner_pc_internal_id\",\r\n              \"value\": \" - \"\r\n            },\r\n            {\r\n              \"internalId\": \"582\",\r\n              \"scriptId\": \"custentity_bwcl_parentaccount\",\r\n              \"value\": \"0010l00001HWDNgAAP\"\r\n            },\r\n            {\r\n              \"internalId\": \"432\",\r\n              \"scriptId\": \"custentity_checkbox\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"920\",\r\n              \"scriptId\": \"custentity_edoc_gen_trans_pdf\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"915\",\r\n              \"scriptId\": \"custentity_edoc_use_sender_list\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"428\",\r\n              \"scriptId\": \"custentity_f3_mm_send_wf_sms\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"426\",\r\n              \"scriptId\": \"custentity_mm_iskeylinkentity\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"424\",\r\n              \"scriptId\": \"custentity_mm_stopsendingsms\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"922\",\r\n              \"scriptId\": \"custentity_psg_ei_auto_select_temp_sm\",\r\n              \"value\": false\r\n            }\r\n          ]\r\n        },\r\n        \"dateCreated\": 1542086911,\r\n        \"emailPreference\": \"_default\",\r\n        \"emailTransactions\": false,\r\n        \"entityId\": \"-Accountant-\",\r\n        \"faxTransactions\": false,\r\n        \"internalId\": \"-3\",\r\n        \"isInactive\": false,\r\n        \"isJobResourceVend\": false,\r\n        \"isPerson\": false,\r\n        \"lastModifiedDate\": 1625577476,\r\n        \"printTransactions\": false,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Parent Company\"\r\n        },\r\n        \"unbilledOrdersPrimary\": 0.0,\r\n        \"workCalendar\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"Default Work Calendar\"\r\n        }\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_5333445_SB1_072020224584056371241182487_7a60b594\",\r\n  \"status\": {\r\n    \"isSuccess\": true\r\n  },\r\n  \"totalPages\": 1,\r\n  \"totalRecords\": 1\r\n}"}],"_postman_id":"02cc8168-fd28-4004-b137-ffbc4d90c2ec"},{"name":"Retrieve vendor by ID","id":"05b33723-b677-4fc3-a797-adcade2b34d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/vendor?id=35","urlObject":{"protocol":"https","path":["netsuite","v0","vendor"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"35"}],"variable":[]}},"response":[{"id":"209915ff-de12-4ae5-ae56-1484ad9f22b9","name":"Retrieve vendor by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/vendor?id=35","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","vendor"],"query":[{"key":"id","value":"35"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 13:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5129"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"balancePrimary\": 0.0,\r\n        \"category\": {\r\n          \"internalId\": \"3\",\r\n          \"name\": \"Tax agency\"\r\n        },\r\n        \"currency\": {\r\n          \"internalId\": \"1\",\r\n          \"name\": \"INR\"\r\n        },\r\n        \"currencyList\": {\r\n          \"replaceAll\": \"true\",\r\n          \"vendorCurrency\": [\r\n            {\r\n              \"balance\": 0.0,\r\n              \"currency\": {\r\n                \"internalId\": \"1\",\r\n                \"name\": \"INR\"\r\n              },\r\n              \"unbilledOrders\": 0.0\r\n            }\r\n          ]\r\n        },\r\n        \"customForm\": {\r\n          \"internalId\": \"4\",\r\n          \"name\": \"Custom Vendor Form\"\r\n        },\r\n        \"dateCreated\": 1546250268,\r\n        \"emailPreference\": \"_default\",\r\n        \"emailTransactions\": false,\r\n        \"entityId\": \"HM Revenue & Customs\",\r\n        \"faxTransactions\": false,\r\n        \"internalId\": \"35\",\r\n        \"isInactive\": false,\r\n        \"isJobResourceVend\": false,\r\n        \"isPerson\": false,\r\n        \"lastModifiedDate\": 1546250269,\r\n        \"printTransactions\": false,\r\n        \"subsidiary\": {\r\n          \"internalId\": \"3\",\r\n          \"name\": \"UK Company\"\r\n        },\r\n        \"unbilledOrdersPrimary\": 0.0\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  }\r\n}"}],"_postman_id":"05b33723-b677-4fc3-a797-adcade2b34d1"}],"id":"e83168f2-52a1-46e4-83f5-98c7997244b7","event":[{"listen":"prerequest","script":{"id":"58116339-ed9d-45ba-b4ed-b42bbee37902","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0298274c-531b-4176-a59f-61f20a7bbca1","type":"text/javascript","exec":[""]}}],"_postman_id":"e83168f2-52a1-46e4-83f5-98c7997244b7","description":""},{"name":"POST","item":[{"name":"Create vendors","id":"40943827-b083-4b77-81c4-8c5fb81cdf5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n        \"category\": {\r\n          \"internalId\": \"3\"\r\n        },\r\n        \"isPerson\":true,\r\n\t\t\t\t\"firstName\":\"Vendor\",\r\n\t\t\t\t\"lastName\":\"Anthony Doe\",\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\"\r\n        }\r\n  }"},"url":"https://api.prestructured.com/netsuite/v0/vendor","urlObject":{"protocol":"https","path":["netsuite","v0","vendor"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"2f1e574b-24c6-44f1-bf1e-36bdd101669c","name":"Create vendors","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"category\": {\r\n          \"internalId\": \"3\"\r\n        },\r\n        \"isPerson\":true,\r\n        \"entityId\": \"Default Tax Agency IN\",\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\"\r\n        }\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/vendor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"18570\",\r\n        \"name\": null,\r\n        \"type\": \"vendor\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"40943827-b083-4b77-81c4-8c5fb81cdf5e"}],"id":"e0b2386f-ebd4-4b9b-a1e3-a16b8d68ddb5","event":[{"listen":"prerequest","script":{"id":"e8ddb973-293b-44bd-be8f-aea2f1cd1c12","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"50769e3f-f5d7-46b0-ab5f-f47059cd971d","type":"text/javascript","exec":[""]}}],"_postman_id":"e0b2386f-ebd4-4b9b-a1e3-a16b8d68ddb5","description":""},{"name":"PUT","item":[{"name":"Update vendors","id":"93acf1af-3b8f-499e-b60c-d81f905b63de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n        \"category\": {\r\n          \"internalId\": \"3\"\r\n        },\r\n        \"isPerson\":true,\r\n        \"firstName\":\"Vendor\",\r\n        \"lastName\":\"Anthony Doe\",\r\n        \"internalId\":\"18570\",\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\"\r\n        }\r\n  }"},"url":"https://api.prestructured.com/netsuite/v0/vendor","urlObject":{"protocol":"https","path":["netsuite","v0","vendor"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"cf27cf93-3e1d-4f17-8f5f-8211796310eb","name":"Update vendors","originalRequest":{"method":"PUT","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"category\": {\r\n          \"internalId\": \"3\"\r\n        },\r\n        \"isPerson\":true,\r\n        \"firstName\":\"Vendor\",\r\n        \"lastName\":\"Anthony Doe\",\r\n        \"internalId\":\"18570\",\r\n        \"subsidiary\": {\r\n          \"internalId\": \"1\"\r\n        }\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/vendor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"18570\",\r\n        \"name\": null,\r\n        \"type\": \"vendor\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": [\r\n          {\r\n            \"afterSubmitFailed\": false,\r\n            \"code\": null,\r\n            \"message\": null,\r\n            \"type\": \"ERROR\"\r\n          }\r\n        ]\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"93acf1af-3b8f-499e-b60c-d81f905b63de"}],"id":"c1f49bc0-9a43-4671-a6f4-e8cebcc272da","event":[{"listen":"prerequest","script":{"id":"48f0cd52-46dd-4ff2-a2ff-5561ef3856b4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c43db5db-e4e9-4d0e-b61c-4e607dd239bd","type":"text/javascript","exec":[""]}}],"_postman_id":"c1f49bc0-9a43-4671-a6f4-e8cebcc272da","description":""},{"name":"DELETE","item":[{"name":"Delete vendors","id":"faba6f75-f1fc-44af-a981-a16e1ed89949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/vendor?id=18570","urlObject":{"protocol":"https","path":["netsuite","v0","vendor"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"18570"}],"variable":[]}},"response":[{"id":"95637a3e-9af1-4609-ade3-475ee6ce8e41","name":"Delete vendors","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/vendor?id=18570","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","vendor"],"query":[{"key":"id","value":"18570"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"writeResponse\": [\r\n    {\r\n      \"baseRef\": {\r\n        \"externalId\": null,\r\n        \"internalId\": \"18570\",\r\n        \"name\": null,\r\n        \"type\": \"vendor\"\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ]\r\n}"}],"_postman_id":"faba6f75-f1fc-44af-a981-a16e1ed89949"}],"id":"433e2689-9f80-472f-bebc-5f0228a0f15d","event":[{"listen":"prerequest","script":{"id":"48c542ee-80f1-4c41-bca5-046601b14b85","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5ee7740d-6eee-42b3-8843-b7927d495218","type":"text/javascript","exec":[""]}}],"_postman_id":"433e2689-9f80-472f-bebc-5f0228a0f15d","description":""}],"id":"fa934323-dced-4885-803c-3da95910bc19","event":[{"listen":"prerequest","script":{"id":"8d6c6813-de0a-4ed1-b1e9-db50419813e1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"71c2b4d6-beb2-40e9-b001-99ba6f1e805d","type":"text/javascript","exec":[""]}}],"_postman_id":"fa934323-dced-4885-803c-3da95910bc19","description":""},{"name":"Vendor Bills","item":[{"name":"GET","item":[{"name":"Retrieve vendor bills","id":"770d8d07-7ba1-4ff2-b87a-13a5aff2ea27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/vendorBill","urlObject":{"protocol":"https","path":["netsuite","v0","vendorBill"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"3a858adc-fc20-4760-bdbf-dc4a1a507b97","name":"Retrieve vendor bills","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"5","description":"Must be inbetween 5 and 100","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/vendorBill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 17:06:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"16201"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"account\": null,\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Approved\",\n                    \"type\": null\n                },\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553248065,\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"170\",\n                            \"scriptId\": \"custbody_ds_cus_ref\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"typeId\": \"-2\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"168\",\n                            \"scriptId\": \"custbody_so_refernce_no\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"541\",\n                                \"name\": \"Sales Order #17\",\n                                \"typeId\": \"-30\"\n                            }\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"dueDate\": 1555785000,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"internalId\": \"547\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 75000,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": \"ERROR: Field 'line.custcol2' Not Found\",\n                            \"expirationDate\": null,\n                            \"grossAmt\": 75000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderDoc\": 542,\n                            \"orderLine\": 1,\n                            \"quantity\": 150,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"landedCostMethod\": null,\n                \"landedCostPerLine\": null,\n                \"landedCostsList\": null,\n                \"lastModifiedDate\": 1556176835,\n                \"location\": null,\n                \"memo\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"paymentHold\": false,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"purchaseOrderList\": null,\n                \"status\": \"Paid In Full\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"tranDate\": 1553193000,\n                \"tranId\": \"PB123\",\n                \"transactionNumber\": \"VENDBILL2\",\n                \"userTotal\": 75000,\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": null,\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Approved\",\n                    \"type\": null\n                },\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553255264,\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"dueDate\": 1553193000,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"internalId\": \"556\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 150000,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expirationDate\": null,\n                            \"grossAmt\": 150000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderDoc\": 553,\n                            \"orderLine\": 1,\n                            \"quantity\": 300,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": -15000,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": null,\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expirationDate\": null,\n                            \"grossAmt\": -15000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"9\",\n                                \"name\": \"Discount : Vendor Discount\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 2,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderDoc\": null,\n                            \"orderLine\": null,\n                            \"quantity\": null,\n                            \"rate\": \"-10.00%\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"landedCostMethod\": null,\n                \"landedCostPerLine\": null,\n                \"landedCostsList\": null,\n                \"lastModifiedDate\": 1556176835,\n                \"location\": null,\n                \"memo\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"paymentHold\": false,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"purchaseOrderList\": null,\n                \"status\": \"Paid In Full\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": null,\n                \"tranDate\": 1553193000,\n                \"tranId\": null,\n                \"transactionNumber\": \"VENDBILL3\",\n                \"userTotal\": 135000,\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": null,\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Approved\",\n                    \"type\": null\n                },\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553344850,\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"dueDate\": 1553279400,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"internalId\": \"577\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 1000,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": null,\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expirationDate\": null,\n                            \"grossAmt\": 1050,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderDoc\": null,\n                            \"orderLine\": null,\n                            \"quantity\": 2,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 50,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"landedCostMethod\": null,\n                \"landedCostPerLine\": null,\n                \"landedCostsList\": null,\n                \"lastModifiedDate\": 1554277102,\n                \"location\": null,\n                \"memo\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"paymentHold\": false,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"purchaseOrderList\": null,\n                \"status\": \"Paid In Full\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 50,\n                \"terms\": null,\n                \"tranDate\": 1553279400,\n                \"tranId\": null,\n                \"transactionNumber\": \"VENDBILL4\",\n                \"userTotal\": 1050,\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": null,\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Approved\",\n                    \"type\": null\n                },\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.194, 4th Cross,\",\n                    \"addr2\": \"Lalbagh Road, K S Garden,Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                    \"addressee\": \"Bajaj Clothing Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"222\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553430123,\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"dueDate\": 1555957800,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"internalId\": \"605\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 25000,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"expirationDate\": null,\n                            \"grossAmt\": 26250,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderDoc\": 536,\n                            \"orderLine\": 1,\n                            \"quantity\": 50,\n                            \"rate\": \"500.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 1250,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"landedCostMethod\": null,\n                \"landedCostPerLine\": null,\n                \"landedCostsList\": null,\n                \"lastModifiedDate\": 1556176835,\n                \"location\": null,\n                \"memo\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"paymentHold\": false,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"purchaseOrderList\": null,\n                \"status\": \"Paid In Full\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 1250,\n                \"terms\": null,\n                \"tranDate\": 1553365800,\n                \"tranId\": null,\n                \"transactionNumber\": \"VENDBILL5\",\n                \"userTotal\": 26250,\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": null,\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Approved\",\n                    \"type\": null\n                },\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": null,\n                \"class\": null,\n                \"createdDate\": 1553430414,\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"discountAmount\": 300,\n                \"discountDate\": 1554229800,\n                \"dueDate\": 1555957800,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"259\",\n                    \"name\": \"Test DS Vendor 1\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"internalId\": \"606\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 30000,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": null,\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expirationDate\": null,\n                            \"grossAmt\": 30000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"22\",\n                                \"name\": \"Test MEN'S BAJAJ-  JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderDoc\": null,\n                            \"orderLine\": null,\n                            \"quantity\": 50,\n                            \"rate\": \"600.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"landedCostMethod\": null,\n                \"landedCostPerLine\": null,\n                \"landedCostsList\": null,\n                \"lastModifiedDate\": 1556176910,\n                \"location\": null,\n                \"memo\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"paymentHold\": false,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"purchaseOrderList\": null,\n                \"status\": \"Paid In Full\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 0,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"5\",\n                    \"name\": \"1% 10 Net 30\",\n                    \"type\": null\n                },\n                \"tranDate\": 1553365800,\n                \"tranId\": null,\n                \"transactionNumber\": \"VENDBILL6\",\n                \"userTotal\": 30000,\n                \"vatRegNum\": null\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_102320191076459992039992686_12f04d1c\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 18,\n    \"totalRecords\": 90\n}"}],"_postman_id":"770d8d07-7ba1-4ff2-b87a-13a5aff2ea27"},{"name":"Retrieve vendor bills by search ID","id":"2828bb11-19e1-4f7c-8120-593049bf3a56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"warning":"Value contains invalid newline characters.","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}\n"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/vendorBill?searchId=WEBSERVICES_5333445_SB1_102320191075312961142001840_c7a36a93&page=35","urlObject":{"protocol":"https","path":["netsuite","v0","vendorBill"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_102320191075312961142001840_c7a36a93"},{"key":"page","value":"35"}],"variable":[]}},"response":[{"id":"c004f8de-e1c2-4013-ae18-6147a345b9da","name":"Retrieve vendor bills by search ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"5","description":"Must be inbetween 5 and 100","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/vendorBill?searchId=WEBSERVICES_5333445_SB1_102320191075312961142001840_c7a36a93&page=5","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","vendorBill"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_102320191075312961142001840_c7a36a93"},{"key":"page","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 17:08:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"15423"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 5,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"account\": null,\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Approved\",\n                    \"type\": null\n                },\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"123\",\n                    \"addr2\": \"sudamnagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"SATYA FASHION<br>123<br>sudamnagar<br>banglore Karnataka 560001<br>India\",\n                    \"addressee\": \"SATYA FASHION\",\n                    \"attention\": null,\n                    \"city\": \"banglore\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"368\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"Karnataka\",\n                    \"zip\": \"560001\"\n                },\n                \"class\": null,\n                \"createdDate\": 1555572992,\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"dueDate\": 1557599400,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"598\",\n                    \"name\": \"SATYA FASHION\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"internalId\": \"2215\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 500000,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": null,\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": \"Bra\",\n                            \"expirationDate\": null,\n                            \"grossAmt\": 590000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"241\",\n                                \"name\": \"Bra\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderDoc\": null,\n                            \"orderLine\": null,\n                            \"quantity\": 1,\n                            \"rate\": \"500000.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 90000,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"landedCostMethod\": null,\n                \"landedCostPerLine\": null,\n                \"landedCostsList\": null,\n                \"lastModifiedDate\": 1556176839,\n                \"location\": null,\n                \"memo\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"paymentHold\": false,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"purchaseOrderList\": null,\n                \"status\": \"Paid In Full\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 90000,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"tranDate\": 1552415400,\n                \"tranId\": \"test123\",\n                \"transactionNumber\": \"VENDBILL23\",\n                \"userTotal\": 590000,\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": null,\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Approved\",\n                    \"type\": null\n                },\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1555573435,\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"dueDate\": 1555525800,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"internalId\": \"2217\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 250020,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"175\",\n                                        \"scriptId\": \"custcol_gh_line_no\",\n                                        \"value\": 1\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S JEANS PANT\",\n                            \"expirationDate\": null,\n                            \"grossAmt\": 295023.6,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"28\",\n                                \"name\": \"Test MEN'S JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderDoc\": null,\n                            \"orderLine\": null,\n                            \"quantity\": 1,\n                            \"rate\": \"250020.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 45003.6,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"pcs\",\n                                \"type\": null\n                            },\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"landedCostMethod\": null,\n                \"landedCostPerLine\": null,\n                \"landedCostsList\": null,\n                \"lastModifiedDate\": 1556176890,\n                \"location\": null,\n                \"memo\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"paymentHold\": false,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"purchaseOrderList\": null,\n                \"status\": \"Paid In Full\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 45003.6,\n                \"terms\": null,\n                \"tranDate\": 1555525800,\n                \"tranId\": null,\n                \"transactionNumber\": \"VENDBILL24\",\n                \"userTotal\": 295023.6,\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": null,\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Approved\",\n                    \"type\": null\n                },\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1555596333,\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"dueDate\": 1555525800,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"internalId\": \"2239\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 30000,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": null,\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                            \"expirationDate\": null,\n                            \"grossAmt\": 35400,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderDoc\": null,\n                            \"orderLine\": null,\n                            \"quantity\": 1,\n                            \"rate\": \"30000.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 5400,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"landedCostMethod\": null,\n                \"landedCostPerLine\": null,\n                \"landedCostsList\": null,\n                \"lastModifiedDate\": 1556176890,\n                \"location\": null,\n                \"memo\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"paymentHold\": false,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"purchaseOrderList\": null,\n                \"status\": \"Paid In Full\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 5400,\n                \"terms\": null,\n                \"tranDate\": 1555525800,\n                \"tranId\": null,\n                \"transactionNumber\": \"VENDBILL25\",\n                \"userTotal\": 35400,\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": null,\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Approved\",\n                    \"type\": null\n                },\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"101\",\n                    \"addr2\": \"W.G.C ROAD\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test ARRUMUGAM COTTON PVT. LTD. <br>101<br>W.G.C ROAD<br>TUTICORIN TAMIL NADU 540025<br>India\",\n                    \"addressee\": \"Test ARRUMUGAM COTTON PVT. LTD.\",\n                    \"attention\": null,\n                    \"city\": \"TUTICORIN\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"254\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"TAMIL NADU\",\n                    \"zip\": \"540025\"\n                },\n                \"class\": null,\n                \"createdDate\": 1555596412,\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"dueDate\": 1560709800,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"390\",\n                    \"name\": \"Test ARRUMUGAM COTTON PVT. LTD.\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"internalId\": \"2241\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 30000,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": null,\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S COTTON PANT\",\n                            \"expirationDate\": null,\n                            \"grossAmt\": 35400,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"32\",\n                                \"name\": \"Test MEN'S COTTON PANT\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderDoc\": null,\n                            \"orderLine\": null,\n                            \"quantity\": 1,\n                            \"rate\": \"30000.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 5400,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"landedCostMethod\": null,\n                \"landedCostPerLine\": null,\n                \"landedCostsList\": null,\n                \"lastModifiedDate\": 1556176906,\n                \"location\": null,\n                \"memo\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"paymentHold\": false,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"purchaseOrderList\": null,\n                \"status\": \"Paid In Full\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 5400,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"tranDate\": 1555525800,\n                \"tranId\": null,\n                \"transactionNumber\": \"VENDBILL26\",\n                \"userTotal\": 35400,\n                \"vatRegNum\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": null,\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Approved\",\n                    \"type\": null\n                },\n                \"availableVendorCredit\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.16, Ground floor, 4th Cross \",\n                    \"addr2\": \"Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Blue Monkey Clothing Company <br>No.16, Ground floor, 4th Cross \\t<br>Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA 560027<br>India\",\n                    \"addressee\": \"Test Blue Monkey Clothing Company\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"243\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1555596489,\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"dueDate\": 1560709800,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"380\",\n                    \"name\": \"Test Blue Monkey Clothing Company\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"internalId\": \"2243\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 50000,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": null,\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": \"Test MEN'S COTTON PANT\",\n                            \"expirationDate\": null,\n                            \"grossAmt\": 59000,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"32\",\n                                \"name\": \"Test MEN'S COTTON PANT\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderDoc\": null,\n                            \"orderLine\": null,\n                            \"quantity\": 1,\n                            \"rate\": \"50000.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": 9000,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"landedCostMethod\": null,\n                \"landedCostPerLine\": null,\n                \"landedCostsList\": null,\n                \"lastModifiedDate\": 1556176837,\n                \"location\": null,\n                \"memo\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"paymentHold\": false,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"purchaseOrderList\": null,\n                \"status\": \"Paid In Full\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": 9000,\n                \"terms\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"Net 60\",\n                    \"type\": null\n                },\n                \"tranDate\": 1555525800,\n                \"tranId\": null,\n                \"transactionNumber\": \"VENDBILL27\",\n                \"userTotal\": 59000,\n                \"vatRegNum\": null\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_102320191075312961142001840_c7a36a93\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 18,\n    \"totalRecords\": 90\n}"}],"_postman_id":"2828bb11-19e1-4f7c-8120-593049bf3a56"},{"name":"Retrieve vendor bills by where","id":"032dd69f-ce04-482d-a9ab-bac51204604f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/vendorBill?where=DateCreated>1545126328","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateCreated</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>TranDate</td>\n<td>1578954123</td>\n<td>Used to Include the transaction date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>6</td>\n<td>Used to Include the Customer filter for the request. e.g., Customer=6.</td>\n</tr>\n<tr>\n<td>Employee</td>\n<td>4</td>\n<td>Used to Include the Employee filter for the request. e.g., Employee=4.</td>\n</tr>\n<tr>\n<td>Entity</td>\n<td>6</td>\n<td>Used to Include the Entity filter for the request. e.g., Entity=6.</td>\n</tr>\n<tr>\n<td>Memorized</td>\n<td>false</td>\n<td>Used to Include the Memorized filter for the request. e.g., Memorized=false.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","vendorBill"],"host":["api","prestructured","com"],"query":[{"disabled":true,"key":"searchId","value":"WEBSERVICES_5333445_SB1_102320191075312961142001840_c7a36a93"},{"disabled":true,"key":"page","value":"35"},{"key":"where","value":"DateCreated>1545126328"}],"variable":[]}},"response":[{"id":"dd4e6478-27b1-4782-8910-63c8aca5fea9","name":"Retrieve vendor bills by where","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"5"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/vendorBill?where=DateCreated>1545126328","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","vendorBill"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_102320191075312961142001840_c7a36a93","disabled":true},{"key":"page","value":"35","disabled":true},{"key":"where","value":"DateCreated>1545126328"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Dec 2019 09:46:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"262"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": null,\n    \"pageSize\": null,\n    \"recordList\": null,\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_121820194093854111876411645_805202\",\n    \"searchRowList\": null,\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 0,\n    \"totalRecords\": 0\n}"}],"_postman_id":"032dd69f-ce04-482d-a9ab-bac51204604f"},{"name":"Retrieve vendor bills by ID","id":"59ed435c-c45f-414c-b87a-aeeb32f871bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/vendorBill?id=18014","urlObject":{"protocol":"https","path":["netsuite","v0","vendorBill"],"host":["api","prestructured","com"],"query":[{"disabled":true,"key":"searchId","value":"WEBSERVICES_5333445_SB1_102320191075312961142001840_c7a36a93"},{"disabled":true,"key":"page","value":"35"},{"key":"id","value":"18014"}],"variable":[]}},"response":[{"id":"cb581876-2bf6-458e-ae9c-6b44ea9b8a7f","name":"Retrieve vendor bills by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"5"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/vendorBill?id=18014","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","vendorBill"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_102320191075312961142001840_c7a36a93","disabled":true},{"key":"page","value":"35","disabled":true},{"key":"id","value":"18014"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Dec 2019 10:20:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"23561"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"24\",\n                    \"name\": \"20000 Accounts Payable\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"approvalStatus\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"Approved\",\n                    \"type\": null\n                },\n                \"availableVendorCredit\": null,\n                \"billAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"9\",\n                    \"name\": \"3812 Rainy Day Drive\",\n                    \"type\": null\n                },\n                \"billingAddress\": {\n                    \"addr1\": \"3812 Rainy Day Drive\",\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Apparel Co Inc.\\n3812 Rainy Day Drive\\nBoston  2107\\nUnited States\",\n                    \"addressee\": \"Apparel Co Inc.\",\n                    \"attention\": null,\n                    \"city\": \"Boston\",\n                    \"country\": \"_unitedStates\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": \"2107\"\n                },\n                \"class\": null,\n                \"createdDate\": 1543292201,\n                \"creditLimit\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"USD\",\n                    \"type\": null\n                },\n                \"currencyName\": \"USD\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"1629\",\n                            \"scriptId\": \"custbody_nsts_vp_auto_apply_prepayment\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1745\",\n                            \"scriptId\": \"custbody_sii_not_reported_in_time\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1744\",\n                            \"scriptId\": \"custbody_sii_article_72_73\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"807\",\n                            \"scriptId\": \"custbody_nsts_vp_vendor_email\",\n                            \"value\": \"ask@apparelco.com\"\n                        },\n                        {\n                            \"internalId\": \"273\",\n                            \"scriptId\": \"custbody_cash_register\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"814\",\n                            \"scriptId\": \"custbody_nsts_vp_prepay_trans\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"809\",\n                            \"scriptId\": \"custbody_nsts_vp_with_prepayments\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"269\",\n                            \"scriptId\": \"custbody_nondeductible_processed\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"50\",\n                    \"name\": \"Standard Vendor Bill\",\n                    \"type\": null\n                },\n                \"department\": null,\n                \"discountAmount\": null,\n                \"discountDate\": null,\n                \"dueDate\": 1536188400,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"20\",\n                    \"name\": \"Apparel Co Inc.\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"internalId\": \"18014\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 2560,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expirationDate\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"93\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket G-XS\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 1,\n                            \"location\": {\n                                \"externalId\": null,\n                                \"internalId\": \"12\",\n                                \"name\": \"Boston\",\n                                \"type\": null\n                            },\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"5\",\n                                            \"name\": \"Extra Small\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"Green\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderDoc\": 17935,\n                            \"orderLine\": 1,\n                            \"quantity\": 10,\n                            \"rate\": \"256.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 2560,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expirationDate\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"89\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket B-XL\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 2,\n                            \"location\": {\n                                \"externalId\": null,\n                                \"internalId\": \"12\",\n                                \"name\": \"Boston\",\n                                \"type\": null\n                            },\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"4\",\n                                            \"name\": \"Extra Large\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"1\",\n                                            \"name\": \"Blue\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderDoc\": 17935,\n                            \"orderLine\": 2,\n                            \"quantity\": 10,\n                            \"rate\": \"256.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 2560,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expirationDate\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"80\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket B-L\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 3,\n                            \"location\": {\n                                \"externalId\": null,\n                                \"internalId\": \"12\",\n                                \"name\": \"Boston\",\n                                \"type\": null\n                            },\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"1\",\n                                            \"name\": \"Large\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"1\",\n                                            \"name\": \"Blue\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderDoc\": 17935,\n                            \"orderLine\": 3,\n                            \"quantity\": 10,\n                            \"rate\": \"256.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 2560,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expirationDate\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"83\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket B-M\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 4,\n                            \"location\": {\n                                \"externalId\": null,\n                                \"internalId\": \"12\",\n                                \"name\": \"Boston\",\n                                \"type\": null\n                            },\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"Medium\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"1\",\n                                            \"name\": \"Blue\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderDoc\": 17935,\n                            \"orderLine\": 4,\n                            \"quantity\": 10,\n                            \"rate\": \"256.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 2560,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expirationDate\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"86\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket B-S\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 5,\n                            \"location\": {\n                                \"externalId\": null,\n                                \"internalId\": \"12\",\n                                \"name\": \"Boston\",\n                                \"type\": null\n                            },\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"3\",\n                                            \"name\": \"Small\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"1\",\n                                            \"name\": \"Blue\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderDoc\": 17935,\n                            \"orderLine\": 5,\n                            \"quantity\": 10,\n                            \"rate\": \"256.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 2560,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expirationDate\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"92\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket B-XS\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 6,\n                            \"location\": {\n                                \"externalId\": null,\n                                \"internalId\": \"12\",\n                                \"name\": \"Boston\",\n                                \"type\": null\n                            },\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"5\",\n                                            \"name\": \"Extra Small\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"1\",\n                                            \"name\": \"Blue\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderDoc\": 17935,\n                            \"orderLine\": 6,\n                            \"quantity\": 10,\n                            \"rate\": \"256.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 2560,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expirationDate\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"91\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket R-XL\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 7,\n                            \"location\": {\n                                \"externalId\": null,\n                                \"internalId\": \"12\",\n                                \"name\": \"Boston\",\n                                \"type\": null\n                            },\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"4\",\n                                            \"name\": \"Extra Large\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"3\",\n                                            \"name\": \"Red\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderDoc\": 17935,\n                            \"orderLine\": 7,\n                            \"quantity\": 10,\n                            \"rate\": \"256.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 2560,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expirationDate\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"82\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket R-L\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 8,\n                            \"location\": {\n                                \"externalId\": null,\n                                \"internalId\": \"12\",\n                                \"name\": \"Boston\",\n                                \"type\": null\n                            },\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"1\",\n                                            \"name\": \"Large\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"3\",\n                                            \"name\": \"Red\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderDoc\": 17935,\n                            \"orderLine\": 8,\n                            \"quantity\": 10,\n                            \"rate\": \"256.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 2560,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expirationDate\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"88\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket R-S\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 9,\n                            \"location\": {\n                                \"externalId\": null,\n                                \"internalId\": \"12\",\n                                \"name\": \"Boston\",\n                                \"type\": null\n                            },\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"3\",\n                                            \"name\": \"Small\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"3\",\n                                            \"name\": \"Red\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderDoc\": 17935,\n                            \"orderLine\": 9,\n                            \"quantity\": 10,\n                            \"rate\": \"256.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 2560,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expirationDate\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"94\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket R-XS\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 10,\n                            \"location\": {\n                                \"externalId\": null,\n                                \"internalId\": \"12\",\n                                \"name\": \"Boston\",\n                                \"type\": null\n                            },\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"5\",\n                                            \"name\": \"Extra Small\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"3\",\n                                            \"name\": \"Red\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderDoc\": 17935,\n                            \"orderLine\": 10,\n                            \"quantity\": 10,\n                            \"rate\": \"256.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 2560,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expirationDate\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"90\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket G-XL\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 11,\n                            \"location\": {\n                                \"externalId\": null,\n                                \"internalId\": \"12\",\n                                \"name\": \"Boston\",\n                                \"type\": null\n                            },\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"4\",\n                                            \"name\": \"Extra Large\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"Green\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderDoc\": 17935,\n                            \"orderLine\": 11,\n                            \"quantity\": 10,\n                            \"rate\": \"256.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 2560,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expirationDate\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"85\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket R-M\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 12,\n                            \"location\": {\n                                \"externalId\": null,\n                                \"internalId\": \"12\",\n                                \"name\": \"Boston\",\n                                \"type\": null\n                            },\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"Medium\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"3\",\n                                            \"name\": \"Red\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderDoc\": 17935,\n                            \"orderLine\": 12,\n                            \"quantity\": 10,\n                            \"rate\": \"256.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 2560,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expirationDate\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"84\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket G-M\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 13,\n                            \"location\": {\n                                \"externalId\": null,\n                                \"internalId\": \"12\",\n                                \"name\": \"Boston\",\n                                \"type\": null\n                            },\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"Medium\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"Green\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderDoc\": 17935,\n                            \"orderLine\": 13,\n                            \"quantity\": 10,\n                            \"rate\": \"256.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 2560,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expirationDate\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"87\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket G-S\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 14,\n                            \"location\": {\n                                \"externalId\": null,\n                                \"internalId\": \"12\",\n                                \"name\": \"Boston\",\n                                \"type\": null\n                            },\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"3\",\n                                            \"name\": \"Small\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"Green\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderDoc\": 17935,\n                            \"orderLine\": 14,\n                            \"quantity\": 10,\n                            \"rate\": \"256.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 2560,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expirationDate\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"81\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket G-L\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 15,\n                            \"location\": {\n                                \"externalId\": null,\n                                \"internalId\": \"12\",\n                                \"name\": \"Boston\",\n                                \"type\": null\n                            },\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"1\",\n                                            \"name\": \"Large\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"Green\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderDoc\": 17935,\n                            \"orderLine\": 15,\n                            \"quantity\": 10,\n                            \"rate\": \"256.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 2560,\n                            \"billVarianceStatus\": null,\n                            \"billreceiptsList\": null,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"expirationDate\": null,\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"93\",\n                                \"name\": \"APPAREL : Jacket : Lodge Jacket G-XS\",\n                                \"type\": null\n                            },\n                            \"landedCost\": null,\n                            \"landedCostCategory\": null,\n                            \"line\": 16,\n                            \"location\": {\n                                \"externalId\": null,\n                                \"internalId\": \"12\",\n                                \"name\": \"Boston\",\n                                \"type\": null\n                            },\n                            \"options\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"1015\",\n                                        \"scriptId\": \"custcol1\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"5\",\n                                            \"name\": \"Extra Small\",\n                                            \"typeId\": \"141\"\n                                        }\n                                    },\n                                    {\n                                        \"internalId\": \"1017\",\n                                        \"scriptId\": \"custcol2\",\n                                        \"value\": {\n                                            \"externalId\": null,\n                                            \"internalId\": \"2\",\n                                            \"name\": \"Green\",\n                                            \"typeId\": \"142\"\n                                        }\n                                    }\n                                ]\n                            },\n                            \"orderDoc\": 17935,\n                            \"orderLine\": 16,\n                            \"quantity\": 10,\n                            \"rate\": \"256.00\",\n                            \"serialNumbers\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": null,\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"landedCostMethod\": null,\n                \"landedCostPerLine\": null,\n                \"landedCostsList\": null,\n                \"lastModifiedDate\": 1541348549,\n                \"location\": null,\n                \"memo\": null,\n                \"nextApprover\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"paymentHold\": false,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"132\",\n                    \"name\": \"Sep 2018\",\n                    \"type\": null\n                },\n                \"purchaseOrderList\": null,\n                \"status\": \"Paid In Full\",\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"United States\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"tax2Total\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"taxTotal\": null,\n                \"terms\": null,\n                \"tranDate\": 1536188400,\n                \"tranId\": null,\n                \"transactionNumber\": \"95\",\n                \"userTotal\": 40960,\n                \"vatRegNum\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    }\n}"}],"_postman_id":"59ed435c-c45f-414c-b87a-aeeb32f871bc"}],"id":"99fbbd86-a07d-4334-b8ef-11909d7ced83","event":[{"listen":"prerequest","script":{"id":"c627f3a3-6a1c-4a83-8027-d4e350b19862","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1291d19e-6f71-4a87-96b6-9f7b7c8cd2c5","type":"text/javascript","exec":[""]}}],"_postman_id":"99fbbd86-a07d-4334-b8ef-11909d7ced83","description":""},{"name":"POST","item":[{"name":"Create vendor bills","id":"e1fb4a6e-4827-445e-8253-335b02115f5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"currency\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"INR\"\r\n   },\r\n   \"currencyName\":\"INR\",\r\n   \"dueDate\":1555785000,\r\n   \"entity\":{\r\n      \"internalId\":\"369\",\r\n      \"name\":\"Bajaj Clothing Pvt Ltd\"\r\n   },\r\n   \"exchangeRate\":1.0,\r\n   \"itemList\":{\r\n      \"item\":[\r\n         {\r\n            \"amount\":75000.0,\r\n            \"customer\":{\r\n               \"internalId\":\"364\",\r\n               \"name\":\"22 Chandana Brothers\"\r\n            },\r\n            \"grossAmt\":75000.0,\r\n            \"isBillable\":false,\r\n            \"item\":{\r\n               \"internalId\":\"23\"\r\n            },\r\n            \"line\":1,\r\n            \"orderLine\":1,\r\n            \"quantity\":150.0,\r\n            \"rate\":\"500.00\",\r\n            \"tax1Amt\":0.0,\r\n            \"taxCode\":{\r\n               \"internalId\":\"5\",\r\n               \"name\":\"VAT_IN:UNDEF-IN\"\r\n            }\r\n         }\r\n      ]\r\n   },\r\n   \"paymentHold\":false,\r\n   \"postingPeriod\":{\r\n      \"internalId\":\"122\",\r\n      \"name\":\"Mar 2019\"\r\n   },\r\n   \"status\":\"Paid In Full\",\r\n   \"subsidiary\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"Parent Company\"\r\n   },\r\n   \"tranDate\":1553193000,\r\n   \"userTotal\":75000.0\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/vendorBill","urlObject":{"protocol":"https","path":["netsuite","v0","vendorBill"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"2d548328-27e1-476d-940c-9566a6cf7118","name":"Create vendor bills","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"currency\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"INR\"\r\n   },\r\n   \"currencyName\":\"INR\",\r\n   \"dueDate\":1555785000,\r\n   \"entity\":{\r\n      \"internalId\":\"369\",\r\n      \"name\":\"Bajaj Clothing Pvt Ltd\"\r\n   },\r\n   \"exchangeRate\":1.0,\r\n   \"itemList\":{\r\n      \"item\":[\r\n         {\r\n            \"amount\":75000.0,\r\n            \"customer\":{\r\n               \"internalId\":\"364\",\r\n               \"name\":\"22 Chandana Brothers\"\r\n            },\r\n            \"grossAmt\":75000.0,\r\n            \"isBillable\":false,\r\n            \"item\":{\r\n               \"internalId\":\"23\"\r\n            },\r\n            \"line\":1,\r\n            \"orderLine\":1,\r\n            \"quantity\":150.0,\r\n            \"rate\":\"500.00\",\r\n            \"tax1Amt\":0.0,\r\n            \"taxCode\":{\r\n               \"internalId\":\"5\",\r\n               \"name\":\"VAT_IN:UNDEF-IN\"\r\n            }\r\n         }\r\n      ]\r\n   },\r\n   \"paymentHold\":false,\r\n   \"postingPeriod\":{\r\n      \"internalId\":\"122\",\r\n      \"name\":\"Mar 2019\"\r\n   },\r\n   \"status\":\"Paid In Full\",\r\n   \"subsidiary\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"Parent Company\"\r\n   },\r\n   \"tranDate\":1553193000,\r\n   \"userTotal\":75000.0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/vendorBill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"32817\",\r\n                \"name\": null,\r\n                \"type\": \"vendorBill\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": [\r\n                    {\r\n                        \"afterSubmitFailed\": false,\r\n                        \"code\": null,\r\n                        \"message\": null,\r\n                        \"type\": \"ERROR\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"e1fb4a6e-4827-445e-8253-335b02115f5b"}],"id":"4dfa29aa-9b28-4d2c-ae7e-dfb30e22efcd","event":[{"listen":"prerequest","script":{"id":"27847ca7-86b5-4a55-9ba9-2e090c737a5d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e8136ff9-3a11-4a3f-8ba4-1084db758b57","type":"text/javascript","exec":[""]}}],"_postman_id":"4dfa29aa-9b28-4d2c-ae7e-dfb30e22efcd","description":""},{"name":"PUT","item":[{"name":"Update vendor bills","id":"5f78e749-5fda-4388-aca7-94bb7bd4bb36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"currency\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"INR\"\r\n   },\r\n   \"currencyName\":\"INR\",\r\n   \"dueDate\":1555785000,\r\n   \"entity\":{\r\n      \"internalId\":\"369\",\r\n      \"name\":\"Bajaj Clothing Pvt Ltd\"\r\n   },\r\n   \"exchangeRate\":1.0,\r\n   \"itemList\":{\r\n      \"item\":[\r\n         {\r\n            \"amount\":65000.0,\r\n            \"customer\":{\r\n               \"internalId\":\"364\",\r\n               \"name\":\"22 Chandana Brothers\"\r\n            },\r\n            \"grossAmt\":65000.0,\r\n            \"isBillable\":false,\r\n            \"item\":{\r\n               \"internalId\":\"23\"\r\n            },\r\n            \"line\":1,\r\n            \"orderLine\":1,\r\n            \"quantity\":150.0,\r\n            \"rate\":\"500.00\",\r\n            \"tax1Amt\":0.0,\r\n            \"taxCode\":{\r\n               \"internalId\":\"5\",\r\n               \"name\":\"VAT_IN:UNDEF-IN\"\r\n            }\r\n         }\r\n      ]\r\n   },\r\n   \"paymentHold\":false,\r\n   \"postingPeriod\":{\r\n      \"internalId\":\"122\",\r\n      \"name\":\"Mar 2019\"\r\n   },\r\n   \"status\":\"Paid In Full\",\r\n   \"subsidiary\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"Parent Company\"\r\n   },\r\n   \"internalId\": \"32817\",\r\n   \"tranDate\":1553193000,\r\n   \"userTotal\":65000.0\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/vendorBill","urlObject":{"protocol":"https","path":["netsuite","v0","vendorBill"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"7eb62f20-587d-44ef-8f2a-cc37fa707164","name":"Update vendor bills","originalRequest":{"method":"PUT","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"currency\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"INR\"\r\n   },\r\n   \"currencyName\":\"INR\",\r\n   \"dueDate\":1555785000,\r\n   \"entity\":{\r\n      \"internalId\":\"369\",\r\n      \"name\":\"Bajaj Clothing Pvt Ltd\"\r\n   },\r\n   \"exchangeRate\":1.0,\r\n   \"itemList\":{\r\n      \"item\":[\r\n         {\r\n            \"amount\":65000.0,\r\n            \"customer\":{\r\n               \"internalId\":\"364\",\r\n               \"name\":\"22 Chandana Brothers\"\r\n            },\r\n            \"grossAmt\":65000.0,\r\n            \"isBillable\":false,\r\n            \"item\":{\r\n               \"internalId\":\"23\"\r\n            },\r\n            \"line\":1,\r\n            \"orderLine\":1,\r\n            \"quantity\":150.0,\r\n            \"rate\":\"500.00\",\r\n            \"tax1Amt\":0.0,\r\n            \"taxCode\":{\r\n               \"internalId\":\"5\",\r\n               \"name\":\"VAT_IN:UNDEF-IN\"\r\n            }\r\n         }\r\n      ]\r\n   },\r\n   \"paymentHold\":false,\r\n   \"postingPeriod\":{\r\n      \"internalId\":\"122\",\r\n      \"name\":\"Mar 2019\"\r\n   },\r\n   \"status\":\"Paid In Full\",\r\n   \"subsidiary\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"Parent Company\"\r\n   },\r\n   \"internalId\": \"32817\",\r\n   \"tranDate\":1553193000,\r\n   \"userTotal\":65000.0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/vendorBill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"32817\",\r\n                \"name\": null,\r\n                \"type\": \"vendorBill\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": [\r\n                    {\r\n                        \"afterSubmitFailed\": false,\r\n                        \"code\": null,\r\n                        \"message\": null,\r\n                        \"type\": \"ERROR\"\r\n                    },\r\n                    {\r\n                        \"afterSubmitFailed\": null,\r\n                        \"code\": \"WARNING\",\r\n                        \"message\": \"The line total amount is not equal to the item price times the quantity.  Is this correct?\",\r\n                        \"type\": \"WARN\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"5f78e749-5fda-4388-aca7-94bb7bd4bb36"}],"id":"cc512ebe-1086-4e35-8624-0915a9951fbe","event":[{"listen":"prerequest","script":{"id":"97e46271-78c4-4838-bb8a-c7a4f0e54410","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3b070b0d-7c65-4780-b68b-bd0598898ca7","type":"text/javascript","exec":[""]}}],"_postman_id":"cc512ebe-1086-4e35-8624-0915a9951fbe","description":""},{"name":"DELETE","item":[{"name":"Delete vendor bills","id":"33b55f3b-efac-445f-aa44-9723bd593ab5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/vendorBill?id=32817","urlObject":{"protocol":"https","path":["netsuite","v0","vendorBill"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"32817"}],"variable":[]}},"response":[{"id":"f9e582e2-42dd-4332-8843-1ceda4f0cdbd","name":"Delete vendor bills","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/vendorBill?id=32817","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","vendorBill"],"query":[{"key":"id","value":"32817"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"32817\",\r\n                \"name\": null,\r\n                \"type\": \"vendorBill\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"33b55f3b-efac-445f-aa44-9723bd593ab5"}],"id":"8e71cbbe-3df0-4b74-8cd8-752c78b94555","event":[{"listen":"prerequest","script":{"id":"2c260252-7306-4114-a518-3b8da8d2dedd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"86b46e43-c60d-4bd2-92c3-17756981e72e","type":"text/javascript","exec":[""]}}],"_postman_id":"8e71cbbe-3df0-4b74-8cd8-752c78b94555","description":""}],"id":"92dcdbed-9711-4602-bf6e-a024b9e59f11","event":[{"listen":"prerequest","script":{"id":"9fd92f4f-ec1a-4060-8e67-638e25b8b799","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ab15526f-5541-4692-be96-99be1a2be57c","type":"text/javascript","exec":[""]}}],"_postman_id":"92dcdbed-9711-4602-bf6e-a024b9e59f11","description":""},{"name":"Vendor Credits","item":[{"name":"GET","item":[{"name":"Retrieve vendor credits","id":"97783f8b-1c05-4753-8113-2d603b031b1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"Value contains invalid newline characters.","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}\n"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/vendorCredit","urlObject":{"protocol":"https","path":["netsuite","v0","vendorCredit"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"c1e7ad5a-ddc0-442b-b8a3-69dbde3c3604","name":"Retrieve vendor credits","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}\n"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"5","description":"Must be inbetween 5 and 100","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/vendorCredit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 17:10:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12834"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"account\": null,\n                \"accountingBookDetailList\": null,\n                \"applied\": 0,\n                \"applyList\": null,\n                \"autoApply\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553683117,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1079\",\n                    \"name\": \"Vendor Return Authorization #3\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"170\",\n                            \"scriptId\": \"custbody_ds_cus_ref\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"389\",\n                                \"name\": \"31 CMR BROTHERS\",\n                                \"typeId\": \"-2\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"172\",\n                            \"scriptId\": \"custbody_ds_pb_no\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1077\",\n                                \"name\": \"Purchase Bill 27/03/2019\",\n                                \"typeId\": \"-30\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"169\",\n                            \"scriptId\": \"custbody_ds_po_referenceno\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1057\",\n                                \"name\": \"Purchase Order #54\",\n                                \"typeId\": \"-30\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"168\",\n                            \"scriptId\": \"custbody_so_refernce_no\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1056\",\n                                \"name\": \"Sales Order #84\",\n                                \"typeId\": \"-30\"\n                            }\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"department\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"internalId\": \"1082\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 75000,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"389\",\n                                \"name\": \"31 CMR BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": \"Test MEN'S JEANS PANT\",\n                            \"grossAmt\": 78750,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"28\",\n                                \"name\": \"Test MEN'S JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"quantity\": 300,\n                            \"rate\": \"250.00\",\n                            \"serialNumbersList\": null,\n                            \"tax1Amt\": 3750,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"pcs\",\n                                \"type\": null\n                            },\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 1000,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"389\",\n                                \"name\": \"31 CMR BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": \"Test WOMEN'S KURTI\",\n                            \"grossAmt\": 1050,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"35\",\n                                \"name\": \"Test WOMEN'S KURTI\",\n                                \"type\": null\n                            },\n                            \"line\": 2,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"quantity\": 10,\n                            \"rate\": \"100.00\",\n                            \"serialNumbersList\": null,\n                            \"tax1Amt\": 50,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 76000,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": null,\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": \"Subtotal\",\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-2\",\n                                \"name\": \"Subtotal\",\n                                \"type\": null\n                            },\n                            \"line\": 3,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"quantity\": null,\n                            \"rate\": \"-76000.00\",\n                            \"serialNumbersList\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": -2280,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": null,\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": \"Discount\",\n                            \"grossAmt\": -2280,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"10\",\n                                \"name\": \"Discount\",\n                                \"type\": null\n                            },\n                            \"line\": 4,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"quantity\": null,\n                            \"rate\": \"-3.00%\",\n                            \"serialNumbersList\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1554917178,\n                \"location\": null,\n                \"memo\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"total\": null,\n                \"tranDate\": 1553625000,\n                \"tranId\": \"3\",\n                \"transactionNumber\": \"VENDCRED1\",\n                \"unApplied\": 77520,\n                \"userTaxTotal\": null,\n                \"userTotal\": 77520\n            }\n        },\n        {\n            \"record\": {\n                \"account\": null,\n                \"accountingBookDetailList\": null,\n                \"applied\": 500,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 250,\n                            \"apply\": true,\n                            \"applyDate\": 1553324400,\n                            \"currency\": \"IND\",\n                            \"doc\": 577,\n                            \"due\": 250,\n                            \"line\": 0,\n                            \"refNum\": null,\n                            \"total\": 1050,\n                            \"type\": \"Purchase Bill\"\n                        },\n                        {\n                            \"amount\": 250,\n                            \"apply\": true,\n                            \"applyDate\": 1585206000,\n                            \"currency\": \"IND\",\n                            \"doc\": 1096,\n                            \"due\": 250,\n                            \"line\": 0,\n                            \"refNum\": null,\n                            \"total\": 250,\n                            \"type\": \"Purchase Bill\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553864149,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"652\",\n                    \"name\": \"Vendor Return Authorization #1\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"170\",\n                            \"scriptId\": \"custbody_ds_cus_ref\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"typeId\": \"-2\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"172\",\n                            \"scriptId\": \"custbody_ds_pb_no\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"650\",\n                                \"name\": \"Purchase Bill 25/03/2019\",\n                                \"typeId\": \"-30\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"169\",\n                            \"scriptId\": \"custbody_ds_po_referenceno\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"642\",\n                                \"name\": \"Purchase Order #33\",\n                                \"typeId\": \"-30\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"168\",\n                            \"scriptId\": \"custbody_so_refernce_no\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"641\",\n                                \"name\": \"Sales Order #57\",\n                                \"typeId\": \"-30\"\n                            }\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"department\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"internalId\": \"1133\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 500,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"grossAmt\": 500,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"quantity\": 1,\n                            \"rate\": \"500.00\",\n                            \"serialNumbersList\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1554920758,\n                \"location\": null,\n                \"memo\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"total\": null,\n                \"tranDate\": 1553797800,\n                \"tranId\": \"1\",\n                \"transactionNumber\": \"VENDCRED2\",\n                \"unApplied\": 0,\n                \"userTaxTotal\": null,\n                \"userTotal\": 500\n            }\n        },\n        {\n            \"record\": {\n                \"account\": null,\n                \"accountingBookDetailList\": null,\n                \"applied\": 3540,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 3540,\n                            \"apply\": true,\n                            \"applyDate\": 1561100400,\n                            \"currency\": \"IND\",\n                            \"doc\": 2448,\n                            \"due\": 3540,\n                            \"line\": 0,\n                            \"refNum\": null,\n                            \"total\": 8850,\n                            \"type\": \"Purchase Bill\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.16, Ground floor, 4th Cross \",\n                    \"addr2\": \"Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Blue Monkey Clothing Company <br>No.16, Ground floor, 4th Cross \\t<br>Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA 560027<br>India\",\n                    \"addressee\": \"Test Blue Monkey Clothing Company\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"243\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1555924077,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2448\",\n                    \"name\": \"Purchase Bill\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"380\",\n                    \"name\": \"Test Blue Monkey Clothing Company\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"internalId\": \"2449\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 3000,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4501\",\n                                \"name\": \"228 Test DS Cust123\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": \"Test MEN'S SHIRT\",\n                            \"grossAmt\": 3540,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"27\",\n                                \"name\": \"Test MEN'S SHIRT\",\n                                \"type\": null\n                            },\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"quantity\": 12,\n                            \"rate\": \"250.00\",\n                            \"serialNumbersList\": null,\n                            \"tax1Amt\": 540,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1555924077,\n                \"location\": null,\n                \"memo\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"total\": null,\n                \"tranDate\": 1555871400,\n                \"tranId\": null,\n                \"transactionNumber\": \"VENDCRED3\",\n                \"unApplied\": 0,\n                \"userTaxTotal\": null,\n                \"userTotal\": 3540\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_102320191073881281584130216_1dbd6587\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 3\n}"}],"_postman_id":"97783f8b-1c05-4753-8113-2d603b031b1f"},{"name":"Retrieve vendor credits by search ID","id":"d4a58445-8d42-4b90-b513-db9d111b5ec5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/vendorCredit?searchId=WEBSERVICES_5333445_SB1_10232019107270815202811399_10c9f9d9b&page=4","urlObject":{"protocol":"https","path":["netsuite","v0","vendorCredit"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_10232019107270815202811399_10c9f9d9b"},{"key":"page","value":"4"}],"variable":[]}},"response":[{"id":"3e4dcffd-eb83-45f4-bd33-b6ab59bb940f","name":"Retrieve vendor credits by search ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"5"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/vendorCredit?searchId=WEBSERVICES_5333445_SB1_10232019107270815202811399_10c9f9d9b&page=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","vendorCredit"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_10232019107270815202811399_10c9f9d9b"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 17:13:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12834"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"account\": null,\n                \"accountingBookDetailList\": null,\n                \"applied\": 0,\n                \"applyList\": null,\n                \"autoApply\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553683117,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1079\",\n                    \"name\": \"Vendor Return Authorization #3\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"170\",\n                            \"scriptId\": \"custbody_ds_cus_ref\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"389\",\n                                \"name\": \"31 CMR BROTHERS\",\n                                \"typeId\": \"-2\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"172\",\n                            \"scriptId\": \"custbody_ds_pb_no\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1077\",\n                                \"name\": \"Purchase Bill 27/03/2019\",\n                                \"typeId\": \"-30\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"169\",\n                            \"scriptId\": \"custbody_ds_po_referenceno\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1057\",\n                                \"name\": \"Purchase Order #54\",\n                                \"typeId\": \"-30\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"168\",\n                            \"scriptId\": \"custbody_so_refernce_no\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1056\",\n                                \"name\": \"Sales Order #84\",\n                                \"typeId\": \"-30\"\n                            }\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"department\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"internalId\": \"1082\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 75000,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"389\",\n                                \"name\": \"31 CMR BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": \"Test MEN'S JEANS PANT\",\n                            \"grossAmt\": 78750,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"28\",\n                                \"name\": \"Test MEN'S JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"quantity\": 300,\n                            \"rate\": \"250.00\",\n                            \"serialNumbersList\": null,\n                            \"tax1Amt\": 3750,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"3\",\n                                \"name\": \"pcs\",\n                                \"type\": null\n                            },\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 1000,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"389\",\n                                \"name\": \"31 CMR BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": \"Test WOMEN'S KURTI\",\n                            \"grossAmt\": 1050,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"35\",\n                                \"name\": \"Test WOMEN'S KURTI\",\n                                \"type\": null\n                            },\n                            \"line\": 2,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"quantity\": 10,\n                            \"rate\": \"100.00\",\n                            \"serialNumbersList\": null,\n                            \"tax1Amt\": 50,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"16\",\n                                \"name\": \"VAT_IN:GST 5\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 5,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 76000,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": null,\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": \"Subtotal\",\n                            \"grossAmt\": null,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"-2\",\n                                \"name\": \"Subtotal\",\n                                \"type\": null\n                            },\n                            \"line\": 3,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"quantity\": null,\n                            \"rate\": \"-76000.00\",\n                            \"serialNumbersList\": null,\n                            \"tax1Amt\": null,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": null,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": -2280,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": null,\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": \"Discount\",\n                            \"grossAmt\": -2280,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"10\",\n                                \"name\": \"Discount\",\n                                \"type\": null\n                            },\n                            \"line\": 4,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"quantity\": null,\n                            \"rate\": \"-3.00%\",\n                            \"serialNumbersList\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1554917178,\n                \"location\": null,\n                \"memo\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"total\": null,\n                \"tranDate\": 1553625000,\n                \"tranId\": \"3\",\n                \"transactionNumber\": \"VENDCRED1\",\n                \"unApplied\": 77520,\n                \"userTaxTotal\": null,\n                \"userTotal\": 77520\n            }\n        },\n        {\n            \"record\": {\n                \"account\": null,\n                \"accountingBookDetailList\": null,\n                \"applied\": 500,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 250,\n                            \"apply\": true,\n                            \"applyDate\": 1553324400,\n                            \"currency\": \"IND\",\n                            \"doc\": 577,\n                            \"due\": 250,\n                            \"line\": 0,\n                            \"refNum\": null,\n                            \"total\": 1050,\n                            \"type\": \"Purchase Bill\"\n                        },\n                        {\n                            \"amount\": 250,\n                            \"apply\": true,\n                            \"applyDate\": 1585206000,\n                            \"currency\": \"IND\",\n                            \"doc\": 1096,\n                            \"due\": 250,\n                            \"line\": 0,\n                            \"refNum\": null,\n                            \"total\": 250,\n                            \"type\": \"Purchase Bill\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"#, 108, 7th Main Rd, 2nd Block,\",\n                    \"addr2\": \"Jaya Nagar East\\tJayanagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                    \"addressee\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"223\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560011\"\n                },\n                \"class\": null,\n                \"createdDate\": 1553864149,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"652\",\n                    \"name\": \"Vendor Return Authorization #1\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"170\",\n                            \"scriptId\": \"custbody_ds_cus_ref\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"typeId\": \"-2\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"172\",\n                            \"scriptId\": \"custbody_ds_pb_no\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"650\",\n                                \"name\": \"Purchase Bill 25/03/2019\",\n                                \"typeId\": \"-30\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"169\",\n                            \"scriptId\": \"custbody_ds_po_referenceno\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"642\",\n                                \"name\": \"Purchase Order #33\",\n                                \"typeId\": \"-30\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"168\",\n                            \"scriptId\": \"custbody_so_refernce_no\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"641\",\n                                \"name\": \"Sales Order #57\",\n                                \"typeId\": \"-30\"\n                            }\n                        }\n                    ]\n                },\n                \"customForm\": null,\n                \"department\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"internalId\": \"1133\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 500,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"364\",\n                                \"name\": \"22 Test CHANDANA BROTHERS\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": null,\n                            \"grossAmt\": 500,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"23\",\n                                \"name\": \"Test MEN'S VINTAGE- JEANS PANT\",\n                                \"type\": null\n                            },\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"quantity\": 1,\n                            \"rate\": \"500.00\",\n                            \"serialNumbersList\": null,\n                            \"tax1Amt\": 0,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"5\",\n                                \"name\": \"VAT_IN:UNDEF-IN\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 0,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1554920758,\n                \"location\": null,\n                \"memo\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"total\": null,\n                \"tranDate\": 1553797800,\n                \"tranId\": \"1\",\n                \"transactionNumber\": \"VENDCRED2\",\n                \"unApplied\": 0,\n                \"userTaxTotal\": null,\n                \"userTotal\": 500\n            }\n        },\n        {\n            \"record\": {\n                \"account\": null,\n                \"accountingBookDetailList\": null,\n                \"applied\": 3540,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 3540,\n                            \"apply\": true,\n                            \"applyDate\": 1561100400,\n                            \"currency\": \"IND\",\n                            \"doc\": 2448,\n                            \"due\": 3540,\n                            \"line\": 0,\n                            \"refNum\": null,\n                            \"total\": 8850,\n                            \"type\": \"Purchase Bill\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"autoApply\": null,\n                \"billAddressList\": null,\n                \"billingAddress\": {\n                    \"addr1\": \"No.16, Ground floor, 4th Cross \",\n                    \"addr2\": \"Sudhama Nagar\",\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Test Blue Monkey Clothing Company <br>No.16, Ground floor, 4th Cross \\t<br>Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA 560027<br>India\",\n                    \"addressee\": \"Test Blue Monkey Clothing Company\",\n                    \"attention\": null,\n                    \"city\": \"BANGALORE\",\n                    \"country\": \"_india\",\n                    \"customFieldList\": null,\n                    \"internalId\": \"243\",\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": \"KARNATAKA\",\n                    \"zip\": \"560027\"\n                },\n                \"class\": null,\n                \"createdDate\": 1555924077,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2448\",\n                    \"name\": \"Purchase Bill\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"380\",\n                    \"name\": \"Test Blue Monkey Clothing Company\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"internalId\": \"2449\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 3000,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": null,\n                            \"customer\": {\n                                \"externalId\": null,\n                                \"internalId\": \"4501\",\n                                \"name\": \"228 Test DS Cust123\",\n                                \"type\": null\n                            },\n                            \"department\": null,\n                            \"description\": \"Test MEN'S SHIRT\",\n                            \"grossAmt\": 3540,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"27\",\n                                \"name\": \"Test MEN'S SHIRT\",\n                                \"type\": null\n                            },\n                            \"line\": 1,\n                            \"location\": null,\n                            \"options\": null,\n                            \"orderLine\": null,\n                            \"quantity\": 12,\n                            \"rate\": \"250.00\",\n                            \"serialNumbersList\": null,\n                            \"tax1Amt\": 540,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"36\",\n                                \"name\": \"VAT_IN:GST 18\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 18,\n                            \"taxRate2\": null,\n                            \"units\": {\n                                \"externalId\": null,\n                                \"internalId\": \"1\",\n                                \"name\": \"Piece\",\n                                \"type\": null\n                            },\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1555924077,\n                \"location\": null,\n                \"memo\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"total\": null,\n                \"tranDate\": 1555871400,\n                \"tranId\": null,\n                \"transactionNumber\": \"VENDCRED3\",\n                \"unApplied\": 0,\n                \"userTaxTotal\": null,\n                \"userTotal\": 3540\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_10232019107270815202811399_10c9f9d9b\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 1,\n    \"totalRecords\": 3\n}"}],"_postman_id":"d4a58445-8d42-4b90-b513-db9d111b5ec5"},{"name":"Retrieve vendor credits by where","id":"9fd53806-ac77-4345-9804-a83e7b42405f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/vendorCredit?where=DateCreated>1445126328","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateCreated</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>TranDate</td>\n<td>1578954123</td>\n<td>Used to Include the transaction date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>6</td>\n<td>Used to Include the Customer filter for the request. e.g., Customer=6.</td>\n</tr>\n<tr>\n<td>Employee</td>\n<td>4</td>\n<td>Used to Include the Employee filter for the request. e.g., Employee=4.</td>\n</tr>\n<tr>\n<td>Entity</td>\n<td>6</td>\n<td>Used to Include the Entity filter for the request. e.g., Entity=6.</td>\n</tr>\n<tr>\n<td>Memorized</td>\n<td>false</td>\n<td>Used to Include the Memorized filter for the request. e.g., Memorized=false.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","vendorCredit"],"host":["api","prestructured","com"],"query":[{"disabled":true,"key":"searchId","value":"WEBSERVICES_5333445_SB1_10232019107270815202811399_10c9f9d9b"},{"disabled":true,"key":"page","value":"4"},{"key":"where","value":"DateCreated>1445126328"}],"variable":[]}},"response":[{"id":"00fca736-e537-49a2-aa0f-089f83ef7045","name":"Retrieve vendor credits by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"5"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/vendorCredit?where=DateCreated>1445126328","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","vendorCredit"],"query":[{"key":"where","value":"DateCreated>1445126328"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 17:13:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12834"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"isSuccess\": true,\r\n  \"pageIndex\": 1,\r\n  \"readResponse\": [\r\n    {\r\n      \"record\": {\r\n        \"account\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"176\",\r\n          \"name\": \"20010 Accounts Payable : Trade Creditors\",\r\n          \"type\": null\r\n        },\r\n        \"accountingBookDetailList\": null,\r\n        \"applied\": 0.0,\r\n        \"applyList\": null,\r\n        \"autoApply\": null,\r\n        \"billAddressList\": null,\r\n        \"billingAddress\": {\r\n          \"addr1\": \"81 Whitby Road\",\r\n          \"addr2\": null,\r\n          \"addr3\": null,\r\n          \"addrPhone\": null,\r\n          \"addrText\": \"Best Fixtures Ltd.<br>81 Whitby Road<br>DIDLING<br>GU29 9LX<br>United Kingdom\",\r\n          \"addressee\": \"Best Fixtures Ltd.\",\r\n          \"attention\": null,\r\n          \"city\": \"DIDLING\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"26\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": null,\r\n          \"zip\": \"GU29 9LX\"\r\n        },\r\n        \"class\": null,\r\n        \"createdDate\": 1543642845,\r\n        \"createdFrom\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"19834\",\r\n          \"name\": \"Vendor Return Authorization #VA0000001\",\r\n          \"type\": null\r\n        },\r\n        \"currency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"GBP\",\r\n          \"type\": null\r\n        },\r\n        \"currencyName\": \"GBP\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"273\",\r\n              \"scriptId\": \"custbody_cash_register\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"342\",\r\n              \"scriptId\": \"custbody_document_date\",\r\n              \"value\": 1543276800\r\n            },\r\n            {\r\n              \"internalId\": \"257\",\r\n              \"scriptId\": \"custbody_nexus_notc\",\r\n              \"value\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"2\",\r\n                \"name\": \"GB\",\r\n                \"typeId\": \"20\"\r\n              }\r\n            },\r\n            {\r\n              \"internalId\": \"269\",\r\n              \"scriptId\": \"custbody_nondeductible_processed\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1629\",\r\n              \"scriptId\": \"custbody_nsts_vp_auto_apply_prepayment\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1628\",\r\n              \"scriptId\": \"custbody_nsts_vp_include_tax\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"814\",\r\n              \"scriptId\": \"custbody_nsts_vp_prepay_trans\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"807\",\r\n              \"scriptId\": \"custbody_nsts_vp_vendor_email\",\r\n              \"value\": \"info@BestFixtures.com.uk\"\r\n            },\r\n            {\r\n              \"internalId\": \"809\",\r\n              \"scriptId\": \"custbody_nsts_vp_with_prepayments\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"263\",\r\n              \"scriptId\": \"custbody_report_timestamp\",\r\n              \"value\": \"28/2/2017 21:39:59\"\r\n            },\r\n            {\r\n              \"internalId\": \"1744\",\r\n              \"scriptId\": \"custbody_sii_article_72_73\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1745\",\r\n              \"scriptId\": \"custbody_sii_not_reported_in_time\",\r\n              \"value\": false\r\n            }\r\n          ]\r\n        },\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"14\",\r\n          \"name\": \"Best Fixtures Ltd.\",\r\n          \"type\": null\r\n        },\r\n        \"entityTaxRegNum\": null,\r\n        \"exchangeRate\": 1.0,\r\n        \"expenseList\": null,\r\n        \"externalId\": null,\r\n        \"internalId\": \"19836\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amortizStartDate\": null,\r\n              \"amortizationEndDate\": null,\r\n              \"amortizationResidual\": null,\r\n              \"amortizationSched\": null,\r\n              \"amount\": 307.4,\r\n              \"binNumbers\": null,\r\n              \"class\": null,\r\n              \"customFieldList\": {\r\n                \"customField\": [\r\n                  {\r\n                    \"internalId\": \"416\",\r\n                    \"scriptId\": \"custcol_scm_item_parent\",\r\n                    \"value\": {\r\n                      \"externalId\": null,\r\n                      \"internalId\": \"78\",\r\n                      \"name\": \"HOME FURNITURE : Bedroom\",\r\n                      \"typeId\": \"-10\"\r\n                    }\r\n                  },\r\n                  {\r\n                    \"internalId\": \"414\",\r\n                    \"scriptId\": \"custcol_scm_lc_autocalc\",\r\n                    \"value\": false\r\n                  },\r\n                  {\r\n                    \"internalId\": \"248\",\r\n                    \"scriptId\": \"custcol_statistical_value_base_curr\",\r\n                    \"value\": 0.0\r\n                  }\r\n                ]\r\n              },\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"grossAmt\": 368.88,\r\n              \"inventoryDetail\": null,\r\n              \"isBillable\": false,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"111\",\r\n                \"name\": \"HOME FURNITURE : Bedroom : Hallmark Night Stand\",\r\n                \"type\": null\r\n              },\r\n              \"line\": 1,\r\n              \"location\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"9\",\r\n                \"name\": \"London\",\r\n                \"type\": null\r\n              },\r\n              \"options\": null,\r\n              \"orderLine\": null,\r\n              \"quantity\": 2.0,\r\n              \"rate\": \"153.70\",\r\n              \"serialNumbersList\": null,\r\n              \"tax1Amt\": 61.48,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null,\r\n              \"vendorName\": null\r\n            },\r\n            {\r\n              \"amortizStartDate\": null,\r\n              \"amortizationEndDate\": null,\r\n              \"amortizationResidual\": null,\r\n              \"amortizationSched\": null,\r\n              \"amount\": 1108.75,\r\n              \"binNumbers\": null,\r\n              \"class\": null,\r\n              \"customFieldList\": {\r\n                \"customField\": [\r\n                  {\r\n                    \"internalId\": \"416\",\r\n                    \"scriptId\": \"custcol_scm_item_parent\",\r\n                    \"value\": {\r\n                      \"externalId\": null,\r\n                      \"internalId\": \"78\",\r\n                      \"name\": \"HOME FURNITURE : Bedroom\",\r\n                      \"typeId\": \"-10\"\r\n                    }\r\n                  },\r\n                  {\r\n                    \"internalId\": \"414\",\r\n                    \"scriptId\": \"custcol_scm_lc_autocalc\",\r\n                    \"value\": false\r\n                  },\r\n                  {\r\n                    \"internalId\": \"248\",\r\n                    \"scriptId\": \"custcol_statistical_value_base_curr\",\r\n                    \"value\": 0.0\r\n                  }\r\n                ]\r\n              },\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"grossAmt\": 1330.5,\r\n              \"inventoryDetail\": null,\r\n              \"isBillable\": false,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"110\",\r\n                \"name\": \"HOME FURNITURE : Bedroom : Spade King-sized Bed Frame\",\r\n                \"type\": null\r\n              },\r\n              \"line\": 2,\r\n              \"location\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"9\",\r\n                \"name\": \"London\",\r\n                \"type\": null\r\n              },\r\n              \"options\": null,\r\n              \"orderLine\": null,\r\n              \"quantity\": 2.0,\r\n              \"rate\": \"554.3758\",\r\n              \"serialNumbersList\": null,\r\n              \"tax1Amt\": 221.75,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null,\r\n              \"vendorName\": null\r\n            },\r\n            {\r\n              \"amortizStartDate\": null,\r\n              \"amortizationEndDate\": null,\r\n              \"amortizationResidual\": null,\r\n              \"amortizationSched\": null,\r\n              \"amount\": 190.6,\r\n              \"binNumbers\": null,\r\n              \"class\": null,\r\n              \"customFieldList\": {\r\n                \"customField\": [\r\n                  {\r\n                    \"internalId\": \"416\",\r\n                    \"scriptId\": \"custcol_scm_item_parent\",\r\n                    \"value\": {\r\n                      \"externalId\": null,\r\n                      \"internalId\": \"77\",\r\n                      \"name\": \"HOME FURNITURE : Dining\",\r\n                      \"typeId\": \"-10\"\r\n                    }\r\n                  },\r\n                  {\r\n                    \"internalId\": \"414\",\r\n                    \"scriptId\": \"custcol_scm_lc_autocalc\",\r\n                    \"value\": false\r\n                  },\r\n                  {\r\n                    \"internalId\": \"248\",\r\n                    \"scriptId\": \"custcol_statistical_value_base_curr\",\r\n                    \"value\": 0.0\r\n                  }\r\n                ]\r\n              },\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"grossAmt\": 228.72,\r\n              \"inventoryDetail\": null,\r\n              \"isBillable\": false,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"108\",\r\n                \"name\": \"HOME FURNITURE : Dining : Dormer Dining Table\",\r\n                \"type\": null\r\n              },\r\n              \"line\": 3,\r\n              \"location\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"9\",\r\n                \"name\": \"London\",\r\n                \"type\": null\r\n              },\r\n              \"options\": null,\r\n              \"orderLine\": null,\r\n              \"quantity\": 2.0,\r\n              \"rate\": \"95.30\",\r\n              \"serialNumbersList\": null,\r\n              \"tax1Amt\": 38.12,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null,\r\n              \"vendorName\": null\r\n            },\r\n            {\r\n              \"amortizStartDate\": null,\r\n              \"amortizationEndDate\": null,\r\n              \"amortizationResidual\": null,\r\n              \"amortizationSched\": null,\r\n              \"amount\": 180.0,\r\n              \"binNumbers\": null,\r\n              \"class\": null,\r\n              \"customFieldList\": {\r\n                \"customField\": [\r\n                  {\r\n                    \"internalId\": \"416\",\r\n                    \"scriptId\": \"custcol_scm_item_parent\",\r\n                    \"value\": {\r\n                      \"externalId\": null,\r\n                      \"internalId\": \"77\",\r\n                      \"name\": \"HOME FURNITURE : Dining\",\r\n                      \"typeId\": \"-10\"\r\n                    }\r\n                  },\r\n                  {\r\n                    \"internalId\": \"414\",\r\n                    \"scriptId\": \"custcol_scm_lc_autocalc\",\r\n                    \"value\": false\r\n                  },\r\n                  {\r\n                    \"internalId\": \"248\",\r\n                    \"scriptId\": \"custcol_statistical_value_base_curr\",\r\n                    \"value\": 0.0\r\n                  }\r\n                ]\r\n              },\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"grossAmt\": 216.0,\r\n              \"inventoryDetail\": null,\r\n              \"isBillable\": false,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"109\",\r\n                \"name\": \"HOME FURNITURE : Dining : Padded Folding Chair\",\r\n                \"type\": null\r\n              },\r\n              \"line\": 4,\r\n              \"location\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"9\",\r\n                \"name\": \"London\",\r\n                \"type\": null\r\n              },\r\n              \"options\": null,\r\n              \"orderLine\": null,\r\n              \"quantity\": 2.0,\r\n              \"rate\": \"90.00\",\r\n              \"serialNumbersList\": null,\r\n              \"tax1Amt\": 36.0,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null,\r\n              \"vendorName\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1541348550,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"nexus\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"134\",\r\n          \"name\": \"Oct 2018\",\r\n          \"type\": null\r\n        },\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"8\",\r\n          \"name\": \"United Kingdom\",\r\n          \"type\": null\r\n        },\r\n        \"subsidiaryTaxRegNum\": null,\r\n        \"taxDetailsList\": null,\r\n        \"taxDetailsOverride\": null,\r\n        \"taxPointDate\": null,\r\n        \"taxRegOverride\": null,\r\n        \"total\": null,\r\n        \"tranDate\": 1539817200,\r\n        \"tranId\": \"VA0000001\",\r\n        \"transactionNumber\": \"1\",\r\n        \"unApplied\": 2144.1,\r\n        \"userTaxTotal\": null,\r\n        \"userTotal\": 2144.1\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    },\r\n    {\r\n      \"record\": {\r\n        \"account\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"176\",\r\n          \"name\": \"20010 Accounts Payable : Trade Creditors\",\r\n          \"type\": null\r\n        },\r\n        \"accountingBookDetailList\": null,\r\n        \"applied\": 0.0,\r\n        \"applyList\": null,\r\n        \"autoApply\": null,\r\n        \"billAddressList\": null,\r\n        \"billingAddress\": {\r\n          \"addr1\": \"21 Iolaire Road\",\r\n          \"addr2\": null,\r\n          \"addr3\": null,\r\n          \"addrPhone\": null,\r\n          \"addrText\": \"Century Computers<br>21 Iolaire Road<br>NETTON<br>SP4 2DP<br>United Kingdom\",\r\n          \"addressee\": \"Century Computers\",\r\n          \"attention\": null,\r\n          \"city\": \"NETTON\",\r\n          \"country\": \"_unitedKingdom\",\r\n          \"customFieldList\": null,\r\n          \"internalId\": \"29\",\r\n          \"nullFieldList\": null,\r\n          \"override\": false,\r\n          \"state\": null,\r\n          \"zip\": \"SP4 2DP\"\r\n        },\r\n        \"class\": null,\r\n        \"createdDate\": 1543643088,\r\n        \"createdFrom\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"19837\",\r\n          \"name\": \"Vendor Return Authorization #VA0000002\",\r\n          \"type\": null\r\n        },\r\n        \"currency\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"1\",\r\n          \"name\": \"GBP\",\r\n          \"type\": null\r\n        },\r\n        \"currencyName\": \"GBP\",\r\n        \"customFieldList\": {\r\n          \"customField\": [\r\n            {\r\n              \"internalId\": \"273\",\r\n              \"scriptId\": \"custbody_cash_register\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"342\",\r\n              \"scriptId\": \"custbody_document_date\",\r\n              \"value\": 1543276800\r\n            },\r\n            {\r\n              \"internalId\": \"257\",\r\n              \"scriptId\": \"custbody_nexus_notc\",\r\n              \"value\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"2\",\r\n                \"name\": \"GB\",\r\n                \"typeId\": \"20\"\r\n              }\r\n            },\r\n            {\r\n              \"internalId\": \"269\",\r\n              \"scriptId\": \"custbody_nondeductible_processed\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1629\",\r\n              \"scriptId\": \"custbody_nsts_vp_auto_apply_prepayment\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1628\",\r\n              \"scriptId\": \"custbody_nsts_vp_include_tax\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"814\",\r\n              \"scriptId\": \"custbody_nsts_vp_prepay_trans\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"807\",\r\n              \"scriptId\": \"custbody_nsts_vp_vendor_email\",\r\n              \"value\": \"MaylandsPuklina@centurycomputers.com.uk\"\r\n            },\r\n            {\r\n              \"internalId\": \"809\",\r\n              \"scriptId\": \"custbody_nsts_vp_with_prepayments\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"263\",\r\n              \"scriptId\": \"custbody_report_timestamp\",\r\n              \"value\": \"28/2/2017 21:44:24\"\r\n            },\r\n            {\r\n              \"internalId\": \"1744\",\r\n              \"scriptId\": \"custbody_sii_article_72_73\",\r\n              \"value\": false\r\n            },\r\n            {\r\n              \"internalId\": \"1745\",\r\n              \"scriptId\": \"custbody_sii_not_reported_in_time\",\r\n              \"value\": false\r\n            }\r\n          ]\r\n        },\r\n        \"customForm\": null,\r\n        \"department\": null,\r\n        \"entity\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"17\",\r\n          \"name\": \"Century Computers\",\r\n          \"type\": null\r\n        },\r\n        \"entityTaxRegNum\": null,\r\n        \"exchangeRate\": 1.0,\r\n        \"expenseList\": null,\r\n        \"externalId\": null,\r\n        \"internalId\": \"19839\",\r\n        \"itemList\": {\r\n          \"item\": [\r\n            {\r\n              \"amortizStartDate\": null,\r\n              \"amortizationEndDate\": null,\r\n              \"amortizationResidual\": null,\r\n              \"amortizationSched\": null,\r\n              \"amount\": 1360.0,\r\n              \"binNumbers\": null,\r\n              \"class\": null,\r\n              \"customFieldList\": {\r\n                \"customField\": [\r\n                  {\r\n                    \"internalId\": \"416\",\r\n                    \"scriptId\": \"custcol_scm_item_parent\",\r\n                    \"value\": {\r\n                      \"externalId\": null,\r\n                      \"internalId\": \"75\",\r\n                      \"name\": \"LAPTOPS\",\r\n                      \"typeId\": \"-10\"\r\n                    }\r\n                  },\r\n                  {\r\n                    \"internalId\": \"414\",\r\n                    \"scriptId\": \"custcol_scm_lc_autocalc\",\r\n                    \"value\": false\r\n                  },\r\n                  {\r\n                    \"internalId\": \"248\",\r\n                    \"scriptId\": \"custcol_statistical_value_base_curr\",\r\n                    \"value\": 0.0\r\n                  }\r\n                ]\r\n              },\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"grossAmt\": 1632.0,\r\n              \"inventoryDetail\": null,\r\n              \"isBillable\": false,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"106\",\r\n                \"name\": \"LAPTOPS : ASUS Zenbook UX3015CA\",\r\n                \"type\": null\r\n              },\r\n              \"line\": 1,\r\n              \"location\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"9\",\r\n                \"name\": \"London\",\r\n                \"type\": null\r\n              },\r\n              \"options\": null,\r\n              \"orderLine\": null,\r\n              \"quantity\": 2.0,\r\n              \"rate\": \"680.00\",\r\n              \"serialNumbersList\": null,\r\n              \"tax1Amt\": 272.0,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null,\r\n              \"vendorName\": null\r\n            },\r\n            {\r\n              \"amortizStartDate\": null,\r\n              \"amortizationEndDate\": null,\r\n              \"amortizationResidual\": null,\r\n              \"amortizationSched\": null,\r\n              \"amount\": 1920.0,\r\n              \"binNumbers\": null,\r\n              \"class\": null,\r\n              \"customFieldList\": {\r\n                \"customField\": [\r\n                  {\r\n                    \"internalId\": \"416\",\r\n                    \"scriptId\": \"custcol_scm_item_parent\",\r\n                    \"value\": {\r\n                      \"externalId\": null,\r\n                      \"internalId\": \"75\",\r\n                      \"name\": \"LAPTOPS\",\r\n                      \"typeId\": \"-10\"\r\n                    }\r\n                  },\r\n                  {\r\n                    \"internalId\": \"414\",\r\n                    \"scriptId\": \"custcol_scm_lc_autocalc\",\r\n                    \"value\": false\r\n                  },\r\n                  {\r\n                    \"internalId\": \"248\",\r\n                    \"scriptId\": \"custcol_statistical_value_base_curr\",\r\n                    \"value\": 0.0\r\n                  }\r\n                ]\r\n              },\r\n              \"customer\": null,\r\n              \"department\": null,\r\n              \"description\": null,\r\n              \"grossAmt\": 2304.0,\r\n              \"inventoryDetail\": null,\r\n              \"isBillable\": false,\r\n              \"item\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"105\",\r\n                \"name\": \"LAPTOPS : Lenovo XPS 13\",\r\n                \"type\": null\r\n              },\r\n              \"line\": 2,\r\n              \"location\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"9\",\r\n                \"name\": \"London\",\r\n                \"type\": null\r\n              },\r\n              \"options\": null,\r\n              \"orderLine\": null,\r\n              \"quantity\": 2.0,\r\n              \"rate\": \"960.00\",\r\n              \"serialNumbersList\": null,\r\n              \"tax1Amt\": 384.0,\r\n              \"taxAmount\": null,\r\n              \"taxCode\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"24\",\r\n                \"name\": \"VAT:S-GB\",\r\n                \"type\": null\r\n              },\r\n              \"taxDetailsReference\": null,\r\n              \"taxRate1\": 20.0,\r\n              \"taxRate2\": null,\r\n              \"units\": null,\r\n              \"vendorName\": null\r\n            }\r\n          ],\r\n          \"replaceAll\": \"true\"\r\n        },\r\n        \"lastModifiedDate\": 1541348550,\r\n        \"location\": null,\r\n        \"memo\": null,\r\n        \"nexus\": null,\r\n        \"nullFieldList\": null,\r\n        \"postingPeriod\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"134\",\r\n          \"name\": \"Oct 2018\",\r\n          \"type\": null\r\n        },\r\n        \"subsidiary\": {\r\n          \"externalId\": null,\r\n          \"internalId\": \"8\",\r\n          \"name\": \"United Kingdom\",\r\n          \"type\": null\r\n        },\r\n        \"subsidiaryTaxRegNum\": null,\r\n        \"taxDetailsList\": null,\r\n        \"taxDetailsOverride\": null,\r\n        \"taxPointDate\": null,\r\n        \"taxRegOverride\": null,\r\n        \"total\": null,\r\n        \"tranDate\": 1539903600,\r\n        \"tranId\": \"VA0000002\",\r\n        \"transactionNumber\": \"2\",\r\n        \"unApplied\": 3936.0,\r\n        \"userTaxTotal\": null,\r\n        \"userTotal\": 3936.0\r\n      },\r\n      \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n      }\r\n    }\r\n  ],\r\n  \"searchId\": \"WEBSERVICES_TSTDRV2039248_1230201914616274452095427976_94961\",\r\n  \"status\": {\r\n    \"isSuccess\": true,\r\n    \"statusDetail\": []\r\n  },\r\n  \"totalPages\": 1,\r\n  \"totalRecords\": 2\r\n}"}],"_postman_id":"9fd53806-ac77-4345-9804-a83e7b42405f"},{"name":"Retrieve vendor credits by ID","id":"678c6ee3-2e1d-410a-a68b-c57df305a007","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/vendorCredit?id=19836","urlObject":{"protocol":"https","path":["netsuite","v0","vendorCredit"],"host":["api","prestructured","com"],"query":[{"disabled":true,"key":"searchId","value":"WEBSERVICES_5333445_SB1_10232019107270815202811399_10c9f9d9b"},{"disabled":true,"key":"page","value":"4"},{"disabled":true,"key":"where","value":"DateCreated>1545126328"},{"key":"id","value":"19836"}],"variable":[]}},"response":[{"id":"3b0a497f-0fc7-4358-8740-0ac4eb538a9c","name":"Retrieve vendor credits by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=e4ad83c663b9014bc0b0852cb6a76d361778dbd278993dbe604198d197b7657c&consumersecret=506d18074819813736c7e8f2a8764761d4fe5b3c44a044379e44b7a9f17646dd&tokenid=21bfc9b1425e79201ef649e96176144dcea05b607cb59961f51e732dcbed8e58&tokensecret=27c4ec494566e160d75fd2675c4f424208d2b6ca4fbcdc785c37676624358a9a&account=TSTDRV2039248"},{"key":"prestructured-token","type":"text","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"5"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/vendorCredit?id=19836","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","vendorCredit"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_10232019107270815202811399_10c9f9d9b","disabled":true},{"key":"page","value":"4","disabled":true},{"key":"where","value":"DateCreated>1545126328","disabled":true},{"key":"id","value":"19836"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Dec 2019 10:26:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6659"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"176\",\n                    \"name\": \"20010 Accounts Payable : Trade Creditors\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"applied\": 0,\n                \"applyList\": null,\n                \"autoApply\": false,\n                \"billAddressList\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"81 Whitby Road\",\n                    \"type\": null\n                },\n                \"billingAddress\": {\n                    \"addr1\": \"81 Whitby Road\",\n                    \"addr2\": null,\n                    \"addr3\": null,\n                    \"addrPhone\": null,\n                    \"addrText\": \"Best Fixtures Ltd.\\n81 Whitby Road\\nDIDLING\\nGU29 9LX\\nUnited Kingdom\",\n                    \"addressee\": \"Best Fixtures Ltd.\",\n                    \"attention\": null,\n                    \"city\": \"DIDLING\",\n                    \"country\": \"_unitedKingdom\",\n                    \"customFieldList\": null,\n                    \"internalId\": null,\n                    \"nullFieldList\": null,\n                    \"override\": false,\n                    \"state\": null,\n                    \"zip\": \"GU29 9LX\"\n                },\n                \"class\": null,\n                \"createdDate\": 1543642845,\n                \"createdFrom\": {\n                    \"externalId\": null,\n                    \"internalId\": \"19834\",\n                    \"name\": \"Vendor Return Authorization #VA0000001\",\n                    \"type\": null\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"GBP\",\n                    \"type\": null\n                },\n                \"currencyName\": \"GBP\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"257\",\n                            \"scriptId\": \"custbody_nexus_notc\",\n                            \"value\": {\n                                \"externalId\": null,\n                                \"internalId\": \"2\",\n                                \"name\": \"GB\",\n                                \"typeId\": \"20\"\n                            }\n                        },\n                        {\n                            \"internalId\": \"807\",\n                            \"scriptId\": \"custbody_nsts_vp_vendor_email\",\n                            \"value\": \"info@BestFixtures.com.uk\"\n                        },\n                        {\n                            \"internalId\": \"273\",\n                            \"scriptId\": \"custbody_cash_register\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"814\",\n                            \"scriptId\": \"custbody_nsts_vp_prepay_trans\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1745\",\n                            \"scriptId\": \"custbody_sii_not_reported_in_time\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"1744\",\n                            \"scriptId\": \"custbody_sii_article_72_73\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"809\",\n                            \"scriptId\": \"custbody_nsts_vp_with_prepayments\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"269\",\n                            \"scriptId\": \"custbody_nondeductible_processed\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"48\",\n                    \"name\": \"Standard Vendor Credit\",\n                    \"type\": null\n                },\n                \"department\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"14\",\n                    \"name\": \"Best Fixtures Ltd.\",\n                    \"type\": null\n                },\n                \"entityTaxRegNum\": null,\n                \"exchangeRate\": 1,\n                \"expenseList\": null,\n                \"externalId\": null,\n                \"internalId\": \"19836\",\n                \"itemList\": {\n                    \"item\": [\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 307.4,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"grossAmt\": 368.88,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"111\",\n                                \"name\": \"HOME FURNITURE : Bedroom : Hallmark Night Stand\",\n                                \"type\": null\n                            },\n                            \"line\": 1,\n                            \"location\": {\n                                \"externalId\": null,\n                                \"internalId\": \"9\",\n                                \"name\": \"London\",\n                                \"type\": null\n                            },\n                            \"options\": null,\n                            \"orderLine\": 1,\n                            \"quantity\": 2,\n                            \"rate\": \"153.70\",\n                            \"serialNumbersList\": null,\n                            \"tax1Amt\": 61.48,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"24\",\n                                \"name\": \"VAT:S-GB\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 20,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 1108.75,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"grossAmt\": 1330.5,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"110\",\n                                \"name\": \"HOME FURNITURE : Bedroom : Spade King-sized Bed Frame\",\n                                \"type\": null\n                            },\n                            \"line\": 2,\n                            \"location\": {\n                                \"externalId\": null,\n                                \"internalId\": \"9\",\n                                \"name\": \"London\",\n                                \"type\": null\n                            },\n                            \"options\": null,\n                            \"orderLine\": 2,\n                            \"quantity\": 2,\n                            \"rate\": \"554.3758\",\n                            \"serialNumbersList\": null,\n                            \"tax1Amt\": 221.75,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"24\",\n                                \"name\": \"VAT:S-GB\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 20,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 190.6,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"grossAmt\": 228.72,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"108\",\n                                \"name\": \"HOME FURNITURE : Dining : Dormer Dining Table\",\n                                \"type\": null\n                            },\n                            \"line\": 3,\n                            \"location\": {\n                                \"externalId\": null,\n                                \"internalId\": \"9\",\n                                \"name\": \"London\",\n                                \"type\": null\n                            },\n                            \"options\": null,\n                            \"orderLine\": 3,\n                            \"quantity\": 2,\n                            \"rate\": \"95.30\",\n                            \"serialNumbersList\": null,\n                            \"tax1Amt\": 38.12,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"24\",\n                                \"name\": \"VAT:S-GB\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 20,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        },\n                        {\n                            \"amortizStartDate\": null,\n                            \"amortizationEndDate\": null,\n                            \"amortizationResidual\": null,\n                            \"amortizationSched\": null,\n                            \"amount\": 180,\n                            \"binNumbers\": null,\n                            \"class\": null,\n                            \"customFieldList\": {\n                                \"customField\": [\n                                    {\n                                        \"internalId\": \"414\",\n                                        \"scriptId\": \"custcol_scm_lc_autocalc\",\n                                        \"value\": false\n                                    }\n                                ]\n                            },\n                            \"customer\": null,\n                            \"department\": null,\n                            \"description\": null,\n                            \"grossAmt\": 216,\n                            \"inventoryDetail\": null,\n                            \"isBillable\": false,\n                            \"item\": {\n                                \"externalId\": null,\n                                \"internalId\": \"109\",\n                                \"name\": \"HOME FURNITURE : Dining : Padded Folding Chair\",\n                                \"type\": null\n                            },\n                            \"line\": 4,\n                            \"location\": {\n                                \"externalId\": null,\n                                \"internalId\": \"9\",\n                                \"name\": \"London\",\n                                \"type\": null\n                            },\n                            \"options\": null,\n                            \"orderLine\": 4,\n                            \"quantity\": 2,\n                            \"rate\": \"90.00\",\n                            \"serialNumbersList\": null,\n                            \"tax1Amt\": 36,\n                            \"taxAmount\": null,\n                            \"taxCode\": {\n                                \"externalId\": null,\n                                \"internalId\": \"24\",\n                                \"name\": \"VAT:S-GB\",\n                                \"type\": null\n                            },\n                            \"taxDetailsReference\": null,\n                            \"taxRate1\": 20,\n                            \"taxRate2\": null,\n                            \"units\": null,\n                            \"vendorName\": null\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"lastModifiedDate\": 1541348550,\n                \"location\": null,\n                \"memo\": null,\n                \"nexus\": null,\n                \"nullFieldList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"134\",\n                    \"name\": \"Oct 2018\",\n                    \"type\": null\n                },\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"8\",\n                    \"name\": \"United Kingdom\",\n                    \"type\": null\n                },\n                \"subsidiaryTaxRegNum\": null,\n                \"taxDetailsList\": null,\n                \"taxDetailsOverride\": null,\n                \"taxPointDate\": null,\n                \"taxRegOverride\": null,\n                \"total\": null,\n                \"tranDate\": 1539817200,\n                \"tranId\": \"VA0000001\",\n                \"transactionNumber\": \"1\",\n                \"unApplied\": 2144.1,\n                \"userTaxTotal\": null,\n                \"userTotal\": 2144.1\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    }\n}"}],"_postman_id":"678c6ee3-2e1d-410a-a68b-c57df305a007"}],"id":"e309476b-3fed-4de3-a5ad-974e52f76590","event":[{"listen":"prerequest","script":{"id":"82fde745-16b9-4baa-bc1d-9973267a2c08","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8777f5a2-d576-4e75-bcfb-c5d4319d65c6","type":"text/javascript","exec":[""]}}],"_postman_id":"e309476b-3fed-4de3-a5ad-974e52f76590","description":""},{"name":"POST","item":[{"name":"Create vendor credits","id":"5b9b02fe-90ad-4b14-8194-542e1aefabd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"entity\":{\r\n      \"internalId\":\"371\",\r\n      \"name\":\"Anuvarthh Apparels Pvt Ltd\"\r\n   },\r\n   \"exchangeRate\":1.0,\r\n   \"itemList\":{\r\n      \"item\":[\r\n         {\r\n            \"description\":\"Subtotal\",\r\n            \"isBillable\":false,\r\n            \"item\":{\r\n               \"internalId\":\"-2\",\r\n               \"name\":\"Subtotal\"\r\n            },\r\n            \"line\":3,\r\n            \"taxCode\":{\r\n               \"internalId\":\"5\",\r\n               \"name\":\"VAT_IN:UNDEF-IN\"\r\n            }\r\n         },\r\n         {\r\n            \"description\":\"Discount\",\r\n            \"grossAmt\":-2280.0,\r\n            \"isBillable\":false,\r\n            \"item\":{\r\n               \"internalId\":\"10\",\r\n               \"name\":\"Discount\"\r\n            },\r\n            \"line\":4,\r\n            \"tax1Amt\":0.0,\r\n            \"taxCode\":{\r\n               \"internalId\":\"5\",\r\n               \"name\":\"VAT_IN:UNDEF-IN\"\r\n            }\r\n         }\r\n      ]\r\n   },\r\n   \"postingPeriod\":{\r\n      \"internalId\":\"122\",\r\n      \"name\":\"Mar 2019\"\r\n   },\r\n   \"subsidiary\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"Parent Company\"\r\n   },\r\n   \"tranDate\":1553625000,\r\n   \"tranId\":\"3\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/vendorCredit","urlObject":{"protocol":"https","path":["netsuite","v0","vendorCredit"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"c6360e5e-4317-4670-babf-e2871dc79a48","name":"Create vendor credits","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"entity\":{\r\n      \"internalId\":\"371\",\r\n      \"name\":\"Anuvarthh Apparels Pvt Ltd\"\r\n   },\r\n   \"exchangeRate\":1.0,\r\n   \"itemList\":{\r\n      \"item\":[\r\n         {\r\n            \"description\":\"Subtotal\",\r\n            \"isBillable\":false,\r\n            \"item\":{\r\n               \"internalId\":\"-2\",\r\n               \"name\":\"Subtotal\"\r\n            },\r\n            \"line\":3,\r\n            \"taxCode\":{\r\n               \"internalId\":\"5\",\r\n               \"name\":\"VAT_IN:UNDEF-IN\"\r\n            }\r\n         },\r\n         {\r\n            \"description\":\"Discount\",\r\n            \"grossAmt\":-2280.0,\r\n            \"isBillable\":false,\r\n            \"item\":{\r\n               \"internalId\":\"10\",\r\n               \"name\":\"Discount\"\r\n            },\r\n            \"line\":4,\r\n            \"tax1Amt\":0.0,\r\n            \"taxCode\":{\r\n               \"internalId\":\"5\",\r\n               \"name\":\"VAT_IN:UNDEF-IN\"\r\n            }\r\n         }\r\n      ]\r\n   },\r\n   \"postingPeriod\":{\r\n      \"internalId\":\"122\",\r\n      \"name\":\"Mar 2019\"\r\n   },\r\n   \"subsidiary\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"Parent Company\"\r\n   },\r\n   \"tranDate\":1553625000,\r\n   \"tranId\":\"3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/vendorCredit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"32926\",\r\n                \"name\": null,\r\n                \"type\": \"vendorCredit\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": [\r\n                    {\r\n                        \"afterSubmitFailed\": false,\r\n                        \"code\": null,\r\n                        \"message\": null,\r\n                        \"type\": \"ERROR\"\r\n                    },\r\n                    {\r\n                        \"afterSubmitFailed\": null,\r\n                        \"code\": \"WARNING\",\r\n                        \"message\": \"Reference No. 3 is a duplicate for this vendor. Click OK to save duplicate or click Cancel and change Reference No.\",\r\n                        \"type\": \"WARN\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"5b9b02fe-90ad-4b14-8194-542e1aefabd5"}],"id":"5795bfec-8519-4485-b5eb-7ffab63c4c4a","event":[{"listen":"prerequest","script":{"id":"f3d5a0d6-8d3f-4cde-8824-1d8ca49ec867","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9818ae12-f2cc-4c9d-aa9c-938095330e61","type":"text/javascript","exec":[""]}}],"_postman_id":"5795bfec-8519-4485-b5eb-7ffab63c4c4a","description":""},{"name":"PUT","item":[{"name":"Update vendor credits","id":"ac834395-a48d-419c-8b18-185e87cea2d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\r\n   \"postingPeriod\":{\r\n      \"internalId\":\"122\",\r\n      \"name\":\"Mar 2019\"\r\n   },\r\n   \"subsidiary\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"Parent Company\"\r\n   },\r\n   \"tranDate\":1553625100,\r\n   \"tranId\":\"3\",\r\n   \"internalId\": \"33024\"\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/vendorCredit","urlObject":{"protocol":"https","path":["netsuite","v0","vendorCredit"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"738f213a-9665-4dda-8d06-711108dfcc5b","name":"Update vendor credits","originalRequest":{"method":"PUT","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\r\n   \"postingPeriod\":{\r\n      \"internalId\":\"122\",\r\n      \"name\":\"Mar 2019\"\r\n   },\r\n   \"subsidiary\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"Parent Company\"\r\n   },\r\n   \"tranDate\":1553625100,\r\n   \"tranId\":\"3\",\r\n   \"internalId\": \"33024\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/vendorCredit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"33024\",\r\n                \"name\": null,\r\n                \"type\": \"vendorCredit\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": [\r\n                    {\r\n                        \"afterSubmitFailed\": false,\r\n                        \"code\": null,\r\n                        \"message\": null,\r\n                        \"type\": \"ERROR\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"ac834395-a48d-419c-8b18-185e87cea2d3"}],"id":"96dae071-3805-4531-ab1b-2d9321b864fb","event":[{"listen":"prerequest","script":{"id":"ff992554-ae10-43e6-ad3f-b15cbf96ed28","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3e7f1fb4-3b49-4c48-ba0e-e67d5369c44d","type":"text/javascript","exec":[""]}}],"_postman_id":"96dae071-3805-4531-ab1b-2d9321b864fb","description":""},{"name":"DELETE","item":[{"name":"Delete vendor credits","id":"8a48e33a-5f73-483d-9e37-a608b9d33a4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/vendorCredit?id=32927","urlObject":{"protocol":"https","path":["netsuite","v0","vendorCredit"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"32927"}],"variable":[]}},"response":[{"id":"f58f277a-8ea3-4534-9cf9-77a6ea8fd850","name":"Delete vendor credits","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/vendorCredit?id=32927","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","vendorCredit"],"query":[{"key":"id","value":"32927"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"32927\",\r\n                \"name\": null,\r\n                \"type\": \"vendorCredit\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"8a48e33a-5f73-483d-9e37-a608b9d33a4f"}],"id":"0332ecaf-4b24-4cce-af7d-a70b25bda0aa","event":[{"listen":"prerequest","script":{"id":"319f01d9-87fa-4520-8a30-b404908bfd8a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bcc7c001-ad77-4691-b508-991b671dd642","type":"text/javascript","exec":[""]}}],"_postman_id":"0332ecaf-4b24-4cce-af7d-a70b25bda0aa","description":""}],"id":"8ab679b7-2d4d-43ff-bbaf-5da2138b7b9c","event":[{"listen":"prerequest","script":{"id":"9fd92f4f-ec1a-4060-8e67-638e25b8b799","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ab15526f-5541-4692-be96-99be1a2be57c","type":"text/javascript","exec":[""]}}],"_postman_id":"8ab679b7-2d4d-43ff-bbaf-5da2138b7b9c","description":""},{"name":"Vendor Payments","item":[{"name":"GET","item":[{"name":"Retrieve vendor payments","id":"1c69a588-1082-4b19-8222-fb414721c6c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/vendorPayment","urlObject":{"protocol":"https","path":["netsuite","v0","vendorPayment"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"64aea199-b241-41bc-919d-8d5ba1ed3783","name":"Retrieve vendor payments","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"5","description":"Must be inbetween 5 and 100","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/vendorPayment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 17:15:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"8144"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Cheque Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"address\": null,\n                \"apAcct\": null,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1000,\n                            \"apply\": true,\n                            \"applyDate\": 1550649600,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 469,\n                            \"due\": 1000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"1\",\n                            \"total\": 1000,\n                            \"type\": \"Expense Report\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"approvalStatus\": null,\n                \"availableBalance\": null,\n                \"balance\": -397405.2,\n                \"billPay\": null,\n                \"class\": null,\n                \"createdDate\": 1550229549,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"B Shamili\",\n                    \"type\": null\n                },\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"internalId\": \"470\",\n                \"isInTransitPayment\": null,\n                \"lastModifiedDate\": 1550229607,\n                \"location\": null,\n                \"memo\": \"Travelling\",\n                \"nextApprover\": null,\n                \"nullFieldList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"121\",\n                    \"name\": \"Feb 2019\",\n                    \"type\": null\n                },\n                \"printVoucher\": false,\n                \"status\": null,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"toAch\": null,\n                \"toBePrinted\": true,\n                \"total\": 1000,\n                \"tranDate\": 1550169000,\n                \"tranId\": null,\n                \"transactionNumber\": \"VENDPYMT1\",\n                \"voidJournal\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"224\",\n                    \"name\": \"GH-Test Bank Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"address\": null,\n                \"apAcct\": null,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 1000,\n                            \"apply\": true,\n                            \"applyDate\": null,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 476,\n                            \"due\": 1000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"2\",\n                            \"total\": 1000,\n                            \"type\": \"Expense Report\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"approvalStatus\": null,\n                \"availableBalance\": null,\n                \"balance\": 5637716.7,\n                \"billPay\": null,\n                \"class\": null,\n                \"createdDate\": 1550293659,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"3\",\n                    \"name\": \"B Shamili\",\n                    \"type\": null\n                },\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"internalId\": \"477\",\n                \"isInTransitPayment\": null,\n                \"lastModifiedDate\": 1550293659,\n                \"location\": null,\n                \"memo\": null,\n                \"nextApprover\": null,\n                \"nullFieldList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"121\",\n                    \"name\": \"Feb 2019\",\n                    \"type\": null\n                },\n                \"printVoucher\": false,\n                \"status\": null,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"toAch\": null,\n                \"toBePrinted\": true,\n                \"total\": 1000,\n                \"tranDate\": 1550255400,\n                \"tranId\": null,\n                \"transactionNumber\": \"VENDPYMT2\",\n                \"voidJournal\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Cheque Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"address\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                \"apAcct\": null,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 50000,\n                            \"apply\": true,\n                            \"applyDate\": 1555830000,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 547,\n                            \"due\": 50000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": \"PB123\",\n                            \"total\": 75000,\n                            \"type\": \"Purchase Bill\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"approvalStatus\": null,\n                \"availableBalance\": null,\n                \"balance\": -397405.2,\n                \"billPay\": null,\n                \"class\": null,\n                \"createdDate\": 1553341211,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"internalId\": \"575\",\n                \"isInTransitPayment\": null,\n                \"lastModifiedDate\": 1553341320,\n                \"location\": null,\n                \"memo\": null,\n                \"nextApprover\": null,\n                \"nullFieldList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"printVoucher\": false,\n                \"status\": null,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"toAch\": null,\n                \"toBePrinted\": true,\n                \"total\": 50000,\n                \"tranDate\": 1553279400,\n                \"tranId\": null,\n                \"transactionNumber\": \"VENDPYMT3\",\n                \"voidJournal\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Cheque Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"address\": \"Test Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                \"apAcct\": null,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 25000,\n                            \"apply\": true,\n                            \"applyDate\": 1553497200,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 650,\n                            \"due\": 25000,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": null,\n                            \"total\": 25000,\n                            \"type\": \"Purchase Bill\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"approvalStatus\": null,\n                \"availableBalance\": null,\n                \"balance\": -397405.2,\n                \"billPay\": null,\n                \"class\": null,\n                \"createdDate\": 1553520881,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Test Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"internalId\": \"651\",\n                \"isInTransitPayment\": null,\n                \"lastModifiedDate\": 1553520881,\n                \"location\": null,\n                \"memo\": null,\n                \"nextApprover\": null,\n                \"nullFieldList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"printVoucher\": false,\n                \"status\": null,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"toAch\": null,\n                \"toBePrinted\": true,\n                \"total\": 25000,\n                \"tranDate\": 1553452200,\n                \"tranId\": null,\n                \"transactionNumber\": \"VENDPYMT4\",\n                \"voidJournal\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Cheque Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"address\": \"Bajaj Clothing Pvt Ltd <br>No.194, 4th Cross, <br>Lalbagh Road, K S Garden,Sudhama Nagar\\t<br>BANGALORE\\t KARNATAKA \\t 560027<br>India\",\n                \"apAcct\": null,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 787.5,\n                            \"apply\": true,\n                            \"applyDate\": 1561100400,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 2457,\n                            \"due\": 787.5,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": null,\n                            \"total\": 1180,\n                            \"type\": \"Purchase Bill\"\n                        },\n                        {\n                            \"amount\": 12600,\n                            \"apply\": true,\n                            \"applyDate\": 1553583600,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 689,\n                            \"due\": 12600,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": null,\n                            \"total\": 12600,\n                            \"type\": \"Purchase Bill\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"approvalStatus\": null,\n                \"availableBalance\": null,\n                \"balance\": -397405.2,\n                \"billPay\": null,\n                \"class\": null,\n                \"createdDate\": 1553598662,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"369\",\n                    \"name\": \"Test Bajaj Clothing Pvt Ltd\",\n                    \"type\": null\n                },\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"internalId\": \"690\",\n                \"isInTransitPayment\": null,\n                \"lastModifiedDate\": 1553598662,\n                \"location\": null,\n                \"memo\": null,\n                \"nextApprover\": null,\n                \"nullFieldList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"printVoucher\": false,\n                \"status\": null,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"toAch\": null,\n                \"toBePrinted\": true,\n                \"total\": 13387.5,\n                \"tranDate\": 1553538600,\n                \"tranId\": null,\n                \"transactionNumber\": \"VENDPYMT6\",\n                \"voidJournal\": null\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_10232019107132150185226036_4f1abec02\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 6,\n    \"totalRecords\": 30\n}"}],"_postman_id":"1c69a588-1082-4b19-8222-fb414721c6c8"},{"name":"Retrieve vendor payments by search ID","id":"4c8e293e-047a-42c7-8c89-65659d27420a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/vendorPayment?searchId=WEBSERVICES_5333445_SB1_102320191070181661144815196_364041cb&page=20","urlObject":{"protocol":"https","path":["netsuite","v0","vendorPayment"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_102320191070181661144815196_364041cb"},{"key":"page","value":"20"}],"variable":[]}},"response":[{"id":"b0b91bfd-5ecc-42a0-8f1f-700563d93811","name":"Retrieve vendor payments by search ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"5","description":"Must be inbetween 5 and 100","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/vendorPayment?searchId=WEBSERVICES_5333445_SB1_102320191070181661144815196_364041cb&page=2","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","vendorPayment"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_102320191070181661144815196_364041cb"},{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 17:17:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"8304"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 2,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Cheque Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"address\": \"Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                \"apAcct\": null,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 9765,\n                            \"apply\": true,\n                            \"applyDate\": 1553583600,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 691,\n                            \"due\": 9765,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": null,\n                            \"total\": 9765,\n                            \"type\": \"Purchase Bill\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"approvalStatus\": null,\n                \"availableBalance\": null,\n                \"balance\": -397405.2,\n                \"billPay\": null,\n                \"class\": null,\n                \"createdDate\": 1553598816,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"internalId\": \"692\",\n                \"isInTransitPayment\": null,\n                \"lastModifiedDate\": 1553598816,\n                \"location\": null,\n                \"memo\": null,\n                \"nextApprover\": null,\n                \"nullFieldList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"printVoucher\": false,\n                \"status\": null,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"toAch\": null,\n                \"toBePrinted\": true,\n                \"total\": 9765,\n                \"tranDate\": 1553538600,\n                \"tranId\": null,\n                \"transactionNumber\": \"VENDPYMT7\",\n                \"voidJournal\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Cheque Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"address\": \"Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                \"apAcct\": null,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 137700,\n                            \"apply\": true,\n                            \"applyDate\": 1553670000,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 1077,\n                            \"due\": 137700,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": null,\n                            \"total\": 137700,\n                            \"type\": \"Purchase Bill\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"approvalStatus\": null,\n                \"availableBalance\": null,\n                \"balance\": -397405.2,\n                \"billPay\": null,\n                \"class\": null,\n                \"createdDate\": 1553682757,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"internalId\": \"1078\",\n                \"isInTransitPayment\": null,\n                \"lastModifiedDate\": 1553682757,\n                \"location\": null,\n                \"memo\": null,\n                \"nextApprover\": null,\n                \"nullFieldList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"122\",\n                    \"name\": \"Mar 2019\",\n                    \"type\": null\n                },\n                \"printVoucher\": false,\n                \"status\": null,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"toAch\": null,\n                \"toBePrinted\": false,\n                \"total\": 137700,\n                \"tranDate\": 1553625000,\n                \"tranId\": \"3\",\n                \"transactionNumber\": \"VENDPYMT9\",\n                \"voidJournal\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Cheque Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"address\": \"Anuvarthh Apparels Pvt Ltd<br>#, 108, 7th Main Rd, 2nd Block,<br>Jaya Nagar East\\tJayanagar<br>BANGALORE\\t KARNATAKA \\t 560011<br>India\",\n                \"apAcct\": null,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 800,\n                            \"apply\": true,\n                            \"applyDate\": 1553324400,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 577,\n                            \"due\": 800,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": null,\n                            \"total\": 1050,\n                            \"type\": \"Purchase Bill\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"approvalStatus\": null,\n                \"availableBalance\": null,\n                \"balance\": -397405.2,\n                \"billPay\": null,\n                \"class\": null,\n                \"createdDate\": 1554277101,\n                \"creditList\": {\n                    \"credit\": [\n                        {\n                            \"amount\": 250,\n                            \"appliedTo\": \"Purchase Bill\",\n                            \"apply\": true,\n                            \"creditDate\": 1553842800,\n                            \"currency\": \"IND\",\n                            \"doc\": 1133,\n                            \"due\": null,\n                            \"line\": 0,\n                            \"refNum\": \"1\",\n                            \"total\": null,\n                            \"type\": \"Vendor Credits\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"371\",\n                    \"name\": \"Anuvarthh Apparels Pvt Ltd\",\n                    \"type\": null\n                },\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"internalId\": \"1364\",\n                \"isInTransitPayment\": null,\n                \"lastModifiedDate\": 1554277101,\n                \"location\": null,\n                \"memo\": null,\n                \"nextApprover\": null,\n                \"nullFieldList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"printVoucher\": false,\n                \"status\": null,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"toAch\": null,\n                \"toBePrinted\": true,\n                \"total\": 800,\n                \"tranDate\": 1554229800,\n                \"tranId\": null,\n                \"transactionNumber\": \"VENDPYMT10\",\n                \"voidJournal\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Cheque Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"address\": \"Mukhesh Clothing<br>3rd floor<br>blore Karnataka <br>India\",\n                \"apAcct\": null,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 50925,\n                            \"apply\": true,\n                            \"applyDate\": 1554274800,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 1369,\n                            \"due\": 50925,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": null,\n                            \"total\": 50925,\n                            \"type\": \"Purchase Bill\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"approvalStatus\": null,\n                \"availableBalance\": null,\n                \"balance\": -397405.2,\n                \"billPay\": null,\n                \"class\": null,\n                \"createdDate\": 1554279535,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"596\",\n                    \"name\": \"Mukhesh Clothing\",\n                    \"type\": null\n                },\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"internalId\": \"1371\",\n                \"isInTransitPayment\": null,\n                \"lastModifiedDate\": 1554279535,\n                \"location\": null,\n                \"memo\": null,\n                \"nextApprover\": null,\n                \"nullFieldList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"printVoucher\": false,\n                \"status\": null,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"toAch\": null,\n                \"toBePrinted\": true,\n                \"total\": 50925,\n                \"tranDate\": 1554229800,\n                \"tranId\": null,\n                \"transactionNumber\": \"VENDPYMT11\",\n                \"voidJournal\": null\n            }\n        },\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Cheque Account\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"address\": \"Mukhesh Clothing<br>3rd floor<br>blore Karnataka <br>India\",\n                \"apAcct\": null,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 5080,\n                            \"apply\": true,\n                            \"applyDate\": 1555570800,\n                            \"currency\": \"IND\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 1377,\n                            \"due\": 5080,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": null,\n                            \"total\": 7080,\n                            \"type\": \"Purchase Bill\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"approvalStatus\": null,\n                \"availableBalance\": null,\n                \"balance\": -397405.2,\n                \"billPay\": null,\n                \"class\": null,\n                \"createdDate\": 1554280636,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"IND\",\n                    \"type\": null\n                },\n                \"currencyName\": \"IND\",\n                \"customFieldList\": null,\n                \"customForm\": null,\n                \"department\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"596\",\n                    \"name\": \"Mukhesh Clothing\",\n                    \"type\": null\n                },\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"internalId\": \"1378\",\n                \"isInTransitPayment\": null,\n                \"lastModifiedDate\": 1554280636,\n                \"location\": null,\n                \"memo\": null,\n                \"nextApprover\": null,\n                \"nullFieldList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"124\",\n                    \"name\": \"Apr 2019\",\n                    \"type\": null\n                },\n                \"printVoucher\": false,\n                \"status\": null,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"1\",\n                    \"name\": \"Parent Company\",\n                    \"type\": null\n                },\n                \"toAch\": null,\n                \"toBePrinted\": true,\n                \"total\": 5080,\n                \"tranDate\": 1554229800,\n                \"tranId\": null,\n                \"transactionNumber\": \"VENDPYMT12\",\n                \"voidJournal\": null\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_5333445_SB1_102320191070181661144815196_364041cb\",\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 6,\n    \"totalRecords\": 30\n}"}],"_postman_id":"4c8e293e-047a-42c7-8c89-65659d27420a"},{"name":"Retrieve vendor payments by where","id":"ed6b106a-27fe-47bb-a728-383c4376724e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/vendorPayment?where=DateCreated>1545126328","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateCreated</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>TranDate</td>\n<td>1578954123</td>\n<td>Used to Include the transaction date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>6</td>\n<td>Used to Include the Customer filter for the request. e.g., Customer=6.</td>\n</tr>\n<tr>\n<td>Employee</td>\n<td>4</td>\n<td>Used to Include the Employee filter for the request. e.g., Employee=4.</td>\n</tr>\n<tr>\n<td>Entity</td>\n<td>6</td>\n<td>Used to Include the Entity filter for the request. e.g., Entity=6.</td>\n</tr>\n<tr>\n<td>Memorized</td>\n<td>false</td>\n<td>Used to Include the Memorized filter for the request. e.g., Memorized=false.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","vendorPayment"],"host":["api","prestructured","com"],"query":[{"disabled":true,"key":"searchId","value":"WEBSERVICES_5333445_SB1_102320191070181661144815196_364041cb"},{"disabled":true,"key":"page","value":"20"},{"key":"where","value":"DateCreated>1545126328"}],"variable":[]}},"response":[{"id":"8ecd989e-aab4-4f59-a842-c01e08726276","name":"Retrieve vendor payments by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"5","description":"Must be inbetween 5 and 100","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/vendorPayment?where=DateCreated>1545126328","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","vendorPayment"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_102320191070181661144815196_364041cb","disabled":true},{"key":"page","value":"20","disabled":true},{"key":"where","value":"DateCreated>1545126328"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Dec 2019 10:31:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"262"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": null,\n    \"pageSize\": null,\n    \"recordList\": null,\n    \"searchId\": \"WEBSERVICES_TSTDRV2039248_121820194120725131533815806_ccdc93\",\n    \"searchRowList\": null,\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"totalPages\": 0,\n    \"totalRecords\": 0\n}"}],"_postman_id":"ed6b106a-27fe-47bb-a728-383c4376724e"},{"name":"Retrieve vendor payments by ID","id":"663ae405-614d-4f1c-87bb-ec38120f6710","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/vendorPayment?id=18018","urlObject":{"protocol":"https","path":["netsuite","v0","vendorPayment"],"host":["api","prestructured","com"],"query":[{"disabled":true,"key":"searchId","value":"WEBSERVICES_5333445_SB1_102320191070181661144815196_364041cb"},{"disabled":true,"key":"page","value":"20"},{"disabled":true,"key":"where","value":"DateCreated>1545126328"},{"key":"id","value":"18018"}],"variable":[]}},"response":[{"id":"8abe3bb8-2d59-4fc3-9577-bc217d6722cb","name":"Retrieve vendor payments by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"5"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/vendorPayment?id=18018","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","vendorPayment"],"query":[{"key":"searchId","value":"WEBSERVICES_5333445_SB1_102320191070181661144815196_364041cb","disabled":true},{"key":"page","value":"20","disabled":true},{"key":"where","value":"DateCreated>1545126328","disabled":true},{"key":"id","value":"18018"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Dec 2019 10:33:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1919"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"account\": {\n                    \"externalId\": null,\n                    \"internalId\": \"147\",\n                    \"name\": \"10100 Checking Account - US\",\n                    \"type\": null\n                },\n                \"accountingBookDetailList\": null,\n                \"address\": \"Apparel Co Inc.\\n3812 Rainy Day Drive\\nBoston  2107\\nUnited States\",\n                \"apAcct\": null,\n                \"applyList\": {\n                    \"apply\": [\n                        {\n                            \"amount\": 35840,\n                            \"apply\": true,\n                            \"applyDate\": 1536188400,\n                            \"currency\": \"USD\",\n                            \"disc\": null,\n                            \"discAmt\": null,\n                            \"discDate\": null,\n                            \"doc\": 18017,\n                            \"due\": 35840,\n                            \"job\": null,\n                            \"line\": 0,\n                            \"refNum\": null,\n                            \"total\": 35840,\n                            \"type\": \"Bill\"\n                        }\n                    ],\n                    \"replaceAll\": \"true\"\n                },\n                \"approvalStatus\": null,\n                \"availableBalance\": null,\n                \"balance\": 315282.74,\n                \"billPay\": null,\n                \"class\": null,\n                \"createdDate\": 1543292215,\n                \"creditList\": null,\n                \"currency\": {\n                    \"externalId\": null,\n                    \"internalId\": \"2\",\n                    \"name\": \"USD\",\n                    \"type\": null\n                },\n                \"currencyName\": \"USD\",\n                \"customFieldList\": {\n                    \"customField\": [\n                        {\n                            \"internalId\": \"814\",\n                            \"scriptId\": \"custbody_nsts_vp_prepay_trans\",\n                            \"value\": false\n                        },\n                        {\n                            \"internalId\": \"756\",\n                            \"scriptId\": \"custbody_9997_is_for_ep_eft\",\n                            \"value\": false\n                        }\n                    ]\n                },\n                \"customForm\": {\n                    \"externalId\": null,\n                    \"internalId\": \"45\",\n                    \"name\": \"Standard Bill Payment\",\n                    \"type\": null\n                },\n                \"department\": null,\n                \"entity\": {\n                    \"externalId\": null,\n                    \"internalId\": \"20\",\n                    \"name\": \"Apparel Co Inc.\",\n                    \"type\": null\n                },\n                \"exchangeRate\": 1,\n                \"externalId\": null,\n                \"internalId\": \"18018\",\n                \"isInTransitPayment\": null,\n                \"lastModifiedDate\": 1541348549,\n                \"location\": null,\n                \"memo\": null,\n                \"nextApprover\": null,\n                \"nullFieldList\": null,\n                \"postingPeriod\": {\n                    \"externalId\": null,\n                    \"internalId\": \"132\",\n                    \"name\": \"Sep 2018\",\n                    \"type\": null\n                },\n                \"printVoucher\": false,\n                \"status\": null,\n                \"subsidiary\": {\n                    \"externalId\": null,\n                    \"internalId\": \"11\",\n                    \"name\": \"United States\",\n                    \"type\": null\n                },\n                \"toAch\": null,\n                \"toBePrinted\": false,\n                \"total\": 35840,\n                \"tranDate\": 1536361200,\n                \"tranId\": \"7\",\n                \"transactionNumber\": \"92\",\n                \"voidJournal\": null\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": []\n            }\n        }\n    ],\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    }\n}"}],"_postman_id":"663ae405-614d-4f1c-87bb-ec38120f6710"}],"id":"838d3723-a0ac-472b-93b2-9b02c7c9de21","event":[{"listen":"prerequest","script":{"id":"3b45bf30-60bf-48a6-b7fd-fbe0e4cc63e8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e0e93710-7bf8-4205-b6ea-13ae7f543057","type":"text/javascript","exec":[""]}}],"_postman_id":"838d3723-a0ac-472b-93b2-9b02c7c9de21","description":""},{"name":"POST","item":[{"name":"Create vendor payments","id":"047a2e52-9bde-4317-9dcf-c314d3208dc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"account\":{\r\n      \"internalId\":\"224\",\r\n      \"name\":\"GH-Abc Bank Account\"\r\n   },\r\n   \"applyList\":{\r\n      \"apply\":[\r\n         {\r\n            \"apply\":true,\r\n            \"doc\":33130,\r\n            \"line\":0\r\n         }\r\n      ]\r\n   },\r\n   \"entity\":{\r\n      \"internalId\":\"2\"\r\n   },\r\n   \"postingPeriod\":{\r\n      \"internalId\":\"168\"\r\n   },\r\n   \"subsidiary\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"Parent Company\"\r\n   },\r\n   \"tranDate\":1601899605\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/vendorPayment","urlObject":{"protocol":"https","path":["netsuite","v0","vendorPayment"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"25966214-a32b-43af-ab70-1ad1a603cdf5","name":"Create vendor payments","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"account\":{\r\n      \"internalId\":\"224\",\r\n      \"name\":\"GH-Abc Bank Account\"\r\n   },\r\n   \"applyList\":{\r\n      \"apply\":[\r\n         {\r\n            \"apply\":true,\r\n            \"doc\":33130,\r\n            \"line\":0\r\n         }\r\n      ]\r\n   },\r\n   \"entity\":{\r\n      \"internalId\":\"2\"\r\n   },\r\n   \"postingPeriod\":{\r\n      \"internalId\":\"168\"\r\n   },\r\n   \"subsidiary\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"Parent Company\"\r\n   },\r\n   \"tranDate\":1601899605\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/vendorPayment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"33131\",\r\n                \"name\": null,\r\n                \"type\": \"vendorPayment\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": [\r\n                    {\r\n                        \"afterSubmitFailed\": false,\r\n                        \"code\": null,\r\n                        \"message\": null,\r\n                        \"type\": \"ERROR\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"047a2e52-9bde-4317-9dcf-c314d3208dc8"}],"id":"319cc839-9c48-4a47-8c5b-379df215b967","event":[{"listen":"prerequest","script":{"id":"b16458f0-0a19-4deb-b827-1b32b21f4a4e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"669d91e2-10f4-47d5-be5f-50d816d6e035","type":"text/javascript","exec":[""]}}],"_postman_id":"319cc839-9c48-4a47-8c5b-379df215b967","description":""},{"name":"PUT","item":[{"name":"Update vendor payments","id":"3f3bada1-ed3f-4bfc-a043-a2f6fc96ff4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"account\":{\r\n      \"internalId\":\"224\",\r\n      \"name\":\"GH-Abc Bank Account\"\r\n   },\r\n   \"applyList\":{\r\n      \"apply\":[\r\n         {\r\n            \"apply\":true,\r\n            \"doc\":33130,\r\n            \"line\":0\r\n         }\r\n      ]\r\n   },\r\n   \"entity\":{\r\n      \"internalId\":\"2\"\r\n   },\r\n   \"internalId\": \"33131\",\r\n   \"postingPeriod\":{\r\n      \"internalId\":\"168\"\r\n   },\r\n   \"subsidiary\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"Parent Company\"\r\n   },\r\n   \"tranDate\":1601891205\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/vendorPayment","urlObject":{"protocol":"https","path":["netsuite","v0","vendorPayment"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"0b9eb823-347d-4165-b4af-146275935a54","name":"Update vendor payments","originalRequest":{"method":"PUT","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\r\n   \"postingPeriod\":{\r\n      \"internalId\":\"122\",\r\n      \"name\":\"Mar 2019\"\r\n   },\r\n   \"subsidiary\":{\r\n      \"internalId\":\"1\",\r\n      \"name\":\"Parent Company\"\r\n   },\r\n   \"tranDate\":1553625100,\r\n   \"tranId\":\"3\",\r\n   \"internalId\": \"33024\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/vendorPayment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"33024\",\r\n                \"name\": null,\r\n                \"type\": \"vendorCredit\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": [\r\n                    {\r\n                        \"afterSubmitFailed\": false,\r\n                        \"code\": null,\r\n                        \"message\": null,\r\n                        \"type\": \"ERROR\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"3f3bada1-ed3f-4bfc-a043-a2f6fc96ff4b"}],"id":"2d5b2522-153c-4999-9a5a-b1c7deef2e21","event":[{"listen":"prerequest","script":{"id":"935f87e6-4413-40f1-a9ae-f794718a2068","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b99f274c-ccb8-4601-aebe-816d25f6ed4e","type":"text/javascript","exec":[""]}}],"_postman_id":"2d5b2522-153c-4999-9a5a-b1c7deef2e21","description":""},{"name":"DELETE","item":[{"name":"Delete vendor payments","id":"9d1ae70c-17cb-4df8-8191-2a9a53a845f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/vendorPayment?id=470","urlObject":{"protocol":"https","path":["netsuite","v0","vendorPayment"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"470"}],"variable":[]}},"response":[{"id":"c17d0941-8111-4a85-900e-aaaa38ed20be","name":"Delete vendor payments","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/vendorPayment?id=470","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","vendorPayment"],"query":[{"key":"id","value":"470"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"470\",\r\n                \"name\": null,\r\n                \"type\": \"vendorPayment\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"9d1ae70c-17cb-4df8-8191-2a9a53a845f9"}],"id":"7b009c68-ddd8-4f53-ac0e-17f6a4fcde4d","event":[{"listen":"prerequest","script":{"id":"ae7f2c47-b12f-46a1-9e11-bbb6929e7167","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"45b9eeaf-2acc-416e-a35c-2dfb3013d87a","type":"text/javascript","exec":[""]}}],"_postman_id":"7b009c68-ddd8-4f53-ac0e-17f6a4fcde4d","description":""}],"id":"968617b2-5e7c-4f2d-bd0e-feebca18437f","event":[{"listen":"prerequest","script":{"id":"9fd92f4f-ec1a-4060-8e67-638e25b8b799","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ab15526f-5541-4692-be96-99be1a2be57c","type":"text/javascript","exec":[""]}}],"_postman_id":"968617b2-5e7c-4f2d-bd0e-feebca18437f","description":""},{"name":"Vendor Subsidiary Relationship","item":[{"name":"GET","item":[{"name":"Retrieve Vendor Subsidiary Relationship","id":"7836bd15-4d5d-44fc-b850-bfd4e7212b19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/vendorSubsidiaryRelationship","urlObject":{"protocol":"https","path":["netsuite","v0","vendorSubsidiaryRelationship"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"1740cc9c-621e-462c-ba3b-228a92a29e91","name":"Retrieve Vendor Subsidiary Relationship","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/vendorSubsidiaryRelationship"},"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 30 Aug 2021 06:18:09 GMT","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"9458","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"Server","value":"nginx/1.20.0","description":"","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","description":"","type":"text"},{"key":"X-Content-Type-Options","value":"nosniff","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 1,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"-3\",\r\n                    \"name\": \"-Accountant-\"\r\n                },\r\n                \"internalId\": \"1\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"26\",\r\n                    \"name\": \"Frees Electronics\"\r\n                },\r\n                \"internalId\": \"2\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"88\",\r\n                    \"name\": \"NetSuite\"\r\n                },\r\n                \"internalId\": \"3\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"101\",\r\n                    \"name\": \"Charles Schwab\"\r\n                },\r\n                \"internalId\": \"4\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"102\",\r\n                    \"name\": \"Equity Office\"\r\n                },\r\n                \"internalId\": \"5\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"180\",\r\n                    \"name\": \"License Manufacturing\"\r\n                },\r\n                \"internalId\": \"6\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"201\",\r\n                    \"name\": \"ACOM Business Solutions\"\r\n                },\r\n                \"internalId\": \"7\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"282\",\r\n                    \"name\": \"Store Tax Agency\"\r\n                },\r\n                \"internalId\": \"8\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"334\",\r\n                    \"name\": \"New York City\"\r\n                },\r\n                \"internalId\": \"9\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"335\",\r\n                    \"name\": \"New York County\"\r\n                },\r\n                \"internalId\": \"10\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"336\",\r\n                    \"name\": \"New York State\"\r\n                },\r\n                \"internalId\": \"11\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Yen\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"892\",\r\n                    \"name\": \"Red Hat\"\r\n                },\r\n                \"internalId\": \"12\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Yen\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"10\",\r\n                    \"name\": \"Japan\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"7\",\r\n                    \"name\": \"Danish Krone\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"895\",\r\n                    \"name\": \"Denmark International\"\r\n                },\r\n                \"internalId\": \"13\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"7\",\r\n                    \"name\": \"Danish Krone\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"9\",\r\n                    \"name\": \"Denmark\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"EUR\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"896\",\r\n                    \"name\": \"Knowledge Sessions Inc\"\r\n                },\r\n                \"internalId\": \"14\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"EUR\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Germany\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"EUR\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"898\",\r\n                    \"name\": \"American Express\"\r\n                },\r\n                \"internalId\": \"15\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"EUR\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Germany\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"AUD\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"903\",\r\n                    \"name\": \"Outback Kangs\"\r\n                },\r\n                \"internalId\": \"16\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"AUD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"918\",\r\n                    \"name\": \"Kung Fu Trading\"\r\n                },\r\n                \"internalId\": \"17\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"EUR\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"919\",\r\n                    \"name\": \"Kung Fu Trading - Germany\"\r\n                },\r\n                \"internalId\": \"18\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"EUR\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Germany\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"920\",\r\n                    \"name\": \"Kung Fu Trading - UK\"\r\n                },\r\n                \"internalId\": \"19\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"United Kingdom\"\r\n                },\r\n                \"taxItem\": {\r\n                    \"internalId\": \"345\",\r\n                    \"name\": \"SR-GB\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"CAD\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"925\",\r\n                    \"name\": \"Minister of Finance\"\r\n                },\r\n                \"internalId\": \"20\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"CAD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"Canada\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"935\",\r\n                    \"name\": \"Minister of Finance BC\"\r\n                },\r\n                \"internalId\": \"22\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"creditLimit\": 15000.0,\r\n                \"entity\": {\r\n                    \"internalId\": \"936\",\r\n                    \"name\": \"Staples - US West\"\r\n                },\r\n                \"internalId\": \"23\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"creditLimit\": 12000.0,\r\n                \"entity\": {\r\n                    \"internalId\": \"938\",\r\n                    \"name\": \"Davidson Leasing\"\r\n                },\r\n                \"internalId\": \"24\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"creditLimit\": 1500.0,\r\n                \"entity\": {\r\n                    \"internalId\": \"939\",\r\n                    \"name\": \"PG&E Company - US West\"\r\n                },\r\n                \"internalId\": \"25\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"creditLimit\": 1900.0,\r\n                \"entity\": {\r\n                    \"internalId\": \"940\",\r\n                    \"name\": \"PG&E Company - US East\"\r\n                },\r\n                \"internalId\": \"26\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"17\",\r\n                    \"name\": \"US - East\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"creditLimit\": 99999.0,\r\n                \"entity\": {\r\n                    \"internalId\": \"942\",\r\n                    \"name\": \"Inventory Warehouse Inc. - US Wsst\"\r\n                },\r\n                \"internalId\": \"27\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Singapore Dollar\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"971\",\r\n                    \"name\": \"Default Tax Agency SG\"\r\n                },\r\n                \"internalId\": \"28\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Singapore Dollar\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"18\",\r\n                    \"name\": \"APAC\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"1367\",\r\n                    \"name\": \"Thomas Cook\"\r\n                },\r\n                \"internalId\": \"29\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"United Kingdom\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"1477\",\r\n                    \"name\": \"Zia Industries\"\r\n                },\r\n                \"internalId\": \"30\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"United Kingdom\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_TSTDRV2119874_082920211783283109322318583_c408ee\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 6,\r\n    \"totalRecords\": 175\r\n}"}],"_postman_id":"7836bd15-4d5d-44fc-b850-bfd4e7212b19"},{"name":"Retrieve Vendor Subsidiary Relationship by search ID","id":"a8be3fa5-1d07-4d55-8dff-2ab894c47c72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/vendorSubsidiaryRelationship?searchId=WEBSERVICES_TSTDRV2119874_082920211783283109322318583_c408ee&page=3","urlObject":{"protocol":"https","path":["netsuite","v0","vendorSubsidiaryRelationship"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_TSTDRV2119874_082920211783283109322318583_c408ee"},{"key":"page","value":"3"}],"variable":[]}},"response":[{"id":"c68ff1dc-8f5b-4d37-83c8-ca1319632c8c","name":"Retrieve Vendor Subsidiary Relationship by search ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/vendorSubsidiaryRelationship?searchId=WEBSERVICES_TSTDRV2119874_082920211783283109322318583_c408ee&page=3","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","vendorSubsidiaryRelationship"],"query":[{"key":"searchId","value":"WEBSERVICES_TSTDRV2119874_082920211783283109322318583_c408ee"},{"key":"page","value":"3"}]}},"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 30 Aug 2021 06:29:10 GMT","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"8386","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"Server","value":"nginx/1.20.0","description":"","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","description":"","type":"text"},{"key":"X-Content-Type-Options","value":"nosniff","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"pageIndex\": 3,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Yen\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"905\",\r\n                    \"name\": \"Koyoto Enterprise\"\r\n                },\r\n                \"internalId\": \"61\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Yen\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"10\",\r\n                    \"name\": \"Japan\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"1719\",\r\n                    \"name\": \"Spain Systems\"\r\n                },\r\n                \"internalId\": \"62\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"United Kingdom\"\r\n                },\r\n                \"taxItem\": {\r\n                    \"internalId\": \"91\",\r\n                    \"name\": \"ES-GB\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"EUR\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"1720\",\r\n                    \"name\": \"Global Corp. - France\"\r\n                },\r\n                \"internalId\": \"63\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"EUR\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Germany\"\r\n                },\r\n                \"taxItem\": {\r\n                    \"internalId\": \"393\",\r\n                    \"name\": \"ES-DE\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"EUR\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"907\",\r\n                    \"name\": \"Volkshimer Inc.\"\r\n                },\r\n                \"internalId\": \"64\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"EUR\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Germany\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"908\",\r\n                    \"name\": \"Debian Inc\"\r\n                },\r\n                \"internalId\": \"65\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"United Kingdom\"\r\n                },\r\n                \"taxItem\": {\r\n                    \"internalId\": \"345\",\r\n                    \"name\": \"SR-GB\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"1574\",\r\n                    \"name\": \"McGeever Software - US\"\r\n                },\r\n                \"internalId\": \"66\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"United Kingdom\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"CAD\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"924\",\r\n                    \"name\": \"Receiver General\"\r\n                },\r\n                \"internalId\": \"68\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"CAD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"Canada\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"creditLimit\": 99999.0,\r\n                \"entity\": {\r\n                    \"internalId\": \"943\",\r\n                    \"name\": \"Timmy Hillshape - US East\"\r\n                },\r\n                \"internalId\": \"69\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"17\",\r\n                    \"name\": \"US - East\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"1469\",\r\n                    \"name\": \"AVI Consulting\"\r\n                },\r\n                \"internalId\": \"70\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"AUD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"CAD\"\r\n                },\r\n                \"creditLimit\": 99999.0,\r\n                \"entity\": {\r\n                    \"internalId\": \"944\",\r\n                    \"name\": \"Excess Supplies - Canada\"\r\n                },\r\n                \"internalId\": \"71\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"CAD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"Canada\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"CAD\"\r\n                },\r\n                \"creditLimit\": 999999.0,\r\n                \"entity\": {\r\n                    \"internalId\": \"945\",\r\n                    \"name\": \"Enbridge Gas\"\r\n                },\r\n                \"internalId\": \"72\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"CAD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"Canada\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"1465\",\r\n                    \"name\": \"Witt & Anderson\"\r\n                },\r\n                \"internalId\": \"74\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Singapore Dollar\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"1467\",\r\n                    \"name\": \"Bridgepoint Industries\"\r\n                },\r\n                \"internalId\": \"75\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"EUR\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"1503\",\r\n                    \"name\": \"AMEX\"\r\n                },\r\n                \"internalId\": \"76\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"United Kingdom\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"1504\",\r\n                    \"name\": \"Cambridge Water\"\r\n                },\r\n                \"internalId\": \"77\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"United Kingdom\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"6\",\r\n                    \"name\": \"AUD\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"1577\",\r\n                    \"name\": \"McGeever Software - AUS\"\r\n                },\r\n                \"internalId\": \"78\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"8\",\r\n                    \"name\": \"Australia\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"EUR\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"1578\",\r\n                    \"name\": \"McGeever Software - Germany\"\r\n                },\r\n                \"internalId\": \"79\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Germany\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"EUR\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"1506\",\r\n                    \"name\": \"Ewald Schillig GmbH & Co. KG\"\r\n                },\r\n                \"internalId\": \"80\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"EUR\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Germany\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"EUR\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"1507\",\r\n                    \"name\": \"German Wood Products\"\r\n                },\r\n                \"internalId\": \"81\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"EUR\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Germany\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"1509\",\r\n                    \"name\": \"Habitat\"\r\n                },\r\n                \"internalId\": \"82\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"United Kingdom\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"EUR\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"1510\",\r\n                    \"name\": \"Hamburg Design GmBH\"\r\n                },\r\n                \"internalId\": \"83\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"EUR\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"5\",\r\n                    \"name\": \"Germany\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"1511\",\r\n                    \"name\": \"HM Customs & Excise : HM Customs & Excise 4\"\r\n                },\r\n                \"internalId\": \"84\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"United Kingdom\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"1514\",\r\n                    \"name\": \"Möbel Krings Maraite (UK Vend)\"\r\n                },\r\n                \"internalId\": \"85\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"United Kingdom\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"3\",\r\n                    \"name\": \"CAD\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"1575\",\r\n                    \"name\": \"McGeever Software - CND\"\r\n                },\r\n                \"internalId\": \"89\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"16\",\r\n                    \"name\": \"Canada\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        },\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"1718\",\r\n                    \"name\": \"Le France Inc.\"\r\n                },\r\n                \"internalId\": \"90\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"2\",\r\n                    \"name\": \"GBP\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"4\",\r\n                    \"name\": \"United Kingdom\"\r\n                },\r\n                \"taxItem\": {\r\n                    \"internalId\": \"91\",\r\n                    \"name\": \"ES-GB\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"searchId\": \"WEBSERVICES_TSTDRV2119874_082920211783283109322318583_c408ee\",\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    },\r\n    \"totalPages\": 6,\r\n    \"totalRecords\": 175\r\n}"}],"_postman_id":"a8be3fa5-1d07-4d55-8dff-2ab894c47c72"},{"name":"Retrieve Vendor Subsidiary Relationship by where","id":"6babd2c8-940e-4c8a-8c50-17694b25d597","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/vendorSubsidiaryRelationship?where=subsidiary=1","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>true</td>\n<td>Used to Include the Active Status filter for the request.e.g., Active=true.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), 0010l00001HWDNgAAP cf_strinng)  <br />...</td>\n<td>Used to Include the custom fields are the filter for the request.e.g., cf_string_custentity_bwcl_parentaccount=0010l00001HWDNgAAP+and+cf_boolean_custentity_checkbox=false.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","vendorSubsidiaryRelationship"],"host":["api","prestructured","com"],"query":[{"key":"where","value":"subsidiary=1"}],"variable":[]}},"response":[{"id":"ea25e939-f25c-41a8-a4b6-fe5937878b64","name":"Retrieve Vendor Subsidiary Relationship by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/vendorSubsidiaryRelationship?where=subsidiary=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","vendorSubsidiaryRelationship"],"query":[{"key":"where","value":"subsidiary=1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 30 Aug 2021 06:38:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"9348"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.20.0"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"pageIndex\": 1,\n    \"readResponse\": [\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"-3\",\n                    \"name\": \"-Accountant-\"\n                },\n                \"internalId\": \"1\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"26\",\n                    \"name\": \"Frees Electronics\"\n                },\n                \"internalId\": \"2\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"88\",\n                    \"name\": \"NetSuite\"\n                },\n                \"internalId\": \"3\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"101\",\n                    \"name\": \"Charles Schwab\"\n                },\n                \"internalId\": \"4\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"102\",\n                    \"name\": \"Equity Office\"\n                },\n                \"internalId\": \"5\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"180\",\n                    \"name\": \"License Manufacturing\"\n                },\n                \"internalId\": \"6\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"201\",\n                    \"name\": \"ACOM Business Solutions\"\n                },\n                \"internalId\": \"7\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"282\",\n                    \"name\": \"Store Tax Agency\"\n                },\n                \"internalId\": \"8\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"334\",\n                    \"name\": \"New York City\"\n                },\n                \"internalId\": \"9\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"335\",\n                    \"name\": \"New York County\"\n                },\n                \"internalId\": \"10\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"336\",\n                    \"name\": \"New York State\"\n                },\n                \"internalId\": \"11\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"918\",\n                    \"name\": \"Kung Fu Trading\"\n                },\n                \"internalId\": \"17\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"935\",\n                    \"name\": \"Minister of Finance BC\"\n                },\n                \"internalId\": \"22\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"creditLimit\": 15000.0,\n                \"entity\": {\n                    \"internalId\": \"936\",\n                    \"name\": \"Staples - US West\"\n                },\n                \"internalId\": \"23\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"creditLimit\": 12000.0,\n                \"entity\": {\n                    \"internalId\": \"938\",\n                    \"name\": \"Davidson Leasing\"\n                },\n                \"internalId\": \"24\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"creditLimit\": 1500.0,\n                \"entity\": {\n                    \"internalId\": \"939\",\n                    \"name\": \"PG&E Company - US West\"\n                },\n                \"internalId\": \"25\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"creditLimit\": 99999.0,\n                \"entity\": {\n                    \"internalId\": \"942\",\n                    \"name\": \"Inventory Warehouse Inc. - US Wsst\"\n                },\n                \"internalId\": \"27\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"98\",\n                    \"name\": \"Evolve Technology\"\n                },\n                \"internalId\": \"38\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"211\",\n                    \"name\": \"Emerald Computer Systems Inc.\"\n                },\n                \"internalId\": \"39\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"230\",\n                    \"name\": \"Sprint\"\n                },\n                \"internalId\": \"40\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"231\",\n                    \"name\": \"Advertising World\"\n                },\n                \"internalId\": \"41\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"1466\",\n                    \"name\": \"IGA Inc.\"\n                },\n                \"internalId\": \"54\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"GBP\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"1469\",\n                    \"name\": \"AVI Consulting\"\n                },\n                \"internalId\": \"70\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"6\",\n                    \"name\": \"AUD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"1465\",\n                    \"name\": \"Witt & Anderson\"\n                },\n                \"internalId\": \"74\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"8\",\n                    \"name\": \"Singapore Dollar\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"1467\",\n                    \"name\": \"Bridgepoint Industries\"\n                },\n                \"internalId\": \"75\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"4\",\n                    \"name\": \"EUR\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"1821\",\n                    \"name\": \"Nelson Holdings - US\"\n                },\n                \"internalId\": \"93\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"2\",\n                    \"name\": \"GBP\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"1903\",\n                    \"name\": \"Hewlett Packard Corp.\"\n                },\n                \"internalId\": \"98\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"1904\",\n                    \"name\": \"Fidelity Insurance\"\n                },\n                \"internalId\": \"99\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        },\n        {\n            \"record\": {\n                \"baseCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"entity\": {\n                    \"internalId\": \"1905\",\n                    \"name\": \"Synopsis Inc.\"\n                },\n                \"internalId\": \"100\",\n                \"isPrimarySub\": true,\n                \"primaryCurrency\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"USD\"\n                },\n                \"subsidiary\": {\n                    \"internalId\": \"1\",\n                    \"name\": \"US - West\"\n                }\n            },\n            \"status\": {\n                \"isSuccess\": true\n            }\n        }\n    ],\n    \"searchId\": \"WEBSERVICES_TSTDRV2119874_0829202117820723952013556834_1c19f\",\n    \"status\": {\n        \"isSuccess\": true\n    },\n    \"totalPages\": 2,\n    \"totalRecords\": 39\n}"}],"_postman_id":"6babd2c8-940e-4c8a-8c50-17694b25d597"},{"name":"Retrieve Vendor Subsidiary Relationship by ID","id":"d780c17e-b4cc-42f6-a287-fd23c69dc44d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"<p>Your token</p>\n","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/vendorSubsidiaryRelationship?id=100","urlObject":{"protocol":"https","path":["netsuite","v0","vendorSubsidiaryRelationship"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"100"}],"variable":[]}},"response":[{"id":"63a00167-332f-46e1-8e04-48d351489824","name":"Retrieve Vendor Subsidiary Relationship by ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"description":"Your token","key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pageSize","type":"text","value":"30"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/vendorSubsidiaryRelationship?id=100","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","vendorSubsidiaryRelationship"],"query":[{"key":"id","value":"100"}]}},"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 30 Aug 2021 06:40:35 GMT","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"404","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"Server","value":"nginx/1.20.0","description":"","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","description":"","type":"text"},{"key":"X-Content-Type-Options","value":"nosniff","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"readResponse\": [\r\n        {\r\n            \"record\": {\r\n                \"baseCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"entity\": {\r\n                    \"internalId\": \"1905\",\r\n                    \"name\": \"Synopsis Inc.\"\r\n                },\r\n                \"internalId\": \"100\",\r\n                \"isPrimarySub\": true,\r\n                \"primaryCurrency\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"USD\"\r\n                },\r\n                \"subsidiary\": {\r\n                    \"internalId\": \"1\",\r\n                    \"name\": \"HEADQUARTERS : AMERICAS : US - West\"\r\n                }\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true\r\n            }\r\n        }\r\n    ],\r\n    \"status\": {\r\n        \"isSuccess\": true\r\n    }\r\n}"}],"_postman_id":"d780c17e-b4cc-42f6-a287-fd23c69dc44d"}],"id":"6bf4e5b3-fdbf-4598-b9d3-4f8823619119","_postman_id":"6bf4e5b3-fdbf-4598-b9d3-4f8823619119","description":""},{"name":"POST","item":[{"name":"Create Vendor Subsidiary Relationship","id":"5461cdd8-0b89-4912-b91d-2881054a20a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"baseCurrency\": {\n\t\t\"internalId\": \"1\",\n\t\t\"name\": \"INR\"\n\t},\n\t\"entity\": {\n\t\t\"internalId\": \"2\",\n\t\t\"name\": \"Default Tax Agency IN\"\n\t},\n\t\"isPrimarySub\": true,\n\t\"primaryCurrency\": {\n\t\t\"internalId\": \"1\",\n\t\t\"name\": \"INR\"\n\t},\n\t\"subsidiary\": {\n\t\t\"internalId\": \"1\",\n\t\t\"name\": \"Parent Company\"\n\t}\n}"},"url":"https://api.prestructured.com/netsuite/v0/vendorSubsidiaryRelationship","urlObject":{"protocol":"https","path":["netsuite","v0","vendorSubsidiaryRelationship"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"f8922a03-0a12-4c04-bff0-9640eb52e988","name":"Create Vendor Subsidiary Relationship","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"baseCurrency\": {\n\t\t\"internalId\": \"1\",\n\t\t\"name\": \"INR\"\n\t},\n\t\"entity\": {\n\t\t\"internalId\": \"2\",\n\t\t\"name\": \"Default Tax Agency IN\"\n\t},\n\t\"isPrimarySub\": true,\n\t\"primaryCurrency\": {\n\t\t\"internalId\": \"1\",\n\t\t\"name\": \"INR\"\n\t},\n\t\"subsidiary\": {\n\t\t\"internalId\": \"1\",\n\t\t\"name\": \"Parent Company\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/vendorSubsidiaryRelationship"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2019 06:45:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"289"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.20.0"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","description":"","type":"text"},{"key":"X-Content-Type-Options","value":"nosniff","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"writeResponse\": [\n        {\n            \"baseRef\": {\n                \"externalId\": null,\n                \"internalId\": \"9\",\n                \"name\": null,\n                \"type\": \"vendorSubsidiaryRelationship\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": [\n                    {\n                        \"afterSubmitFailed\": false,\n                        \"code\": null,\n                        \"message\": null,\n                        \"type\": \"ERROR\"\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"5461cdd8-0b89-4912-b91d-2881054a20a2"}],"id":"5f2071de-ecde-4229-943d-af18441d4bcb","event":[{"listen":"prerequest","script":{"id":"43d29075-8f91-4c5e-a276-520929e1d30c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5504d648-67d8-4c37-9439-a598f3b334f9","type":"text/javascript","exec":[""]}}],"_postman_id":"5f2071de-ecde-4229-943d-af18441d4bcb","description":""},{"name":"PUT","item":[{"name":"Update Vendor Subsidiary Relationship","id":"a45c84ae-fa40-43c8-a230-03ba3accb9e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"baseCurrency\": {\r\n\t\t\"internalId\": \"1\",\r\n\t\t\"name\": \"INR\"\r\n\t},\r\n\t\"entity\": {\r\n\t\t\"internalId\": \"2\",\r\n\t\t\"name\": \"Default Tax Agency IN\"\r\n\t},\r\n\t\"internalId\": \"5\",\r\n\t\"isPrimarySub\": true,\r\n\t\"primaryCurrency\": {\r\n\t\t\"internalId\": \"1\",\r\n\t\t\"name\": \"INR\"\r\n\t},\r\n\t\"subsidiary\": {\r\n\t\t\"internalId\": \"1\",\r\n\t\t\"name\": \"Parent Company\"\r\n\t}\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/vendorSubsidiaryRelationship","urlObject":{"protocol":"https","path":["netsuite","v0","vendorSubsidiaryRelationship"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"adf64d71-e200-4bad-8e67-a20cc16fd747","name":"Update Vendor Subsidiary Relationship","originalRequest":{"method":"PUT","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"baseCurrency\": {\r\n\t\t\"internalId\": \"1\",\r\n\t\t\"name\": \"INR\"\r\n\t},\r\n\t\"entity\": {\r\n\t\t\"internalId\": \"2\",\r\n\t\t\"name\": \"Default Tax Agency IN\"\r\n\t},\r\n\t\"internalId\": \"5\",\r\n\t\"isPrimarySub\": true,\r\n\t\"primaryCurrency\": {\r\n\t\t\"internalId\": \"1\",\r\n\t\t\"name\": \"INR\"\r\n\t},\r\n\t\"subsidiary\": {\r\n\t\t\"internalId\": \"1\",\r\n\t\t\"name\": \"Parent Company\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.prestructured.com/netsuite/v0/vendorSubsidiaryRelationship"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2019 06:51:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"324"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.20.0"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","description":"","type":"text"},{"key":"X-Content-Type-Options","value":"nosniff","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"writeResponse\": [\n        {\n            \"baseRef\": {\n                \"externalId\": null,\n                \"internalId\": \"1\",\n                \"name\": null,\n                \"type\": \"vendorSubsidiaryRelationship\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": [\n                    {\n                        \"afterSubmitFailed\": false,\n                        \"code\": null,\n                        \"message\": null,\n                        \"type\": \"ERROR\"\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"a45c84ae-fa40-43c8-a230-03ba3accb9e1"}],"id":"087f79fa-2a3c-4539-966c-b100d9f281da","event":[{"listen":"prerequest","script":{"id":"acd4ca50-6074-4b5d-ab6b-122b48332334","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1cbed252-1676-4925-b00a-f9d335e368b1","type":"text/javascript","exec":[""]}}],"_postman_id":"087f79fa-2a3c-4539-966c-b100d9f281da","description":""},{"name":"DELETE","item":[{"name":"Delete Vendor Subsidiary Relationship","id":"96044111-2b5f-462e-a0ec-450ecf9917cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/vendorSubsidiaryRelationship?id=67574","urlObject":{"protocol":"https","path":["netsuite","v0","vendorSubsidiaryRelationship"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"67574"}],"variable":[]}},"response":[{"id":"69e054b0-d675-4bee-af85-86bc56e60e31","name":"Delete Vendor Subsidiary Relationship","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/vendorSubsidiaryRelationship?id=67574","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","vendorSubsidiaryRelationship"],"query":[{"key":"id","value":"67574"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.20.0"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"67574\",\r\n                \"name\": null,\r\n                \"type\": \"vendorSubsidiaryRelationship\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"96044111-2b5f-462e-a0ec-450ecf9917cf"}],"id":"1fdc4ed2-91fc-46de-ada0-b1cf0356e75a","event":[{"listen":"prerequest","script":{"id":"b3fb2d3c-b63b-4914-bf34-fefda4ff984e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f10fe362-108a-46b5-a1e5-faf106523ce1","type":"text/javascript","exec":[""]}}],"_postman_id":"1fdc4ed2-91fc-46de-ada0-b1cf0356e75a","description":""}],"id":"ec58a5ff-4e3a-4602-871a-43e35b12f19a","event":[{"listen":"prerequest","script":{"id":"15490278-189a-4b09-b818-fba3b99d6e85","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"adb051b2-092a-48be-8d1d-d8314ca77480","type":"text/javascript","exec":[""]}}],"_postman_id":"ec58a5ff-4e3a-4602-871a-43e35b12f19a","description":""},{"name":"REST API","item":[{"name":"Connection","item":[{"name":"REST API Connection","id":"3b23cea2-f85d-4e33-aae9-1d7234b734dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/rest/connect","urlObject":{"protocol":"https","path":["netsuite","v0","rest","connect"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"c552c9de-08b2-4e0b-b8ea-4da93fce3347","name":"REST API Connection","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/rest/connect"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"info\": \"Successfully connected to NetSuite REST API\",\n    \"isSuccess\": true\n}"}],"_postman_id":"3b23cea2-f85d-4e33-aae9-1d7234b734dd"}],"id":"78060218-cb49-41dd-b78f-34f4a6c8b6d9","_postman_id":"78060218-cb49-41dd-b78f-34f4a6c8b6d9","description":""},{"name":"Contact","item":[{"name":"GET","item":[{"name":"Retrieve REST API contact","id":"bfe9d57b-f2aa-4660-88a9-95722ef05320","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/rest/services/rest/record/v1/contact","urlObject":{"protocol":"https","path":["netsuite","v0","rest","services","rest","record","v1","contact"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"bb46a729-2e6c-4127-92a8-55adcb25eae1","name":"Retrieve REST API contact","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/rest/services/rest/record/v1/contact"},"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Mar 2021 10:50:36 GMT","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"50835","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"Server","value":"Apache/2.4.46 (Amazon) mod_wsgi/3.5 Python/3.6.12","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 381,\n    \"hasMore\": false,\n    \"items\": [\n        {\n            \"id\": \"17729\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/17729\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2301\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2301\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2342\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2342\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2232\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2232\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2025\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2025\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2204\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2204\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2347\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2347\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2182\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2182\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2203\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2203\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"202\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/202\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2209\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2209\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"632\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/632\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"974\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/974\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1470\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1470\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2042\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2042\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2180\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2180\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2206\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2206\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1355\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1355\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2037\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2037\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2208\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2208\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2207\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2207\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2251\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2251\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"887\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/887\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"234\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/234\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"170\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/170\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"252\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/252\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"278\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/278\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"279\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/279\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"276\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/276\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2176\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2176\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"179\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/179\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"169\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/169\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"640\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/640\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1520\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1520\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"969\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/969\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1298\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1298\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2285\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2285\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2033\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2033\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2213\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2213\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"15\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/15\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1330\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1330\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"637\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/637\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2172\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2172\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"249\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/249\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1389\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1389\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2211\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2211\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"267\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/267\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"61\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/61\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"19\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/19\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"52\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/52\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1345\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1345\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1247\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1247\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"245\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/245\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"246\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/246\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"272\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/272\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"32760\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/32760\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1329\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1329\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"953\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/953\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"218\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/218\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1468\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1468\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1299\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1299\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"187\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/187\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"14\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/14\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"955\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/955\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2212\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2212\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"75\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/75\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2294\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2294\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1380\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1380\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1258\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1258\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1399\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1399\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1568\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1568\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1516\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1516\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"188\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/188\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1567\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1567\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2317\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2317\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2007\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2007\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"99\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/99\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"645\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/645\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2299\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2299\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"59\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/59\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"266\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/266\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1256\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1256\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1400\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1400\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1349\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1349\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"612\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/612\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1543\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1543\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"223\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/223\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"227\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/227\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"238\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/238\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"262\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/262\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2487\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2487\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"6\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/6\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1844\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1844\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1566\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1566\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2017\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2017\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"16724\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/16724\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"275\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/275\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2304\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2304\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"647\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/647\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"649\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/649\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1414\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1414\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"73\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/73\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1356\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1356\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1383\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1383\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"639\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/639\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"265\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/265\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"185\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/185\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"16\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/16\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1324\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1324\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2187\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2187\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1267\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1267\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"212\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/212\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1401\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1401\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"11\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/11\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1539\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1539\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1542\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1542\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1541\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1541\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"53\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/53\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2146\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2146\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"214\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/214\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1402\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1402\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"57\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/57\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1818\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1818\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"264\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/264\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"109\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/109\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2318\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2318\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2286\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2286\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1403\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1403\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1265\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1265\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1404\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1404\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"208\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/208\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"22564\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/22564\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2344\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2344\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2174\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2174\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1382\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1382\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"699\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/699\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"700\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/700\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"957\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/957\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"257\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/257\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"247\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/247\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"90\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/90\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1595\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1595\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1596\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1596\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"241\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/241\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"911\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/911\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1354\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1354\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1262\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1262\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"171\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/171\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1347\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1347\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"641\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/641\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2164\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2164\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1406\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1406\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"31916\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/31916\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2188\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2188\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2288\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2288\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"164\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/164\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1325\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1325\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"270\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/270\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"172\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/172\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2473\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2473\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2323\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2323\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"5\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/5\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1424\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1424\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1425\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1425\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2168\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2168\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2028\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2028\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1540\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1540\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1591\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1591\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1517\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1517\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1372\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1372\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"644\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/644\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"695\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/695\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"956\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/956\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2295\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2295\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2030\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2030\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2165\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2165\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2166\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2166\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2008\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2008\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"13\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/13\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"54\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/54\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2185\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2185\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"642\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/642\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2291\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2291\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"104\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/104\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"91\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/91\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2202\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2202\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"92\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/92\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2024\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2024\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1373\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1373\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"9\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/9\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1371\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1371\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1426\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1426\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2014\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2014\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"961\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/961\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1374\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1374\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"69\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/69\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"885\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/885\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1248\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1248\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"21\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/21\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"228\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/228\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"229\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/229\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"51\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/51\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"17426\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/17426\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"17731\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/17731\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"22563\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/22563\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2345\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2345\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1397\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1397\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2022\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2022\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"268\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/268\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2183\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2183\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2300\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2300\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1384\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1384\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"315\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/315\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"106\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/106\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"8\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/8\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1381\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1381\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"17\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/17\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2169\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2169\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2316\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2316\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"-5\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/-5\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2277\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2277\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"643\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/643\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2018\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2018\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2186\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2186\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2029\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2029\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/10\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2298\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2298\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1474\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1474\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"20\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/20\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2512\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2512\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"648\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/648\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"317\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/317\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2196\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2196\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1589\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1589\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1587\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1587\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1588\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1588\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1590\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1590\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1586\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1586\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"225\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/225\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"7\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/7\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"312\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/312\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1301\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1301\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2296\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2296\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"151\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/151\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"251\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/251\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"189\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/189\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"952\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/952\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"949\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/949\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"948\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/948\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"951\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/951\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"950\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/950\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"4\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/4\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1308\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1308\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"63\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/63\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1407\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1407\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"233\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/233\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"27570\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/27570\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1302\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1302\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"15921\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/15921\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"65\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/65\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1829\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1829\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1827\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1827\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1835\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1835\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1823\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1823\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1825\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1825\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1831\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1831\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1833\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1833\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1837\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1837\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"256\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/256\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"638\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/638\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2241\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2241\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"243\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/243\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1408\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1408\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"32157\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/32157\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1409\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1409\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2005\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2005\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"328\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/328\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1570\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1570\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1842\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1842\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2147\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2147\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2333\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2333\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2280\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2280\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1326\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1326\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"163\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/163\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2210\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2210\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"77\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/77\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1476\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1476\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"210\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/210\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"703\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/703\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"704\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/704\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1252\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1252\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"12\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/12\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2346\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2346\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"56\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/56\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1300\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1300\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"26969\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/26969\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"646\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/646\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2031\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2031\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2144\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2144\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1370\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1370\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2365\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2365\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"80\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/80\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2303\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2303\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"220\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/220\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2027\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2027\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1410\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1410\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"962\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/962\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"960\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/960\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2194\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2194\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2155\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2155\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1411\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1411\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2198\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2198\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1254\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1254\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2167\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2167\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"18\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/18\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1519\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1519\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1337\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1337\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"93\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/93\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"258\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/258\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2332\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2332\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"32558\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/32558\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"95\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/95\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"914\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/914\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2283\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2283\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1412\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1412\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2305\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2305\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2306\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2306\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"71\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/71\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"195\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/195\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"196\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/196\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"82\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/82\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1327\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1327\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"320\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/320\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"110\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/110\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1271\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1271\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1422\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1422\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1421\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1421\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"216\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/216\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1413\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1413\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"26968\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/26968\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"224\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/224\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1260\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1260\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"226\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/226\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"198\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/198\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"281\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/281\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2307\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2307\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"107\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/107\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"3\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/3\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"94\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/94\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"954\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/954\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"263\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/263\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"200\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/200\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"244\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/244\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"162\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/162\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"103\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/103\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1250\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1250\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"108\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/108\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"67\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/67\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2230\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2230\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"254\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/254\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2234\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2234\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2253\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2253\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2238\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2238\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2156\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2156\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"22462\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/22462\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"31185\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/31185\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2322\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2322\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"78\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/78\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2006\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2006\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2015\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2015\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2334\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2334\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"33261\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/33261\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2498\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2498\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1601\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1601\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2016\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2016\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"32559\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/32559\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"963\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/963\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"696\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/696\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1229\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/1229\",\n                    \"rel\": \"self\"\n                }\n            ]\n        }\n    ],\n    \"links\": [\n        {\n            \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact\",\n            \"rel\": \"self\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 381\n}"}],"_postman_id":"bfe9d57b-f2aa-4660-88a9-95722ef05320"},{"name":"Retrieve REST API contact by ID","id":"ad38b09d-ad97-400e-975d-079962b893a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/rest/services/rest/record/v1/contact/2342","urlObject":{"protocol":"https","path":["netsuite","v0","rest","services","rest","record","v1","contact","2342"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"f2adce7f-60fb-4542-9cb3-a196e2dd11a5","name":"Retrieve REST API contact by ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/rest/services/rest/record/v1/contact/2342"},"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Mar 2021 10:53:13 GMT","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"710","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"Server","value":"Apache/2.4.46 (Amazon) mod_wsgi/3.5 Python/3.6.12","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"category\": {\n        \"links\": [\n            {\n                \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2342/category\",\n                \"rel\": \"self\"\n            }\n        ]\n    },\n    \"company\": {\n        \"id\": \"2293\",\n        \"links\": [],\n        \"refName\": \"AAA Consulting\"\n    },\n    \"customForm\": \"8\",\n    \"dateCreated\": \"2019-06-25T14:21:00Z\",\n    \"entityId\": \"Imtiaz Ansari\",\n    \"globalSubscriptionStatus\": \"1\",\n    \"id\": \"2342\",\n    \"isInactive\": false,\n    \"isPrivate\": false,\n    \"lastModifiedDate\": \"2019-06-25T14:21:00Z\",\n    \"links\": [\n        {\n            \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/contact/2342\",\n            \"rel\": \"self\"\n        }\n    ],\n    \"owner\": 2332,\n    \"subsidiary\": {\n        \"id\": \"17\",\n        \"links\": [\n            {\n                \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/17\",\n                \"rel\": \"self\"\n            }\n        ],\n        \"refName\": \"US - East\"\n    }\n}"}],"_postman_id":"ad38b09d-ad97-400e-975d-079962b893a3"}],"id":"b107a7f1-fd44-4ad5-86ad-e36c1a506c32","_postman_id":"b107a7f1-fd44-4ad5-86ad-e36c1a506c32","description":""}],"id":"28908957-2af3-4c52-979f-d4137e9ff798","_postman_id":"28908957-2af3-4c52-979f-d4137e9ff798","description":""},{"name":"Subsidiary","item":[{"name":"GET","item":[{"name":"Retrieve REST API subsidiary","id":"2d175810-b971-4663-a4ce-53b34e564a29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/rest/services/rest/record/v1/subsidiary","urlObject":{"protocol":"https","path":["netsuite","v0","rest","services","rest","record","v1","subsidiary"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"1e0b65cc-e725-4c73-8f39-3e03b6a577ad","name":"Retrieve REST API subsidiary","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/rest/services/rest/record/v1/subsidiary"},"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Mar 2021 10:55:55 GMT","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"2699","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"Server","value":"Apache/2.4.46 (Amazon) mod_wsgi/3.5 Python/3.6.12","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 19,\n    \"hasMore\": false,\n    \"items\": [\n        {\n            \"id\": \"12\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/12\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"18\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/18\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"20\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/20\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"8\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/8\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"16\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/16\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"6\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/6\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"9\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/9\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"3\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/3\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"19\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/19\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"5\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/5\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"11\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/11\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"23\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/23\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"21\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/21\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"22\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/22\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"10\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/10\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"17\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/17\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/1\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"4\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/4\",\n                    \"rel\": \"self\"\n                }\n            ]\n        },\n        {\n            \"id\": \"15\",\n            \"links\": [\n                {\n                    \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/15\",\n                    \"rel\": \"self\"\n                }\n            ]\n        }\n    ],\n    \"links\": [\n        {\n            \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary\",\n            \"rel\": \"self\"\n        }\n    ],\n    \"offset\": 0,\n    \"totalResults\": 19\n}"}],"_postman_id":"2d175810-b971-4663-a4ce-53b34e564a29"},{"name":"Retrieve REST API subsidiary by ID","id":"2d7d83b0-0401-42d9-80a1-4dd56b40df2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/rest/services/rest/record/v1/subsidiary/18","urlObject":{"protocol":"https","path":["netsuite","v0","rest","services","rest","record","v1","subsidiary","18"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"d42050e3-1dcb-4a97-b09a-07ac0d75ac26","name":"Retrieve REST API subsidiary by ID","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/rest/services/rest/record/v1/subsidiary/18"},"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Mar 2021 10:51:59 GMT","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"932","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"Server","value":"Apache/2.4.46 (Amazon) mod_wsgi/3.5 Python/3.6.12","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"country\": \"SG\",\n    \"currency\": {\n        \"id\": \"8\",\n        \"links\": [],\n        \"refName\": \"Singapore Dollar\"\n    },\n    \"id\": \"18\",\n    \"isElimination\": false,\n    \"isInactive\": true,\n    \"lastModifiedDate\": \"2020-04-15T10:44:00Z\",\n    \"links\": [\n        {\n            \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/18\",\n            \"rel\": \"self\"\n        }\n    ],\n    \"mainAddress\": {\n        \"links\": [\n            {\n                \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/18/mainAddress\",\n                \"rel\": \"self\"\n            }\n        ]\n    },\n    \"name\": \"APAC\",\n    \"parent\": {\n        \"id\": \"11\",\n        \"links\": [\n            {\n                \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/11\",\n                \"rel\": \"self\"\n            }\n        ],\n        \"refName\": \"HEADQUARTERS\"\n    },\n    \"returnAddress\": {\n        \"links\": [\n            {\n                \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/18/returnAddress\",\n                \"rel\": \"self\"\n            }\n        ]\n    },\n    \"shippingAddress\": {\n        \"links\": [\n            {\n                \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/record/v1/subsidiary/18/shippingAddress\",\n                \"rel\": \"self\"\n            }\n        ]\n    }\n}"}],"_postman_id":"2d7d83b0-0401-42d9-80a1-4dd56b40df2b"}],"id":"00bc4e80-365a-41ac-bb10-9701c507056e","_postman_id":"00bc4e80-365a-41ac-bb10-9701c507056e","description":""}],"id":"98aa8e55-168a-42b4-a5ee-cbb9dd74893a","_postman_id":"98aa8e55-168a-42b4-a5ee-cbb9dd74893a","description":""},{"name":"SuiteQL","item":[{"name":"GET","item":[{"name":"Retrieve REST API SuiteQL","id":"fc5b0806-c8f2-4220-a69b-9548beca2767","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/rest/suiteql?q=SELECT%20id,firstname%20FROM%20contact&limit=50&offset=50","urlObject":{"protocol":"https","path":["netsuite","v0","rest","suiteql"],"host":["api","prestructured","com"],"query":[{"key":"q","value":"SELECT%20id,firstname%20FROM%20contact"},{"key":"limit","value":"50"},{"key":"offset","value":"50"}],"variable":[]}},"response":[{"id":"cf5d539b-47ae-4724-90f8-77ec1b76b75d","name":"Retrieve REST API SuiteQL","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/rest/suiteql?q=SELECT%20id,firstname%20FROM%20contact&limit=50&offset=50","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","rest","suiteql"],"query":[{"key":"q","value":"SELECT%20id,firstname%20FROM%20contact"},{"key":"limit","value":"50"},{"key":"offset","value":"50"}]}},"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Mar 2021 10:48:14 GMT","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"2735","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"Server","value":"Apache/2.4.46 (Amazon) mod_wsgi/3.5 Python/3.6.12","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 50,\n    \"hasMore\": true,\n    \"items\": [\n        {\n            \"firstname\": \"Kisha\",\n            \"id\": \"1345\",\n            \"links\": []\n        },\n        {\n            \"id\": \"1247\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Kelly\",\n            \"id\": \"245\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Kelly\",\n            \"id\": \"246\",\n            \"links\": []\n        },\n        {\n            \"id\": \"272\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Brain\",\n            \"id\": \"32760\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Brayden\",\n            \"id\": \"1329\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Brian\",\n            \"id\": \"953\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Jennifer\",\n            \"id\": \"218\",\n            \"links\": []\n        },\n        {\n            \"id\": \"1468\",\n            \"links\": []\n        },\n        {\n            \"id\": \"1299\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Caitlin\",\n            \"id\": \"187\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Cameron\",\n            \"id\": \"14\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Canada\",\n            \"id\": \"955\",\n            \"links\": []\n        },\n        {\n            \"id\": \"2212\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Johnny\",\n            \"id\": \"75\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Carolyn\",\n            \"id\": \"2294\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Cathy\",\n            \"id\": \"1380\",\n            \"links\": []\n        },\n        {\n            \"id\": \"1258\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Michael\",\n            \"id\": \"1399\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Charles\",\n            \"id\": \"1568\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Charlie\",\n            \"id\": \"1516\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Evan\",\n            \"id\": \"188\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Chris\",\n            \"id\": \"1567\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Christina\",\n            \"id\": \"2317\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Chuck\",\n            \"id\": \"2007\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Claudia\",\n            \"id\": \"99\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Clemens\",\n            \"id\": \"645\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Clifford\",\n            \"id\": \"2299\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Christy\",\n            \"id\": \"59\",\n            \"links\": []\n        },\n        {\n            \"id\": \"266\",\n            \"links\": []\n        },\n        {\n            \"id\": \"1256\",\n            \"links\": []\n        },\n        {\n            \"id\": \"1400\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Evelia\",\n            \"id\": \"1349\",\n            \"links\": []\n        },\n        {\n            \"id\": \"612\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Gary\",\n            \"id\": \"1543\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Susan\",\n            \"id\": \"223\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Monty\",\n            \"id\": \"227\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"John\",\n            \"id\": \"238\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"George\",\n            \"id\": \"262\",\n            \"links\": []\n        },\n        {\n            \"id\": \"2487\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Dale\",\n            \"id\": \"6\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Dale\",\n            \"id\": \"1\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Dan\",\n            \"id\": \"1844\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Dave\",\n            \"id\": \"1566\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Dave\",\n            \"id\": \"2017\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Dayakar\",\n            \"id\": \"16724\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Dean\",\n            \"id\": \"275\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Demo Excellence\",\n            \"id\": \"2304\",\n            \"links\": []\n        },\n        {\n            \"firstname\": \"Matt\",\n            \"id\": \"647\",\n            \"links\": []\n        }\n    ],\n    \"links\": [\n        {\n            \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/query/v1/suiteql?limit=50&offset=0\",\n            \"rel\": \"previous\"\n        },\n        {\n            \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/query/v1/suiteql?limit=50&offset=0\",\n            \"rel\": \"first\"\n        },\n        {\n            \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/query/v1/suiteql?limit=50&offset=100\",\n            \"rel\": \"next\"\n        },\n        {\n            \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/query/v1/suiteql?limit=50&offset=350\",\n            \"rel\": \"last\"\n        },\n        {\n            \"href\": \"https://tstdrv2119874.suitetalk.api.netsuite.com/services/rest/query/v1/suiteql?offset=50&limit=50\",\n            \"rel\": \"self\"\n        }\n    ],\n    \"offset\": 50,\n    \"totalResults\": 381\n}"}],"_postman_id":"fc5b0806-c8f2-4220-a69b-9548beca2767"}],"id":"aa62fb0c-bf63-47bf-93aa-d6b0857a5b50","_postman_id":"aa62fb0c-bf63-47bf-93aa-d6b0857a5b50","description":""}],"id":"c643cb45-39e1-4ed1-b26e-221e5ebb8061","_postman_id":"c643cb45-39e1-4ed1-b26e-221e5ebb8061","description":""}],"id":"de7c077a-bf49-49a1-b156-1c364c5b83fe","_postman_id":"de7c077a-bf49-49a1-b156-1c364c5b83fe","description":""},{"name":"RESTlet API","item":[{"name":"Download Transaction PDF","item":[{"name":"Download Transaction PDF","id":"2593decd-b28a-454a-a031-75041e45a714","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"auth-token","value":"{YOUR_AUTH_TOKEN}","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/restlet/downloadPDF?tranId=2&templateId=24984&requestURL=https%3A%2F%2FTSTDRV2119874.restlets.api.netsuite.com%2Fapp%2Fsite%2Fhosting%2Frestlet.nl%3Fscript%3D1259%26deploy%3D1&tranType=invoice","description":"<p><strong>Mandatory fields</strong> for the Request:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tranId</td>\n<td>2</td>\n<td>Used to specify the transaction id for the request. e.g., tranId=2.</td>\n</tr>\n<tr>\n<td>templateId</td>\n<td>24984</td>\n<td>Used to specify the template file internalId stored in NetSuite File Cabinet for the request. e.g., tranId=33.</td>\n</tr>\n<tr>\n<td>tranType</td>\n<td>invoice <strong>OR</strong> salesOrder <strong>OR</strong> purchaseOrder <br /><strong>OR</strong> venderBill <strong>OR</strong> estimate <strong>OR</strong> creditMemo <br /><strong>OR</strong> cashSale <strong>OR</strong> cashRefund <strong>OR</strong> customerPayment <br /><strong>OR</strong> returnAuthorization <strong>OR</strong> itemFulfillment <strong>OR</strong> vendorCredit <br /><strong>OR</strong> vendorPayment <strong>OR</strong> vendorReturnAuthorization <br /><strong>OR</strong> expenseReport <strong>OR</strong> check.</td>\n<td>Used to specify the transaction Type for the request. e.g., tranType=invoice</td>\n</tr>\n<tr>\n<td>requestURL</td>\n<td>https%3A%2F%2FTSTDRV2119874.restlets.api.netsuite.com<br />%2Fapp%2Fsite%2Fhosting%2Frestlet.nl%3Fscript%3D1259%26deploy%3D1</td>\n<td>Used to specify the requestURL  for the request. e.g., requestURL=https%3A%2F%2FTSTDRV2119874.restlets.api.netsuite.com%2Fapp%2Fsite<br />%2Fhosting%2Frestlet.nl%3Fscript%3D1259%26deploy%3D1</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["netsuite","v0","restlet","downloadPDF"],"host":["api","prestructured","com"],"query":[{"key":"tranId","value":"2"},{"key":"templateId","value":"24984"},{"key":"requestURL","value":"https%3A%2F%2FTSTDRV2119874.restlets.api.netsuite.com%2Fapp%2Fsite%2Fhosting%2Frestlet.nl%3Fscript%3D1259%26deploy%3D1"},{"key":"tranType","value":"invoice"}],"variable":[]}},"response":[{"id":"beeb19a1-14eb-4c09-b5d0-8e98cff282e9","name":"Download Transaction PDF","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"auth-token","value":"{YOUR_AUTH_TOKEN}","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/restlet/downloadPDF?tranId=2&templateId=24984&requestURL=https%3A%2F%2FTSTDRV2119874.restlets.api.netsuite.com%2Fapp%2Fsite%2Fhosting%2Frestlet.nl%3Fscript%3D1259%26deploy%3D1&tranType=invoice","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","restlet","downloadPDF"],"query":[{"key":"tranId","value":"2"},{"key":"templateId","value":"24984"},{"key":"requestURL","value":"https%3A%2F%2FTSTDRV2119874.restlets.api.netsuite.com%2Fapp%2Fsite%2Fhosting%2Frestlet.nl%3Fscript%3D1259%26deploy%3D1"},{"key":"tranType","value":"invoice"}]}},"_postman_previewlanguage":"text","header":[{"key":"Date","value":"Wed, 03 Mar 2021 10:12:11 GMT","description":"","type":"text"},{"key":"Content-Type","value":"application/pdf","description":"","type":"text"},{"key":"Content-Length","value":"5447","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"Server","value":"Apache/2.4.46 (Amazon) mod_wsgi/3.5 Python/3.6.12","description":"","type":"text"},{"key":"Content-Disposition","value":"attachment; filename=INV-696751614766331.pdf","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"%PDF-1.3\n%����\n1 0 obj\n<</Type/Catalog/Pages 3 0 R/Lang(en-US)/Names 4 0 R/Metadata 6 0 R>>\nendobj\n2 0 obj\n<</Producer(http://bfo.com/products/report?version=work-20200610T1518-r36819M)/CreationDate(D:20210303033032-08'00')/ModDate(D:20210303033032-08'00')>>\nendobj\n3 0 obj\n<</Type/Pages/Kids[5 0 R]/Count 1>>\nendobj\n4 0 obj\n<</Dests 8 0 R>>\nendobj\n5 0 obj\n<</Type/Page/MediaBox[0 0 612 792]/Resources<</ColorSpace<</DefaultRGB 10 0 R>>/ProcSet[/PDF/Text]/Font<</R1 9 0 R/R2 11 0 R>>>>/Contents[7 0 R]/Parent 3 0 R>>\nendobj\n6 0 obj\n<</Type/Metadata/Subtype/XML/Length 901>>stream\n<?xpacket begin='﻿' id='W5M0MpCehiHzreSzNTczkc9d'?>\n<x:xmpmeta xmlns:x=\"adobe:ns:meta/\" x:xmptk=\"BFOXMP work-20200610T1518-r36819M\"><rdf:RDF xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"><rdf:Description xmlns:pdf=\"http://ns.adobe.com/pdf/1.3/\" rdf:about=\"\"><pdf:Producer>http://bfo.com/products/report?version=work-20200610T1518-r36819M</pdf:Producer></rdf:Description><rdf:Description xmlns:xmp=\"http://ns.adobe.com/xap/1.0/\" rdf:about=\"\"><xmp:CreateDate>2021-03-03T03:30:32-08:00</xmp:CreateDate><xmp:ModifyDate>2021-03-03T03:30:32-08:00</xmp:ModifyDate><xmp:MetadataDate>2021-03-03T03:30:32-08:00</xmp:MetadataDate></rdf:Description><rdf:Description xmlns:dc=\"http://purl.org/dc/elements/1.1/\" rdf:about=\"\"><dc:date><rdf:Seq><rdf:li>2021-03-03T03:30:32-08:00</rdf:li></rdf:Seq></dc:date><dc:format>application/pdf</dc:format></rdf:Description></rdf:RDF></x:xmpmeta>\n<?xpacket end='r'?>\nendstream\nendobj\n7 0 obj\n<</Filter/FlateDecode/Length 1083>>stream\nx��V�n�H\u0010��+\nH\u0006 \u0001�]��{nr,d\u001c���\\�9p,�f\"�\u001e�2&����jnZl�t@Hl���U�Z\u0011�\u001e\u000eg�ۯ~�ј\u0003G��B�xړ\u0006\"\u0015�t��\u001a��/�\u0001W��q��\u00160I�p�cz����K\u001fC���H�<]�E2\u000b��~�!\f��.y���!*��\"N3\u0018�� �\u0019\u001c��P`�\u000f��;\u000e%\u0006?�\u0015\\�w�\u0012F�ؿl_4��B��ˏ���\bΆ��a�IrZ~\u000fφ�\n\"��gN�Y\u001a�z:�-�PZ0�\nH�l#�aK�sb�=�My@hƭ��\u0010������/R��d�4\u0017LС\u0001��$�#\u0014G\u0002E�\u001c\u0013�|�w�%\u0001�V\u0003e5C:+\u001c����|\u000e!Go�� //�*b\"���\\JM�Ӈ'R�i�_²\u000e�3�tA�=)�i��\u0002�5s\u001a��D��F��r.\"�\u0004n{�{^OOj\u001dMR3I�`�h8��\n�+�5\n\u001d����v<��R�T\t,�(�+k���w\u0018͓�b�g�ͪu&n�Ը���d|�<�\u001d��6ֵ�A�)e�&)C�E�r�e�H�\u0014�\u0006�&��mv9yP7��\u0004�k5��4q�]\u001b�'�\u0004N(/�ܣ��\u0004C�MP�^�uҘ�1\u001e�ѕ�!\u0005\nendstream\nendobj\n8 0 obj\n<</Names[(page1)12 0 R]>>\nendobj\n9 0 obj\n<</Type/Font/BaseFont/Helvetica/Subtype/Type1/FontDescriptor 13 0 R/FirstChar 32/LastChar 251/Widths[278 278 355 556 556 889 667 222 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 556 1015 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 778 722 667 611 722 667 944 667 667 611 278 278 278 469 556 222 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 334 260 334 584 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 556 556 167 556 556 556 556 191 333 556 333 333 500 500 0 556 556 556 278 0 537 350 222 333 333 556 1000 1000 0 611 0 333 333 333 333 333 333 333 333 0 333 333 0 333 333 333 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1000 0 370 0 0 0 0 556 778 1000 365 0 0 0 0 0 889 0 0 0 278 0 0 222 611 944 611]>>\nendobj\n10 0 obj\n[/CalRGB<</Gamma[2.2 2.2 2.2]/Matrix[0.412384 0.212646 0.019318 0.35759 0.715164 0.119171 0.180496 0.072189 0.950546]/WhitePoint[0.95047 1 1.08883]>>]\nendobj\n11 0 obj\n<</Type/Font/BaseFont/Helvetica-Bold/Subtype/Type1/FontDescriptor 14 0 R/FirstChar 32/LastChar 251/Widths[278 333 474 556 556 889 722 278 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 333 333 584 584 584 611 975 722 722 722 722 667 611 778 722 278 556 722 611 833 722 778 667 778 722 667 611 722 667 944 667 667 611 333 278 333 584 556 278 556 611 556 611 556 333 611 611 278 278 556 278 889 611 611 611 611 389 556 333 611 556 778 556 556 500 389 280 389 584 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 556 556 167 556 556 556 556 238 500 556 333 333 611 611 0 556 556 556 278 0 556 350 278 500 500 556 1000 1000 0 611 0 333 333 333 333 333 333 333 333 0 333 333 0 333 333 333 1000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1000 0 370 0 0 0 0 611 778 1000 365 0 0 0 0 0 889 0 0 0 278 0 0 278 611 944 611]>>\nendobj\n12 0 obj\n<</Type/Action/S/GoTo/D[5 0 R/XYZ 0 792 0]>>\nendobj\n13 0 obj\n<</Type/FontDescriptor/FontName/Helvetica/Flags 32/FontBBox[-166 -225 1000 931]/ItalicAngle 0/Ascent 718/Descent -207/CapHeight 718/XHeight 523/StemV 88>>\nendobj\n14 0 obj\n<</Type/FontDescriptor/FontName/Helvetica-Bold/Flags 32/FontBBox[-170 -228 1003 962]/ItalicAngle 0/Ascent 718/Descent -207/CapHeight 718/XHeight 523/StemV 140>>\nendobj\nxref\n0 15\n0000000000 65535 f\n0000000015 00000 n\n0000000099 00000 n\n0000000266 00000 n\n0000000317 00000 n\n0000000349 00000 n\n0000000524 00000 n\n0000001500 00000 n\n0000002652 00000 n\n0000002693 00000 n\n0000003556 00000 n\n0000003723 00000 n\n0000004591 00000 n\n0000004652 00000 n\n0000004823 00000 n\ntrailer\n<</Root 1 0 R/Info 2 0 R/ID[<9f7008980000994c0c3b098ea46df690><9f7008980000994c0c3b098ea46df690>]/Size 15>>\nstartxref\n5000\n%%EOF\n"}],"_postman_id":"2593decd-b28a-454a-a031-75041e45a714"},{"name":"Download Transaction PDF (Error)","id":"06d61da2-9dd8-4e99-8377-07d75cc6fb57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"auth-token","value":"{YOUR_AUTH_TOKEN}","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/restlet/downloadPDF?tranId=2&templateId=24984555&requestURL=https%3A%2F%2FTSTDRV2119874.restlets.api.netsuite.com%2Fapp%2Fsite%2Fhosting%2Frestlet.nl%3Fscript%3D1259%26deploy%3D1&tranType=invoice","urlObject":{"protocol":"https","path":["netsuite","v0","restlet","downloadPDF"],"host":["api","prestructured","com"],"query":[{"key":"tranId","value":"2"},{"key":"templateId","value":"24984555"},{"key":"requestURL","value":"https%3A%2F%2FTSTDRV2119874.restlets.api.netsuite.com%2Fapp%2Fsite%2Fhosting%2Frestlet.nl%3Fscript%3D1259%26deploy%3D1"},{"key":"tranType","value":"invoice"}],"variable":[]}},"response":[{"id":"71b92623-4760-4f29-9572-83d252259760","name":"Download Transaction PDF (Error)","originalRequest":{"method":"GET","header":[{"key":"netsuite-token","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}","type":"text"},{"key":"auth-token","value":"{YOUR_AUTH_TOKEN}","type":"text"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/restlet/downloadPDF?tranId=2&templateId=24984555&requestURL=https%3A%2F%2FTSTDRV2119874.restlets.api.netsuite.com%2Fapp%2Fsite%2Fhosting%2Frestlet.nl%3Fscript%3D1259%26deploy%3D1&tranType=invoice","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","restlet","downloadPDF"],"query":[{"key":"tranId","value":"2"},{"key":"templateId","value":"24984555"},{"key":"requestURL","value":"https%3A%2F%2FTSTDRV2119874.restlets.api.netsuite.com%2Fapp%2Fsite%2Fhosting%2Frestlet.nl%3Fscript%3D1259%26deploy%3D1"},{"key":"tranType","value":"invoice"}]}},"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Mar 2021 09:37:32 GMT","description":"","type":"text"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"896","description":"","type":"text"},{"key":"Connection","value":"keep-alive","description":"","type":"text"},{"key":"Server","value":"Apache/2.4.46 (Amazon) mod_wsgi/3.5 Python/3.6.12","description":"","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate","description":"","type":"text"},{"key":"X-Content-Type-Options","value":"nosniff","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"INSUFFICIENT_PERMISSION\",\n    \"message\": \"You do not have access to the media item you selected.\",\n    \"type\": \"error.SuiteScriptError\"\n  },\n  \"isSuccess\": false\n}"}],"_postman_id":"06d61da2-9dd8-4e99-8377-07d75cc6fb57"}],"id":"b2ef76e2-92be-4412-b2f3-f1eadcd7c732","_postman_id":"b2ef76e2-92be-4412-b2f3-f1eadcd7c732","description":""}],"id":"97a1ea03-0ccb-481b-92ce-bf5bdcf3c92e","_postman_id":"97a1ea03-0ccb-481b-92ce-bf5bdcf3c92e","description":""},{"name":"Work Orders","item":[{"name":"GET","item":[{"name":"Retrieve work orders","id":"4198de55-87d1-4cbc-ad09-b5172cd3c9a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"30"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/workOrder","urlObject":{"protocol":"https","path":["netsuite","v0","workOrder"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"6115f98e-b305-415e-9442-c6255bdc3afe","name":"Retrieve work orders","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"pagesize","value":"30","description":"Must be inbetween 5 and 100","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/workOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:51:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"207775"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n  \"isSuccess\": true,\n  \"pageIndex\": 1,\n  \"readResponse\": [\n    {\n      \"record\": {\n        \"actualProductionEndDate\": 1540594800,\n        \"actualProductionStartDate\": 1540594800,\n        \"assemblyItem\": {\n          \"internalId\": \"141\",\n          \"name\": \"CAM100\"\n        },\n        \"built\": 1.0,\n        \"createdDate\": 1542787882,\n        \"createdFrom\": {\n          \"internalId\": \"20135\",\n          \"name\": \"Sales Order #SO0000978\"\n        },\n        \"entity\": {\n          \"internalId\": \"337\",\n          \"name\": \"C17 Getronics UK\"\n        },\n        \"expandAssembly\": true,\n        \"firmed\": true,\n        \"internalId\": \"20136\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_doNotCommit\",\n              \"item\": {\n                \"internalId\": \"137\",\n                \"name\": \"ASY104\"\n              },\n              \"itemSource\": \"_phantom\",\n              \"line\": 1,\n              \"quantity\": 2.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Battery \",\n              \"item\": {\n                \"internalId\": \"140\",\n                \"name\": \"BAT002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 10,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Wearable Device Box \",\n              \"item\": {\n                \"internalId\": \"138\",\n                \"name\": \"BOX001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 11,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Instruction Manual \",\n              \"item\": {\n                \"internalId\": \"139\",\n                \"name\": \"MAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 12,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1658988445,\n        \"location\": {\n          \"internalId\": \"9\",\n          \"name\": \"London\"\n        },\n        \"orderStatus\": \"_inProcess\",\n        \"quantity\": 2.0,\n        \"status\": \"In Process\",\n        \"subsidiary\": {\n          \"internalId\": \"8\",\n          \"name\": \"United Kingdom\"\n        },\n        \"tranDate\": 1540594800,\n        \"tranId\": \"WO0000001\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    },\n    {\n      \"record\": {\n        \"assemblyItem\": {\n          \"internalId\": \"141\",\n          \"name\": \"CAM100\"\n        },\n        \"built\": 0.0,\n        \"createdDate\": 1542788056,\n        \"expandAssembly\": true,\n        \"firmed\": true,\n        \"internalId\": \"20138\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_doNotCommit\",\n              \"item\": {\n                \"internalId\": \"137\",\n                \"name\": \"ASY104\"\n              },\n              \"itemSource\": \"_phantom\",\n              \"line\": 1,\n              \"quantity\": 1.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Battery \",\n              \"item\": {\n                \"internalId\": \"140\",\n                \"name\": \"BAT002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 10,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Wearable Device Box \",\n              \"item\": {\n                \"internalId\": \"138\",\n                \"name\": \"BOX001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 11,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Instruction Manual \",\n              \"item\": {\n                \"internalId\": \"139\",\n                \"name\": \"MAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 12,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1541348445,\n        \"orderStatus\": \"_planned\",\n        \"quantity\": 1.0,\n        \"status\": \"Planned\",\n        \"subsidiary\": {\n          \"internalId\": \"8\",\n          \"name\": \"United Kingdom\"\n        },\n        \"tranDate\": 1540944000,\n        \"tranId\": \"WO0000002\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    },\n    {\n      \"record\": {\n        \"assemblyItem\": {\n          \"internalId\": \"141\",\n          \"name\": \"CAM100\"\n        },\n        \"built\": 0.0,\n        \"createdDate\": 1542788216,\n        \"createdFrom\": {\n          \"internalId\": \"20139\",\n          \"name\": \"Sales Order #SO0000979\"\n        },\n        \"entity\": {\n          \"internalId\": \"323\",\n          \"name\": \"C3 ACM Group\"\n        },\n        \"expandAssembly\": true,\n        \"firmed\": true,\n        \"internalId\": \"20140\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_doNotCommit\",\n              \"item\": {\n                \"internalId\": \"137\",\n                \"name\": \"ASY104\"\n              },\n              \"itemSource\": \"_phantom\",\n              \"line\": 1,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Battery \",\n              \"item\": {\n                \"internalId\": \"140\",\n                \"name\": \"BAT002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 10,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Wearable Device Box \",\n              \"item\": {\n                \"internalId\": \"138\",\n                \"name\": \"BOX001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 11,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Instruction Manual \",\n              \"item\": {\n                \"internalId\": \"139\",\n                \"name\": \"MAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 12,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1656930835,\n        \"location\": {\n          \"internalId\": \"9\",\n          \"name\": \"London\"\n        },\n        \"orderStatus\": \"_closed\",\n        \"quantity\": 2.0,\n        \"status\": \"Closed\",\n        \"subsidiary\": {\n          \"internalId\": \"8\",\n          \"name\": \"United Kingdom\"\n        },\n        \"tranDate\": 1540944000,\n        \"tranId\": \"WO0000003\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    },\n    {\n      \"record\": {\n        \"assemblyItem\": {\n          \"internalId\": \"137\",\n          \"name\": \"ASY104\"\n        },\n        \"built\": 0.0,\n        \"createdDate\": 1656937004,\n        \"createdFrom\": {\n          \"internalId\": \"59930\",\n          \"name\": \"Sales Order #SO0001417\"\n        },\n        \"entity\": {\n          \"internalId\": \"9264\",\n          \"name\": \"C192 ACM Group Creation Test\"\n        },\n        \"expandAssembly\": false,\n        \"firmed\": true,\n        \"internalId\": \"59931\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 1,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1656937004,\n        \"orderStatus\": \"_released\",\n        \"quantity\": 1.0,\n        \"status\": \"Released\",\n        \"subsidiary\": {\n          \"internalId\": \"16\",\n          \"name\": \"Australia\"\n        },\n        \"tranDate\": 1656889200,\n        \"tranId\": \"WO0000004\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    },\n    {\n      \"record\": {\n        \"assemblyItem\": {\n          \"internalId\": \"141\",\n          \"name\": \"CAM100\"\n        },\n        \"built\": 0.0,\n        \"createdDate\": 1656942900,\n        \"createdFrom\": {\n          \"internalId\": \"20135\",\n          \"name\": \"Sales Order #SO0000978\"\n        },\n        \"entity\": {\n          \"internalId\": \"337\",\n          \"name\": \"C17 Getronics UK\"\n        },\n        \"expandAssembly\": true,\n        \"firmed\": true,\n        \"internalId\": \"60032\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_doNotCommit\",\n              \"item\": {\n                \"internalId\": \"137\",\n                \"name\": \"ASY104\"\n              },\n              \"itemSource\": \"_phantom\",\n              \"line\": 1,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Battery \",\n              \"item\": {\n                \"internalId\": \"140\",\n                \"name\": \"BAT002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 10,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Wearable Device Box \",\n              \"item\": {\n                \"internalId\": \"138\",\n                \"name\": \"BOX001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 11,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Instruction Manual \",\n              \"item\": {\n                \"internalId\": \"139\",\n                \"name\": \"MAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 12,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1656942936,\n        \"location\": {\n          \"internalId\": \"9\",\n          \"name\": \"London\"\n        },\n        \"orderStatus\": \"_closed\",\n        \"quantity\": 1.0,\n        \"status\": \"Closed\",\n        \"subsidiary\": {\n          \"internalId\": \"8\",\n          \"name\": \"United Kingdom\"\n        },\n        \"tranDate\": 1656889200,\n        \"tranId\": \"WO0000005\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    },\n    {\n      \"record\": {\n        \"assemblyItem\": {\n          \"internalId\": \"137\",\n          \"name\": \"ASY104\"\n        },\n        \"built\": 0.0,\n        \"createdDate\": 1656943595,\n        \"createdFrom\": {\n          \"internalId\": \"20135\",\n          \"name\": \"Sales Order #SO0000978\"\n        },\n        \"entity\": {\n          \"internalId\": \"337\",\n          \"name\": \"C17 Getronics UK\"\n        },\n        \"expandAssembly\": false,\n        \"firmed\": true,\n        \"internalId\": \"60033\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 1,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Blue-Large, Self-packable into interior pocket with zipper closure for travel-friendly pillow, Heavy-duty, centre front YKK® 2-way locking zipper\",\n              \"item\": {\n                \"internalId\": \"80\",\n                \"name\": \"APPAREL : Jacket : Lodge Jacket B-L\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"options\": {\n                \"customField\": [\n                  {\n                    \"internalId\": \"1015\",\n                    \"scriptId\": \"custcol1\",\n                    \"value\": {\n                      \"internalId\": \"1\",\n                      \"name\": \"Large\",\n                      \"typeId\": \"141\"\n                    }\n                  },\n                  {\n                    \"internalId\": \"1017\",\n                    \"scriptId\": \"custcol2\",\n                    \"value\": {\n                      \"internalId\": \"1\",\n                      \"name\": \"Blue\",\n                      \"typeId\": \"142\"\n                    }\n                  }\n                ]\n              },\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 1.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1656943595,\n        \"location\": {\n          \"internalId\": \"9\",\n          \"name\": \"London\"\n        },\n        \"orderStatus\": \"_released\",\n        \"quantity\": 1.0,\n        \"status\": \"Released\",\n        \"subsidiary\": {\n          \"internalId\": \"8\",\n          \"name\": \"United Kingdom\"\n        },\n        \"tranDate\": 1656889200,\n        \"tranId\": \"WO0000006\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    },\n    {\n      \"record\": {\n        \"assemblyItem\": {\n          \"internalId\": \"141\",\n          \"name\": \"CAM100\"\n        },\n        \"built\": 0.0,\n        \"createdDate\": 1656944555,\n        \"createdFrom\": {\n          \"internalId\": \"60034\",\n          \"name\": \"Sales Order #SO0001418\"\n        },\n        \"entity\": {\n          \"internalId\": \"493\",\n          \"name\": \"C102 Saan Saan Supplies\"\n        },\n        \"expandAssembly\": true,\n        \"firmed\": true,\n        \"internalId\": \"60035\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_doNotCommit\",\n              \"item\": {\n                \"internalId\": \"137\",\n                \"name\": \"ASY104\"\n              },\n              \"itemSource\": \"_phantom\",\n              \"line\": 1,\n              \"quantity\": 1.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Battery \",\n              \"item\": {\n                \"internalId\": \"140\",\n                \"name\": \"BAT002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 10,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Wearable Device Box \",\n              \"item\": {\n                \"internalId\": \"138\",\n                \"name\": \"BOX001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 11,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Instruction Manual \",\n              \"item\": {\n                \"internalId\": \"139\",\n                \"name\": \"MAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 12,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1656944555,\n        \"orderStatus\": \"_released\",\n        \"quantity\": 1.0,\n        \"status\": \"Released\",\n        \"subsidiary\": {\n          \"internalId\": \"9\",\n          \"name\": \"Netherlands\"\n        },\n        \"tranDate\": 1656889200,\n        \"tranId\": \"WO0000007\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    },\n    {\n      \"record\": {\n        \"assemblyItem\": {\n          \"internalId\": \"141\",\n          \"name\": \"CAM100\"\n        },\n        \"built\": 0.0,\n        \"createdDate\": 1656944884,\n        \"createdFrom\": {\n          \"internalId\": \"60036\",\n          \"name\": \"Sales Order #SO0001419\"\n        },\n        \"entity\": {\n          \"internalId\": \"1654\",\n          \"name\": \"C129 Illuminate\"\n        },\n        \"expandAssembly\": true,\n        \"firmed\": true,\n        \"internalId\": \"60037\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_doNotCommit\",\n              \"item\": {\n                \"internalId\": \"137\",\n                \"name\": \"ASY104\"\n              },\n              \"itemSource\": \"_phantom\",\n              \"line\": 1,\n              \"quantity\": 1.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Battery \",\n              \"item\": {\n                \"internalId\": \"140\",\n                \"name\": \"BAT002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 10,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Wearable Device Box \",\n              \"item\": {\n                \"internalId\": \"138\",\n                \"name\": \"BOX001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 11,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Instruction Manual \",\n              \"item\": {\n                \"internalId\": \"139\",\n                \"name\": \"MAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 12,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1656944884,\n        \"orderStatus\": \"_released\",\n        \"quantity\": 1.0,\n        \"status\": \"Released\",\n        \"subsidiary\": {\n          \"internalId\": \"11\",\n          \"name\": \"United States\"\n        },\n        \"tranDate\": 1656889200,\n        \"tranId\": \"WO0000008\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    },\n    {\n      \"record\": {\n        \"assemblyItem\": {\n          \"internalId\": \"141\",\n          \"name\": \"CAM100\"\n        },\n        \"built\": 0.0,\n        \"createdDate\": 1658298239,\n        \"createdFrom\": {\n          \"internalId\": \"60738\",\n          \"name\": \"Sales Order #SO0001425\"\n        },\n        \"entity\": {\n          \"internalId\": \"484\",\n          \"name\": \"C100 Janice K Hill\"\n        },\n        \"expandAssembly\": true,\n        \"firmed\": true,\n        \"internalId\": \"60739\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_doNotCommit\",\n              \"item\": {\n                \"internalId\": \"137\",\n                \"name\": \"ASY104\"\n              },\n              \"itemSource\": \"_phantom\",\n              \"line\": 1,\n              \"quantity\": 1.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Battery \",\n              \"item\": {\n                \"internalId\": \"140\",\n                \"name\": \"BAT002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 10,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Wearable Device Box \",\n              \"item\": {\n                \"internalId\": \"138\",\n                \"name\": \"BOX001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 11,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Instruction Manual \",\n              \"item\": {\n                \"internalId\": \"139\",\n                \"name\": \"MAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 12,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1658298239,\n        \"orderStatus\": \"_released\",\n        \"quantity\": 1.0,\n        \"status\": \"Released\",\n        \"subsidiary\": {\n          \"internalId\": \"11\",\n          \"name\": \"United States\"\n        },\n        \"tranDate\": 1658271600,\n        \"tranId\": \"WO0000009\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    },\n    {\n      \"record\": {\n        \"assemblyItem\": {\n          \"internalId\": \"141\",\n          \"name\": \"CAM100\"\n        },\n        \"built\": 0.0,\n        \"createdDate\": 1658989263,\n        \"expandAssembly\": true,\n        \"firmed\": true,\n        \"internalId\": \"61849\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_doNotCommit\",\n              \"item\": {\n                \"internalId\": \"137\",\n                \"name\": \"ASY104\"\n              },\n              \"itemSource\": \"_phantom\",\n              \"line\": 1,\n              \"quantity\": 5.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 5.0,\n              \"quantityBackOrdered\": 5.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 5.0,\n              \"quantityBackOrdered\": 5.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 5.0,\n              \"quantityBackOrdered\": 5.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 5.0,\n              \"quantityBackOrdered\": 5.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 5.0,\n              \"quantityBackOrdered\": 5.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 5.0,\n              \"quantityBackOrdered\": 5.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 5.0,\n              \"quantityBackOrdered\": 5.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"quantity\": 5.0,\n              \"quantityBackOrdered\": 5.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Battery \",\n              \"item\": {\n                \"internalId\": \"140\",\n                \"name\": \"BAT002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 10,\n              \"quantity\": 5.0,\n              \"quantityBackOrdered\": 5.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Wearable Device Box \",\n              \"item\": {\n                \"internalId\": \"138\",\n                \"name\": \"BOX001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 11,\n              \"quantity\": 5.0,\n              \"quantityBackOrdered\": 5.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Instruction Manual \",\n              \"item\": {\n                \"internalId\": \"139\",\n                \"name\": \"MAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 12,\n              \"quantity\": 5.0,\n              \"quantityBackOrdered\": 5.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1658995940,\n        \"orderStatus\": \"_released\",\n        \"quantity\": 5.0,\n        \"status\": \"Released\",\n        \"subsidiary\": {\n          \"internalId\": \"8\",\n          \"name\": \"United Kingdom\"\n        },\n        \"tranDate\": 1658962800,\n        \"tranId\": \"WO0000018\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    }\n  ],\n  \"searchId\": \"WEBSERVICES_TSTDRV2039248_0728202211456907951700642540_88e82\",\n  \"status\": {\n    \"isSuccess\": true\n  },\n  \"totalPages\": 1,\n  \"totalRecords\": 10\n}"}],"_postman_id":"4198de55-87d1-4cbc-ad09-b5172cd3c9a9"},{"name":"Retrieve work orders by search ID","id":"428daa88-c555-4aab-989f-773af7100369","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/workOrder?searchId=WEBSERVICES_TSTDRV2039248_0728202211456907951700642540_88e82&page=1","urlObject":{"protocol":"https","path":["netsuite","v0","workOrder"],"host":["api","prestructured","com"],"query":[{"key":"searchId","value":"WEBSERVICES_TSTDRV2039248_0728202211456907951700642540_88e82"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"1d213256-f47a-4a5d-b207-5682c60f5881","name":"Retrieve work orders by search ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}\n"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"5"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/workOrder?searchId=WEBSERVICES_TSTDRV2039248_0728202211456907951700642540_88e82&page=1","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","workOrder"],"query":[{"key":"searchId","value":"WEBSERVICES_TSTDRV2039248_0728202211456907951700642540_88e82"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:54:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"32863"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n  \"isSuccess\": true,\n  \"pageIndex\": 1,\n  \"readResponse\": [\n    {\n      \"record\": {\n        \"actualProductionEndDate\": 1540594800,\n        \"actualProductionStartDate\": 1540594800,\n        \"assemblyItem\": {\n          \"internalId\": \"141\",\n          \"name\": \"CAM100\"\n        },\n        \"built\": 1.0,\n        \"createdDate\": 1542787882,\n        \"createdFrom\": {\n          \"internalId\": \"20135\",\n          \"name\": \"Sales Order #SO0000978\"\n        },\n        \"entity\": {\n          \"internalId\": \"337\",\n          \"name\": \"C17 Getronics UK\"\n        },\n        \"expandAssembly\": true,\n        \"firmed\": true,\n        \"internalId\": \"20136\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_doNotCommit\",\n              \"item\": {\n                \"internalId\": \"137\",\n                \"name\": \"ASY104\"\n              },\n              \"itemSource\": \"_phantom\",\n              \"line\": 1,\n              \"quantity\": 2.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Battery \",\n              \"item\": {\n                \"internalId\": \"140\",\n                \"name\": \"BAT002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 10,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Wearable Device Box \",\n              \"item\": {\n                \"internalId\": \"138\",\n                \"name\": \"BOX001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 11,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Instruction Manual \",\n              \"item\": {\n                \"internalId\": \"139\",\n                \"name\": \"MAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 12,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1658988445,\n        \"location\": {\n          \"internalId\": \"9\",\n          \"name\": \"London\"\n        },\n        \"orderStatus\": \"_inProcess\",\n        \"quantity\": 2.0,\n        \"status\": \"In Process\",\n        \"subsidiary\": {\n          \"internalId\": \"8\",\n          \"name\": \"United Kingdom\"\n        },\n        \"tranDate\": 1540594800,\n        \"tranId\": \"WO0000001\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    },\n    {\n      \"record\": {\n        \"assemblyItem\": {\n          \"internalId\": \"141\",\n          \"name\": \"CAM100\"\n        },\n        \"built\": 0.0,\n        \"createdDate\": 1542788056,\n        \"expandAssembly\": true,\n        \"firmed\": true,\n        \"internalId\": \"20138\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_doNotCommit\",\n              \"item\": {\n                \"internalId\": \"137\",\n                \"name\": \"ASY104\"\n              },\n              \"itemSource\": \"_phantom\",\n              \"line\": 1,\n              \"quantity\": 1.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Battery \",\n              \"item\": {\n                \"internalId\": \"140\",\n                \"name\": \"BAT002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 10,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Wearable Device Box \",\n              \"item\": {\n                \"internalId\": \"138\",\n                \"name\": \"BOX001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 11,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Instruction Manual \",\n              \"item\": {\n                \"internalId\": \"139\",\n                \"name\": \"MAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 12,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1541348445,\n        \"orderStatus\": \"_planned\",\n        \"quantity\": 1.0,\n        \"status\": \"Planned\",\n        \"subsidiary\": {\n          \"internalId\": \"8\",\n          \"name\": \"United Kingdom\"\n        },\n        \"tranDate\": 1540944000,\n        \"tranId\": \"WO0000002\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    },\n    {\n      \"record\": {\n        \"assemblyItem\": {\n          \"internalId\": \"141\",\n          \"name\": \"CAM100\"\n        },\n        \"built\": 0.0,\n        \"createdDate\": 1542788216,\n        \"createdFrom\": {\n          \"internalId\": \"20139\",\n          \"name\": \"Sales Order #SO0000979\"\n        },\n        \"entity\": {\n          \"internalId\": \"323\",\n          \"name\": \"C3 ACM Group\"\n        },\n        \"expandAssembly\": true,\n        \"firmed\": true,\n        \"internalId\": \"20140\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_doNotCommit\",\n              \"item\": {\n                \"internalId\": \"137\",\n                \"name\": \"ASY104\"\n              },\n              \"itemSource\": \"_phantom\",\n              \"line\": 1,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Battery \",\n              \"item\": {\n                \"internalId\": \"140\",\n                \"name\": \"BAT002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 10,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Wearable Device Box \",\n              \"item\": {\n                \"internalId\": \"138\",\n                \"name\": \"BOX001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 11,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Instruction Manual \",\n              \"item\": {\n                \"internalId\": \"139\",\n                \"name\": \"MAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 12,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1656930835,\n        \"location\": {\n          \"internalId\": \"9\",\n          \"name\": \"London\"\n        },\n        \"orderStatus\": \"_closed\",\n        \"quantity\": 2.0,\n        \"status\": \"Closed\",\n        \"subsidiary\": {\n          \"internalId\": \"8\",\n          \"name\": \"United Kingdom\"\n        },\n        \"tranDate\": 1540944000,\n        \"tranId\": \"WO0000003\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    },\n    {\n      \"record\": {\n        \"assemblyItem\": {\n          \"internalId\": \"137\",\n          \"name\": \"ASY104\"\n        },\n        \"built\": 0.0,\n        \"createdDate\": 1656937004,\n        \"createdFrom\": {\n          \"internalId\": \"59930\",\n          \"name\": \"Sales Order #SO0001417\"\n        },\n        \"entity\": {\n          \"internalId\": \"9264\",\n          \"name\": \"C192 ACM Group Creation Test\"\n        },\n        \"expandAssembly\": false,\n        \"firmed\": true,\n        \"internalId\": \"59931\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 1,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1656937004,\n        \"orderStatus\": \"_released\",\n        \"quantity\": 1.0,\n        \"status\": \"Released\",\n        \"subsidiary\": {\n          \"internalId\": \"16\",\n          \"name\": \"Australia\"\n        },\n        \"tranDate\": 1656889200,\n        \"tranId\": \"WO0000004\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    },\n    {\n      \"record\": {\n        \"assemblyItem\": {\n          \"internalId\": \"141\",\n          \"name\": \"CAM100\"\n        },\n        \"built\": 0.0,\n        \"createdDate\": 1656942900,\n        \"createdFrom\": {\n          \"internalId\": \"20135\",\n          \"name\": \"Sales Order #SO0000978\"\n        },\n        \"entity\": {\n          \"internalId\": \"337\",\n          \"name\": \"C17 Getronics UK\"\n        },\n        \"expandAssembly\": true,\n        \"firmed\": true,\n        \"internalId\": \"60032\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_doNotCommit\",\n              \"item\": {\n                \"internalId\": \"137\",\n                \"name\": \"ASY104\"\n              },\n              \"itemSource\": \"_phantom\",\n              \"line\": 1,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Battery \",\n              \"item\": {\n                \"internalId\": \"140\",\n                \"name\": \"BAT002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 10,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Wearable Device Box \",\n              \"item\": {\n                \"internalId\": \"138\",\n                \"name\": \"BOX001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 11,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Instruction Manual \",\n              \"item\": {\n                \"internalId\": \"139\",\n                \"name\": \"MAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 12,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1656942936,\n        \"location\": {\n          \"internalId\": \"9\",\n          \"name\": \"London\"\n        },\n        \"orderStatus\": \"_closed\",\n        \"quantity\": 1.0,\n        \"status\": \"Closed\",\n        \"subsidiary\": {\n          \"internalId\": \"8\",\n          \"name\": \"United Kingdom\"\n        },\n        \"tranDate\": 1656889200,\n        \"tranId\": \"WO0000005\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    },\n    {\n      \"record\": {\n        \"assemblyItem\": {\n          \"internalId\": \"137\",\n          \"name\": \"ASY104\"\n        },\n        \"built\": 0.0,\n        \"createdDate\": 1656943595,\n        \"createdFrom\": {\n          \"internalId\": \"20135\",\n          \"name\": \"Sales Order #SO0000978\"\n        },\n        \"entity\": {\n          \"internalId\": \"337\",\n          \"name\": \"C17 Getronics UK\"\n        },\n        \"expandAssembly\": false,\n        \"firmed\": true,\n        \"internalId\": \"60033\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 1,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Blue-Large, Self-packable into interior pocket with zipper closure for travel-friendly pillow, Heavy-duty, centre front YKK® 2-way locking zipper\",\n              \"item\": {\n                \"internalId\": \"80\",\n                \"name\": \"APPAREL : Jacket : Lodge Jacket B-L\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"options\": {\n                \"customField\": [\n                  {\n                    \"internalId\": \"1015\",\n                    \"scriptId\": \"custcol1\",\n                    \"value\": {\n                      \"internalId\": \"1\",\n                      \"name\": \"Large\",\n                      \"typeId\": \"141\"\n                    }\n                  },\n                  {\n                    \"internalId\": \"1017\",\n                    \"scriptId\": \"custcol2\",\n                    \"value\": {\n                      \"internalId\": \"1\",\n                      \"name\": \"Blue\",\n                      \"typeId\": \"142\"\n                    }\n                  }\n                ]\n              },\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 1.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1656943595,\n        \"location\": {\n          \"internalId\": \"9\",\n          \"name\": \"London\"\n        },\n        \"orderStatus\": \"_released\",\n        \"quantity\": 1.0,\n        \"status\": \"Released\",\n        \"subsidiary\": {\n          \"internalId\": \"8\",\n          \"name\": \"United Kingdom\"\n        },\n        \"tranDate\": 1656889200,\n        \"tranId\": \"WO0000006\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    },\n    {\n      \"record\": {\n        \"assemblyItem\": {\n          \"internalId\": \"141\",\n          \"name\": \"CAM100\"\n        },\n        \"built\": 0.0,\n        \"createdDate\": 1656944555,\n        \"createdFrom\": {\n          \"internalId\": \"60034\",\n          \"name\": \"Sales Order #SO0001418\"\n        },\n        \"entity\": {\n          \"internalId\": \"493\",\n          \"name\": \"C102 Saan Saan Supplies\"\n        },\n        \"expandAssembly\": true,\n        \"firmed\": true,\n        \"internalId\": \"60035\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_doNotCommit\",\n              \"item\": {\n                \"internalId\": \"137\",\n                \"name\": \"ASY104\"\n              },\n              \"itemSource\": \"_phantom\",\n              \"line\": 1,\n              \"quantity\": 1.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Battery \",\n              \"item\": {\n                \"internalId\": \"140\",\n                \"name\": \"BAT002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 10,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Wearable Device Box \",\n              \"item\": {\n                \"internalId\": \"138\",\n                \"name\": \"BOX001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 11,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Instruction Manual \",\n              \"item\": {\n                \"internalId\": \"139\",\n                \"name\": \"MAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 12,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1656944555,\n        \"orderStatus\": \"_released\",\n        \"quantity\": 1.0,\n        \"status\": \"Released\",\n        \"subsidiary\": {\n          \"internalId\": \"9\",\n          \"name\": \"Netherlands\"\n        },\n        \"tranDate\": 1656889200,\n        \"tranId\": \"WO0000007\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    },\n    {\n      \"record\": {\n        \"assemblyItem\": {\n          \"internalId\": \"141\",\n          \"name\": \"CAM100\"\n        },\n        \"built\": 0.0,\n        \"createdDate\": 1656944884,\n        \"createdFrom\": {\n          \"internalId\": \"60036\",\n          \"name\": \"Sales Order #SO0001419\"\n        },\n        \"entity\": {\n          \"internalId\": \"1654\",\n          \"name\": \"C129 Illuminate\"\n        },\n        \"expandAssembly\": true,\n        \"firmed\": true,\n        \"internalId\": \"60037\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_doNotCommit\",\n              \"item\": {\n                \"internalId\": \"137\",\n                \"name\": \"ASY104\"\n              },\n              \"itemSource\": \"_phantom\",\n              \"line\": 1,\n              \"quantity\": 1.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Battery \",\n              \"item\": {\n                \"internalId\": \"140\",\n                \"name\": \"BAT002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 10,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Wearable Device Box \",\n              \"item\": {\n                \"internalId\": \"138\",\n                \"name\": \"BOX001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 11,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Instruction Manual \",\n              \"item\": {\n                \"internalId\": \"139\",\n                \"name\": \"MAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 12,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1656944884,\n        \"orderStatus\": \"_released\",\n        \"quantity\": 1.0,\n        \"status\": \"Released\",\n        \"subsidiary\": {\n          \"internalId\": \"11\",\n          \"name\": \"United States\"\n        },\n        \"tranDate\": 1656889200,\n        \"tranId\": \"WO0000008\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    },\n    {\n      \"record\": {\n        \"assemblyItem\": {\n          \"internalId\": \"141\",\n          \"name\": \"CAM100\"\n        },\n        \"built\": 0.0,\n        \"createdDate\": 1658298239,\n        \"createdFrom\": {\n          \"internalId\": \"60738\",\n          \"name\": \"Sales Order #SO0001425\"\n        },\n        \"entity\": {\n          \"internalId\": \"484\",\n          \"name\": \"C100 Janice K Hill\"\n        },\n        \"expandAssembly\": true,\n        \"firmed\": true,\n        \"internalId\": \"60739\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_doNotCommit\",\n              \"item\": {\n                \"internalId\": \"137\",\n                \"name\": \"ASY104\"\n              },\n              \"itemSource\": \"_phantom\",\n              \"line\": 1,\n              \"quantity\": 1.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Battery \",\n              \"item\": {\n                \"internalId\": \"140\",\n                \"name\": \"BAT002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 10,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Wearable Device Box \",\n              \"item\": {\n                \"internalId\": \"138\",\n                \"name\": \"BOX001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 11,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Instruction Manual \",\n              \"item\": {\n                \"internalId\": \"139\",\n                \"name\": \"MAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 12,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1658298239,\n        \"orderStatus\": \"_released\",\n        \"quantity\": 1.0,\n        \"status\": \"Released\",\n        \"subsidiary\": {\n          \"internalId\": \"11\",\n          \"name\": \"United States\"\n        },\n        \"tranDate\": 1658271600,\n        \"tranId\": \"WO0000009\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    },\n    {\n      \"record\": {\n        \"assemblyItem\": {\n          \"internalId\": \"141\",\n          \"name\": \"CAM100\"\n        },\n        \"built\": 0.0,\n        \"createdDate\": 1658989263,\n        \"expandAssembly\": true,\n        \"firmed\": true,\n        \"internalId\": \"61849\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_doNotCommit\",\n              \"item\": {\n                \"internalId\": \"137\",\n                \"name\": \"ASY104\"\n              },\n              \"itemSource\": \"_phantom\",\n              \"line\": 1,\n              \"quantity\": 5.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 5.0,\n              \"quantityBackOrdered\": 5.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 5.0,\n              \"quantityBackOrdered\": 5.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 5.0,\n              \"quantityBackOrdered\": 5.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 5.0,\n              \"quantityBackOrdered\": 5.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 5.0,\n              \"quantityBackOrdered\": 5.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 5.0,\n              \"quantityBackOrdered\": 5.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 5.0,\n              \"quantityBackOrdered\": 5.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"quantity\": 5.0,\n              \"quantityBackOrdered\": 5.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Battery \",\n              \"item\": {\n                \"internalId\": \"140\",\n                \"name\": \"BAT002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 10,\n              \"quantity\": 5.0,\n              \"quantityBackOrdered\": 5.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Wearable Device Box \",\n              \"item\": {\n                \"internalId\": \"138\",\n                \"name\": \"BOX001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 11,\n              \"quantity\": 5.0,\n              \"quantityBackOrdered\": 5.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Instruction Manual \",\n              \"item\": {\n                \"internalId\": \"139\",\n                \"name\": \"MAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 12,\n              \"quantity\": 5.0,\n              \"quantityBackOrdered\": 5.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1658995940,\n        \"orderStatus\": \"_released\",\n        \"quantity\": 5.0,\n        \"status\": \"Released\",\n        \"subsidiary\": {\n          \"internalId\": \"8\",\n          \"name\": \"United Kingdom\"\n        },\n        \"tranDate\": 1658962800,\n        \"tranId\": \"WO0000018\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    }\n  ],\n  \"searchId\": \"WEBSERVICES_TSTDRV2039248_0728202211456907951700642540_88e82\",\n  \"status\": {\n    \"isSuccess\": true\n  },\n  \"totalPages\": 1,\n  \"totalRecords\": 10\n}"}],"_postman_id":"428daa88-c555-4aab-989f-773af7100369"},{"name":"Retrieve work orders by where","id":"626250eb-3ccf-4c37-84bc-8319bf0b6d17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"pagesize","type":"text","value":"5"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.prestructured.com/netsuite/v0/workOrder?where=LastModifiedDate<1658989445+and+Subsidiary=8","description":"<p>Supported filters table for <em><strong>where</strong></em> parameter</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateCreated</td>\n<td>1546789123</td>\n<td>Used to Include the created date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>LastModifiedDate</td>\n<td>1578954123</td>\n<td>Used to Include the last modified date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>TranDate</td>\n<td>1578954123</td>\n<td>Used to Include the transaction date filter for the request, it supports all the mentioned operators (&gt;,&lt;, =,&gt;=,&lt;=). Please note that these operators (=,&gt;=,&lt;=) would consider a given filter's full day.</td>\n</tr>\n<tr>\n<td>Subsidiary</td>\n<td>1</td>\n<td>Used to Include the Subsidiary filter for the request. e.g., Subsidiary=1.</td>\n</tr>\n<tr>\n<td>Customer</td>\n<td>6</td>\n<td>Used to Include the Customer filter for the request. e.g., Customer=6.</td>\n</tr>\n<tr>\n<td>Employee</td>\n<td>4</td>\n<td>Used to Include the Employee filter for the request. e.g., Employee=4.</td>\n</tr>\n<tr>\n<td>Entity</td>\n<td>6</td>\n<td>Used to Include the Entity filter for the request. e.g., Entity=6.</td>\n</tr>\n<tr>\n<td>Memorized</td>\n<td>false</td>\n<td>Used to Include the Memorized filter for the request. e.g., Memorized=false.</td>\n</tr>\n<tr>\n<td>Custom Fields:  <br />Syntax:  <br />cf_dataType_scriptId  <br />e.g., cf_string_custbody_breadwinner_pc_internal_id  <br />  <br />Note:  <br />Supported datetypes  <br />1. cf_date  <br />2. cf_string  <br />3. cf_boolean  <br />4. cf_long  <br />5. cf_double</td>\n<td>true (cf_boolean), John (cf_string) ...</td>\n<td>Used to Include the custom string and boolean fields are the filter for the request.e.g., cf_string_custbody_breadwinner_pc_internal_id=368 - John+and+cf_boolean_custbody_checkbox=false.  <br /></td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Note:</strong></em> All the date fields accept only UNIX timestamp format, use <em><strong>+and+</strong></em> to combine two or more filters.</p>\n","urlObject":{"protocol":"https","path":["netsuite","v0","workOrder"],"host":["api","prestructured","com"],"query":[{"disabled":true,"key":"page","value":"90"},{"key":"where","value":"LastModifiedDate<1658989445+and+Subsidiary=8"}],"variable":[]}},"response":[{"id":"63efaa34-6837-43dd-83f4-bff932d44fb3","name":"Retrieve work orders by where","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"5"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/workOrder?where=LastModifiedDate<1658989445+and+Subsidiary=8","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","workOrder"],"query":[{"key":"page","value":"90","disabled":true},{"key":"where","value":"LastModifiedDate<1658989445+and+Subsidiary=8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Dec 2019 07:56:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"93454"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n  \"isSuccess\": true,\n  \"pageIndex\": 1,\n  \"readResponse\": [\n    {\n      \"record\": {\n        \"actualProductionEndDate\": 1540594800,\n        \"actualProductionStartDate\": 1540594800,\n        \"assemblyItem\": {\n          \"internalId\": \"141\",\n          \"name\": \"CAM100\"\n        },\n        \"built\": 1.0,\n        \"createdDate\": 1542787882,\n        \"createdFrom\": {\n          \"internalId\": \"20135\",\n          \"name\": \"Sales Order #SO0000978\"\n        },\n        \"entity\": {\n          \"internalId\": \"337\",\n          \"name\": \"C17 Getronics UK\"\n        },\n        \"expandAssembly\": true,\n        \"firmed\": true,\n        \"internalId\": \"20136\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_doNotCommit\",\n              \"item\": {\n                \"internalId\": \"137\",\n                \"name\": \"ASY104\"\n              },\n              \"itemSource\": \"_phantom\",\n              \"line\": 1,\n              \"quantity\": 2.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Battery \",\n              \"item\": {\n                \"internalId\": \"140\",\n                \"name\": \"BAT002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 10,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Wearable Device Box \",\n              \"item\": {\n                \"internalId\": \"138\",\n                \"name\": \"BOX001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 11,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Instruction Manual \",\n              \"item\": {\n                \"internalId\": \"139\",\n                \"name\": \"MAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 12,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1658988445,\n        \"location\": {\n          \"internalId\": \"9\",\n          \"name\": \"London\"\n        },\n        \"orderStatus\": \"_inProcess\",\n        \"quantity\": 2.0,\n        \"status\": \"In Process\",\n        \"subsidiary\": {\n          \"internalId\": \"8\",\n          \"name\": \"United Kingdom\"\n        },\n        \"tranDate\": 1540594800,\n        \"tranId\": \"WO0000001\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    },\n    {\n      \"record\": {\n        \"assemblyItem\": {\n          \"internalId\": \"141\",\n          \"name\": \"CAM100\"\n        },\n        \"built\": 0.0,\n        \"createdDate\": 1542788056,\n        \"expandAssembly\": true,\n        \"firmed\": true,\n        \"internalId\": \"20138\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_doNotCommit\",\n              \"item\": {\n                \"internalId\": \"137\",\n                \"name\": \"ASY104\"\n              },\n              \"itemSource\": \"_phantom\",\n              \"line\": 1,\n              \"quantity\": 1.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Battery \",\n              \"item\": {\n                \"internalId\": \"140\",\n                \"name\": \"BAT002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 10,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Wearable Device Box \",\n              \"item\": {\n                \"internalId\": \"138\",\n                \"name\": \"BOX001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 11,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Instruction Manual \",\n              \"item\": {\n                \"internalId\": \"139\",\n                \"name\": \"MAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 12,\n              \"quantity\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1541348445,\n        \"orderStatus\": \"_planned\",\n        \"quantity\": 1.0,\n        \"status\": \"Planned\",\n        \"subsidiary\": {\n          \"internalId\": \"8\",\n          \"name\": \"United Kingdom\"\n        },\n        \"tranDate\": 1540944000,\n        \"tranId\": \"WO0000002\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    },\n    {\n      \"record\": {\n        \"assemblyItem\": {\n          \"internalId\": \"141\",\n          \"name\": \"CAM100\"\n        },\n        \"built\": 0.0,\n        \"createdDate\": 1542788216,\n        \"createdFrom\": {\n          \"internalId\": \"20139\",\n          \"name\": \"Sales Order #SO0000979\"\n        },\n        \"entity\": {\n          \"internalId\": \"323\",\n          \"name\": \"C3 ACM Group\"\n        },\n        \"expandAssembly\": true,\n        \"firmed\": true,\n        \"internalId\": \"20140\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_doNotCommit\",\n              \"item\": {\n                \"internalId\": \"137\",\n                \"name\": \"ASY104\"\n              },\n              \"itemSource\": \"_phantom\",\n              \"line\": 1,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Battery \",\n              \"item\": {\n                \"internalId\": \"140\",\n                \"name\": \"BAT002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 10,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Wearable Device Box \",\n              \"item\": {\n                \"internalId\": \"138\",\n                \"name\": \"BOX001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 11,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Instruction Manual \",\n              \"item\": {\n                \"internalId\": \"139\",\n                \"name\": \"MAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 12,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1656930835,\n        \"location\": {\n          \"internalId\": \"9\",\n          \"name\": \"London\"\n        },\n        \"orderStatus\": \"_closed\",\n        \"quantity\": 2.0,\n        \"status\": \"Closed\",\n        \"subsidiary\": {\n          \"internalId\": \"8\",\n          \"name\": \"United Kingdom\"\n        },\n        \"tranDate\": 1540944000,\n        \"tranId\": \"WO0000003\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    },\n    {\n      \"record\": {\n        \"assemblyItem\": {\n          \"internalId\": \"141\",\n          \"name\": \"CAM100\"\n        },\n        \"built\": 0.0,\n        \"createdDate\": 1656942900,\n        \"createdFrom\": {\n          \"internalId\": \"20135\",\n          \"name\": \"Sales Order #SO0000978\"\n        },\n        \"entity\": {\n          \"internalId\": \"337\",\n          \"name\": \"C17 Getronics UK\"\n        },\n        \"expandAssembly\": true,\n        \"firmed\": true,\n        \"internalId\": \"60032\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_doNotCommit\",\n              \"item\": {\n                \"internalId\": \"137\",\n                \"name\": \"ASY104\"\n              },\n              \"itemSource\": \"_phantom\",\n              \"line\": 1,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Battery \",\n              \"item\": {\n                \"internalId\": \"140\",\n                \"name\": \"BAT002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 10,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Wearable Device Box \",\n              \"item\": {\n                \"internalId\": \"138\",\n                \"name\": \"BOX001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 11,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Instruction Manual \",\n              \"item\": {\n                \"internalId\": \"139\",\n                \"name\": \"MAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 12,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1656942936,\n        \"location\": {\n          \"internalId\": \"9\",\n          \"name\": \"London\"\n        },\n        \"orderStatus\": \"_closed\",\n        \"quantity\": 1.0,\n        \"status\": \"Closed\",\n        \"subsidiary\": {\n          \"internalId\": \"8\",\n          \"name\": \"United Kingdom\"\n        },\n        \"tranDate\": 1656889200,\n        \"tranId\": \"WO0000005\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    },\n    {\n      \"record\": {\n        \"assemblyItem\": {\n          \"internalId\": \"137\",\n          \"name\": \"ASY104\"\n        },\n        \"built\": 0.0,\n        \"createdDate\": 1656943595,\n        \"createdFrom\": {\n          \"internalId\": \"20135\",\n          \"name\": \"Sales Order #SO0000978\"\n        },\n        \"entity\": {\n          \"internalId\": \"337\",\n          \"name\": \"C17 Getronics UK\"\n        },\n        \"expandAssembly\": false,\n        \"firmed\": true,\n        \"internalId\": \"60033\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 1,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Blue-Large, Self-packable into interior pocket with zipper closure for travel-friendly pillow, Heavy-duty, centre front YKK® 2-way locking zipper\",\n              \"item\": {\n                \"internalId\": \"80\",\n                \"name\": \"APPAREL : Jacket : Lodge Jacket B-L\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"options\": {\n                \"customField\": [\n                  {\n                    \"internalId\": \"1015\",\n                    \"scriptId\": \"custcol1\",\n                    \"value\": {\n                      \"internalId\": \"1\",\n                      \"name\": \"Large\",\n                      \"typeId\": \"141\"\n                    }\n                  },\n                  {\n                    \"internalId\": \"1017\",\n                    \"scriptId\": \"custcol2\",\n                    \"value\": {\n                      \"internalId\": \"1\",\n                      \"name\": \"Blue\",\n                      \"typeId\": \"142\"\n                    }\n                  }\n                ]\n              },\n              \"quantity\": 1.0,\n              \"quantityBackOrdered\": 0.0,\n              \"quantityCommitted\": 1.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1656943595,\n        \"location\": {\n          \"internalId\": \"9\",\n          \"name\": \"London\"\n        },\n        \"orderStatus\": \"_released\",\n        \"quantity\": 1.0,\n        \"status\": \"Released\",\n        \"subsidiary\": {\n          \"internalId\": \"8\",\n          \"name\": \"United Kingdom\"\n        },\n        \"tranDate\": 1656889200,\n        \"tranId\": \"WO0000006\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    }\n  ],\n  \"searchId\": \"WEBSERVICES_TSTDRV2039248_0728202211460106641272387938_408bc\",\n  \"status\": {\n    \"isSuccess\": true\n  },\n  \"totalPages\": 1,\n  \"totalRecords\": 5\n}"}],"_postman_id":"626250eb-3ccf-4c37-84bc-8319bf0b6d17"},{"name":"Retrieve work orders by ID","id":"880d8432-e9b6-48cb-beea-87c8250d20f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.prestructured.com/netsuite/v0/workOrder?id=20136","urlObject":{"protocol":"https","path":["netsuite","v0","workOrder"],"host":["api","prestructured","com"],"query":[{"disabled":true,"key":"where","value":"DateCreated>1546278954"},{"disabled":true,"key":"page","value":"90"},{"key":"id","value":"20136"}],"variable":[]}},"response":[{"id":"e9a63cac-0c34-430d-b9ee-7666149d9e51","name":"Retrieve work orders by ID","originalRequest":{"method":"GET","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"description":"Must be inbetween 5 and 100","key":"pagesize","type":"text","value":"5"}],"url":{"raw":"https://api.prestructured.com/netsuite/v0/workOrder?id=20136","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","workOrder"],"query":[{"key":"where","value":"DateCreated>1546278954","disabled":true},{"key":"page","value":"90","disabled":true},{"key":"id","value":"20136"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Dec 2019 07:59:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"8772"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n  \"isSuccess\": true,\n  \"readResponse\": [\n    {\n      \"record\": {\n        \"actualProductionEndDate\": 1540594800,\n        \"actualProductionStartDate\": 1540594800,\n        \"assemblyItem\": {\n          \"internalId\": \"141\",\n          \"name\": \"CAM100\"\n        },\n        \"createdDate\": 1542787882,\n        \"createdFrom\": {\n          \"internalId\": \"20135\",\n          \"name\": \"Sales Order #SO0000978\"\n        },\n        \"entity\": {\n          \"internalId\": \"337\",\n          \"name\": \"C17 Getronics UK\"\n        },\n        \"expandAssembly\": true,\n        \"firmed\": true,\n        \"internalId\": \"20136\",\n        \"itemList\": {\n          \"item\": [\n            {\n              \"commitInventory\": \"_doNotCommit\",\n              \"item\": {\n                \"internalId\": \"137\",\n                \"name\": \"ASY104\"\n              },\n              \"itemSource\": \"_phantom\",\n              \"line\": 1,\n              \"quantity\": 2.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Flex Printed Circuit Board for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"128\",\n                \"name\": \"PCB002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 2,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"12 Mp Camera Lens for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"129\",\n                \"name\": \"LEN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 3,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Micro Controller (MCU)\",\n              \"item\": {\n                \"internalId\": \"130\",\n                \"name\": \"MCU001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 4,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"NAND Flash 1Gb\",\n              \"item\": {\n                \"internalId\": \"131\",\n                \"name\": \"NAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 5,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"WiFi Module (Low Energy) \",\n              \"item\": {\n                \"internalId\": \"132\",\n                \"name\": \"WIF001i\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 6,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Bluetooth Single-Chip\",\n              \"item\": {\n                \"internalId\": \"136\",\n                \"name\": \"WIF001i : BTH001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 7,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Accelerometer for Wearable Device \",\n              \"item\": {\n                \"internalId\": \"134\",\n                \"name\": \"ACC001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 8,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Casing for Wearable Device\",\n              \"item\": {\n                \"internalId\": \"135\",\n                \"name\": \"CAS001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 9,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Battery \",\n              \"item\": {\n                \"internalId\": \"140\",\n                \"name\": \"BAT002\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 10,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Wearable Device Box \",\n              \"item\": {\n                \"internalId\": \"138\",\n                \"name\": \"BOX001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 11,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            },\n            {\n              \"commitInventory\": \"_availableQty\",\n              \"description\": \"Activity Camera Instruction Manual \",\n              \"item\": {\n                \"internalId\": \"139\",\n                \"name\": \"MAN001\"\n              },\n              \"itemSource\": \"_stock\",\n              \"line\": 12,\n              \"quantity\": 2.0,\n              \"quantityBackOrdered\": 1.0,\n              \"quantityCommitted\": 0.0,\n              \"units\": {\n                \"internalId\": \"1\",\n                \"name\": \"Ea\"\n              }\n            }\n          ]\n        },\n        \"lastModifiedDate\": 1658988445,\n        \"location\": {\n          \"internalId\": \"9\",\n          \"name\": \"London\"\n        },\n        \"orderStatus\": \"_inProcess\",\n        \"quantity\": 2.0,\n        \"status\": \"In Process\",\n        \"subsidiary\": {\n          \"internalId\": \"8\",\n          \"name\": \"United Kingdom\"\n        },\n        \"tranDate\": 1540594800,\n        \"tranId\": \"WO0000001\",\n        \"units\": {\n          \"internalId\": \"1\",\n          \"name\": \"Each\"\n        }\n      },\n      \"status\": {\n        \"isSuccess\": true\n      }\n    }\n  ],\n  \"status\": {\n    \"isSuccess\": true\n  }\n}"}],"_postman_id":"880d8432-e9b6-48cb-beea-87c8250d20f2"}],"id":"a69c85ed-c12e-475a-b086-fb4c26cc593d","event":[{"listen":"prerequest","script":{"id":"78bf9bbd-1689-49b5-97c0-320ab693387c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cf3f4a76-4aaa-4612-aace-aa378397808f","type":"text/javascript","exec":[""]}}],"_postman_id":"a69c85ed-c12e-475a-b086-fb4c26cc593d","description":""},{"name":"POST","item":[{"name":"Create work orders","id":"5b66062b-0b68-45ff-8a62-22ee0258b59c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"assemblyItem\":{\r\n        \"internalId\":\"141\",\r\n        \"name\":\"CAM100\"\r\n    },\r\n    \"quantity\":1.0,\r\n    \"subsidiary\":{\r\n        \"internalId\":\"8\",\r\n        \"name\":\"United Kingdom\"\r\n    }\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/workOrder","urlObject":{"protocol":"https","path":["netsuite","v0","workOrder"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"c66dcf5b-499b-4d0b-8ba9-85445ce8783a","name":"Create work orders","originalRequest":{"method":"POST","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","value":"{YOUR_PRESTRUCTURED_TOKEN}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"assemblyItem\":{\r\n        \"internalId\":\"141\",\r\n        \"name\":\"CAM100\"\r\n    },\r\n    \"quantity\":1.0,\r\n    \"subsidiary\":{\r\n        \"internalId\":\"8\",\r\n        \"name\":\"United Kingdom\"\r\n    }\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/workOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"writeResponse\": [\n        {\n            \"baseRef\": {\n                \"externalId\": null,\n                \"internalId\": \"61849\",\n                \"name\": null,\n                \"type\": \"workOrder\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": [\n                    {\n                        \"afterSubmitFailed\": false,\n                        \"code\": null,\n                        \"message\": null,\n                        \"type\": \"ERROR\"\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"5b66062b-0b68-45ff-8a62-22ee0258b59c"}],"id":"a9ad1b0b-b825-45e4-94bb-808f575f0f1a","event":[{"listen":"prerequest","script":{"id":"02da5def-0a19-4a71-86b6-9f84b7a736a5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"530b14a0-3c84-44a8-b14b-f053116e4a34","type":"text/javascript","exec":[""]}}],"_postman_id":"a9ad1b0b-b825-45e4-94bb-808f575f0f1a","description":""},{"name":"PUT","item":[{"name":"Update work orders","id":"41a85123-ff86-4f1b-bb15-9ac5e62298ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":"{\r\n    \"internalId\":\"61849\",\r\n    \"quantity\":5.0\r\n }"},"url":"https://api.prestructured.com/netsuite/v0/workOrder","urlObject":{"protocol":"https","path":["netsuite","v0","workOrder"],"host":["api","prestructured","com"],"query":[],"variable":[]}},"response":[{"id":"ea44f1eb-d86f-4be5-94c6-59a0d2b14ede","name":"Update work orders","originalRequest":{"method":"PUT","header":[{"description":"Please generate above mentioned credentials from netsuite.com","key":"netsuite-token","type":"text","value":"consumerkey=2c159b871510348b8779f17cc60f5eee8594c92951aa87ba4d7c321fd7c3c003&consumersecret=abbe597e39cb16b301691ca57f5f097d76dcd96eef153325c91c2822d0bb77fb&tokenid=597ad65f7eee7034d1519544f92c2029a8c953c058b43a510ef76da3a9b5e67f&tokensecret=45571f944a289e5bf7527ac28f4178f2e73ce69436e3abb5c837104bdc060cd8&account=5333445_SB1"},{"key":"prestructured-token","value":"n73a4bje0edovxmwkq7skboj3xjpkqvj","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"internalId\":\"61849\",\r\n    \"quantity\":5.0\r\n}"},"url":"https://api.prestructured.com/netsuite/v0/workOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2019 16:58:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"291"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"status\": {\n        \"isSuccess\": true,\n        \"statusDetail\": []\n    },\n    \"writeResponse\": [\n        {\n            \"baseRef\": {\n                \"externalId\": null,\n                \"internalId\": \"61849\",\n                \"name\": null,\n                \"type\": \"workOrder\"\n            },\n            \"status\": {\n                \"isSuccess\": true,\n                \"statusDetail\": [\n                    {\n                        \"afterSubmitFailed\": false,\n                        \"code\": null,\n                        \"message\": null,\n                        \"type\": \"ERROR\"\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"41a85123-ff86-4f1b-bb15-9ac5e62298ca"}],"id":"9af98f01-f2e5-47df-8130-f7445f082bb3","event":[{"listen":"prerequest","script":{"id":"7834a865-ccf8-4119-93f2-2dd3a5970685","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3b75d34a-069a-4129-88c5-1337c613ecc5","type":"text/javascript","exec":[""]}}],"_postman_id":"9af98f01-f2e5-47df-8130-f7445f082bb3","description":""},{"name":"DELETE","item":[{"name":"Delete work orders","id":"10dd2558-971e-4a30-b6e7-50f11eb8d8b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":"https://api.prestructured.com/netsuite/v0/workOrder?id=61848","urlObject":{"protocol":"https","path":["netsuite","v0","workOrder"],"host":["api","prestructured","com"],"query":[{"key":"id","value":"61848"}],"variable":[]}},"response":[{"id":"e4413ce8-7b8a-4fd7-b4ab-a2438be128e3","name":"Delete work orders","originalRequest":{"method":"DELETE","header":[{"key":"netsuite-token","type":"text","value":"consumerkey={YOUR_CONSUMER_KEY}&consumersecret={YOUR_CONSUMER_SECRET}&tokenid={YOUR_TOKEN_ID}&tokensecret={YOUR_TOKEN_SECRET}&account={YOUR_ACCOUNT_ID}"},{"key":"prestructured-token","type":"text","value":"{YOUR_PRESTRUCTURED_TOKEN}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.prestructured.com/netsuite/v0/workOrder?id=61848","protocol":"https","host":["api","prestructured","com"],"path":["netsuite","v0","workOrder"],"query":[{"key":"id","value":"61848"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 12:41:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"177903"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.39 (Amazon) mod_wsgi/3.5 Python/3.6.8"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"isSuccess\": true,\r\n    \"status\": {\r\n        \"isSuccess\": true,\r\n        \"statusDetail\": []\r\n    },\r\n    \"writeResponse\": [\r\n        {\r\n            \"baseRef\": {\r\n                \"externalId\": null,\r\n                \"internalId\": \"61848\",\r\n                \"name\": null,\r\n                \"type\": \"workOrder\"\r\n            },\r\n            \"status\": {\r\n                \"isSuccess\": true,\r\n                \"statusDetail\": []\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"10dd2558-971e-4a30-b6e7-50f11eb8d8b1"}],"id":"2605fe47-34df-4e14-b9e7-9825ead0a206","event":[{"listen":"prerequest","script":{"id":"87c73848-e571-4858-98c1-a7b315ea7b4c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d78d0fa3-1522-4615-8b56-e11cd42e0f3b","type":"text/javascript","exec":[""]}}],"_postman_id":"2605fe47-34df-4e14-b9e7-9825ead0a206","description":""}],"id":"c43bf34d-2efd-4d04-a4e2-e073cb6cf184","event":[{"listen":"prerequest","script":{"id":"9fd92f4f-ec1a-4060-8e67-638e25b8b799","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ab15526f-5541-4692-be96-99be1a2be57c","type":"text/javascript","exec":[""]}}],"_postman_id":"c43bf34d-2efd-4d04-a4e2-e073cb6cf184","description":""}],"event":[{"listen":"prerequest","script":{"id":"2cd62171-a8f8-4872-8c35-72b1191c102d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"aee20d77-e331-48a0-8b2c-78f838c402fb","type":"text/javascript","exec":[""]}}],"variable":[{"key":"id","value":"1"}]}